@charset "UTF-8";
/*
// copyright
طراحی و کدنویسی توسط تیم طراحی کاج
https://kajsabt.com

// copyright
*/
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url("../../../../../../../../themes/mizan/assets/fonts/woff/IRANSansWeb(FaNum).woff");
  src: url("../../../../../../../../themes/mizan/assets/fonts/eot/IRANSansWeb(FaNum).eot?#iefix") format("embedded-opentype"), url("../../../../../../../../themes/mizan/assets/fonts/woff2/IRANSansWeb(FaNum).woff2") format("woff2"), url("../../../../../../../../themes/mizan/assets/fonts/woff/IRANSansWeb(FaNum).woff") format("woff"), url("../../../../../../../../themes/mizan/assets/fonts/ttf/IRANSansWeb(FaNum).ttf") format("truetype");
}

@font-face {
  font-family: IRANSans-Medium;
  font-style: normal;
  font-weight: 500;
  src: url("../../../../../../../../themes/mizan/assets/fonts/woff/IRANSansWeb(FaNum)_Medium.woff");
  src: url("../../../../../../../../themes/mizan/assets/fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix") format("embedded-opentype"), url("../../../../../../../../themes/mizan/assets/fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2") format("woff2"), url("../../../../../../../../themes/mizan/assets/fonts/woff/IRANSansWeb(FaNum)_Medium.woff") format("woff"), url("../../../../../../../../themes/mizan/assets/fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf") format("truetype");
}

@font-face {
  font-family: IRANSans-Bold;
  font-style: normal;
  font-weight: bold;
  src: url("../../../../../../../../themes/mizan/assets/fonts/woff/IRANSansWeb(FaNum)_Bold.woff");
  src: url("../../../../../../../../themes/mizan/assets/fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix") format("embedded-opentype"), url("../../../../../../../../themes/mizan/assets/fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2") format("woff2"), url("../../../../../../../../themes/mizan/assets/fonts/woff/IRANSansWeb(FaNum)_Bold.woff") format("woff"), url("../../../../../../../../themes/mizan/assets/fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf") format("truetype");
}

* {
  font-family: IRANSans;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  color: #212121;
  scroll-behavior: smooth;
}

html {
  font-family: IRANSans;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

a {
  color: #c20303;
}

a:hover {
  text-decoration: none;
  color: unset;
}

input:focus {
  outline: none;
}

ul {
  margin-bottom: 0;
}

ul li {
  list-style: none;
}

button {
  background: transparent;
  border: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-weight: unset;
}

body {
  background-color: #FDFDFD;
}

header {
  background-color: #F9F9F9;
  border-bottom: 1px solid #ebebeb;
}

.top-menu {
  background-color: #21214a;
  padding: 10px 0;
}

.top-menu .top-menu-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-menu span {
  color: #fff;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}

.menu img {
  width: 160px;
}

.menu .menu-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu .menu-ul li {
  margin-right: 30px;
  position: relative;
}

.menu .menu-ul li a {
  font-family: IRANSans-bold;
  font-size: 15px;
  color: #595151;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}


.menu .menu-ul li a:hover {
  color: #00E95E;
}

.menu .menu-ul li a i {
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.menu .menu-ul li ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  width: 180px;
  padding: 10px;
  z-index: 3;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px #e3e3e3;
          box-shadow: 0 0 5px #e3e3e3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu .menu-ul li ul li {
  margin: 0;
  margin: 10px 0;
  text-align: center;
}

.menu .menu-ul li:hover ul {
  opacity: 1;
  visibility: visible;
}

.menu .menu-ul img {
  display: none;
}

.menu .responsive-menu {
  display: none;
  color: #595151;
  font-size: 22px;
  margin-right: 30px;
}

.blue-btn {
  padding: 15px 25px;
  background: #3c82ac;
  font-family: IRANSans-bold;
  font-size: 18px;
  color: #fff;
  border: 0;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}


.green-btn {
  padding: 15px 25px;
  background: #65c43a;
  font-family: IRANSans-Bold;
  font-size: 18px;
  color: #fff;
  border: 0;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}


.header-contact {
  margin-right: auto;
}

.header-contact .blue-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 14px;
}

.header-contact .blue-btn i {
  margin-right: 10px;
}

.home-header {
  min-height: 620px;
  position: relative;
  padding-top: 60px;
}

.home-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F2F2F2;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 56%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 56%, 0% 100%);
  z-index: -1;
}

.home-header::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 95px;
  height: 210px;
  background-image: var(--wpr-bg-5cf3a8dc-1d3f-4f71-b2c0-a9199ebb04be);
  background-repeat: no-repeat;
}

.home-header .reset-col {
  position: absolute;
  right: -15px;
}

.home-header .home-header-img {
  position: relative;
}

.home-header .home-header-img img {
  width: 540px;
  height: 410px;
  border-radius: 50px 0 0 50px;
  position: relative;
  z-index: 2;
}

.home-header .home-header-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 551px;
  height: 420px;
  background: -webkit-gradient(linear, left top, right top, from(#6aea9e), to(#00e95e));
  background: linear-gradient(90deg, #6a557b  0%, #0e335f 100%);
  border-radius: 50px 0 0 50px;
}

.home-header .home-header-text h1 {
  margin-bottom: 20px;
  font-family: IRANSans-Bold;
  font-size: 22px;
  color: #296379;
}

.home-header .home-header-text p {
  font-size: 16px;
  line-height: 30px;
  color: #595151;
  margin-bottom: 20px;
	text-align:justify;
}

.home-header .home-header-text .home-header-text-body {
  margin-top: 50px;
}

.home-header .home-header-text .home-header-text-body .blue-btn {
  margin-left: 20px;
}

.consultant {
  margin-top: 100px;
  position: relative;
}

.consultant::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 95px;
  height: 210px;
  background-image: var(--wpr-bg-f2651cca-c59a-471b-8e72-c844e26c16ab);
  background-repeat: no-repeat;
}

.consultant .consultant-text h2 {
  font-family: IRANSans-bold;
  font-size: 21px;
  color: #296379;
  margin-bottom: 20px;
}

.consultant .consultant-text p {
  font-size: 16px;
	text-align:justify;
  line-height: 30px;
  color: #595151;
  margin-bottom: 20px;
}

.consultant .consultant-text .blue-btn {
  margin-top: 10px;
}

.consultant .consultant-image img {
  width: 372px;
  margin-right: auto;
  display: block;
}

.services-tabs {
  margin-top: 200px;
}

.services-tabs .services-tab {
  background: #f3f3f3;
  border: 1px solid #eaeaea;
}

.services-tabs .all-chtab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 91px;
  overflow: hidden;
}

.services-tabs .all-chtab .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.services-tabs .all-chtab .chTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  margin-top: 13.5px;
  min-width: 100px;
  border-bottom: 2px solid transparent;
}

.services-tabs .all-chtab .chTab span {
   font-family: IRANSans-bold;
  font-size: 13px;
	color: #595151;
  margin-bottom: 12px;
}

.services-tabs .all-chtab .chTab img {
  width: 40px;
  margin-bottom: 8px;
}

.services-tabs .all-chtab .tab-header-active {
  border-bottom: 2px solid #386FDE;
  position: relative;
}

.services-tabs .all-chtab .tab-header-active::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 18px;
  height: 8px;
  background: #263454;
  border-radius: 1px;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.services-tabs .tab-content-body {
  display: none;
}

.services-tabs .tab--content {
  padding: 50px 100px 5px 100px;
  position: relative;
}

.services-tabs .tab--content::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 440px;
  height: 356px;
  
}

.services-tabs .tab-content-ch {
  min-height: 450px;
}

.services-tabs .tab-content-ch .services-tab-body h2,
.services-tabs .tab-content-ch .services-tab-body h3,
.services-tabs .tab-content-ch .services-tab-body h4 {
  font-family: IRANSans-Medium;
  font-size: 20px;
  color: #296379;
  margin-bottom: 20px;
}

.services-tabs .tab-content-ch .services-tab-body p {
  font-size: 16px;
  line-height: 30px;
  color: #595151;
  margin-bottom: 20px;
}

.services-tabs .tab-content-ch .services-tab-body ul {
  margin-bottom: 20px;
}

.services-tabs .tab-content-ch .services-tab-body ul li {
  padding-right: 25px;
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
  color: #595151;
}

.services-tabs .tab-content-ch .services-tab-body ul li::before {
  content: '\f00c';
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  color: #0e335f;
}

.services-tabs .tab-content-ch .services-tab-body .services-tab-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.services-tabs .tab-content-ch .services-tab-body .services-tab-btn .blue-btn {
  margin-top: 10px;
}

.services {
  -webkit-transform: skewY(-4deg);
          transform: skewY(-4deg);
  margin-top: 140px;
  background: #f4f4f4;
  padding: 100px 0;
}

.services .services-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-transform: skewY(4deg);
          transform: skewY(4deg);
}

.services .services-boxs .services-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.services .services-boxs .services-box h3 {
  font-family: IRANSans-Medium;
  font-size: 18px;
  color: #595151;
  margin-bottom: 10px;
  text-align: center;
}

.services .services-boxs .services-box span {
  line-height: 30px;
  color: #595151;
  max-width: 180px;
  text-align: center;
}

.services .services-boxs .services-box .services-box-img {
  margin-top: 30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.services .services-boxs .services-box .services-box-img img {
  width: 64px;
}

.services .services-boxs .services-box:nth-child(even) .services-box-img {
  margin-top: 0;
  margin-bottom: 40px;
}

.services .services-boxs .services-box:nth-child(even) h5 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.services .services-boxs .services-box:nth-child(even) span {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.faq {
  margin-top: 100px;
}

.faq .acc-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.faq .acc-container::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #0e335f;
  width: 100px;
  height: 300px;
  border-radius: 5px 0px 0px 5px;
  z-index: -1;
}

.faq .acc-container::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #0e335f;
  width: 100px;
  height: 300px;
  border-radius: 0 5px 5px 0;
  z-index: -1;
}

.faq .acc-container .faq-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.faq .acc-container .faq-box .faq-box-in {
  width: 49%;
}

.faq .acc-btn {
  width: 100%;
  padding: 13px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.faq .acc-btn:hover span {
  color: #0e335f;
}

.faq .acc-btn span {
  font-family: IRANSans-bold;
  font-size: 15px;
  color: #296379;
  line-height: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq .acc-content {
  width: 100%;
  display: none;
  padding: 10px 20px;
  height: auto;
}

.faq-title {
  text-align: center;
  margin-bottom: 50px;
}

.faq-title h2 {
  position: relative;
  font-family: IRANSans-bold;
  font-size: 21px;
  line-height: 30px;
  color: #296379;
  padding-bottom: 16px;
}

.faq-title h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 2px;
  border-radius: 3px;
  background-color: #0e335f;
}

.faq-title h2::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0e335f;
}


.faq-title span {
  position: relative;
  font-family: IRANSans-bold;
  font-size: 18px;
  color: #a80404;
  display: block;
  margin-top: 12px;
}

.other-services {
  padding: 40px 0;
  background: #f9f9f9;
  border: 1px solid #eaeaea;
  margin-top: 100px;
  position: relative;
}

.other-services::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 95px;
  height: 210px;
  background-image: var(--wpr-bg-d172a97d-b7fc-48cf-b96d-d9eee0dd5c32);
  background-repeat: no-repeat;
}

.other-services .owl-other-services {
  padding-right: 200px;
  padding-bottom: 70px;
}

.other-services .owl-other-services .owl-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.other-services .owl-other-services .owl-nav .owl-prev {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #e4e4e4 !important;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.other-services .owl-other-services .owl-nav .owl-prev i {
  color: #595151;
}

.other-services .owl-other-services .owl-nav .owl-next {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #e4e4e4 !important;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.other-services .owl-other-services .owl-nav .owl-next i {
  color: #595151;
}

.other-services .owl-other-services .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.other-services .owl-other-services .owl-dots .owl-dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #bcbcbc;
  margin: 0 5px;
}

.other-services .owl-other-services .owl-dots .owl-dot.active {
  background-color: #e94560;
}

.other-services .other-services-box {
  height: 380px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(118, 116, 116, 0.16);
          box-shadow: 0px 0px 10px rgba(118, 116, 116, 0.16);
  text-align: center;
  padding: 25px 20px;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin: 10px 0;
}

.other-services .other-services-box .other-services-box-title {
  font-family: IRANSans-Medium;
  font-size: 20px;
  line-height: 30px;
  color: #296379;
  position: relative;
  padding-right: 20px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
}

.other-services .other-services-box .other-services-box-title::before {
  content: '';
  position: absolute;
  top: 11px;
  right: 0;
  width: 10px;
  height: 10px;
  background: #296379;
  border-radius: 50%;
}

.other-services .other-services-box p {
  font-size: 16px;
  line-height: 30px;
  color: #595151;
  margin-top: 20px;
}

.other-services .other-services-box::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.customer {
  margin-top: 100px;
}

.customer .owl-customer {
  padding: 0 10px;
  height: 110px;
  border-radius: 5px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 4px rgba(108, 108, 108, 0.16);
          box-shadow: 0px 0px 4px rgba(108, 108, 108, 0.16);
  overflow: hidden;
}

.customer .customer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer {
  margin-top: 130px;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #dfdfdf;
}

.footer::before {
  content: '';
  position: absolute;
  top: calc(50% - 30px);
  right: 5px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 95px;
  height: 210px;
  background-image: var(--wpr-bg-0244c7b7-9e06-49ba-987e-04e6e0c9de4b);
  background-repeat: no-repeat;
  z-index: -1;
}

.footer::after {
  content: '';
  position: absolute;
  top: calc(50% - 30px);
  left: -125px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 250px;
  height: 250px;
  border-radius: 0px 50px 0px 0px;
  background: #0e335f;
  z-index: -1;
}

.footer .footer-title {
  font-family: IRANSans-bold;
  font-size: 20px;
  line-height: 30px;
  color: #296379;
  position: relative;
  padding-right: 20px;
  margin-bottom: 20px;
}

.footer .footer-title::before {
  content: '';
  position: absolute;
  top: 11px;
  right: 0;
  width: 10px;
  height: 10px;
  background: #00E95E;
  border-radius: 50%;
}

.footer .footer-about {
  padding-left: 20px;
}

.footer .footer-about p {
  font-family: IRANSans-bold;
  font-size: 15px;
  line-height: 30px;
  text-align:justify;
  color: #595151;
  margin-bottom: 30px;
}
.footer .footer-blog p {
  font-family: IRANSans-bold;
  font-size: 15px;
  line-height: 30px;
  text-align:justify;
  color: #595151;
  margin-bottom: 30px;
}

.footer .footer-about .footer-about-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer-about .footer-about-btn .blue-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}

.footer .footer-about .footer-about-btn .blue-btn i {
  margin-right: 10px;
}

.footer .footer-about .footer-about-btn .green-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer-about .footer-about-btn .green-btn i {
  margin-right: 10px;
}

.footer .footer-service li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #595151;
  margin-bottom: 20px;
}

.footer .footer-service li a {
  font-family: IRANSans-bold;
  font-size: 15px;	
  color: #595151;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer .footer-service li a:hover {
  color: #00E95E;
}

.footer .footer-service li i {
	
  color: #00E95E;
  margin-left: 8px;
}

.footer .footer-blog .footer-blog-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.footer .footer-blog .footer-blog-box .footer-blog-box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
}

.footer .footer-blog .footer-blog-box .footer-blog-box-title a {
  color: #595151;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer-blog .footer-blog-box .footer-blog-box-title a:hover {
  color: #00E95E;
}

.footer .footer-blog .footer-blog-box .footer-blog-box-title a h4 {
    font-family: IRANSans-bold;
	font-size: 14px;
	color: #6e6f70;

}

.footer .footer-blog .footer-blog-box .footer-blog-box-title a i {
  color: #00E95E;
  margin-left: 9px;
}

.footer .copyright {
  background-color: #0e335f;
  margin-top: 70px;
}

.footer .copyright .copyright-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 0;
}

.footer .copyright .copyright-in span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.footer .copyright .copyright-in span {
  font-family: IRANSans-bold;
  font-size: 14px;	
  color: #ffffff;
  display: block;
  margin: 0 4px;
}

.footer .copyright .copyright-in .copyright-icon a {
  margin-right: 15px;
}

.footer .copyright .copyright-in .copyright-icon a:hover i {
  color: #00E95E;
}

.footer .copyright .copyright-in .copyright-icon a i {
  color: #fff;
  font-size: 14px;
  margin-top: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-404 {
  padding-top: 60px;
}

.page-404 .page-404-title {
  font-size: 25px;
  color: #595151;
  margin-bottom: 10px;
  text-align: center;
  display: block;
}

.page-404 .page-404-input {
  display: block;
  margin: auto;
  margin-bottom: 30px;
  border-radius: 3px;
  width: 250px;
  height: 45px;
  border: 1px solid #999;
  padding: 0 10px;
}

.page-404 .blogger {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px #999;
          box-shadow: 0 0 3px #999;
  overflow: hidden;
  margin-bottom: 30px;
}

.page-404 .blogger img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-404 .blogger .blogger-title {
  font-size: 20px;
  color: #595151;
  padding: 15px 5px;
  text-align: center;
}

.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
  background-color: #fff;
  -webkit-box-shadow: 0 -3px 10px #d9d9d9;
          box-shadow: 0 -3px 10px #d9d9d9;
}

.sticky::before {
  display: none;
}

.sticky .menu {
  padding: 5px 0;
}

.sticky .menu .blue-btn {
  -webkit-box-shadow: 0px 3px 7px rgba(0, 37, 99, 0.4);
          box-shadow: 0px 3px 7px rgba(0, 37, 99, 0.4);
}

.page_404 {
  padding: 80px 10px 40px 10px;
  background: #fff;
}

.page_404 img {
  width: 100%;
}

.four_zero_four_bg {
  background-image: var(--wpr-bg-edbd7db1-4e5a-493e-b4b7-c8180274802e);
  height: 400px;
  background-position: center 20%;
}

.four_zero_four_bg h1 {
  font-size: 160px;
}

.four_zero_four_bg h3 {
  font-size: 80px;
}

.link_404 {
  color: #fff !important;
  padding: 10px 20px;
  background-color: #00E95E;
  margin: 20px 0;
  display: inline-block;
  border-radius: 3px;
  -webkit-transition: 0.5;
  transition: 0.5;
}

.link_404:hover {
  background-color: #00c550;
}

.contant_box_404 {
  margin-top: 30px;
}

/* new tab in home */
.tab-content-body2 {
   display: none;
}
.tab-header-active2 {
	transform: translateX(-5px);
	color: #3adf57 !important;
}
.tab-content-ch2 img {
	max-width: 100%;
    display: block;
    margin: 20px 0;
    border-radius: 8px;
}
.tab-content-ch2 p, .tab-content-ch2 li {
    font-size: 16px;
    line-height: 28px;
}

.tab-content-ch2 ol, ul {
    padding-right: 10px;
}
.all-chtab2 {
	display: flex;
    flex-direction: column;
    min-width: 120px;
    padding-left: 10px;
	width: auto;
}
.chTab2 {
    font-size: 16px;
	margin-bottom: 20px;
	ont-family: IRANSans-Medium;
	color: #296379;
	transition: 0.3s;
	cursor: pointer;
}

.chTab2 i {
	margin-left: 6px;
}
.newTab {
	margin-top: 140px;
		display: flex;
}

/* gravity form */
#gform_fields_4 label {
	display: none;
}

#gform_fields_1 .gfield_label {
	display: none;
}

#gform_fields_4 input, #gform_fields_1 #input_1_1, #gform_fields_1 #input_1_6  {
    border: 0;
    box-shadow: 0 0 5px #e0e0e0;
    padding: 14px !important;
    background-color: #f5f5f5;
}

#gform_fields_4 li {
    margin-top: 0px;
}
.gform_footer {
    margin: 0 !important;
}
.gform_footer #gform_submit_button_4, .gform_footer #gform_submit_button_1 {
    font-size: 1.2em;
}
#gform_fields_1 .ginput_container.ginput_container_radio {
    width: 100%;
	    margin-top: 0;
}
#gform_fields_1 label {
    font-size: 16px;
}
#gform_fields_1 ul li {
	margin-bottom: 8px;
}
#gform_fields_1 li#field_1_11 {
    margin-bottom: 0;
}
.tab--content2 {
	    width: 100%;
    padding: 20px;
    box-shadow: 0 0 6px #eee;
    background: #f3f3f3;
    border: 1px solid #eaeaea;
    border-radius: 8px;
}

@media (max-width: 650px) {
	#gform_fields_4 .ginput_container.ginput_container_text, #gform_fields_4 .ginput_container.ginput_container_phone {
    	width: 100%;
	}
	#gform_fields_1 .ginput_container.ginput_container_text, #gform_fields_1 .ginput_container.ginput_container_phone {
    width: 100%;
}
	#gform_fields_1 ul li {
    margin-bottom: 15px;
}
}

/* post-box */

.postBox {
    background: #fff;
    -webkit-box-shadow: 0px 2px 3px rgb(0 0 0 / 16%);
    box-shadow: 0px 2px 3px rgb(0 0 0 / 16%);
    padding: 30px 40px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.postBox-title {
    font-size: 30px;
    color: #495A61;
    font-family: IRANSans-Bold;
    margin-bottom: 30px;
    border-bottom: 1px solid #259851;
    display: block;
    padding-bottom: 10PX;
}

.postBox P {
    font-size: 22px;
    color: #495A61;
    font-family: IRANSans-Bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #259851;
    padding-bottom: 10PX;
}

.postBox P span {
    font-size: 22px;
    color: #707070;
    margin-right: 10px;
}

.postBox P i {
    font-size: 16px;
    color: green;
    margin-left: 5px;
}

.postBox input {
    width: 100%;
    height: 48px;
    border: 1px solid #999;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 0px 10px;
}

.postBox button {
    width: 100%;
    height: 48px;
    background-color: #259851;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    box-shadow: 0 0 2px #259851;
}

.postBox button:hover {
    background-color: #126c34;
}

/* bill gravity form */
#gform_wrapper_9 .gfield_select {
    height: 50px;
    border-radius: 5px;
}

#gform_wrapper_9 #input_9_34, #gform_wrapper_9 #input_9_35 {
    border: 1px solid #999;
    padding: 7.5px;
    border-radius: 5px;
}

#gform_wrapper_9 label.gfield_label {
    width: 100%;
}

.stars {
    margin: 50px 0 10px 0;
}

@media (max-width: 620px) {
	#gform_wrapper_9 .ginput_container {
		width: 100%;
	}
}

/* bill gravity form */

@media (max-width: 991px) {
    #postForm {
        margin-top: 30px;
    }
}

@media (max-width: 1300px) {
  .home-header-text {
    padding-right: 50px;
  }
  .faq .acc-container::before {
    width: 20px;
  }
  .faq .acc-container::after {
    width: 20px;
  }
  .other-services .owl-other-services {
    padding-right: 90px;
  }
}

@media (max-width: 1200px) {
  .menu .menu-ul li {
    margin-right: 13px;
  }
  .menu .menu-ul li a {
    font-size: 14px;
  }
  .home-header .home-header-img::before {
    width: 371px;
  }
  .home-header .home-header-img img {
    width: 360px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
  .footer .footer-about .footer-about-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer-about .footer-about-btn .blue-btn {
    margin-left: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .responsive-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .menu .menu-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 0;
    right: -281px;
    width: 280px;
    height: 100vh;
    background-color: white;
    -webkit-box-shadow: 0 0 7px #c4c4c4;
            box-shadow: 0 0 7px #c4c4c4;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 99;
    overflow-y: auto;
    padding-top: 160px;
  }
  .menu .menu-ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#263454), to(#00E95E));
    background: linear-gradient(90deg, #263454 0%, #00E95E 100%);
  }
  .menu .menu-ul::after {
    content: '';
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 150px;
    height: 60px;
    background-image: var(--wpr-bg-717ee079-d421-4adc-b3af-a0a351281cb1);
  }
  .menu .menu-ul li {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .menu .menu-ul li a {
    font-size: 15px;
  }
  .menu .menu-ul li ul {
    opacity: 1;
    visibility: visible;
    display: none;
    position: static;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    background-color: unset;
    width: unset;
    -webkit-transform: unset;
            transform: unset;
    padding-bottom: 0;
    padding-top: 0;
  }
  .menu .menu-ul li ul a {
    font-size: 13px;
  }
  .menu .menu-ul.open {
    right: 0;
  }
  .menu .menu-ul .hide-subMenus {
    display: none;
  }
  .home-header .home-header-img {
    display: none;
  }
  .home-header-text {
    padding-right: 0;
  }
  .services-tabs .tab--content {
    padding: 50px 0 5px 0;
  }
  .services {
    padding: 100px 0 50px 0;
  }
  .services .services-boxs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .services .services-boxs .services-box {
    margin-bottom: 60px;
  }
  .services .services-boxs .services-box h5,
  .services .services-boxs .services-box span {
    -webkit-box-ordinal-group: unset !important;
        -ms-flex-order: unset !important;
            order: unset !important;
  }
  .services .services-boxs .services-box .services-box-img {
    margin-bottom: 0 !important;
    margin-top: 40px !important;
  }
  .footer .footer-about .footer-about-btn .blue-btn {
    margin-left: 20px;
    margin-bottom: 0;
  }
  .footer .footer-about {
    padding-left: 0;
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .consultant-image {
    margin-top: 50px;
  }
  .faq .acc-container .faq-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .faq .acc-container .faq-box .faq-box-in {
    width: 100%;
  }
  .footer .footer-blog {
    margin-top: 40px;
  }
	
	.blog-content .blog-content-box .code {
    flex-direction: column;
		    padding: 30px;
}
	.blog-content .blog-content-box .code a {
    margin-right: unset !important;
    margin-top: 25px;
}
	   .postBox {
       padding: 30px 20px;
    }
}

@media (max-width: 576px) {
  .services-tabs .tab--content::before {
    opacity: 0.5;
  }
  .faq .acc-container::before {
    width: 10px;
  }
  .faq .acc-container::after {
    width: 10px;
  }
	.newTab {
      display: block;
	}
}

@media (max-width: 480px) {
  .header-contact .blue-btn {
    padding: 10px 10px;
    font-size: 14px;
  }
  .menu .responsive-menu {
    margin-right: 20px;
  }
  .home-header-text-body a {
    padding: 15px 15px;
    font-size: 15px;
  }
  .home-header-text-body .blue-btn {
    margin-left: 10px !important;
  }
  .home-header::after {
    opacity: 0.5;
  }
  .consultant::before {
    top: 30%;
    opacity: 0.5;
  }
  .consultant .consultant-image img {
    width: 300px;
  }
  .services .services-boxs .services-box {
    margin-bottom: 50px;
  }
  .services .services-boxs .services-box .services-box-img {
    margin-top: 20px !important;
  }
  .other-services .owl-other-services {
    padding-right: 0;
  }
  .other-services .owl-other-services .owl-nav {
    width: 200px;
  }
  .other-services .other-services-box {
    margin: 10px;
  }
  .footer:before {
    display: none;
  }
  .footer:after {
    opacity: 0.1;
  }
  .footer .footer-about .footer-about-btn .blue-btn {
    margin-left: 10px;
    margin-bottom: 0;
  }
  .footer .footer-about .footer-about-btn a {
    padding: 15px 20px;
  }
  .footer .copyright .copyright-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .copyright .copyright-in .copyright-icon {
    margin-top: 15px;
  }
  .top-menu {
    text-align: center;
  }
  .top-menu .top-menu-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.blogHeader {
  width: 100%;
  height: 350px;
  position: relative;
}

.blogHeader .blogHeader-image {
  width: 100%;
  height: 100%;
  position: relative;
}

.blogHeader .blogHeader-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(73, 90, 97, 0.3);
}

.blogHeader .blogHeader-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blogHeader .blogInfo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
  min-width: 400px;
  padding: 20px 10px;
  border-radius: 5px;
  background: rgba(73, 90, 97, 0.5);
  text-align: center;
}

.blogHeader .blogInfo .blogInfo-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blogHeader .blogInfo .blogInfo-map li a {
  font-size: 10px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blogHeader .blogInfo .blogInfo-map li a:hover {
  color: #f14560;
}

.blogHeader .blogInfo .blogInfo-map li span {
  font-size: 10px;
  color: #fff;
}

.blogHeader .blogInfo .blogInfo-map li i {
  margin: 0 10px;
  font-size: 10px;
  color: #fff;
}

.blogHeader .blogInfo .blogInfo-title {
  margin: 18px 0;
  font-family: IRANSans-Bold;
  font-size: 24px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blogHeader .blogInfo .blogInfo-title:hover {
  color: #ebebeb;
}

.blogHeader .blogInfo .blogInfo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blogHeader .blogInfo .blogInfo-box .blogInfo-comment-cmt {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blogHeader .blogInfo .blogInfo-box .blogInfo-comment-cmt i {
  margin-left: 5px;
  color: #f14560;
}

.blogHeader .blogInfo .blogInfo-box .blogInfo-comment-cmt:hover {
  color: #f14560;
}

.blogHeader .blogInfo .blogInfo-box .blogInfo-comment-time {
  margin-left: 20px;
  position: relative;
  color: #fff;
}

.blogHeader .blogInfo .blogInfo-box .blogInfo-comment-time i {
  margin-left: 5px;
  color: #f14560;
}

.blogHeader .blogInfo .blogInfo-box .blogInfo-comment-time::before {
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.blog-content {
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
  margin-bottom: -70px;
}

.blog-content .blog-content-box {
  background: #fff;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
  padding: 20px;
  border-radius: 5px;
  overflow-x: hidden;
}

.blog-content .blog-content-box code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 10px 20px 10px;
  border-radius: 5px;
  background: #f9f9f9;
  border: 1px solid #ebebeb;
  margin: 30px 0;
}

.blog-content .blog-content-box code i {
  background-color: #263454;
  color: #fff;
  font-size: 18px;
  padding: 4px 10px;
  border-radius: 3px;
  margin: 0;
  white-space: nowrap;
}

.blog-content .blog-content-box code a {
  margin-right: 20px;
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-content .blog-content-box code a:hover {
  color: #263454;
}

.blog-content .blog-content-box h1,
.blog-content .blog-content-box span {
  font-size: 24px;
  color: #296379;
  font-family: IRANSans-Bold;
  margin: 20px 0;
  line-height: 1.8;
}

.blog-content .blog-content-box h1 a,
.blog-content .blog-content-box span a {
  color: #296379;
  font-family: IRANSans-Bold;
  line-height: 1.8;
}

.blog-content .blog-content-box h1 a,
.blog-content .blog-content-box span a {
  font-size: 24px;
}

.blog-content .blog-content-box h2,
.blog-content .blog-content-box span {
  font-size: 20px;
  color: #296379;
  font-family: IRANSans-Bold;
  margin: 20px 0;
  line-height: 1.8;
}

.blog-content .blog-content-box h2 a,
.blog-content .blog-content-box span a {
  color: #296379;
  font-family: IRANSans-Bold;
  line-height: 1.8;
}

.blog-content .blog-content-box h2 a,
.blog-content .blog-content-box span a {
  font-size: 20px;
}

.blog-content .blog-content-box h3,
.blog-content .blog-content-box span {
  font-size: 19px;
  color: #296379;
  font-family: IRANSans-Bold;
  margin: 20px 0;
  line-height: 1.8;
}

.blog-content .blog-content-box h3 a,
.blog-content .blog-content-box span a {
  color: #296379;
  font-family: IRANSans-Bold;
  line-height: 1.8;
}

.blog-content .blog-content-box h3 a,
.blog-content .blog-content-box span a {
  font-size: 19px;
}

.blog-content .blog-content-box h4,
.blog-content .blog-content-box span {
  font-size: 18px;
  color: #296379;
  font-family: IRANSans-Bold;
  margin: 20px 0;
  line-height: 1.8;
}

.blog-content .blog-content-box h4 a,
.blog-content .blog-content-box span a {
  color: #296379;
  font-family: IRANSans-Bold;
  line-height: 1.8;
}

.blog-content .blog-content-box h4 a,
.blog-content .blog-content-box span a {
  font-size: 18px;
}

.blog-content .blog-content-box h5,
.blog-content .blog-content-box span {
  font-size: 17px;
  color: #296379;
  font-family: IRANSans-Bold;
  margin: 20px 0;
  line-height: 1.8;
}

.blog-content .blog-content-box h5 a,
.blog-content .blog-content-box span a {
  color: #296379;
  font-family: IRANSans-Bold;
  line-height: 1.8;
}

.blog-content .blog-content-box h5 a,
.blog-content .blog-content-box span a {
  font-size: 17px;
}

.blog-content .blog-content-box h6,
.blog-content .blog-content-box span {
  font-size: 16px;
  color: #296379;
  font-family: IRANSans-Bold;
  margin: 20px 0;
  line-height: 1.8;
}

.blog-content .blog-content-box h6 a,
.blog-content .blog-content-box span a {
  color: #296379;
  font-family: IRANSans-Bold;
  line-height: 1.8;
}

.blog-content .blog-content-box h6 a,
.blog-content .blog-content-box span a {
  font-size: 16px;
}

.blog-content .blog-content-box p {
  color: #595151;
  font-size: 16px;
  text-align: justify;
  line-height: 28px;
}

.blog-content .blog-content-box p a {
  font-size: 18px;
}

.blog-content .blog-content-box img {
  border-radius: 5px;
  border: 1px solid #c2c2c2;
  width: 100%;
  margin: 20px 0;
}

.blog-content .blog-content-box ul {
  margin: 20px 0;
}

.blog-content .blog-content-box ul li {
  font-size: 16px;
  color: #595151;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding-right: 30px;
}

.blog-content .blog-content-box ul li p,
.blog-content .blog-content-box ul li span,
.blog-content .blog-content-box ul li h2,
.blog-content .blog-content-box ul li h3,
.blog-content .blog-content-box ul li h4,
.blog-content .blog-content-box ul li h5,
.blog-content .blog-content-box ul li strong {
  font-size: 16px;
  color: #595151;
}

.blog-content .blog-content-box ul li a {
  font-size: 16px;
}

.blog-content .blog-content-box ul li::before {
  content: '\f058';
  font-family: "Font Awesome 5 Pro";
  color: #263454;
  font-size: 22px;
  font-weight: 900;
  position: absolute;
  top: -5px;
  right: 0;
}

.blog-content .blog-content-box ol {
  margin: 20px 0;
  padding-right: 20px;
}

.blog-content .blog-content-box ol li {
  font-size: 16px;
  color: #595151;
  margin-bottom: 15px;
}

.blog-content .blog-content-box blockquote {
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  background: #f9f9f9;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
  position: relative;
  margin: 30px 0;
  font-size: 16px;
  color: #595151;
  padding-right: 85px;
}

.blog-content .blog-content-box blockquote:before {
  content: '\f10e';
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 7px;
  right: 15px;
  font-size: 50px;
  font-weight: 900;
  color: #00E95E;
}

.blog-content .blog-content-box blockquote p,
.blog-content .blog-content-box blockquote span {
  font-size: 16px;
  text-align:justify;
  color: #595151;
}

.blog-content .blog-related-post {
  margin: 50px 0;
  position: relative;
}

.blog-content .blog-related-post::before {
  content: '';
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#f9f9f9), color-stop(48.86%, #dbdbdb), to(#f9f9f9));
  background: linear-gradient(90deg, #f9f9f9 0%, #dbdbdb 48.86%, #f9f9f9 100%);
}

.blog-content .blog-related-post .related-post {
  width: 100%;
  height: 240px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  position: relative;
}

.blog-content .blog-related-post .related-post:hover .related-post-box {
  height: 70px;
}

.blog-content .blog-related-post .related-post img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-content .blog-related-post .related-post .related-post-box {
  width: 100%;
  height: 60px;
  border-radius: 0px 0px 5px 5px;
  background: rgba(73, 90, 97, 0.7);
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 5px;
}

.blog-content .blog-related-post .related-post .related-post-box a {
  font-family: IRANSans-Medium;
  font-size: 16px;
  color: #fff;
}

.blog-content .comment-box {
  margin-top: 50px;
}

.blog-content .comment-box .comment-box-header {
  width: 100%;
  padding: 15px 0;
  border-radius: 5px;
  background: -webkit-gradient(linear, right top, left top, from(#296379), to(#263454));
  background: linear-gradient(-90deg, #296379 0%, #263454 100%);
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog-content .comment-box .comment-box-header span {
  font-family: IRANSans-Medium;
  font-size: 20px;
  color: #fff;
}

.blog-content .comment-box .comment-box-in {
  width: 100%;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
  margin-top: 20px;
}

.blog-content .comment-box .comment-box-in .comment-box-in-title {
  font-family: IRANSans-Medium;
  font-size: 20px;
  color: #296379;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-content .comment-box .comment-box-in .comment-box-in-title i {
  font-size: 24px;
  color: #296379;
  margin-left: 9px;
}

.blog-content .comment-box .comment-box-in .comment-box-in-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-content .comment-box .comment-box-in .comment-box-in-input input {
  width: 48%;
  height: 50px;
  border-radius: 5px;
  background: #f9f9f9;
  border: 1px solid #dcdcdc;
  margin-bottom: 20px;
  padding: 0 14px 0 4px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.blog-content .comment-box .comment-box-in .comment-box-in-input input:focus {
  border: 1px solid #808080;
}

.blog-content .comment-box .comment-box-in .comment-box-in-input textarea {
  width: 100%;
  min-height: 120px;
  border-radius: 5px;
  background: #f9f9f9;
  border: 1px solid #dcdcdc;
  padding: 14px 14px 0 4px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.blog-content .comment-box .comment-box-in .comment-box-in-input textarea:focus {
  border: 1px solid #808080;
  outline: 0;
}

.blog-content .comment-box .comment-box-in .send-cmt-form {
  padding: 0 40px;
  height: 50px;
  border-radius: 5px;
  background: #263454;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 177, 135, 0.5);
          box-shadow: 0px 2px 4px rgba(0, 177, 135, 0.5);
  margin-top: 20px;
  margin-right: auto;
  display: block;
  color: #fff;
  font-family: IRANSans-Medium;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-content .comment-box .comment-box-in .send-cmt-form:hover {
  margin-left: 5px;
}

.blog-content .user-comment {
  width: 100%;
  padding: 15px 15px 40px 15px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
  margin-top: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-content .user-comment .user-comment-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100px;
}

.blog-content .user-comment .user-comment-avatar img {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ccc;
}

.blog-content .user-comment .user-comment-avatar .user-comment-name {
  font-family: IRANSans-Medium;
  font-size: 16px;
  color: #595151;
  margin-top: 10px;
  text-align: center;
}

.blog-content .user-comment .user-comment-avatar .user-comment-time {
  color: #595151;
  margin-top: 5px;
  text-align: center;
}

.blog-content .user-comment p {
  font-size: 16px;
  color: #595151;
  line-height: 25px;
  width: 85%;
  margin-right: 30px;
}

.blog-content .user-comment .user-comment-replay {
  font-size: 16px;
  color: #263454;
  position: absolute;
  left: 15px;
  bottom: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-content .user-comment .user-comment-replay:hover {
  color: #00E95E;
}

.blog-content .replay-user-comment {
  padding-right: 20px;
}

.blog-content .replay-user-comment .user-comment {
  border-right: 2px solid #386FDE;
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.sidebar .searcher {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
}

.sidebar .searcher input {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 0;
  color: #595151;
  padding: 0 10px 0 40px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
}

.sidebar .searcher input::-webkit-input-placeholder {
  color: #999;
}

.sidebar .searcher input:-ms-input-placeholder {
  color: #999;
}

.sidebar .searcher input::-ms-input-placeholder {
  color: #999;
}

.sidebar .searcher input::placeholder {
  color: #999;
}

.sidebar .searcher button {
  position: absolute;
  left: 15px;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sidebar .favorite-address {
  width: 100%;
  padding: 15px 10px 15px 5px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar .favorite-address::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -34%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 160px;
  height: 160px;
  background: #efefef;
}

.sidebar .favorite-address img {
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 2;
}

.sidebar .favorite-address .favorite-address-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 30px;
  position: relative;
  z-index: 2;
}

.sidebar .favorite-address .favorite-address-title h5 {
  font-family: IRANSans-bold;
  font-size: 18px;
  color: #296379;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sidebar .favorite-address .favorite-address-title h5:hover {
  color: #263454;
}

.sidebar .favorite-address .favorite-address-title span {
  color: #595151;
  margin-top: 5px;
}

.sidebar .title-list {
  width: 100%;
  padding: 20px 15px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
}

.sidebar .title-list .title-list-in {
  width: 100%;
  height: 46px;
  background-color: #263454;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  margin-bottom: 20px;
}

.sidebar .title-list .title-list-in span {
  font-family: IRANSans-Bold;
  font-size: 18px;
  color: #fff;
}

.sidebar .title-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidebar .title-list ul li:hover {
  margin-right: 5px;
}

.sidebar .title-list ul li i {
  color: #263454;
  margin-left: 9px;
}

.sidebar .title-list ul li a {
  font-size: 14px;
  color: #595151;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidebar .title-list ul li a:hover {
  color: #263454;
}

.sidebar .other-shortcut {
  margin-top: 15px;
}

.sidebar .other-shortcut img {
  width: 100%;
}

.replay-text {
  position: relative;
}

.replay-text .close-replay-comment {
  position: absolute;
  left: 15px;
}

@media (max-width: 1200px) {
  .blog-content .user-comment p {
    width: 75%;
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .blog-content .blog-related-post .related-post {
    margin-bottom: 30px;
  }
  .sidebar {
    margin-top: 50px;
  }
  .sidebar .other-shortcut img {
    width: unset;
  }
/*   .sidebar .title-list {
    display: none;
  } */
  .reset-order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 576px) {
  .blog-content .blog-content-box img {
    max-height: 300px;
  }
  .blog-footer {
    margin-top: 80px;
  }
  .blog-content .blog-content-box code {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-content .blog-content-box code a {
    margin-right: 0;
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .blogHeader .blogInfo {
    min-width: unset;
    width: 97%;
    -webkit-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
  }
  .blogHeader .blogInfo .blogInfo-title {
    font-size: 24px;
    line-height: 40px;
  }
  .blogHeader {
    height: 350px;
  }
  .blog-content {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    margin-bottom: -50px;
  }
  .blog-content .comment-box .comment-box-in .comment-box-in-input input {
    width: 100%;
  }
  .blog-content .user-comment p {
    width: 60%;
    font-size: 15px;
  }
  .blog-content .blog-content-box .blog-content-box-quote p {
    padding-right: 30px;
  }
  .blog-content .blog-content-box .blog-content-box-quote::before {
    font-size: 24px;
    opacity: 0.5;
    top: 14px;
  }
  .blog-content .comment-box .comment-box-in .send-cmt-form {
    font-size: 16px;
  }
  .blog-content .comment-box .comment-box-in .comment-box-in-title {
    font-size: 18px;
  }
  .blog-content .comment-box .comment-box-in .comment-box-in-title i {
    font-size: 21px;
  }
  .blog-content .blog-content-box blockquote {
    padding-right: 60px;
  }
  .blog-content .blog-content-box blockquote::before {
    font-size: 30px;
  }
  .blog-content .blog-content-box code a {
    margin-right: 15px;
    font-size: 16px;
  }
}

.contact-header {
  position: relative;
  height: 300px;
}

.contact-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
}

.contact-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact {
  margin-top: 80px;
}

.contact .contact-info {
  margin-bottom: 25px;
}

.contact .contact-info .contact-info-title {
  font-family: IRANSans-Medium;
  font-size: 16px;
  color: #296379;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact .contact-info .contact-info-title i {
  margin-left: 10px;
}

.contact .contact-info .contact-info-title span {
  font-size: 12px;
  color: #e94560;
  margin-right: 10px;
}

.contact .contact-info .contact-info-title-in {
	font-size: 18px;
  color: #595151;
  display: block;
  margin-top: 15px;
  padding-right: 20px;
  line-height: 35px;
}

.contact .all-contact-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact .all-contact-social .contact-social {
  width: 250px;
  height: 80px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#f8f4f4), to(#fdfdfd));
  background: linear-gradient(90deg, #f8f4f4 0%, #fdfdfd 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 25px;
  margin-bottom: 20px;
}

.contact .all-contact-social .contact-social:hover {
  background: -webkit-gradient(linear, left top, right top, from(#f8f4f4), to(#f8f4f4));
  background: linear-gradient(90deg, #f8f4f4 0%, #f8f4f4 100%);
}

.contact .all-contact-social .contact-social i {
  font-size: 30px;
  color: #e94560;
  margin-right: 10px;
}

.contact .all-contact-social .contact-social span {
  font-family: IRANSans-Medium;
  font-size: 20px;
  color: #595151;
}

#contact-map {
  width: 100%;
  height: 400px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  margin-top: 80px;
}

@media (max-width: 991px) {
  .contact .all-contact-social {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .contact-header img {
    -o-object-position: 25%;
       object-position: 25%;
  }
}

@media (max-width: 576px) {
  .contact .all-contact-social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .contact .all-contact-social .contact-social {
    width: 350px;
  }
}

@media (max-width: 480px) {
  .contact-header {
    height: 250px;
  }
  .contact .all-contact-social .contact-social {
    width: 100%;
  }
  #contact-map {
    height: 250px;
  }
}

.blogs {
  margin-top: 150px;
}

.blogs .blog-related-post {
  margin: 0;
}

.blogs .blog-related-post .related-post {
  margin-bottom: 30px;
}

.blogs .blog-related-post::before {
  display: none;
}

.blogs .blog-pagination {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 480px) {
  .blogs {
    margin-top: 100px;
  }
}
/*# sourceMappingURL=main.css.map */

.blog-content .blog-content-box contact {
  background: rgba(25, 82, 105, 0.86);
  border-radius: 20px;
  padding: 0 30px;
  display: -webkit-blog-content .blog-content-box;
  display: -ms-flexblog-content .blog-content-box;
  display: flex;
  -webkit-blog-content .blog-content-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-blog-content .blog-content-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0;
  position: relative;
  min-height: 100px;
}
.blog-content .blog-content-box contact::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 186px;
  height: 145px;
  background-image: var(--wpr-bg-2ed69f31-220f-41cb-bce6-191904d76c00);
}
.blog-content .blog-content-box contact span {
  font-family: "IRANSans-Bold", Arial;
  font-size: 22px;
  color: #F9F9F9;
  margin-bottom: 0;
}
.blog-content .blog-content-box contact a {
  font-family: "IRANSans-Medium", Arial;
  font-size: 24px;
  color: #FFFFFF;
  display: -webkit-blog-content .blog-content-box;
  display: -ms-flexblog-content .blog-content-box;
  display: flex;
  -webkit-blog-content .blog-content-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  padding: 0 25px;
  padding-top: 3px;
  background: #C61382;
  border-radius: 15px;
  height: 60px;
}
.blog-content .blog-content-box contact a img {
  margin-right: 8px;
  width: 22px;
  position: relative;
  bottom: 2px;
}
.blog-content .blog-content-box contact a:hover {
  background-color: #af1173;
}
//////////////////////////
.postBox {
    background: #fff;
    -webkit-box-shadow: 0px 2px 3px rgb(0 0 0 / 16%);
    box-shadow: 0px 2px 3px rgb(0 0 0 / 16%);
    padding: 30px 40px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.postBox-title {
    font-size: 26px;
    color: #495A61;
    font-family: IRANSans-Bold;
    margin-bottom: 20px;
    border-bottom: 1px solid #259851;
    display: block;
    padding-bottom: 10PX;
}

.postBox P {
    font-size: 22px;
    color: #495A61;
    font-family: IRANSans-Bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #259851;
    padding-bottom: 10PX;
}

.postBox P span {
    font-size: 22px;
    color: #707070;
    margin-right: 10px;
}

.postBox P i {
    font-size: 16px;
    color: green;
    margin-left: 5px;
}

.postBox input {
    width: 100%;
    height: 48px;
    border: 1px solid #999;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 0px 10px;
}

.postBox button {
    width: 100%;
    height: 48px;
    background-color: #2d3c68;
    border-radius: 15px;
    color: #fff;
    font-size: 18px;
    box-shadow: 0 0 2px #aca867;
}

.postBox button:hover {
    background-color: #126c34;
}


/*CALL TO ACTION*/
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1300px;
  }
}

.code {
    background: rgb(38 52 93);
    border-radius: 20px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0;
    position: relative;
    min-height: 100px;
}

.code::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 186px;
    height: 145px;
    background-image: var(--wpr-bg-437018d9-bb27-4615-80d9-5a12906b98e2);
}

.blog-content .blog-content-box .code span {
    font-family: IRANSans-Bold;
    font-size: 22px;
    color: #F9F9F9;
    margin: 0 !important;
}

.blog-content .blog-content-box .code a {
    font-family: IRANSans-Medium;
    font-size: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-right: auto;
    padding: 0 25px;
    padding-top: 3px;
    background: -webkit-gradient(linear, right top, left top, from(#88ba42), to(#00b187));
    background: linear-gradient(-90deg, #88ba42 0%, #00b187 100%);
    border-radius: 15px;
    height: 60px;
    transition: 0.3s;
}

.blog-content .blog-content-box .code img {
    margin-right: 8px;
    width: 22px;
    position: relative;
    bottom: 2px;
    border: 0;
}

.blog-content .blog-content-box .code a:hover {
    transform: translateX(3px);
}