@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 300;
  src: url("fonts/eot/IRANSansWeb(FaNum)_Light.eot");
  src: url("fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix") format("embedded-opentype"), url("fonts/woff2/IRANSansWeb(FaNum)_Light.woff2") format("woff2"), url("fonts/woff/IRANSansWeb(FaNum)_Light.woff") format("woff"), url("fonts/ttf/IRANSansWeb(FaNum)_Light.ttf") format("truetype");
}
@font-face {
  font-family: "lg";
  src: url("fonts/lg.ttf?22t19m") format("truetype"), url("fonts/lg.woff?22t19m") format("woff"), url("fonts/lg.svg?22t19m#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
h1, h2, h3, h4, h5, h6, span, div, a, input, ul, li, button, textarea {
  font-family: "Raleway";
}

body {
  font-family: "Raleway" !important;
}

/**main colore**/
/** break point **/
/** general style **/
body {
  direction: ltr;
  background-color: #fff;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 14px;
  font-family: "Raleway" !important;
  color: #303030;
  margin: 0 !important;
}

html {
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
  direction: ltr;
}

a:focus {
  outline: none;
}

.mainView {
  max-width: 1545px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1545px) {
  .mainView {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1300px;
  }
}
@media (max-width: 768px) {
  .mainView {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

a, a:visited {
  text-decoration: none;
  color: #303030;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

.CurrentTime {
  color: #646464;
  text-align: left;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  margin: 0 auto;
  padding-top: 7px;
  padding-bottom: 7px;
}
@media (max-width: 1080px) {
  .CurrentTime {
    display: none !important;
  }
}

.OtherPageSite .site-main {
  margin-top: 160px;
}
@media (max-width: 1080px) {
  .OtherPageSite .site-main {
    margin-top: 95px;
  }
}

.breadcrumbs p {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 4px;
  font-size: 11px;
  font-weight: 300;
  color: #6e6e6e;
}
.breadcrumbs p .separator {
  color: #8f8f8f !important;
  font-size: 8.5px;
}
.breadcrumbs p .separator:first-of-type {
  color: rgba(242, 242, 242, 0) !important;
  font-size: 0;
}
.breadcrumbs p a {
  font-size: 11px;
  font-weight: 400;
  color: #626161;
}
.breadcrumbs p a:first-of-type {
  background-image: url(images/home.png);
  color: rgba(242, 242, 242, 0) !important;
  background-size: contain;
  font-size: 0;
  width: 12px;
  display: inline-block;
  height: 13px;
  background-repeat: no-repeat;
  margin: 0;
}

.CustomMypagination_bar {
  margin: 80px auto;
}
@media (max-width: 768px) {
  .CustomMypagination_bar {
    margin: 35px;
  }
}
.CustomMypagination_bar .custom-pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .CustomMypagination_bar .custom-pagination {
    gap: 16px;
  }
}
.CustomMypagination_bar .custom-pagination .page-numbers.dots {
  width: -moz-max-content !important;
  width: max-content !important;
}
.CustomMypagination_bar .custom-pagination .page-numbers {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: all ease-in 0.3s;
}
.CustomMypagination_bar .custom-pagination .page-numbers > svg {
  transition: all ease 0.3s;
}
.CustomMypagination_bar .custom-pagination .next.page-numbers {
  background: #313193;
}
.CustomMypagination_bar .custom-pagination .next.page-numbers:hover {
  background-color: #3d3db6;
}
.CustomMypagination_bar .custom-pagination .next.page-numbers:hover svg {
  transform: scale(0.8);
}
.CustomMypagination_bar .custom-pagination .prev.page-numbers {
  background: #3F3F3F;
}
.CustomMypagination_bar .custom-pagination .prev.page-numbers:hover {
  background-color: #5c5c5c;
}
.CustomMypagination_bar .custom-pagination .prev.page-numbers:hover svg {
  transform: scale(0.8);
}
.CustomMypagination_bar .custom-pagination .pagination-circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #BFBFBF;
  position: relative;
  text-decoration: none;
}
.CustomMypagination_bar .custom-pagination .pagination-circle::after {
  content: attr(data-tooltip);
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(51, 51, 51, 0.8431372549);
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in 0.3s;
}
.CustomMypagination_bar .custom-pagination .pagination-circle:hover::before {
  opacity: 1;
  visibility: visible;
}
.CustomMypagination_bar .custom-pagination .pagination-circle:hover::after {
  opacity: 1;
  visibility: visible;
}
.CustomMypagination_bar .custom-pagination .pagination-circle::before {
  position: absolute;
  width: 0px;
  content: "";
  background-color: rgba(108, 58, 58, 0);
  border-bottom: 4px solid transparent;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 9px solid rgba(51, 51, 51, 0.8431372549);
  top: -13px;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in 0.3s;
}
.CustomMypagination_bar .custom-pagination .pagination-circle.current {
  background: #5C5C5C;
}
@media (max-width: 768px) {
  .CustomMypagination_bar .custom-pagination .pagination-circle.current::before {
    opacity: 1;
    visibility: visible;
  }
  .CustomMypagination_bar .custom-pagination .pagination-circle.current::after {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 768px) {
  .GenralsTitlesHedings .page-title.filter {
    line-height: 20px !important;
    padding: 4px 0 4px 0 !important;
  }
}
.GenralsTitlesHedings .page-title, .GenralsTitlesHedings h1 {
  color: #303030;
  font-size: 30px;
  line-height: 60px;
  margin: 0;
  padding: 7px 0 30px 0;
  text-align: center;
}
@media (max-width: 1080px) {
  .GenralsTitlesHedings .page-title, .GenralsTitlesHedings h1 {
    font-size: 22px;
    padding: 9px 0 27px 0;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .GenralsTitlesHedings .page-title, .GenralsTitlesHedings h1 {
    font-size: 20px;
    line-height: 20px;
  }
}

.mainIntroSectionParent .CustomProject-wrapper > article.archiveCardPegah.project .ContiRowInfo .TitleProject a {
  font-size: 14px;
}
.mainIntroSectionParent .CustomProject-wrapper > article.archiveCardPegah.project .ContiRowInfo .termsItems a {
  font-size: 11.5px;
}

.GeneralOverlay {
  display: none;
  position: fixed;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  left: 0;
  transition: all linear 0.3s;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 97;
  background-color: rgba(0, 0, 0, 0.7);
}

.showMobMenu {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(0) !important;
}

/*mobile menu style*/
.mamaMobileMenuParent {
  display: flex;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  right: 0;
  padding-top: 85px;
  top: 0;
  bottom: 0;
  width: 80vw;
  max-width: 340px;
  height: 100vh;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 5px;
  z-index: 98;
  transition: all 0.3s;
  transform: translateX(390px);
  opacity: 0;
  border-radius: 0 0 10px 10px;
  visibility: hidden;
}
.mamaMobileMenuParent .mobileMenu {
  padding: 20px;
  margin-bottom: 50px;
}
.mamaMobileMenuParent .mobileMenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mamaMobileMenuParent .mobileMenu ul li.current_page_item a {
  color: #313193 !important;
}
.mamaMobileMenuParent .mobileMenu ul .menu-item-has-children.arrow-left:before {
  transform: rotate(90deg) !important;
}
.mamaMobileMenuParent .mobileMenu ul .menu-item-has-children {
  position: relative;
}
.mamaMobileMenuParent .mobileMenu ul .menu-item-has-children:before {
  position: absolute;
  top: 15px;
  content: url("data:image/svg+xml,%3Csvg height='22' width='22' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 50' xml:space='preserve' transform='rotate(90)' style='transform:rotate(90deg)'%3E%3Cpath fill='%333' d='M15.563 40.836a.997.997 0 0 0 1.414 0l15-15a1 1 0 0 0 0-1.414l-15-15a.999.999 0 1 0-1.414 1.414l14.293 14.293-14.293 14.293a1 1 0 0 0 0 1.414'/%3E%3C/svg%3E");
  left: 0;
  transition: all linear 0.2s;
}
.mamaMobileMenuParent .mobileMenu ul li {
  border-bottom: 1px solid #D8D8D8;
}
.mamaMobileMenuParent .mobileMenu ul li:last-of-type {
  border-bottom: none;
}
.mamaMobileMenuParent .mobileMenu ul li > .sub-menu {
  padding-right: 20px;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in 0.3s;
}
.mamaMobileMenuParent .mobileMenu ul li > .sub-menu li a {
  font-size: 13px;
  font-weight: 500;
}
.mamaMobileMenuParent .mobileMenu ul li a {
  font-size: 14.5px;
  display: flex;
  padding: 17px 5px;
  font-weight: 700;
  color: #303030;
}

.openSub {
  opacity: 1 !important;
  visibility: visible !important;
  max-height: 500px !important;
  min-height: -moz-max-content !important;
  min-height: max-content !important;
}

.site-header.OtherPage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: white;
  z-index: 99;
  transform: translateY(0);
  transition: all ease 0.1s;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.85);
  padding: 10px 0;
  margin: auto;
  right: 0;
  opacity: 1 !important;
  box-shadow: 0px 0px 10px #d7d7d7;
}

.lg-inner {
  direction: rtl;
}

.site-header.FrontPage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: white;
  z-index: 99;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.1s, transform 0.1s;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.4);
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
  margin: auto;
  right: 0;
}
@media (max-width: 1080px) {
  .site-header.FrontPage {
    box-shadow: 1px 2px 29px rgba(113, 113, 113, 0.4117647059);
  }
}
.site-header.FrontPage .CurrentTime {
  display: none;
}

.GenHeaderParentSite {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 1080px) {
  .GenHeaderParentSite {
    margin: 0 12px !important;
  }
}
.GenHeaderParentSite .MenueBtnIcone {
  display: none;
  cursor: pointer;
  margin-left: 10px;
}
@media (max-width: 1080px) {
  .GenHeaderParentSite .MenueBtnIcone {
    display: flex;
  }
}
.GenHeaderParentSite .LogoA {
  width: 95px;
  margin-right: auto;
}
@media (max-width: 1080px) {
  .GenHeaderParentSite .LogoA {
    margin: auto;
    order: 3;
    display: flex;
    align-content: center;
    justify-content: center;
  }
}
.GenHeaderParentSite .customMenuTop {
  width: calc(100% - 540px);
}
@media (max-width: 1545px) {
  .GenHeaderParentSite .customMenuTop {
    width: calc(100% - 360px);
  }
}
@media (max-width: 1080px) {
  .GenHeaderParentSite .customMenuTop {
    display: none;
  }
}
.GenHeaderParentSite .customMenuTop .menu {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 45px;
}
@media (max-width: 1260px) {
  .GenHeaderParentSite .customMenuTop .menu {
    padding: 0;
    gap: 40px !important;
  }
}
.GenHeaderParentSite .customMenuTop .menu .menu-item-has-children {
  position: relative;
}
.GenHeaderParentSite .customMenuTop .menu .menu-item-has-children::before {
  position: absolute;
  transition: all ease-in 0.4s;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' viewBox='0 -960 960 960' width='18' fill='e5e3e3'%3E%3Cpath d='M480-344 240-584l56-56 184 184 184-184 56 56z'/%3E%3C/svg%3E");
  left: -20px;
  top: 7px;
  opacity: 0.3;
}
.GenHeaderParentSite .customMenuTop .menu .menu-item-has-children > .sub-menu {
  padding: 5px 9px;
  list-style: none;
  list-style-type: none;
  width: 150px;
  border: 1px solid #FFEFF1;
  height: -moz-max-content;
  height: max-content;
  display: block;
  position: absolute;
  visibility: hidden;
  right: -15px;
  opacity: 0;
  box-shadow: 0px 9px 68px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transform: translate(0px, 22px);
  transition: all ease-in 0.4s;
  z-index: 99;
  background: #fff;
  list-style-type: none;
}
.GenHeaderParentSite .customMenuTop .menu .menu-item-has-children > .sub-menu::before {
  position: absolute;
  width: 0px;
  content: "";
  background-color: rgba(108, 58, 58, 0);
  border-top: 11px solid transparent;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 19px solid #fff;
  top: -20px;
}
.GenHeaderParentSite .customMenuTop .menu .menu-item-has-children > .sub-menu > li {
  border-bottom: 1px solid #eee;
  padding: 9px 0;
}
.GenHeaderParentSite .customMenuTop .menu .menu-item-has-children > .sub-menu > li > a {
  color: #303030;
  font-size: 12.8px;
  line-height: 2em;
  transition: all ease-in 0.2s;
  font-weight: 400;
}
.GenHeaderParentSite .customMenuTop .menu .menu-item-has-children > .sub-menu > li > a:hover {
  color: #313193;
}
.GenHeaderParentSite .customMenuTop .menu .menu-item-has-children > .sub-menu > li:last-of-type {
  border-bottom: none;
}
.GenHeaderParentSite .customMenuTop .menu .menu-item-has-children:hover::before {
  opacity: 0.5;
}
.GenHeaderParentSite .customMenuTop .menu .menu-item-has-children:hover .sub-menu {
  transform: translate(0px, 12px);
  visibility: visible;
  opacity: 1;
}
.GenHeaderParentSite .customMenuTop .menu .current_page_item > a {
  font-weight: 500;
}
.GenHeaderParentSite .customMenuTop .menu .homeIcon > a {
  background-image: url(images/home.png);
  color: rgba(242, 242, 242, 0) !important;
  background-size: contain;
  font-size: 11px;
  background-repeat: no-repeat;
  background-position: right;
}
.GenHeaderParentSite .customMenuTop .menu > li {
  position: relative;
}
.GenHeaderParentSite .customMenuTop .menu > li:last-of-type::after {
  display: none;
}
.GenHeaderParentSite .customMenuTop .menu > li::after {
  position: absolute;
  content: "";
  background: #C0C0C0;
  width: 1px;
  height: 12px;
  left: -30px;
  top: 0;
  margin: auto;
  bottom: 0;
}
.GenHeaderParentSite .customMenuTop .menu > li > a {
  color: #303030;
  font-size: 14px;
  line-height: 2em;
  transition: all ease-in 0.2s;
  font-weight: 400;
}
.GenHeaderParentSite .customMenuTop .menu > li > a:hover {
  color: #454545;
}
.GenHeaderParentSite .SwitchLan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-left: auto;
}
@media (max-width: 1080px) {
  .GenHeaderParentSite .SwitchLan {
    flex-direction: column;
    order: 4;
    gap: 10px !important;
    align-items: start !important;
  }
}
@media (max-width: 768px) {
  .GenHeaderParentSite .SwitchLan {
    gap: 15px;
  }
}
.GenHeaderParentSite .SwitchLan > a {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 6px;
  flex-direction: row-reverse;
  color: #303030;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.6px;
  transition: all ease-in-out 0.2s;
}
.GenHeaderParentSite .SwitchLan > a:first-of-type {
  font-family: "IRANSans" !important;
}
@media (max-width: 768px) {
  .GenHeaderParentSite .SwitchLan > a {
    font-size: 11px;
  }
  .GenHeaderParentSite .SwitchLan > a svg {
    width: 18px;
    height: 18px;
  }
}
.GenHeaderParentSite .SwitchLan > a:hover {
  transform: scale(0.9);
}
.GenHeaderParentSite .my-account {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #646464;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}
@media (max-width: 1260px) {
  .GenHeaderParentSite .my-account {
    margin: 0 auto 0 10px;
  }
}
@media (max-width: 1080px) {
  .GenHeaderParentSite .my-account {
    order: 2;
    margin: 0;
  }
}
.GenHeaderParentSite .my-account > .icon {
  border: 1px solid #E6E6E6;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all linear 0.2s;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.4784313725);
}
.GenHeaderParentSite .my-account > .icon > svg {
  transition: all ease-in 0.3s;
}
.GenHeaderParentSite .my-account:hover .icon > svg {
  transform: rotateY(180deg);
}
.GenHeaderParentSite .searchIcon {
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #646464;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}
@media (max-width: 1260px) {
  .GenHeaderParentSite .searchIcon {
    margin: 0 auto 0 10px;
  }
}
@media (max-width: 1080px) {
  .GenHeaderParentSite .searchIcon {
    order: 2;
    margin: 0;
  }
}
.GenHeaderParentSite .searchIcon > .icon {
  border: 1px solid #E6E6E6;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all linear 0.2s;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.4784313725);
}
.GenHeaderParentSite .searchIcon > .icon > svg {
  transition: all ease-in 0.3s;
}
.GenHeaderParentSite .searchIcon:hover .icon > svg {
  transform: rotateY(180deg);
}

.ParentTopFormCustoms {
  max-width: 1100px;
  margin: 20px auto;
  display: flex;
  display: none !important;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.ParentTopFormCustoms .rightsParent {
  width: 50%;
  background-color: #E7F6E4;
  border-radius: 10px;
  min-height: 120px;
}
.ParentTopFormCustoms .leftsParent {
  width: 45%;
}
.ParentTopFormCustoms .leftsParent .user-id-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ParentTopFormCustoms .leftsParent .user-id-box p:first-of-type {
  background-color: #E7F6E4;
  border-radius: 10px;
  min-height: 60px;
}
.ParentTopFormCustoms .leftsParent .user-id-box p:last-of-type {
  background-color: #E4F5F6;
  border-radius: 10px;
  min-height: 60px;
}

.site-footer {
  position: relative;
  z-index: 0;
  background: url(images/footer.jpg);
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  height: -moz-max-content;
  height: max-content;
  background-size: cover;
  background-position: center;
  padding: 100px 0 150px 0;
}
@media (max-width: 768px) {
  .site-footer {
    padding: 100px 0 79px 0;
  }
}
.site-footer .FooterTitles {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 35px;
}
.site-footer::before {
  position: absolute;
  content: "";
  z-index: -1;
  height: 100% !important;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(46, 46, 78, 0.85) 0%, #2E2E4E 100%);
}
.site-footer .ParentsFootersGen {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.site-footer .ParentsFootersGen .AboutCol {
  width: 35%;
}
@media (max-width: 1080px) {
  .site-footer .ParentsFootersGen .AboutCol {
    width: 50%;
  }
  .site-footer .ParentsFootersGen .AboutCol .BtnBott {
    justify-content: center !important;
  }
}
@media (max-width: 768px) {
  .site-footer .ParentsFootersGen .AboutCol {
    width: 100%;
    margin: 20px 0;
  }
}
.site-footer .ParentsFootersGen .AboutCol .logoFooters {
  display: flex;
  margin-bottom: 25px;
}
@media (max-width: 1080px) {
  .site-footer .ParentsFootersGen .AboutCol .logoFooters img {
    margin: auto !important;
  }
}
.site-footer .ParentsFootersGen .AboutCol .boxParentTxt {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
  border-radius: 10px;
  padding: 18px 18px 20px 18px;
}
.site-footer .ParentsFootersGen .AboutCol .boxParentTxt h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding: 13px 0;
}
@media (max-width: 1260px) {
  .site-footer .ParentsFootersGen .AboutCol .boxParentTxt h5 {
    font-size: 15px;
    padding: 0;
  }
}
.site-footer .ParentsFootersGen .AboutCol .boxParentTxt p {
  font-size: 13px;
  font-weight: 500;
  line-height: 34px;
  text-align: justify;
  color: #fff;
}
@media (max-width: 1260px) {
  .site-footer .ParentsFootersGen .AboutCol .boxParentTxt p {
    font-size: 12px;
  }
}
.site-footer .ParentsFootersGen .AboutCol .boxParentTxt .BtnBott {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 6px;
}
.site-footer .ParentsFootersGen .AboutCol .boxParentTxt .BtnBott > a {
  background-color: #1B1B29;
  border-radius: 20px;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 28px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  flex-direction: row-reverse;
  transition: all ease-in-out 0.2s;
}
.site-footer .ParentsFootersGen .AboutCol .boxParentTxt .BtnBott > a svg {
  margin-left: 5px;
}
.site-footer .ParentsFootersGen .AboutCol .boxParentTxt .BtnBott > a:hover {
  background-color: #2a2a2b;
}
.site-footer .ParentsFootersGen .BoxItemLinks {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
  border-radius: 10px;
  padding: 16px 25px;
  width: 15%;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}
@media (max-width: 1080px) {
  .site-footer .ParentsFootersGen .BoxItemLinks {
    order: 2;
    width: 30%;
  }
}
@media (max-width: 768px) {
  .site-footer .ParentsFootersGen .BoxItemLinks {
    order: 3;
    width: 52%;
  }
}
.site-footer .ParentsFootersGen .BoxItemLinks h4 {
  margin: 0;
  color: #fff;
  font-weight: 700;
  line-height: 30px;
  padding-bottom: 15px;
}
.site-footer .ParentsFootersGen .BoxItemLinks .LinkMotherParent {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 7px;
}
.site-footer .ParentsFootersGen .BoxItemLinks .LinkMotherParent a {
  color: #fff;
  font-size: 14px;
  line-height: 33px;
  font-weight: 400;
}
.site-footer .ParentsFootersGen .MediaLinkFooter {
  display: flex;
  flex-direction: column;
  align-content: start;
  gap: 9px;
}
@media (max-width: 1080px) {
  .site-footer .ParentsFootersGen .MediaLinkFooter {
    order: 3;
  }
}
@media (max-width: 768px) {
  .site-footer .ParentsFootersGen .MediaLinkFooter {
    order: 2;
  }
}
.site-footer .ParentsFootersGen .MediaLinkFooter .MediaLinkinner {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 70px;
  transition: all linear 0.2s;
}
.site-footer .ParentsFootersGen .MediaLinkFooter .MediaLinkinner > span {
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  width: 55px;
  height: 68px;
  background: rgba(255, 255, 255, 0.1019607843);
  border-radius: 10px;
  display: flex;
  align-content: normal;
  justify-content: center;
  margin: auto;
  margin: 0;
  transition: all linear 0.2s;
}
.site-footer .ParentsFootersGen .MediaLinkFooter .MediaLinkinner > span > svg {
  margin: auto;
}
.site-footer .ParentsFootersGen .MediaLinkFooter .MediaLinkinner:hover span {
  background: linear-gradient(90deg, #FEDE00 0%, #FAA719 100%);
  transition: all linear 0.2s;
}
.site-footer .ParentsFootersGen .ParentCantactUSFooret {
  display: flex;
  flex-direction: column;
  align-content: start;
  gap: 10px;
}
@media (max-width: 1080px) {
  .site-footer .ParentsFootersGen .ParentCantactUSFooret {
    order: 4;
    width: 100%;
    margin: 25px 0;
  }
}
.site-footer .ParentsFootersGen .ParentCantactUSFooret .itemsInfo {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.site-footer .ParentsFootersGen .ParentCantactUSFooret .itemsInfo .callPhone {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
}
.site-footer .ParentsFootersGen .ParentCantactUSFooret .itemsInfo .callPhone a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  width: 39%;
  line-height: 38px;
}
.site-footer .ParentsFootersGen .ParentCantactUSFooret .itemsInfo .icon {
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  width: 55px;
  height: 68px;
  background: rgba(255, 255, 255, 0.1019607843);
  border-radius: 10px;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: auto;
  transition: all ease-in-out 0.2s;
  margin: 0;
}
.site-footer .ParentsFootersGen .ParentCantactUSFooret .itemsInfo .icon svg {
  margin: auto;
}

.videoSwiper .swiper-slide.lgVideo img {
  height: 300px !important;
}
@media (max-width: 768px) {
  .videoSwiper .swiper-slide.lgVideo img {
    height: 250px !important;
  }
}

.lgVideo {
  position: relative !important;
  display: flex !important;
  z-index: 0;
  cursor: pointer;
}
.lgVideo:hover::after {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.lgVideo:hover > span svg {
  transform: scale(1.1);
}
.lgVideo > span {
  position: absolute;
  z-index: 1;
  left: 20px;
  bottom: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 14.5px;
  font-weight: 500;
}
.lgVideo > span > svg {
  transition: all linear 0.2s;
  margin: 0 5px;
}
.lgVideo::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.28);
  z-index: 0;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transition: all linear 0.2s;
}
.lgVideo > img {
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0;
  border-radius: 25px;
}
@media (max-width: 768px) {
  .lgVideo > img {
    height: 300px;
  }
}

.sw-auto .swiper-slide {
  height: auto;
}

.lg-outer .lg-thumb {
  margin: 0 auto;
}

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.6117647059) !important;
  -webkit-backdrop-filter: blur(7px) !important;
  backdrop-filter: blur(7px) !important;
}

.gallery_item {
  position: relative;
  display: block;
  transition: all ease-in-out 0.3s;
  overflow: hidden;
  border-radius: 10px;
}
.gallery_item img {
  transition: all ease-in-out 0.3s;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 1.1;
}
@media (max-width: 768px) {
  .gallery_item img {
    aspect-ratio: 0.9;
  }
}
.gallery_item:hover img {
  filter: blur(3px);
}
.gallery_item:hover a::before {
  opacity: 0.6;
}
.gallery_item > a {
  display: flex;
  position: relative;
  text-align: center;
  margin: auto;
  transition: all ease-in-out 0.3s;
}
.gallery_item > a::before {
  opacity: 0;
  content: "";
  position: absolute;
  height: 100%;
  background: linear-gradient(0deg, #5959E2 0%, rgba(89, 89, 226, 0) 100%);
  opacity: 0;
  left: 0;
  right: 0;
  transition: all ease-in-out 0.3s;
  z-index: 1;
}

.gl--box {
  padding: 40px 0;
  position: relative;
}
.gl--box .swiper-slide p {
  text-align: center;
  font-size: 13px;
  color: rgb(125, 125, 125);
  font-weight: 400;
}
.gl--box .swiper-button-disabled {
  opacity: 0;
}
.gl--box .swiper-button-next-gllery {
  background: #FFF;
  position: absolute !important;
  top: -50px;
  left: 0;
  bottom: 0;
  margin: auto !important;
  width: 26px;
  height: 39px;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
  transition: all ease-in 0.2s;
  align-items: center;
  justify-content: center;
  display: flex;
}
.gl--box .swiper-button-next-gllery > span {
  transition: all ease-in 0.2s;
  content: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.855 7.21 7.641.444a.569.569 0 0 1 .803.805L2.062 7.613l6.382 6.364a.568.568 0 1 1-.803.805L.855 8.016a.57.57 0 0 1 0-.806' fill='%23000'/%3E%3C/svg%3E");
}
.gl--box .swiper-button-next-gllery:hover span {
  scale: 0.9;
}
.gl--box .swiper-button-prev-gllery {
  background: #FFF;
  position: absolute !important;
  top: -50px;
  right: 0;
  bottom: 0;
  margin: auto !important;
  width: 26px;
  height: 39px;
  border-radius: 10px 0 0 10px;
  cursor: pointer;
  transition: all ease-in 0.2s;
  align-items: center;
  justify-content: center;
  display: flex;
}
.gl--box .swiper-button-prev-gllery > span {
  transition: all ease-in 0.2s;
  content: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.145 7.21 1.359.444a.569.569 0 0 0-.803.805l6.382 6.364-6.382 6.364a.568.568 0 1 0 .803.805l6.786-6.766a.57.57 0 0 0 0-.806' fill='%23000'/%3E%3C/svg%3E");
}
.gl--box .swiper-button-prev-gllery:hover span {
  scale: 0.9;
}
@media (max-width: 768px) {
  .gl--box {
    padding: 20px 0;
  }
}
.gl--box .swiper-pagination {
  position: static;
  margin-top: 1rem;
  transform: none;
}
@media (max-width: 768px) {
  .gl--box .swiper-pagination {
    margin-top: 5px;
  }
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 1 !important;
}

.lg-outer {
  text-align: right !important;
}

.accordion-content:not(.open-in-desktop) {
  display: none;
}

.faqs-content .TitleDes {
  padding: 30px 0;
}
.faqs-content .TitleDes > h5 {
  color: #303030;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
  padding-right: 12px;
  margin: 25px 0;
}
.faqs-content .TitleDes > h5::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 43px;
  background-color: #FAA719;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .faqs-content .TitleDes > h5 {
    font-size: 14.5px;
  }
}
.faqs-content .TitleDes > p {
  color: #303030;
  font-size: 14px;
  line-height: 2.3em;
  margin: 0;
}
@media (max-width: 768px) {
  .faqs-content .TitleDes > p {
    font-size: 13px;
  }
}

.faqs-item {
  margin-bottom: 15px;
  padding: 18px 20px;
  border-bottom: 1px solid #E9E9E9;
  transition: all linear 0.2s;
}
@media (max-width: 768px) {
  .faqs-item {
    padding: 18px 10px;
  }
}
.faqs-item:hover .faqs-question {
  color: #6363be;
}
.faqs-item:hover .faq-num {
  background-color: #6363be;
}

.faqs-question {
  font-size: 15px;
  color: #303030;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all linear 0.2s;
}
.faqs-question .IconFaqStyle {
  background-color: #9696D3;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  transition: all ease-in 0.3s;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faqs-question .IconFaqStyle > span {
  transition: all ease-in 0.3s;
  content: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1v12zm6 6H1z' fill='%239696D3'/%3E%3Cpath d='M7 1v12m6-6H1' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
@media (max-width: 768px) {
  .faqs-question {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .faqs-question {
    font-size: 12.5px;
    line-height: 25px;
  }
}
.faqs-question svg {
  margin-right: auto;
  transition: all linear 0.2s;
}

.faqs-item.active {
  background: #FFFFFF !important;
}
.faqs-item.active .faqs-question .IconFaqStyle > span {
  content: url("data:image/svg+xml,%3Csvg width='14' height='2' viewBox='0 0 14 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1H1z' fill='%239696D3'/%3E%3Cpath d='M13 1H1' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}

.faqs-answer {
  font-size: 13.5px;
  line-height: 2.5em;
  border-top: 1px solid #E0E0E0;
  margin-top: 20px;
  padding: 17px 15px;
  text-align: justify;
  color: #585858;
}
@media (max-width: 768px) {
  .faqs-answer {
    font-size: 13px;
    padding: 17px 0;
  }
}

.faq-num {
  background-color: #9696D3;
  color: #fff;
  transition: all ease-in 0.2s;
  padding: 10px;
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  font-size: 13px;
  border-radius: 50px;
}

@media (max-width: 480px) {
  .faq-content-tab .faqs-item .faqs-question p {
    width: calc(100% - 60px);
  }
  .faq-num {
    display: none;
  }
}
.faqSection {
  margin-bottom: 100px;
}
.faqSection .DivTwoCl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 75px;
}
@media (max-width: 768px) {
  .faqSection .DivTwoCl {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 10px;
  }
}
.faqSection .faqs-content .TitleDes {
  padding: 10px 0;
  margin-top: 50px;
}

.FullSectionContent.LastSections {
  flex-direction: row-reverse;
}
.FullSectionContent.LastSections .ContentBoxSec_full .btnParentSec {
  justify-content: end;
}

.site-main.SinglePostPages {
  margin-top: 0 !important;
}
.site-main.SinglePostPages .ArrPostParent {
  margin-bottom: 130px;
}
@media (max-width: 1080px) {
  .site-main.SinglePostPages .ArrPostParent {
    margin-bottom: 50px;
  }
}
.site-main.SinglePostPages .ArrPostParent .nav-links {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .site-main.SinglePostPages .ArrPostParent .nav-links {
    gap: 20px;
  }
}
.site-main.SinglePostPages .ArrPostParent .nav-links .nav-next a {
  flex-direction: row-reverse;
}
.site-main.SinglePostPages .ArrPostParent .nav-links .nav-next a .nav-subtitle {
  flex-direction: row-reverse;
}
.site-main.SinglePostPages .ArrPostParent .nav-links .nav-next a .nav-subtitle .IconsI {
  background: #313193 !important;
}
.site-main.SinglePostPages .ArrPostParent .nav-links .nav-next a .nav-subtitle .IconsI:hover {
  background: #4c4cb4 !important;
}
@media (max-width: 768px) {
  .site-main.SinglePostPages .ArrPostParent .nav-links div {
    width: 100%;
    flex: max-content !important;
  }
}
.site-main.SinglePostPages .ArrPostParent .nav-links div a {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .site-main.SinglePostPages .ArrPostParent .nav-links div a {
    justify-content: center;
  }
}
.site-main.SinglePostPages .ArrPostParent .nav-links div a .nav-title {
  color: #303030;
  font-size: 13.2px;
  font-weight: 400;
  text-align: justify;
}
.site-main.SinglePostPages .ArrPostParent .nav-links div a .nav-subtitle {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #303030;
  font-size: 14px;
  font-weight: 700;
}
.site-main.SinglePostPages .ArrPostParent .nav-links div a .nav-subtitle .IconsI {
  background: #3F3F3F;
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  transition: all ease-in 0.3s;
}
@media (max-width: 768px) {
  .site-main.SinglePostPages .ArrPostParent .nav-links div a .nav-subtitle .IconsI {
    width: 26px;
    height: 26px;
  }
}
.site-main.SinglePostPages .ArrPostParent .nav-links div a .nav-subtitle .IconsI:hover {
  background: #5F5F5F;
}
.site-main.SinglePostPages .entry-footer {
  margin-top: 65px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #D0D0D0;
  padding-bottom: 19px;
}
@media (max-width: 768px) {
  .site-main.SinglePostPages .entry-footer {
    justify-content: start;
    gap: 25px;
  }
  .site-main.SinglePostPages .entry-footer > div {
    width: 100%;
  }
}
.site-main.SinglePostPages .entry-footer .tagListpost {
  font-size: 13.5px;
  font-weight: 400;
  color: #000;
}
.site-main.SinglePostPages .entry-footer .tagListpost svg {
  vertical-align: middle;
}
.site-main.SinglePostPages .entry-footer .divShreBtn .product-share-buttons > span {
  font-size: 13.5px;
  font-weight: 400;
  color: #000;
}
.site-main.SinglePostPages .entry-footer .divShreBtn .product-share-buttons > span svg {
  vertical-align: middle;
  margin-left: 5px;
}
.site-main.SinglePostPages .fullBackPostType {
  height: 600px;
  background-size: cover !important;
  position: relative;
  background-repeat: no-repeat !important;
  background-position: center !important;
  display: flex;
  align-items: center;
  z-index: 0;
  justify-content: center;
}
@media (max-width: 768px) {
  .site-main.SinglePostPages .fullBackPostType {
    height: 500px;
  }
}
.site-main.SinglePostPages .fullBackPostType .entry-header {
  margin: auto;
}
.site-main.SinglePostPages .fullBackPostType .entry-header .breadcrumbs p {
  justify-content: center;
  margin: 0;
  font-size: 14px;
  padding-bottom: 12px;
  color: #000;
}
.site-main.SinglePostPages .fullBackPostType .entry-header .breadcrumbs p a {
  font-size: 14px;
  color: #000;
}
.site-main.SinglePostPages .fullBackPostType .entry-header .breadcrumbs p a:first-of-type {
  width: 14px;
  height: 15px;
}
.site-main.SinglePostPages .fullBackPostType .entry-header .entry-title {
  color: #303030;
  font-size: 34px;
  line-height: 2.1em;
  text-align: center;
  padding: 12px 250px;
  margin: 0;
}
@media (max-width: 1080px) {
  .site-main.SinglePostPages .fullBackPostType .entry-header .entry-title {
    font-size: 26px;
    padding: 12px 0;
  }
}
@media (max-width: 768px) {
  .site-main.SinglePostPages .fullBackPostType .entry-header .entry-title {
    font-size: 22px;
    line-height: 1.7em;
  }
}
.site-main.SinglePostPages .fullBackPostType .entry-header .ParentCategoryBook {
  width: -moz-max-content;
  width: max-content;
  padding: 8px 17px;
  border-radius: 10px;
  transition: all ease-in 0.3s;
  background-color: #313193;
  margin: auto;
  color: #fff;
}
.site-main.SinglePostPages .fullBackPostType .entry-header .ParentCategoryBook:hover {
  background-color: #3d3db6;
}
.site-main.SinglePostPages .fullBackPostType .entry-header .ParentCategoryBook a {
  color: #fff;
  font-weight: 700;
  font-size: 15.2px;
}
.site-main.SinglePostPages .fullBackPostType::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.39);
}
.site-main.SinglePostPages .ParentSContentSingle .imgPostParent {
  margin-top: -150px;
  position: relative;
}
.site-main.SinglePostPages .ParentSContentSingle .imgPostParent .post-thumbnail img {
  width: 100%;
  border: 10px solid #FFF;
  box-shadow: 9px 7px 10px rgba(66, 66, 66, 0.1411764706);
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1260px) {
  .site-main.SinglePostPages .ParentSContentSingle .imgPostParent .post-thumbnail img {
    height: 470px;
  }
}
@media (max-width: 768px) {
  .site-main.SinglePostPages .ParentSContentSingle .imgPostParent .post-thumbnail img {
    height: 370px;
  }
}
@media (max-width: 480px) {
  .site-main.SinglePostPages .ParentSContentSingle .imgPostParent .post-thumbnail img {
    height: 300px;
  }
}
.site-main.SinglePostPages .ParentSContentSingle .entry-content {
  color: #303030;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.2em;
  text-align: justify;
  max-width: 1100px;
  margin: 45px auto;
}
@media (max-width: 768px) {
  .site-main.SinglePostPages .ParentSContentSingle .entry-content {
    margin: 0;
    line-height: 2.4em;
    font-size: 13px;
  }
}
.site-main.SinglePostPages .ParentSContentSingle .entry-content blockquote {
  background: #F4F4F4;
  border: 1px solid #F4F4F4;
  padding: 14px 20px;
  margin: 19px 0;
  border-radius: 10px;
  width: 100%;
  font-size: 13.5px;
  color: #626262;
}
.site-main.SinglePostPages .ParentSContentSingle .entry-content h1, .site-main.SinglePostPages .ParentSContentSingle .entry-content h2, .site-main.SinglePostPages .ParentSContentSingle .entry-content h3, .site-main.SinglePostPages .ParentSContentSingle .entry-content h4, .site-main.SinglePostPages .ParentSContentSingle .entry-content h5, .site-main.SinglePostPages .ParentSContentSingle .entry-content h6 {
  color: #FAA719;
}
@media (max-width: 768px) {
  .site-main.SinglePostPages .ParentSContentSingle .entry-content h1 {
    font-size: 22px;
  }
  .site-main.SinglePostPages .ParentSContentSingle .entry-content h2 {
    font-size: 18px;
  }
  .site-main.SinglePostPages .ParentSContentSingle .entry-content h3 {
    font-size: 16px;
  }
  .site-main.SinglePostPages .ParentSContentSingle .entry-content h4 {
    font-size: 15px;
  }
  .site-main.SinglePostPages .ParentSContentSingle .entry-content h5 {
    font-size: 14px;
  }
  .site-main.SinglePostPages .ParentSContentSingle .entry-content h6 {
    font-size: 13px;
  }
}
.site-main.SinglePostPages .ParentSContentSingle .entry-content img {
  max-width: 100%;
  border-radius: 10px;
}
.site-main.SinglePostPages .ParentSContentSingle .entry-content .entry-header {
  position: relative;
}
.site-main.SinglePostPages .ParentSContentSingle .entry-content .entry-header h3 {
  color: #303030;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
  padding-right: 12px !important;
  margin: 0;
  padding: 14px 0;
}
@media (max-width: 1080px) {
  .site-main.SinglePostPages .ParentSContentSingle .entry-content .entry-header h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 37px;
  }
}
.site-main.SinglePostPages .ParentSContentSingle .entry-content .entry-header h3::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 43px;
  background-color: #FAA719;
  right: 0;
}
.site-main.SinglePostPages .ParentSContentSingle .entry-content .entry-header .DataPosts {
  color: #797979;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 23px;
  text-align: right;
  margin: 0;
  padding-bottom: 10px;
}
.site-main.SinglePostPages .ParentSContentSingle .entry-content .entry-header .ParentCategoryBook {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 3px;
}
.site-main.SinglePostPages .ParentSContentSingle .entry-content .entry-header .ParentCategoryBook a {
  font-size: 13.5px;
  color: rgb(48, 48, 48);
  font-weight: 400;
  line-height: 27px;
  transition: 0.2s ease-in-out;
}
.site-main.SinglePostPages .ParentSContentSingle .entry-content .entry-header .ParentCategoryBook a:hover {
  color: #313193;
}

.SingleProject .ContentSections {
  background-color: #E7F1FA;
  padding: 40px 0;
}
.SingleProject .ContentSections h3 {
  text-align: center;
  color: #303030;
  font-size: 32px;
  line-height: 36px;
}
@media (max-width: 1080px) {
  .SingleProject .ContentSections h3 {
    font-size: 24px;
  }
}
.SingleProject div > article {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (max-width: 1080px) {
  .SingleProject div > article {
    flex-wrap: wrap-reverse;
  }
}
@media (max-width: 768px) {
  .SingleProject div > article {
    margin-bottom: 50px;
  }
}
.SingleProject div > article .ParentsTxt {
  width: 47%;
}
@media (max-width: 1080px) {
  .SingleProject div > article .ParentsTxt {
    width: 100%;
    padding-top: 15px;
  }
}
.SingleProject div > article .ParentsTxt > .entry-content {
  font-size: 14px;
  line-height: 2.5em;
  text-align: justify;
  font-weight: 400;
}
.SingleProject div > article .ParentsTxt > .entry-content p {
  margin: 0;
}
@media (max-width: 768px) {
  .SingleProject div > article .ParentsTxt > .entry-content {
    font-size: 13px;
    line-height: 2.3em;
  }
  .SingleProject div > article .ParentsTxt > .entry-content h1 {
    font-size: 22px;
  }
  .SingleProject div > article .ParentsTxt > .entry-content h2 {
    font-size: 18px;
  }
  .SingleProject div > article .ParentsTxt > .entry-content h3 {
    font-size: 16px;
  }
  .SingleProject div > article .ParentsTxt > .entry-content h4 {
    font-size: 15px;
  }
  .SingleProject div > article .ParentsTxt > .entry-content h5 {
    font-size: 14px;
  }
  .SingleProject div > article .ParentsTxt > .entry-content h6 {
    font-size: 13px;
  }
}
.SingleProject div > article .ParentsTxt > .entry-content h1, .SingleProject div > article .ParentsTxt > .entry-content h2, .SingleProject div > article .ParentsTxt > .entry-content h3, .SingleProject div > article .ParentsTxt > .entry-content h4, .SingleProject div > article .ParentsTxt > .entry-content h5, .SingleProject div > article .ParentsTxt > .entry-content h6 {
  color: #FAA719;
  margin: 0;
}
.SingleProject div > article .ParentsTxt > .entry-content ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .SingleProject div > article .ParentsTxt > .entry-content ul {
    padding: 10px 12px;
  }
}
.SingleProject div > article .ParentsTxt > .entry-content ul li::marker {
  color: #FAA719;
}
.SingleProject div > article .ParentsTxt .entry-header {
  border-bottom: 1px solid rgb(228, 228, 228);
  position: relative;
}
.SingleProject div > article .ParentsTxt .entry-header .entry-title {
  color: #303030;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
  padding-right: 12px;
}
.SingleProject div > article .ParentsTxt .entry-header .entry-title::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 43px;
  background-color: #FAA719;
  right: 0;
}
.SingleProject div > article .ParentsTxt .entry-header .ParentCategoryBook {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 3px;
}
.SingleProject div > article .ParentsTxt .entry-header .ParentCategoryBook a {
  font-size: 13.5px;
  color: rgb(48, 48, 48);
  font-weight: 400;
  line-height: 27px;
  transition: 0.2s ease-in-out;
}
.SingleProject div > article .ParentsTxt .entry-header .ParentCategoryBook a:hover {
  color: #313193;
}
.SingleProject div > article .ParentsImg {
  width: 48%;
}
@media (max-width: 1080px) {
  .SingleProject div > article .ParentsImg {
    width: 100%;
  }
}
.SingleProject div > article .ParentsImg .post-thumbnail > img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.single-post table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  width: auto !important;
  border: 1px solid #eee !important;
  margin: 30px auto;
}

.single-post th, td {
  text-align: center;
  padding: 8px;
}

.single-post tr:nth-child(even) {
  background-color: #f2f2f2;
}

.table-wrapper {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  white-space: nowrap;
  text-align: center;
  padding: 8px 16px;
}

.searchParent.openSear {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.searchParent {
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: rgba(0, 0, 0, 0.831372549);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  transition: 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
@media (max-width: 480px) {
  .searchParent {
    padding: 40px 15px 20px;
    width: 100;
  }
}
.searchParent .closeIcon {
  position: fixed;
  top: 0rem;
  right: 2rem;
  color: #fff;
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  font-size: 4rem;
  border-radius: 5px;
  transition: 0.3s;
}
.searchParent form {
  overflow: hidden;
  background: transparent !important;
  transition: all ease-in-out 0.2s;
  margin: auto;
  position: absolute;
  width: 40%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 55px;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .searchParent form {
    width: 90%;
  }
}
.searchParent form button {
  position: absolute;
  right: 0;
  height: 55px;
  border: none;
  background: transparent !important;
  cursor: pointer;
  padding: 0 11px;
  transition: all linear 0.2s;
}
.searchParent form button:hover {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .searchParent form button {
    left: 10px;
  }
}
.searchParent form button svg {
  vertical-align: middle;
  stroke: #fff;
}
.searchParent form input {
  width: 100%;
  border: none;
  padding: 0 20px;
  line-height: 48px;
  height: 55px;
  margin: 0;
  background: transparent;
  color: #bbb9b9 !important;
  font-size: 16px;
  transition: all linear 0.2s;
  outline: none !important;
  font-weight: 700;
}
.site-info {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.site-info .inner {
  display: flex;
  margin-right: auto;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 20px 10px;
}
.site-info .inner p {
  margin-right: auto;
  color: #3F3F3F;
  font-size: 12px;
  font-weight: 300;
  margin: 0;
  margin-right: auto;
  line-height: 2.2em;
}
@media (max-width: 768px) {
  .site-info .inner p {
    margin: auto !important;
    font-size: 10.5px;
    text-align: center;
  }
}
.site-info .inner .ByDis {
  margin-right: auto;
}
@media (max-width: 1080px) {
  .site-info .inner .ByDis {
    margin: auto !important;
  }
}
.site-info .inner .ByDis div {
  display: flex;
  margin-right: auto;
  font-size: 11.5px;
  color: #3F3F3F;
  margin-right: auto;
  font-weight: 400;
  line-height: 2.2em;
  align-content: center;
  align-items: center;
  gap: 3px;
}
@media (max-width: 768px) {
  .site-info .inner .ByDis div {
    margin: auto !important;
  }
}
@media (max-width: 480px) {
  .site-info .inner .ByDis div {
    font-size: 9.9px;
  }
}
.site-info .inner .ByDis div > span {
  color: #0F6867;
  font-weight: 600;
}
.site-info .inner .ByDis div svg path {
  fill: #73E7A0;
}

article.archiveCardPegahProject {
  position: relative;
  min-height: 265px;
  max-height: 265px;
  border-radius: 5px;
  overflow: hidden;
}
article.archiveCardPegahProject:hover .archiveImage a img {
  filter: blur(2px);
}
article.archiveCardPegahProject:hover .ContiRowInfo .TitleProject a::before {
  transform: rotateX(180deg);
}
article.archiveCardPegahProject:hover .ContiRowInfo {
  transform: translateY(6px);
}
@media (max-width: 1545px) {
  article.archiveCardPegahProject {
    min-height: 230px;
    max-height: 230px;
  }
}
@media (max-width: 1080px) {
  article.archiveCardPegahProject {
    min-height: 260px;
    max-height: 260px;
  }
}
@media (max-width: 768px) {
  article.archiveCardPegahProject {
    min-height: 160px;
    max-height: 160px;
  }
}
article.archiveCardPegahProject .archiveImage {
  width: 100%;
  height: 100%;
}
article.archiveCardPegahProject .archiveImage a {
  display: flex;
  height: 100%;
}
article.archiveCardPegahProject .archiveImage a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all ease-in-out 0.3s;
}
article.archiveCardPegahProject .ContiRowInfo {
  position: absolute;
  bottom: 0;
  background: rgba(51, 51, 101, 0.6901960784);
  width: 100%;
  height: 70px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  transition: all linear 0.3s;
}
@media (max-width: 768px) {
  article.archiveCardPegahProject .ContiRowInfo {
    height: 56px !important;
    padding: 9px 11px 10px 6px !important;
  }
}
@media (max-width: 1080px) {
  article.archiveCardPegahProject .ContiRowInfo {
    flex-wrap: wrap;
    height: 80px;
    padding: 6px 11px 13px 6px;
  }
}
article.archiveCardPegahProject .ContiRowInfo .TitleProject {
  margin: 0;
  -webkit-line-clamp: 1;
  max-width: 60%;
  text-align: right;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (max-width: 1080px) {
  article.archiveCardPegahProject .ContiRowInfo .TitleProject {
    width: 100%;
    max-width: 100%;
  }
}
article.archiveCardPegahProject .ContiRowInfo .TitleProject a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-align: right;
  position: relative;
  padding-right: 25px;
}
@media (max-width: 1080px) {
  article.archiveCardPegahProject .ContiRowInfo .TitleProject a {
    font-size: 14.5px;
  }
}
@media (max-width: 768px) {
  article.archiveCardPegahProject .ContiRowInfo .TitleProject a {
    font-size: 13.5px;
  }
}
article.archiveCardPegahProject .ContiRowInfo .TitleProject a::before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
  transform: rotateX(0deg);
  transition: all ease-in-out 0.5s;
  content: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='7.268' width='10.278' height='10.278' rx='1' transform='rotate(45 7.268 0)' fill='%23FEDE00'/%3E%3Crect x='7.268' y='2.732' width='6.414' height='6.414' rx='1' transform='rotate(45 7.268 2.732)' fill='%23FAA719'/%3E%3C/svg%3E");
}
@media (max-width: 768px) {
  article.archiveCardPegahProject .ContiRowInfo .TitleProject a::before {
    right: -1px;
  }
}
article.archiveCardPegahProject .ContiRowInfo .termsItems {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 4px;
}
@media (max-width: 1080px) {
  article.archiveCardPegahProject .ContiRowInfo .termsItems {
    margin-right: 1em;
  }
}
@media (max-width: 768px) {
  article.archiveCardPegahProject .ContiRowInfo .termsItems {
    display: none;
  }
}
article.archiveCardPegahProject .ContiRowInfo .termsItems a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1080px) {
  article.archiveCardPegahProject .ContiRowInfo .termsItems a {
    font-size: 12.5px;
  }
}
@media (max-width: 768px) {
  article.archiveCardPegahProject .ContiRowInfo .termsItems a {
    font-size: 11.5px;
  }
}

.BtnCerve {
  background: #1B1B29;
  color: #fff !important;
  text-align: center;
  padding: 12px 45px !important;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  border-radius: 25px;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 24px;
  transition: all ease-in-out 0.3s;
}
.BtnCerve:hover {
  background: #323249;
}
.BtnCerve:hover svg {
  transform: rotateY(180deg);
}
.BtnCerve svg {
  margin-left: 8px;
  transition: all ease-in-out 0.3s;
}

.archiveCardPegah.type-post {
  position: relative;
  overflow: hidden;
}
.archiveCardPegah.type-post:hover .archiveImage a img {
  filter: blur(2px);
}
.archiveCardPegah.type-post:hover .ContiRowInfo .TitleProject::before {
  transform: rotateX(180deg);
}
.archiveCardPegah.type-post:hover .ContiRowInfo {
  transform: translateY(-3px);
}
.archiveCardPegah.type-post .archiveImage {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.archiveCardPegah.type-post .archiveImage::before {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, rgba(89, 89, 226, 0.631372549) 0%, rgba(89, 89, 226, 0) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 10px;
}
.archiveCardPegah.type-post .archiveImage a {
  display: flex;
  border-radius: 10px;
  position: relative;
}
.archiveCardPegah.type-post .archiveImage a img {
  border-radius: 10px;
  width: 100%;
  z-index: -1;
  transition: all ease-in 0.3s;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .archiveCardPegah.type-post .archiveImage a img {
    height: 180px;
  }
}
.archiveCardPegah.type-post .archiveImage .CatForPosts {
  width: -moz-max-content;
  width: max-content;
  background: #333365;
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
  position: absolute;
  bottom: 20px;
  right: 25px;
  padding: 9px 10px;
}
.archiveCardPegah.type-post .archiveImage .CatForPosts > a {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .archiveCardPegah.type-post .archiveImage .CatForPosts > a {
    font-size: 11.5px;
  }
}
.archiveCardPegah.type-post .ContiRowInfo {
  transition: all ease-in 0.3s;
}
.archiveCardPegah.type-post .ContiRowInfo h3 {
  position: relative;
  padding-right: 20px;
  color: #303030;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  transition: all ease-in 0.3s;
  -webkit-line-clamp: 1;
  max-height: 2.3em;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (max-width: 1080px) {
  .archiveCardPegah.type-post .ContiRowInfo h3 {
    font-size: 13.5px;
  }
}
.archiveCardPegah.type-post .ContiRowInfo h3::before {
  position: absolute;
  right: 0;
  top: 3px;
  bottom: 0;
  margin: auto;
  z-index: 0;
  transform: rotateX(0deg);
  transition: all ease-in-out 0.5s;
  content: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='7.268' width='10.278' height='10.278' rx='1' transform='rotate(45 7.268 0)' fill='%23FEDE00'/%3E%3Crect x='7.268' y='2.732' width='6.414' height='6.414' rx='1' transform='rotate(45 7.268 2.732)' fill='%23FAA719'/%3E%3C/svg%3E");
}
@media (max-width: 768px) {
  .archiveCardPegah.type-post .ContiRowInfo h3::before {
    right: -1px;
  }
}

.archiveCardPegahForBook {
  position: relative;
  overflow: hidden;
}
.archiveCardPegahForBook:hover .archiveImage a img {
  filter: blur(2px);
  transform: scale(1.1);
}
.archiveCardPegahForBook .archiveImage {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.archiveCardPegahForBook .archiveImage::before {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, rgba(89, 89, 226, 0.631372549) 0%, rgba(89, 89, 226, 0) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 10px;
}
.archiveCardPegahForBook .archiveImage a {
  display: flex;
  border-radius: 10px;
  position: relative;
}
.archiveCardPegahForBook .archiveImage a img {
  border-radius: 10px;
  width: 100%;
  z-index: -1;
  transition: all ease-in-out 0.5s;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .archiveCardPegahForBook .archiveImage a img {
    height: 180px;
  }
}
.archiveCardPegahForBook .ContiRowInfo {
  transition: all ease-in-out 0.5s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D2D2D2;
  padding: 4px 0;
}
.archiveCardPegahForBook .ContiRowInfo .DonlowdIcon {
  display: flex;
  background-color: #E7F1FA;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
}
.archiveCardPegahForBook .ContiRowInfo .DonlowdIcon:hover svg {
  transform: rotateY(180deg);
}
.archiveCardPegahForBook .ContiRowInfo .DonlowdIcon svg {
  transition: all ease-in-out 0.5s;
}
.archiveCardPegahForBook .ContiRowInfo h3 {
  color: #333365;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 27px;
  transition: all ease-in 0.3s;
}
.archiveCardPegahForBook .ContiRowInfo h3 a {
  color: #333365;
}
@media (max-width: 1080px) {
  .archiveCardPegahForBook .ContiRowInfo h3 {
    font-size: 13.5px;
  }
}

.mainIntroSectionParent .filter-form {
  padding: 30px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: start;
}
.mainIntroSectionParent .filter-form > button {
  background: #313193;
  color: #fff;
  border-radius: 5px;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
  height: 40px;
  width: 100px;
  transition: all ease-in 0.2s;
  border: none !important;
  cursor: pointer;
}
@media (max-width: 768px) {
  .mainIntroSectionParent .filter-form > button {
    font-size: 12px;
    width: 75px;
  }
}
.mainIntroSectionParent .filter-form > button:hover {
  background: #4343c0;
}
.mainIntroSectionParent .filter-form .custom-select-wrapper {
  position: relative;
  width: 200px;
  direction: rtl;
  /* حذف فلش پیش‌فرض برای مرورگر IE */
}
@media (max-width: 768px) {
  .mainIntroSectionParent .filter-form .custom-select-wrapper {
    width: 150px;
  }
}
.mainIntroSectionParent .filter-form .custom-select-wrapper::before {
  position: absolute;
  right: 11px;
  top: 11px;
  content: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M6.143 9.863.147 3.85a.504.504 0 0 1 .714-.712L6.5 8.793l5.64-5.655a.504.504 0 1 1 .713.712L6.857 9.863a.503.503 0 0 1-.714 0' fill='%23000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0v13h13V0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  margin: auto;
}
.mainIntroSectionParent .filter-form .custom-select-wrapper select {
  width: 200px;
  appearance: none; /* حذف استایل پیش‌فرض */
  -webkit-appearance: none; /* برای مرورگرهای WebKit */
  -moz-appearance: none; /* برای مرورگرهای Firefox */
  font-family: Raleway !important;
  background: transparent !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2509803922) inset;
  border: 1px solid #E4E4E4 !important;
  padding: 7px 13px;
  border-radius: 5px;
  font-size: 13.5px;
  font-weight: 400;
  color: #6A6A6A;
  height: 40px;
  line-height: 23px;
  position: relative;
}
@media (max-width: 768px) {
  .mainIntroSectionParent .filter-form .custom-select-wrapper select {
    width: 150px;
    font-size: 12px;
  }
}
.mainIntroSectionParent .filter-form .custom-select-wrapper select:focus {
  outline: none;
  border-color: #999;
}
.mainIntroSectionParent .filter-form .custom-select-wrapper select::-ms-expand {
  display: none;
}
.mainIntroSectionParent .filter-form label {
  color: #303030;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
}
@media (max-width: 768px) {
  .mainIntroSectionParent .filter-form label {
    font-size: 12px;
  }
}

.LoadingPosts {
  font-size: 14px;
  font-weight: 600;
  color: #313193;
  text-align: center;
}

.TitleParentLineBot {
  border-bottom: 1px solid #E4E4E4;
  margin: 30px 0;
}
.TitleParentLineBot h3 {
  color: #303030;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 13px 0;
}

.archive .listPostArchivBlogs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
@media (max-width: 1080px) {
  .archive .listPostArchivBlogs {
    grid-column-gap: 13px;
    grid-row-gap: 0;
  }
}
@media (max-width: 768px) {
  .archive .listPostArchivBlogs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .archive .listPostArchivBlogs {
    grid-template-columns: repeat(1, 1fr);
  }
}

.sectionsLastBlogs.listPostArchivBlogs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
@media (max-width: 1080px) {
  .sectionsLastBlogs.listPostArchivBlogs {
    grid-column-gap: 13px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .sectionsLastBlogs.listPostArchivBlogs {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 480px) {
  .sectionsLastBlogs.listPostArchivBlogs {
    grid-template-columns: repeat(1, 1fr);
  }
}

.archive .CustomProject-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (max-width: 1080px) {
  .archive .CustomProject-wrapper {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 90px;
  }
}
@media (max-width: 480px) {
  .archive .CustomProject-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.archive .CustomCatBook-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (max-width: 768px) {
  .archive .CustomCatBook-wrapper {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 90px;
  }
}
@media (max-width: 480px) {
  .archive .CustomCatBook-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.not-found {
  text-align: center;
  margin-bottom: 100px;
}
.not-found .BackToHome {
  background: rgb(49, 49, 147);
  color: rgb(255, 255, 255);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 39px;
  height: 40px;
  transition: 0.2s ease-in;
  cursor: pointer;
  display: inline-block;
  padding: 0 25px;
}
.not-found .BackToHome:hover {
  background: #4343c0;
}

.archiveParentSearchPages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (max-width: 1080px) {
  .archiveParentSearchPages {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 90px;
  }
}
@media (max-width: 480px) {
  .archiveParentSearchPages {
    grid-template-columns: repeat(1, 1fr);
  }
}

.ParentArchivMon {
  margin-bottom: 100px;
}

.ListForCustomCatData {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media (max-width: 1080px) {
  .ListForCustomCatData {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 768px) {
  .ListForCustomCatData {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 480px) {
  .ListForCustomCatData {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ListForCustomCatData > li {
  background: #E7F1FA;
  padding: 9px 12px;
  border-radius: 7px;
  transition: all ease-in 0.3s;
}
.ListForCustomCatData > li:hover {
  background: #cfe3f5;
}
.ListForCustomCatData > li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #303030;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}
@media (max-width: 1260px) {
  .ListForCustomCatData > li a {
    font-size: 12.8px;
  }
}
.ListForCustomCatData > li a .CountItems {
  background: #FFF;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #303030;
  font-size: 13.5px;
  line-height: 23px;
  font-weight: 400;
}
@media (max-width: 1260px) {
  .ListForCustomCatData > li a .CountItems {
    font-size: 12px;
    width: 24px;
    height: 24px;
  }
}

.ForBookCat > article {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 150px;
}
@media (max-width: 1080px) {
  .ForBookCat > article {
    flex-wrap: wrap-reverse;
  }
}
.ForBookCat > article .ParentsTxt {
  width: 47%;
}
@media (max-width: 1080px) {
  .ForBookCat > article .ParentsTxt {
    width: 100%;
    padding-top: 15px;
  }
}
.ForBookCat > article .ParentsTxt .entry-header {
  border-bottom: 1px solid #E4E4E4;
  position: relative;
}
.ForBookCat > article .ParentsTxt .entry-header .ParentCategoryBook {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 3px;
}
.ForBookCat > article .ParentsTxt .entry-header .ParentCategoryBook a {
  font-size: 13.5px;
  color: #303030;
  font-weight: 400;
  line-height: 27px;
  transition: all ease-in-out 0.2s;
}
.ForBookCat > article .ParentsTxt .entry-header .ParentCategoryBook a:hover {
  color: #313193;
}
.ForBookCat > article .ParentsTxt .entry-header .entry-title {
  color: #303030;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
  padding-right: 12px;
}
@media (max-width: 768px) {
  .ForBookCat > article .ParentsTxt .entry-header .entry-title {
    font-size: 16px;
  }
}
.ForBookCat > article .ParentsTxt .entry-header .entry-title::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 43px;
  background-color: #FAA719;
  right: 0;
  top: 0;
}
.ForBookCat > article .ParentsTxt .entry-content {
  font-size: 14px;
  line-height: 2.5em;
  text-align: justify;
  font-weight: 400;
}
@media (max-width: 768px) {
  .ForBookCat > article .ParentsTxt .entry-content {
    font-size: 13px;
    line-height: 2.3em;
  }
  .ForBookCat > article .ParentsTxt .entry-content h1 {
    font-size: 22px;
  }
  .ForBookCat > article .ParentsTxt .entry-content h2 {
    font-size: 18px;
  }
  .ForBookCat > article .ParentsTxt .entry-content h3 {
    font-size: 16px;
  }
  .ForBookCat > article .ParentsTxt .entry-content h4 {
    font-size: 15px;
  }
  .ForBookCat > article .ParentsTxt .entry-content h5 {
    font-size: 14px;
  }
  .ForBookCat > article .ParentsTxt .entry-content h6 {
    font-size: 13px;
  }
}
.ForBookCat > article .ParentsTxt .entry-content h1, .ForBookCat > article .ParentsTxt .entry-content h2, .ForBookCat > article .ParentsTxt .entry-content h3, .ForBookCat > article .ParentsTxt .entry-content h4, .ForBookCat > article .ParentsTxt .entry-content h5, .ForBookCat > article .ParentsTxt .entry-content h6 {
  color: #FAA719;
  margin: 0;
}
.ForBookCat > article .ParentsTxt .entry-content ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .ForBookCat > article .ParentsTxt .entry-content ul {
    padding: 10px 12px;
  }
}
.ForBookCat > article .ParentsTxt .entry-content ul li::marker {
  color: #FAA719;
}
.ForBookCat > article .ParentsImg {
  width: 48%;
  position: relative;
}
@media (max-width: 1080px) {
  .ForBookCat > article .ParentsImg {
    width: 100%;
  }
}
.ForBookCat > article .ParentsImg .product-share-buttons.forSingleProduct {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin: 0 !important;
}
.ForBookCat > article .ParentsImg .product-share-buttons.forSingleProduct .ShareBtnForSingles {
  margin: auto;
  background: #333365;
  color: #fff !important;
  display: inline-block;
  text-align: center;
  height: 47px;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  transition: all ease-in 0.3s;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .ForBookCat > article .ParentsImg .product-share-buttons.forSingleProduct .ShareBtnForSingles {
    height: 37px;
    padding: 6px 10px;
    font-size: 12px;
  }
}
.ForBookCat > article .ParentsImg .product-share-buttons.forSingleProduct .ShareBtnForSingles:hover {
  background: #2e2e5b;
}
.ForBookCat > article .ParentsImg .product-share-buttons.forSingleProduct .ShareBtnForSingles:hover svg {
  transform: scale(0.9);
}
.ForBookCat > article .ParentsImg .product-share-buttons.forSingleProduct .ShareBtnForSingles > span {
  margin-left: 10px;
}
.ForBookCat > article .ParentsImg .product-share-buttons.forSingleProduct .ShareBtnForSingles > span svg {
  vertical-align: middle;
  transition: all ease-in 0.2s;
}
@media (max-width: 768px) {
  .ForBookCat > article .ParentsImg .product-share-buttons.forSingleProduct .ShareBtnForSingles > span svg {
    width: 16px;
    height: 16px;
  }
}
.ForBookCat > article .ParentsImg .product-share-buttons.forSingleProduct .ParentSo {
  display: none;
  position: absolute;
  top: -3px;
  left: -50px;
}
.ForBookCat > article .ParentsImg .product-share-buttons.forSingleProduct .ParentSo #copyUrlButton {
  background-color: #313193;
  width: 42px;
  height: 42px;
  scale: 1;
  display: flex;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  transition: all linear 0.2s;
  margin: 5px 0px !important;
}
.ForBookCat > article .ParentsImg .product-share-buttons.forSingleProduct .ParentSo #copyUrlButton svg {
  width: 22px;
  height: 22px;
}
.ForBookCat > article .ParentsImg .product-share-buttons.forSingleProduct .ParentSo #copyUrlButton:hover {
  background-color: #2d2d86;
  scale: 0.9;
}
.ForBookCat > article .ParentsImg .product-share-buttons.forSingleProduct .ParentSo a {
  transition: all linear 0.2s;
  background: #fff;
  width: 42px;
  height: 42px;
  display: flex;
  scale: 1 !important;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  margin: 5px 0px !important;
}
.ForBookCat > article .ParentsImg .product-share-buttons.forSingleProduct .ParentSo a > svg path {
  transition: all linear 0.2s;
  fill: #313193;
}
.ForBookCat > article .ParentsImg .product-share-buttons.forSingleProduct .ParentSo a:hover {
  background-color: #313193;
  scale: 0.9 !important;
}
.ForBookCat > article .ParentsImg .product-share-buttons.forSingleProduct .ParentSo a:hover > svg path {
  fill: #fff;
}
.ForBookCat > article .ParentsImg .post-thumbnail > img {
  border-radius: 10px;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1080px) {
  .ForBookCat > article .ParentsImg .post-thumbnail > img {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .ForBookCat > article .ParentsImg .post-thumbnail > img {
    height: 350px;
  }
}
@media (max-width: 480px) {
  .ForBookCat > article .ParentsImg .post-thumbnail > img {
    height: 290px;
  }
}
.ForBookCat > article .ParentsImg .BtnParentsPos {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.ForBookCat > article .ParentsImg .BtnParentsPos .BtnForSingleBook {
  background: #333365;
  color: #fff !important;
  display: inline-block;
  text-align: center;
  height: 47px;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  transition: all ease-in 0.3s;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .ForBookCat > article .ParentsImg .BtnParentsPos .BtnForSingleBook {
    height: 37px;
    padding: 6px 10px;
    font-size: 12px;
  }
}
.ForBookCat > article .ParentsImg .BtnParentsPos .BtnForSingleBook:hover {
  background: #2e2e5b;
}
.ForBookCat > article .ParentsImg .BtnParentsPos .BtnForSingleBook:hover svg {
  transform: scale(0.9);
}
.ForBookCat > article .ParentsImg .BtnParentsPos .BtnForSingleBook > span {
  margin-left: 10px;
}
.ForBookCat > article .ParentsImg .BtnParentsPos .BtnForSingleBook > span svg {
  vertical-align: middle;
  transition: all ease-in 0.2s;
}
@media (max-width: 768px) {
  .ForBookCat > article .ParentsImg .BtnParentsPos .BtnForSingleBook > span svg {
    width: 16px;
    height: 16px;
  }
}

.product-share-buttons {
  display: inline-flex;
  gap: 15px;
  margin: 0 5px;
  align-items: center;
}
.product-share-buttons span {
  gap: 7px;
  font-size: 14px;
  color: #6d6c6c;
  font-weight: 300;
}
.product-share-buttons span > img {
  vertical-align: middle;
}
.product-share-buttons .tooltip {
  position: relative;
}
.product-share-buttons .tooltip:hover .tooltiptext {
  visibility: visible !important;
  transform: translateY(-1px);
  opacity: 1;
}
.product-share-buttons .tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #FAA719;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 5px 0;
  top: -30px;
  position: absolute;
  z-index: 1;
  right: -15px;
  font-size: 12.5px;
  font-weight: 400;
  transform: translateY(11px);
  transition: all ease-in 0.3s;
  opacity: 0;
}
.product-share-buttons .tooltip .tooltiptext::before {
  position: absolute;
  width: 0px;
  content: "";
  background-color: rgba(108, 58, 58, 0);
  border-width: 9px 5px 4px;
  border-style: solid;
  border-color: rgb(250, 167, 25) transparent transparent;
  top: 22px;
  transition: 0.3s ease-in;
}
.product-share-buttons a {
  transition: all linear 0.2s;
  scale: 0.9;
}
.product-share-buttons a:hover {
  scale: 1;
}
.product-share-buttons a svg {
  width: 22px;
  height: 22px;
  display: block;
}
.product-share-buttons #copyUrlButton {
  background-color: unset;
  border: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper .swiper-button-next-Blog svg {
  height: 25px !important;
}
@media (max-width: 768px) {
  .swiper .swiper-button-next-Blog svg {
    height: 20px;
  }
}
.swiper .swiper-button-next-Blog::after {
  display: none;
}
.swiper .swiper-button-prev-Blog svg {
  height: 25px !important;
}
@media (max-width: 768px) {
  .swiper .swiper-button-prev-Blog svg {
    height: 20px;
  }
}
.swiper .swiper-button-prev-Blog::after {
  display: none;
}
.swiper .swiper-pagination-progressbar-fill {
  background-color: #313193 !important;
}

.site-main.BlogPages {
  margin-top: 112px;
}
@media (max-width: 1080px) {
  .site-main.BlogPages {
    margin-top: 60px;
  }
}
.site-main.BlogPages .HeroBlogs .BackgroundsImgsSlid {
  height: 82vh;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  background-position: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1080px) {
  .site-main.BlogPages .HeroBlogs .BackgroundsImgsSlid {
    height: 75vh;
  }
}
@media (max-width: 480px) {
  .site-main.BlogPages .HeroBlogs .BackgroundsImgsSlid {
    height: 55vh;
  }
}
.site-main.BlogPages .HeroBlogs .BackgroundsImgsSlid .InnerParentSlide {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 1080px) {
  .site-main.BlogPages .HeroBlogs .BackgroundsImgsSlid .InnerParentSlide {
    padding-right: 50px;
  }
}
.site-main.BlogPages .HeroBlogs .BackgroundsImgsSlid .InnerParentSlide > h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 61px;
  margin: 0;
}
@media (max-width: 1080px) {
  .site-main.BlogPages .HeroBlogs .BackgroundsImgsSlid .InnerParentSlide > h3 {
    font-size: 28px;
    line-height: 2.2em;
  }
}
@media (max-width: 768px) {
  .site-main.BlogPages .HeroBlogs .BackgroundsImgsSlid .InnerParentSlide > h3 {
    font-size: 24px;
    line-height: 1.8em;
  }
}
.site-main.BlogPages .HeroBlogs .BackgroundsImgsSlid .InnerParentSlide .forCatLinks {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1019607843);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  margin-bottom: 15px;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 16px;
  border-radius: 10px;
  color: #FEDE00;
  gap: 5px;
}
.site-main.BlogPages .HeroBlogs .BackgroundsImgsSlid .InnerParentSlide .forCatLinks > a {
  color: #FEDE00;
  font-size: 15px;
}
.site-main.BlogPages .HeroBlogs .BackgroundsImgsSlid .TxtForPostsBot {
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  border-radius: 0 0 10px 10px;
  height: 95px;
  width: 100%;
  left: 0;
  right: 0;
}
@media (max-width: 1080px) {
  .site-main.BlogPages .HeroBlogs .BackgroundsImgsSlid .TxtForPostsBot {
    padding-bottom: 15px;
  }
}
.site-main.BlogPages .HeroBlogs .BackgroundsImgsSlid .TxtForPostsBot .innerParents {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.site-main.BlogPages .HeroBlogs .BackgroundsImgsSlid .TxtForPostsBot .innerParents > .moreBtnSec {
  font-size: 14px;
  color: #fff;
  margin-left: auto;
  transition: all ease-in-out 0.3s;
  scale: 1;
}
@media (max-width: 768px) {
  .site-main.BlogPages .HeroBlogs .BackgroundsImgsSlid .TxtForPostsBot .innerParents > .moreBtnSec {
    margin: auto;
  }
}
.site-main.BlogPages .HeroBlogs .BackgroundsImgsSlid .TxtForPostsBot .innerParents > .moreBtnSec:hover {
  scale: 1.1;
}
.site-main.BlogPages .HeroBlogs .BackgroundsImgsSlid .TxtForPostsBot .innerParents > .moreBtnSec:hover svg {
  transform: rotateY(180deg);
}
.site-main.BlogPages .HeroBlogs .BackgroundsImgsSlid .TxtForPostsBot .innerParents > .moreBtnSec svg {
  vertical-align: middle;
  transition: all ease-in-out 0.3s;
  margin-left: 2px;
}
.site-main.BlogPages .HeroBlogs .BackgroundsImgsSlid .TxtForPostsBot .innerParents p {
  -webkit-line-clamp: 1;
  max-width: 70%;
  min-width: 60%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: block-axis;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .site-main.BlogPages .HeroBlogs .BackgroundsImgsSlid .TxtForPostsBot .innerParents p {
    max-width: 100%;
    -webkit-line-clamp: 1;
    min-height: 2em;
    max-height: 5em;
    font-size: 13.5px;
    text-align: justify;
    line-height: 30px;
    margin: 0 !important;
    font-weight: 400;
  }
}
.site-main.BlogPages .HeroBlogs .BackgroundsImgsSlid .TxtForPostsBot .innerParents p::before {
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 0;
  margin: auto;
  z-index: 0;
  content: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='7.268' width='10.278' height='10.278' rx='1' transform='rotate(45 7.268 0)' fill='%23FEDE00'/%3E%3Crect x='7.268' y='2.732' width='6.414' height='6.414' rx='1' transform='rotate(45 7.268 2.732)' fill='%23FAA719'/%3E%3C/svg%3E");
}
@media (max-width: 768px) {
  .site-main.BlogPages .HeroBlogs .BackgroundsImgsSlid .TxtForPostsBot .innerParents p::before {
    left: -1px;
  }
}

.SectionsTwoBlogs {
  background-color: #D9D9D9;
  padding: 75px 0;
  position: relative;
  margin-bottom: 75px;
}
@media (max-width: 1080px) {
  .SectionsTwoBlogs {
    display: none;
  }
}
.SectionsTwoBlogs .ParentsPagesi {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  bottom: 0;
  left: 10%;
  z-index: 10;
}
@media (max-width: 1260px) {
  .SectionsTwoBlogs .ParentsPagesi {
    left: 55px;
  }
}
.SectionsTwoBlogs .ParentsPagesi .swiper-button-prev-Blog {
  background: #313193;
  width: 52px;
  cursor: pointer;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: all ease-in 0.2s;
}
.SectionsTwoBlogs .ParentsPagesi .swiper-button-prev-Blog svg {
  transition: all ease-in 0.2s;
}
.SectionsTwoBlogs .ParentsPagesi .swiper-button-prev-Blog:hover svg {
  scale: 0.9;
}
.SectionsTwoBlogs .ParentsPagesi .swiper-button-next-Blog {
  background: #3F3F3F;
  width: 52px;
  height: 52px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: all ease-in 0.2s;
}
.SectionsTwoBlogs .ParentsPagesi .swiper-button-next-Blog svg {
  transition: all ease-in 0.2s;
}
.SectionsTwoBlogs .ParentsPagesi .swiper-button-next-Blog:hover svg {
  scale: 0.9;
}
.SectionsTwoBlogs .swiper-slide .ParentSwiperTwoblog {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.SectionsTwoBlogs .swiper-slide .ParentSwiperTwoblog .ContentSlid {
  margin-top: 20px;
  line-height: 35px;
  font-size: 14.5px;
  color: #585858;
  text-align: justify;
  font-weight: 400;
}
.SectionsTwoBlogs .swiper-slide .ParentSwiperTwoblog .ImgsParents img {
  width: 600px;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}
@media (max-width: 1260px) {
  .SectionsTwoBlogs .swiper-slide .ParentSwiperTwoblog .ImgsParents img {
    width: 500px;
  }
}
.SectionsTwoBlogs .swiper-slide .ParentSwiperTwoblog .InnerParentSlide {
  width: calc(100% - 700px);
}
@media (max-width: 1260px) {
  .SectionsTwoBlogs .swiper-slide .ParentSwiperTwoblog .InnerParentSlide {
    width: calc(100% - 550px);
  }
}
.SectionsTwoBlogs .swiper-slide .ParentSwiperTwoblog .InnerParentSlide .Data {
  font-size: 14px;
  color: #797979;
  list-style: 2em;
  margin: 0;
}
.SectionsTwoBlogs .swiper-slide .ParentSwiperTwoblog .InnerParentSlide > h3 {
  color: #303030;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
  padding-right: 12px;
  margin: 25px 0;
}
.SectionsTwoBlogs .swiper-slide .ParentSwiperTwoblog .InnerParentSlide > h3::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 43px;
  background-color: #FAA719;
  right: 0;
  top: 0;
}
.SectionsTwoBlogs .swiper-slide .ParentSwiperTwoblog .InnerParentSlide > h3 a {
  color: #303030;
}
.SectionsTwoBlogs .swiper-slide .ParentSwiperTwoblog .InnerParentSlide .forCatLinks {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 3px;
}
.SectionsTwoBlogs .swiper-slide .ParentSwiperTwoblog .InnerParentSlide .forCatLinks a {
  font-size: 13.5px;
  color: #303030;
  font-weight: 400;
  line-height: 27px;
  transition: all ease-in-out 0.2s;
}
.SectionsTwoBlogs .swiper-slide .ParentSwiperTwoblog .InnerParentSlide .forCatLinks a:hover {
  color: #313193;
}

.archiveCardPegah.IndexPage .moreBtnSec {
  font-size: 13px;
  color: #303030;
  margin-right: auto;
  transition: all ease-in-out 0.3s;
  scale: 1;
  display: flex;
  align-items: center;
  margin-right: auto;
  justify-content: start;
  gap: 6px;
}
@media (max-width: 768px) {
  .archiveCardPegah.IndexPage .moreBtnSec {
    margin: auto;
  }
}
.archiveCardPegah.IndexPage .moreBtnSec:hover {
  transform: translateY(-2px);
}
.archiveCardPegah.IndexPage:hover .ContiRowInfo {
  transform: translateY(0px) !important;
}
.archiveCardPegah.IndexPage .ContiRowInfo h3 {
  margin: 0;
  padding: 10px 0;
}
.archiveCardPegah.IndexPage .ContiRowInfo h3::before {
  display: none;
}
.archiveCardPegah.IndexPage .ContiRowInfo p {
  font-size: 13.5px;
  margin: 0;
  line-height: 2.2em;
  color: #585858;
  -webkit-line-clamp: 2;
  max-width: 100%;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  min-height: 2em;
  max-height: 5em;
}
@media (max-width: 1080px) {
  .archiveCardPegah.IndexPage .ContiRowInfo p {
    font-size: 12px;
  }
}

.load_moreAjax {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: none;
  align-items: center;
  border: none;
  margin: auto;
  cursor: pointer;
  animation: pulsate-fwd 1.2s ease-in-out infinite both;
}
.load_moreAjax span {
  color: #7D7D7D;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

@media (max-width: 1080px) {
  .SectionsFullBlogs {
    margin-bottom: 55px;
  }
}

.FullSectionContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #D9D9D9;
}
.FullSectionContent .imgsParent {
  display: flex;
}
@media (max-width: 1080px) {
  .FullSectionContent .imgsParent {
    width: 100%;
  }
}
.FullSectionContent .imgsParent img {
  width: 650px;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}
@media (max-width: 1260px) {
  .FullSectionContent .imgsParent img {
    width: 550px;
    height: 70vh;
  }
}
@media (max-width: 1080px) {
  .FullSectionContent .imgsParent img {
    width: 100%;
    height: 450px;
  }
}
@media (max-width: 768px) {
  .FullSectionContent .imgsParent img {
    height: 350px;
  }
}
.FullSectionContent .ContentBoxSec_full {
  width: 50%;
}
@media (max-width: 1545px) {
  .FullSectionContent .ContentBoxSec_full {
    margin: auto;
  }
}
@media (max-width: 1260px) {
  .FullSectionContent .ContentBoxSec_full {
    width: calc(100% - 620px);
  }
}
@media (max-width: 1080px) {
  .FullSectionContent .ContentBoxSec_full {
    width: 100%;
  }
}
.FullSectionContent .ContentBoxSec_full .btnParentSec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px;
}
@media (max-width: 1080px) {
  .FullSectionContent .ContentBoxSec_full .btnParentSec {
    margin: 85px 0;
    justify-content: center;
    gap: 15px;
  }
}
.FullSectionContent .ContentBoxSec_full .btnParentSec .CustomBtnSec {
  background: #313193;
  color: #fff;
  padding: 10px 40px;
  border-radius: 5px;
  transition: all ease-in-out 0.2s;
  font-size: 15px;
  font-weight: 700;
}
.FullSectionContent .ContentBoxSec_full .btnParentSec .CustomBtnSec:hover {
  background: #5656bd !important;
}
.FullSectionContent .ContentBoxSec_full .TitleSections {
  color: #303030;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
  padding-right: 12px;
  margin: 25px 0;
}
@media (max-width: 768px) {
  .FullSectionContent .ContentBoxSec_full .TitleSections {
    font-size: 20px;
  }
}
.FullSectionContent .ContentBoxSec_full .TitleSections::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 43px;
  background-color: #FAA719;
  right: 0;
  top: 0;
}
.FullSectionContent .ContentBoxSec_full .TitleSections a {
  color: #303030;
}
.FullSectionContent .ContentBoxSec_full .contentSecEditor {
  color: #585858;
  text-align: justify;
  line-height: 35px;
  font-size: 14px;
  font-weight: 400;
}

.backgroundParentAbout img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .backgroundParentAbout img {
    height: 250px;
  }
}

.divContentParentsAbouts {
  background: #fff;
  position: relative;
  margin-top: -100px;
  margin-bottom: 90px;
  box-shadow: 0px 7px 10px rgba(66, 66, 66, 0.1411764706);
  border-radius: 10px;
  padding: 25px 40px;
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .divContentParentsAbouts {
    padding: 25px;
  }
}
.divContentParentsAbouts .faqSection.AboutUsFaq {
  max-width: 1300px;
  margin: auto;
}
.divContentParentsAbouts .faqSection.AboutUsFaq .faqs-item {
  padding: 20px 20px;
}
@media (max-width: 768px) {
  .divContentParentsAbouts .faqSection.AboutUsFaq .faqs-item {
    padding: 12px 0;
  }
}
.divContentParentsAbouts .ParentGrids {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (max-width: 1080px) {
  .divContentParentsAbouts .ParentGrids {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .divContentParentsAbouts .ParentGrids {
    grid-template-columns: repeat(1, 1fr);
  }
}
.divContentParentsAbouts .ParentGrids .ParentsGridAbout .Itemsin {
  display: flex;
  align-items: center;
  gap: 15px;
}
.divContentParentsAbouts .ParentGrids .ParentsGridAbout .Itemsin .IconsItem {
  background: #EFEFFF;
  width: 70px;
  height: 80px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.divContentParentsAbouts .ParentGrids .ParentsGridAbout .Itemsin .TextVal {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.divContentParentsAbouts .ParentGrids .ParentsGridAbout .Itemsin .TextVal .label {
  font-size: 13px;
  font-weight: 700;
}
.divContentParentsAbouts .ParentGrids .ParentsGridAbout .Itemsin .TextVal .Anw {
  font-size: 13px;
  font-weight: 400;
}
.divContentParentsAbouts > p {
  color: #303030;
  font-weight: 700;
}
.divContentParentsAbouts > h1 {
  color: #303030;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
  padding-right: 12px !important;
  margin: 0;
  padding: 14px 0;
}
@media (max-width: 768px) {
  .divContentParentsAbouts > h1 {
    font-size: 18px;
  }
}
.divContentParentsAbouts > h1::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 43px;
  background-color: #FAA719;
  right: 0;
}

.divContentParentsAbouts.contactPags {
  padding: 15px !important;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .divContentParentsAbouts.contactPags img {
    height: 225px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.ContactParentsTop {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ContactParentsTop .TxtRights {
  width: 40%;
}
@media (max-width: 768px) {
  .ContactParentsTop .TxtRights {
    width: 100%;
  }
}
.ContactParentsTop .TxtRights p {
  font-weight: 700;
}
.ContactParentsTop .TxtRights > h1 {
  color: #303030;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
  padding-right: 12px !important;
  margin: 0;
  padding: 14px 0;
}
@media (max-width: 768px) {
  .ContactParentsTop .TxtRights > h1 {
    font-size: 18px;
  }
}
.ContactParentsTop .TxtRights > h1::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 43px;
  background-color: #FAA719;
  right: 0;
}
.ContactParentsTop .TxtRights .contactItemsParent {
  display: flex;
  flex-direction: column;
  align-content: start;
  gap: 10px;
}
.ContactParentsTop .TxtRights .contactItemsParent .itemsInfo {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 12px;
  color: #303030;
  font-size: 14px;
  font-weight: 400;
}
.ContactParentsTop .TxtRights .contactItemsParent .itemsInfo .callPhone {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
}
.ContactParentsTop .TxtRights .contactItemsParent .itemsInfo .callPhone a {
  color: #303030;
  font-size: 14px;
  font-weight: 400;
  width: 39%;
  line-height: 38px;
}
.ContactParentsTop .TxtRights .contactItemsParent .itemsInfo .icon {
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  width: 55px;
  height: 68px;
  background: #EFEFFF;
  border-radius: 10px;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: auto;
  transition: all ease-in-out 0.2s;
  margin: 0;
}
.ContactParentsTop .TxtRights .contactItemsParent .itemsInfo .icon svg {
  margin: auto;
}
.ContactParentsTop .FormParents {
  width: 50%;
}
@media (max-width: 768px) {
  .ContactParentsTop .FormParents {
    width: 100%;
    margin-top: 30px;
  }
}
.ContactParentsTop .FormParents .gform_footer.before {
  justify-content: end;
}
.ContactParentsTop .FormParents .gform_button.button {
  background: #313193 !important;
  border-radius: 5px !important;
  border: none !important;
  font-size: 16px;
  font-weight: 700 !important;
  padding: 15px 20px !important;
  color: #fff !important;
}
.ContactParentsTop .FormParents .gform_button.button:hover {
  background: #3f3fad !important;
}
.ContactParentsTop .FormParents input, .ContactParentsTop .FormParents textarea, .ContactParentsTop .FormParents select {
  border: 1px solid #F0F0F0 !important;
  color: #D0D0D0 !important;
  height: 50px;
  border-radius: 5px;
  transition: all linear 0.2s;
  outline: none !important;
}
.ContactParentsTop .FormParents input:focus, .ContactParentsTop .FormParents textarea:focus, .ContactParentsTop .FormParents select:focus {
  color: #000 !important;
  outline: none !important;
  background-color: #EFEFFF;
}
.ContactParentsTop .FormParents .gfield_label.gform-field-label {
  color: #303030 !important;
  font-size: 13.5px;
  font-weight: 400;
}
.ContactParentsTop .FormParents .gform-theme--foundation .gform_fields {
  row-gap: 15px !important;
}
.ContactParentsTop .FormParents .gform-theme--foundation .gform-grid-row {
  flex-flow: row-reverse !important;
  flex-wrap: wrap !important;
}
.ContactParentsTop .FormParents .gform_heading {
  display: none;
}
.ContactParentsTop .FormParents > p {
  color: #303030;
  font-size: 16.5px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .ContactParentsTop .FormParents > p {
    font-size: 14px;
  }
}

.MoreParentPegahe {
  margin-top: 50px;
}
.MoreParentPegahe > h3 {
  color: #303030;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
  padding-right: 12px !important;
  margin: 0;
  padding: 14px 0;
}
@media (max-width: 768px) {
  .MoreParentPegahe > h3 {
    font-size: 18px;
  }
}
.MoreParentPegahe > h3::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 43px;
  background-color: #FAA719;
  right: 0;
}

.ParentsContactMorePegahe {
  background: #D9D9D9;
  margin: 35px auto;
  border-radius: 20px;
  padding: 50px 0;
}
@media (max-width: 1545px) {
  .ParentsContactMorePegahe {
    padding: 50px 30px;
  }
}
@media (max-width: 768px) {
  .ParentsContactMorePegahe {
    padding: 25px;
  }
}
.ParentsContactMorePegahe .InnerLoctionParents {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .ParentsContactMorePegahe .InnerLoctionParents .RightsParents {
    width: 100%;
    margin-bottom: 25px;
  }
}
.ParentsContactMorePegahe .InnerLoctionParents .RightsParents p {
  font-weight: 700;
}
.ParentsContactMorePegahe .InnerLoctionParents .RightsParents .contactItemsParent {
  display: flex;
  flex-direction: column;
  align-content: start;
  gap: 10px;
}
.ParentsContactMorePegahe .InnerLoctionParents .RightsParents .contactItemsParent .itemsInfo {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 12px;
  color: #303030;
  font-size: 14px;
  font-weight: 400;
}
.ParentsContactMorePegahe .InnerLoctionParents .RightsParents .contactItemsParent .itemsInfo .callPhone {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
}
.ParentsContactMorePegahe .InnerLoctionParents .RightsParents .contactItemsParent .itemsInfo .callPhone a {
  color: #303030;
  font-size: 14px;
  font-weight: 400;
  width: 39%;
  line-height: 38px;
}
.ParentsContactMorePegahe .InnerLoctionParents .RightsParents .contactItemsParent .itemsInfo .icon {
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  width: 55px;
  height: 68px;
  background: #EFEFFF;
  border-radius: 10px;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: auto;
  transition: all ease-in-out 0.2s;
  margin: 0;
}
.ParentsContactMorePegahe .InnerLoctionParents .RightsParents .contactItemsParent .itemsInfo .icon svg {
  margin: auto;
}
.ParentsContactMorePegahe .InnerLoctionParents .MapParents {
  width: 55%;
}
.ParentsContactMorePegahe .InnerLoctionParents .MapParents iframe {
  border-radius: 10px;
}
@media (max-width: 768px) {
  .ParentsContactMorePegahe .InnerLoctionParents .MapParents {
    width: 100%;
  }
}

@keyframes pulsate-fwd {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.CustomMypagination_barTxt {
  color: #7D7D7D;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  position: relative;
}
.CustomMypagination_barTxt::before {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.701 15.734V8.266a1.79 1.79 0 0 1 .89-1.542l6.52-3.734a1.77 1.77 0 0 1 1.778 0l6.473 3.734a1.79 1.79 0 0 1 .937 1.542v7.468a1.79 1.79 0 0 1-.89 1.542l-6.52 3.734a1.77 1.77 0 0 1-1.778 0l-6.473-3.735a1.79 1.79 0 0 1-.937-1.54m8.294-8.995v6.319' stroke='%23FAA719' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.044 16.553h-.01' stroke='%23FAA719' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  right: 0;
  bottom: 0;
  top: -30px;
  left: 0;
}

#loading-indicator {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: -48px;
  color: #7D7D7D;
}

/* From Uiverse.io by PhilibertGentien */
.pl,
.pl__worm {
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

.pl {
  animation-name: bump5;
  animation-timing-function: linear;
  width: 5em;
  height: 5em;
}

.pl__ring {
  stroke: hsla(var(--hue), 10%, 10%, 0.1);
  transition: stroke 0.3s;
}

.pl__worm {
  animation-name: worm5;
  animation-timing-function: cubic-bezier(0.42, 0.17, 0.75, 0.83);
}

/* Animations */
@keyframes bump5 {
  from, 42%, 46%, 51%, 55%, 59%, 63%, 67%, 71%, 74%, 78%, 81%, 85%, 88%, 92%, to {
    transform: translate(0, 0);
  }
  44% {
    transform: translate(1.33%, 6.75%);
  }
  53% {
    transform: translate(-16.67%, -0.54%);
  }
  61% {
    transform: translate(3.66%, -2.46%);
  }
  69% {
    transform: translate(-0.59%, 15.27%);
  }
  76% {
    transform: translate(-1.92%, -4.68%);
  }
  83% {
    transform: translate(9.38%, 0.96%);
  }
  90% {
    transform: translate(-4.55%, 1.98%);
  }
}
@keyframes worm5 {
  from {
    stroke-dashoffset: 10;
  }
  25% {
    stroke-dashoffset: 295;
  }
  to {
    stroke-dashoffset: 1165;
  }
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  gap: 30px;
}
#loader .Txtloder {
  color: #303030;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.8px;
  line-height: 35px;
}

.video-background-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .page-id-905 .OtherPageSite .site-main, .page-id-914 .OtherPageSite .site-main, .page-id-916 .OtherPageSite .site-main {
    margin-top: 130px !important;
  }
}
.page-id-905 .TitlePages, .page-id-914 .TitlePages, .page-id-916 .TitlePages {
  display: none !important;
}

#gform_fields_4, #gform_fields_5, #gform_fields_7 {
  row-gap: 14px !important;
}

#gform_4_validation_container, #gform_5_validation_container, #gform_2_validation_container, #gform_7_validation_container {
  display: none !important;
}

.page-id-895 form#gform_2 input[type=password], .page-id-895 input[type=text], .page-id-895 input[type=email], .page-id-895 input[type=tel] {
  border: 1px solid rgb(240, 240, 240) !important;
  color: rgb(119, 116, 116) !important;
  height: 50px !important;
  transition: 0.2s linear;
  outline: none !important;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 1px inset !important;
  border-radius: 5px !important;
}
.page-id-895 .backgroundParentAbout img {
  height: 350px !important;
}
.page-id-895 .ParentSForms {
  margin: auto;
  width: 80%;
  border: 33px solid #fff;
  background-color: #F9F4F4;
  padding: 45px 90px;
  transform: translateY(-70px);
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .page-id-895 .ParentSForms {
    overflow: hidden;
    width: 100% !important;
    border: 12px solid #fff;
    padding: 21px 22px;
  }
}
.page-id-895 .ParentSForms p {
  line-height: 2.3em;
  font-size: 13.5px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .page-id-895 .ParentSForms p {
    font-size: 12.5px;
  }
}

#gform_submit_button_4, #gform_submit_button_5, #gform_submit_button_2, #gform_submit_button_7 {
  background: #313193;
  padding: 14px !important;
  border-radius: 5px;
  color: #fff !important;
  font-weight: 600;
  transition: all ease-in 0.2s;
}
#gform_submit_button_4:hover, #gform_submit_button_5:hover, #gform_submit_button_2:hover, #gform_submit_button_7:hover {
  background: #101044;
}

.gfield_label.gform-field-label {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #303030 !important;
}

#gform_wrapper_4 .gform_heading, #gform_wrapper_5 .gform_heading, #gform_wrapper_2 .gform_heading, #gform_wrapper_7 .gform_heading {
  display: none;
}

form#gform_4, #gform_5, #gform_7 {
  max-width: 400px;
  margin: 85px auto !important;
  background: rgba(217, 217, 217, 0.5098039216);
  padding: 25px 30px;
  border-radius: 10px;
}
form#gform_4 input[type=password], form#gform_4 input[type=text], #gform_5 input[type=password], #gform_5 input[type=text], #gform_7 input[type=password], #gform_7 input[type=text] {
  border: 1px solid #F0F0F0 !important;
  color: #777474 !important;
  height: 50px !important;
  transition: all linear 0.2s;
  outline: none !important;
  box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.2) !important;
  border-radius: 5px !important;
}

.InnerBootCustomLogin {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}

.InnerBootCustomLogin .RegLink {
  font-size: 13.5px;
  font-weight: 500;
  color: #323253 !important;
  line-height: 2.2em;
}

.InnerBootCustomLogin .passremLink {
  font-size: 13.5px;
  font-weight: 400;
  color: #2c2d4f !important;
  line-height: 2.2em;
}

.InnerBootCustomLogin .GenHeaderParentSite .LogoA {
  width: 95px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.site-footer .FooterTitles {
  display: none;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  right: 0;
  z-index: -1;
  bottom: 0;
  margin: auto;
  -o-object-position: top;
     object-position: top;
}

.TwoSecHome {
  position: relative;
  overflow: hidden;
  background-color: #aaa;
}

.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.5s ease-in-out; /* انیمیشن تدریجی */
  opacity: 1;
  z-index: -1;
}

.user-dashboard > h2 {
  display: none;
}
.user-dashboard .user-id-box {
  max-width: 1100px;
  margin: 20px auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 768px) {
  .user-dashboard .user-id-box {
    padding-top: 50px;
  }
}
.user-dashboard .user-id-box > p {
  background-color: #E7F6E4;
  max-height: 59px;
  min-height: 59px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 49%;
  color: #26752B;
  border-radius: 10px;
  padding: 15px 20px;
  margin: 40px auto;
  font-weight: 400;
  font-size: 14.5px;
}
@media (max-width: 768px) {
  .user-dashboard .user-id-box > p {
    width: 100%;
    margin: 0 auto;
  }
}
.user-dashboard .user-id-box > p:last-of-type {
  color: #155488;
  background-color: #E4F5F6;
}
.user-dashboard .user-profile {
  background: rgba(217, 217, 217, 0.1294117647);
  padding: 50px 100px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .user-dashboard .user-profile {
    padding: 50px 10px;
    justify-content: center;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .user-dashboard .user-profile {
    padding: 30px 5px;
  }
}
.user-dashboard .user-profile .avatar {
  width: 20%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}
@media (max-width: 768px) {
  .user-dashboard .user-profile .avatar {
    width: 70%;
  }
}
.user-dashboard .user-profile .avatar .ParentsAvatars {
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  max-height: 175px;
}
.user-dashboard .user-profile .avatar .ParentsAvatars > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.user-dashboard .user-profile .avatar p {
  margin: 0;
  width: -moz-max-content;
  width: max-content;
  font-size: 11.3px;
  font-weight: 400;
  display: flex;
  gap: 5px;
  align-content: center;
}
@media (max-width: 768px) {
  .user-dashboard .user-profile .avatar p {
    font-size: 14px;
  }
}
.user-dashboard .user-profile .avatar .logout-button {
  display: flex;
  font-size: 12.3px;
  align-items: center;
  justify-content: start;
  gap: 5px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  background: #313193;
  color: #fff !important;
  font-weight: 600;
  line-height: 2.5em;
  height: 42px;
  width: 90%;
  border-radius: 8px;
  padding: 13px;
  transition: all ease-in 0.2s;
}
@media (max-width: 1260px) {
  .user-dashboard .user-profile .avatar .logout-button {
    font-size: 10.5px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .user-dashboard .user-profile .avatar .logout-button {
    justify-content: center;
    gap: 10px;
    font-size: 11.5px;
  }
}
.user-dashboard .user-profile .avatar .logout-button svg {
  transition: all ease-in 0.2s;
}
.user-dashboard .user-profile .avatar .logout-button:hover {
  background: #4a4ac3;
}
.user-dashboard .user-profile .avatar .logout-button:hover svg {
  transform: rotateY(180deg);
}
.user-dashboard .user-profile .contentUsers {
  width: 78%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  border: 1px solid #E0E0E0;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
}
@media (max-width: 480px) {
  .user-dashboard .user-profile .contentUsers {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 768px) {
  .user-dashboard .user-profile .contentUsers {
    width: 100%;
  }
}
.user-dashboard .user-profile .contentUsers p {
  color: #2b2b2b;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 33px;
  text-align: right;
  margin: 0;
}
@media (max-width: 768px) {
  .user-dashboard .user-profile .contentUsers p {
    font-size: 13px;
  }
}

.page-id-916 .gform-theme--foundation .gform-grid-col.gform-grid-col--size-auto {
  flex: auto !important;
}

.ParentsBtnBotm {
  background: #D9D9D9;
  min-height: 148px;
  display: flex;
  align-items: center;
}
.ParentsBtnBotm .divParentBtn {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  flex-wrap: wrap-reverse;
  gap: 15px;
  padding: 25px 15px;
}
.ParentsBtnBotm .divParentBtn a {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  color: #303030;
  font-size: 16.5px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .ParentsBtnBotm .divParentBtn a {
    width: 100%;
  }
}
.ParentsBtnBotm .divParentBtn a:hover span svg {
  transform: rotateY(180deg);
  scale: 0.9;
}
.ParentsBtnBotm .divParentBtn a span {
  background: linear-gradient(90deg, #333365 0%, #6666CB 100%);
  width: 56px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: all ease-in 0.2s;
}
.ParentsBtnBotm .divParentBtn a span svg {
  transition: all ease-in 0.2s;
}

.ParentBodysPages .imgParents {
  margin-top: 85px;
  margin-bottom: 125px;
}
@media (max-width: 768px) {
  .ParentBodysPages .imgParents {
    margin-top: 55px;
    margin-bottom: 75px;
  }
}
.ParentBodysPages .imgParents img {
  max-width: 800px;
  width: 100%;
  display: block;
  margin: auto;
}
.ParentBodysPages .TitlePArents {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 55px;
}
.ParentBodysPages .TitlePArents:hover span svg {
  transform: rotateY(180deg);
  scale: 0.9;
}
.ParentBodysPages .TitlePArents .TxtinnersLeft {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 12px;
}
@media (max-width: 768px) {
  .ParentBodysPages .TitlePArents .TxtinnersLeft {
    width: calc(100% - 57px);
    gap: 5px;
  }
}
.ParentBodysPages .TitlePArents .TxtinnersLeft h3 {
  color: #303030;
  font-size: 16.5px;
  font-weight: 700;
  margin: 0;
  text-align: right;
}
@media (max-width: 768px) {
  .ParentBodysPages .TitlePArents .TxtinnersLeft h3 {
    font-size: 15px;
  }
}
.ParentBodysPages .TitlePArents .TxtinnersLeft p {
  margin: 0;
  color: #303030;
  font-size: 14.5px;
  font-weight: 400;
  text-align: right;
}
@media (max-width: 768px) {
  .ParentBodysPages .TitlePArents .TxtinnersLeft p {
    font-size: 11.5px;
    line-height: 1.9em;
  }
}
.ParentBodysPages .TitlePArents span {
  background: linear-gradient(90deg, #333365 0%, #6666CB 100%);
  width: 56px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: all ease-in 0.2s;
}
.ParentBodysPages .TitlePArents span svg {
  transition: all ease-in 0.2s;
}

.backgroundParentCollaboration {
  min-height: calc(100vh - 145px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
@media (max-width: 768px) {
  .backgroundParentCollaboration {
    min-height: 44vh;
    padding: 30px 0;
    justify-content: start;
  }
}
.backgroundParentCollaboration .PantrntsTxt {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  position: absolute;
  bottom: 0;
  height: 251px;
  display: flex;
  align-items: center;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
@media (max-width: 768px) {
  .backgroundParentCollaboration .PantrntsTxt {
    height: 200px;
  }
}
.backgroundParentCollaboration .PantrntsTxt .inners {
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  padding-bottom: 15px;
}
.backgroundParentCollaboration .PantrntsTxt .inners p {
  margin: 0;
  color: #fff;
  line-height: 2.2em;
  font-size: 13.5px;
  font-weight: 400;
  text-align: justify;
}
@media (max-width: 768px) {
  .backgroundParentCollaboration .PantrntsTxt .inners p {
    min-height: 113px;
    overflow: hidden;
    max-height: 102px;
    font-size: 12.5px !important;
  }
}
.backgroundParentCollaboration > div {
  width: 100%;
}
.backgroundParentCollaboration > div:first-of-type {
  padding-bottom: 55px;
}
.backgroundParentCollaboration > div:first-of-type > span {
  height: 45px;
  width: 120px;
  text-align: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1019607843);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  color: #FEDE00;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.9em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.backgroundParentCollaboration > div:first-of-type h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 2.2em;
  margin: 0;
}

.ResponsLastFormCustoms {
  background: #E7F6E4;
  min-height: 90px;
  padding: 17px 27px;
  max-width: 550px;
  margin: auto;
  color: #26752B;
  border-radius: 10px;
  line-height: 2.2em;
}

.GoAccounts {
  display: flex;
  font-size: 12.3px;
  align-items: center;
  justify-content: start;
  gap: 5px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  background: #313193;
  color: #fff !important;
  font-weight: 600;
  line-height: 2.5em;
  height: 42px;
  border-radius: 8px;
  padding: 13px;
  transition: all ease-in 0.2s;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
.GoAccounts:hover {
  background: #4040be;
}

#gform_confirmation_wrapper_8 {
  margin-bottom: 80px;
}

.alert-box {
  background-color: rgba(217, 36, 62, 0.1215686275);
  color: #333;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 15px 25px;
  flex-wrap: wrap;
  margin: 15px auto;
  max-width: 1000px;
}
@media (max-width: 768px) {
  .alert-box {
    gap: 14px;
    justify-content: center;
    padding: 15px 15px !important;
  }
}
.alert-box p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: #a21126;
}
@media (max-width: 768px) {
  .alert-box p {
    font-size: 12px;
  }
}
.alert-box .apply-btn {
  display: inline-block;
  background-color: #323193;
  color: #fff !important;
  padding: 6px 18px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 400;
  transition: all ease-in 0.2s;
  font-size: 12.5px;
}
.alert-box .apply-btn:hover {
  background-color: #3f3db7;
}

.no-access-box {
  max-width: 900px;
  margin: auto;
  background: #F7F7F7;
  flex-direction: column;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #E5E3CC;
}
.no-access-box .ParentsBtns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding-top: 35px;
}
.no-access-box .ParentsBtns .moreReg {
  background: #1B1B29;
  color: #fff !important;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: center;
  padding: 12px 45px !important;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  border-radius: 25px;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 24px;
  transition: all ease-in-out 0.3s;
}
.no-access-box .ParentsBtns .moreReg:hover {
  background: #323249;
}
@media (max-width: 768px) {
  .no-access-box {
    font-size: 14px;
  }
}
.no-access-box .SubTxt {
  color: #505050;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.3em;
  margin: 0;
  padding-right: 25px;
}
@media (max-width: 768px) {
  .no-access-box .SubTxt {
    padding-right: 5px;
    font-size: 13px;
  }
}
.no-access-box .TitlesBox {
  color: #505050;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 800;
  margin: 0;
  padding-bottom: 15px;
}

.employment-form-restricted {
  background-color: #F7F7F7;
  max-height: 100px;
  min-height: 100px;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
  width: 49%;
  color: #752626;
  border-radius: 10px;
  padding: 15px 20px;
  margin: 40px auto;
  font-weight: 500;
  font-size: 14.5px;
  max-width: 500px;
  flex-direction: column;
  justify-content: center;
}

.employment-form-restricted p {
  margin: 0;
  font-size: 13.5px;
  line-height: 2em;
}

#gform_submit_button_2 {
  width: -moz-max-content !important;
  width: max-content !important;
  margin-right: auto;
}

.ginput_container_verfication {
  display: flex !important;
  align-items: center !important;
  justify-content: start !important;
}
.ginput_container_verfication .verify_code {
  width: -moz-max-content !important;
  width: max-content !important;
  border-radius: 0 5px 5px 0px !important;
}
.ginput_container_verfication .gform_button.button {
  min-height: 48px !important;
  border-radius: 5px 0 0 5px !important;
  background-color: #313192 !important;
  transform: translateX(10px);
  font-weight: 400 !important;
  transition: all ease-in 0.2s !important;
}
@media (max-width: 768px) {
  .ginput_container_verfication .gform_button.button {
    font-size: 12px !important;
  }
}
.ginput_container_verfication .gform_button.button:hover {
  background-color: #1e1e72 !important;
}

.page-id-955 .gform_required_legend {
  display: none !important;
}
.page-id-955 .datepicker {
  width: 100% !important;
}
.page-id-955 .ginput_container.ginput_container_textarea > textarea {
  min-height: 165px !important;
}
.page-id-955 .gform_button_select_files {
  background-color: #faa81c !important;
  border-radius: 10px !important;
  transition: all ease-in 0.2s;
}
.page-id-955 .gform_button_select_files:hover {
  background-color: #be7e0f !important;
}
.page-id-955 .gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .gform_drop_area::before {
  color: #faa81c !important;
}
.page-id-955 .gfield_select {
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2) inset !important;
  border: none !important;
  min-height: 47px !important;
  max-height: 47px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #303030 !important;
  outline: none !important;
  border-radius: 5px !important;
}
.page-id-955 input[type=text], .page-id-955 input[type=email], .page-id-955 input[type=url], .page-id-955 input[type=password], .page-id-955 input[type=search], .page-id-955 input[type=number], .page-id-955 input[type=tel], .page-id-955 input[type=range], .page-id-955 input[type=date], .page-id-955 input[type=month], .page-id-955 input[type=week], .page-id-955 input[type=time], .page-id-955 input[type=datetime], .page-id-955 input[type=datetime-local], .page-id-955 input[type=color], .page-id-955 textarea {
  padding: 3px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2) inset !important;
  border: none !important;
  min-height: 47px !important;
  outline: none !important;
  max-height: 47px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #303030 !important;
  border-radius: 5px !important;
}
.page-id-955 .gfield--type-select .ginput_container.ginput_container_select {
  width: 100%;
}
.page-id-955 .gform-page-footer.gform_page_footer.top_label {
  display: flex;
  align-items: center;
  justify-content: end;
}
.page-id-955 .gform-page-footer.gform_page_footer.top_label .gform_previous_button {
  background-color: #faa81c !important;
  border-radius: 10px !important;
  font-size: 13.5px !important;
  color: #fff !important;
  border: none !important;
  font-weight: 400 !important;
  transition: all ease-in 0.2s !important;
  min-height: 44px !important;
  max-height: 44px !important;
}
.page-id-955 .gform-page-footer.gform_page_footer.top_label .gform_previous_button:hover {
  background-color: #c28316 !important;
}
.page-id-955 .gform-page-footer.gform_page_footer.top_label .gform_next_button, .page-id-955 .gform-page-footer.gform_page_footer.top_label #gform_submit_button_8 {
  background-color: #313193 !important;
  border-radius: 10px !important;
  outline: none !important;
  font-size: 13.5px !important;
  font-weight: 400 !important;
  border: none !important;
  transition: all ease-in 0.2s !important;
  min-height: 44px !important;
  max-height: 44px !important;
}
.page-id-955 .gform-page-footer.gform_page_footer.top_label .gform_next_button:hover, .page-id-955 .gform-page-footer.gform_page_footer.top_label #gform_submit_button_8:hover {
  background-color: #5050f2 !important;
}
.page-id-955 .gfield_label.gform-field-label {
  color: #303030 !important;
  padding: 0 0 11px 0px;
  font-size: 14px !important;
  font-weight: 500 !important;
  margin: 0 !important;
}
.page-id-955 #gform_8 {
  max-width: 1300px;
  margin: auto;
}
.page-id-955 .CustomMySteps #input_8_11 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.page-id-955 .CustomMySteps #input_8_11 .gchoice {
  min-height: 50px;
  background: #F4F4F4;
  border-radius: 10px;
  display: flex !important;
  justify-content: start;
  align-items: center;
  padding: 15px;
  transition: all ease-in 0.2s;
}
@media (max-width: 768px) {
  .page-id-955 .CustomMySteps #input_8_11 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-id-955 .gform-theme--framework .gf_step_completed .gf_step_number::after {
  background-color: #ffe950 !important;
  border-color: #faa719 !important;
  color: #faa719 !important;
}
.page-id-955 .site-main {
  padding-bottom: 100px;
}
.page-id-955 .gf_page_steps {
  justify-content: space-between;
  position: relative;
}
@media (max-width: 768px) {
  .page-id-955 .gf_page_steps {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: scroll;
  }
}
.page-id-955 .gf_page_steps .gf_step.gf_step_active .gf_step_label {
  font-weight: 600 !important;
  color: #2b2b2d !important;
}
.page-id-955 .gf_page_steps .gf_step.gf_step_active .gf_step_number {
  background-color: #FFE950 !important;
}
.page-id-955 .gf_page_steps .gf_step.gf_step_active .gf_step_number::before {
  background-color: #FAA719 !important;
}
.page-id-955 .gf_page_steps .gf_step {
  flex-direction: column-reverse;
  gap: 18px !important;
}
@media (max-width: 768px) {
  .page-id-955 .gf_page_steps .gf_step {
    text-align: center;
  }
}
.page-id-955 .gf_page_steps .gf_step .gform_multi_page_nav-page-link {
  flex-direction: column-reverse !important;
  gap: 18px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.page-id-955 .gf_page_steps .gf_step .gf_step_label {
  color: #303030 !important;
  font-weight: 400 !important;
  font-size: 13.5px !important;
}
@media (max-width: 768px) {
  .page-id-955 .gf_page_steps .gf_step .gf_step_label {
    font-weight: 600 !important;
    text-align: center;
    line-height: 1.4em;
    font-size: 10px !important;
  }
}
.page-id-955 .gf_page_steps .gf_step .gf_step_number {
  background-color: #9696D3 !important;
  border: none !important;
  color: #718191;
  position: relative;
  z-index: 0;
  font-size: 0;
}
.page-id-955 .gf_page_steps .gf_step .gf_step_number::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #C8E4FF;
  border-radius: 50px;
  z-index: -1;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.page-id-955 .gf_page_steps:before {
  position: absolute;
  content: "";
  height: 5px;
  background: #E7F1FA;
  width: 100%;
  bottom: 13px;
  margin: auto;
  border-radius: 10px;
}
.page-id-955 .ContentSections > h3 {
  text-align: center;
  color: #303030;
  font-size: 32px;
  padding: 10px 0;
  font-weight: 800;
}
@media (max-width: 768px) {
  .page-id-955 .ContentSections > h3 {
    font-size: 18px;
  }
}

#cancel-comment-reply-link {
  padding: 0 10px;
  font-size: 15px;
  font-weight: 300;
  transition: all ease-in-out 0.3s;
  color: #FAA719;
}
#cancel-comment-reply-link:hover {
  color: #d78a05;
}

.comment-reply-title {
  color: #FAA719;
}

.comments-area {
  padding-bottom: 100px !important;
  max-width: 1000px;
  margin: auto;
  padding: 0 18px;
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .comment-form {
    gap: 10px;
  }
}
.comment-form textarea#comment {
  width: 100%;
  border: 1px solid #F0F0F0 !important;
  color: #575555 !important;
  border-radius: 5px;
  transition: all linear 0.2s;
  outline: none !important;
  padding: 14px;
  margin-top: 5px;
}
.comment-form .comment-notes {
  width: 100%;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email {
  width: 48%;
  margin: 0;
}
@media (max-width: 768px) {
  .comment-form .comment-form-author,
  .comment-form .comment-form-email {
    width: 100%;
  }
}
.comment-form .comment-form-author > input,
.comment-form .comment-form-email > input {
  width: 100%;
  border: 1px solid #F0F0F0 !important;
  color: #575555 !important;
  height: 50px;
  border-radius: 5px;
  transition: all linear 0.2s;
  outline: none !important;
  padding: 14px;
  margin-top: 5px;
}
.comment-form .comment-form-comment {
  width: 100%;
}
.comment-form .form-submit {
  width: 100%;
  margin: 0;
}
.comment-form .form-submit #submit {
  width: 100%;
  background: #2e2f4e;
  border: none;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  padding: 15px;
  transition: all ease-in 0.3s;
}
.comment-form .form-submit #submit:hover {
  background: #3c3fae;
}

.comment-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.comment-list .children {
  list-style: none;
  padding-right: 22px;
}
.comment-list .comment-body {
  padding: 15px 20px;
  border-radius: 8px;
  margin: 10px 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
  border: 1px solid #eaeaea;
}
.comment-list .comment-body:hover .reply a {
  color: #7e7e7e;
}
.comment-list .comment-body .comment-content {
  color: #535353;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  margin: 10px 41px 10px 10px;
}
@media (max-width: 768px) {
  .comment-list .comment-body .comment-content {
    margin: 10px;
    font-size: 13px;
  }
}
.comment-list .comment-body .comment-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.comment-list .comment-body .comment-meta .comment-metadata {
  font-size: 12px;
}
@media (max-width: 480px) {
  .comment-list .comment-body .comment-meta .comment-metadata {
    font-size: 10.4px;
  }
}
.comment-list .comment-body .comment-meta .comment-author {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.comment-list .comment-body .comment-meta .comment-author .fn {
  font-size: 13.9px;
  padding: 5px;
  color: #2E2F4E;
  font-weight: 700;
}
@media (max-width: 480px) {
  .comment-list .comment-body .comment-meta .comment-author .fn {
    font-size: 12.9px;
    padding-left: 0;
  }
}
.comment-list .comment-body .comment-meta .comment-author .fn > a {
  font-size: 13.9px;
  color: #2E2F4E;
  font-weight: 700;
}
@media (max-width: 480px) {
  .comment-list .comment-body .comment-meta .comment-author .fn > a {
    font-size: 12.9px;
    padding-left: 0;
  }
}
.comment-list .comment-body .comment-meta .comment-author .says {
  padding-right: 3px;
  color: #FAA719;
}
@media (max-width: 480px) {
  .comment-list .comment-body .comment-meta .comment-author .says {
    font-size: 10px;
  }
}
.comment-list .comment-body .comment-meta .comment-author img {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  margin-left: 4px;
}
.comment-list .comment-body .reply a {
  color: #fcfcfc;
  display: block;
  text-align: left;
  position: relative;
  transition: all ease-in-out 0.3s;
}
.comment-list .comment-body .reply a::before {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24' fill='%23a8a8a8'%3E%3Cpath d='m600-200-56-57 143-143H300q-75 0-127.5-52.5T120-580t52.5-127.5T300-760h20v80h-20q-42 0-71 29t-29 71 29 71 71 29h387L544-624l56-56 240 240z'/%3E%3C/svg%3E");
  top: 2px;
  left: 35px;
}/*# sourceMappingURL=style-rtl.css.map */