/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Version:      1.0
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */
@import url("fonts/icomoon/style.css");

@font-face {
  font-family: IRANYekan;
  src: url("/wp-content/themes/soledad-child/font/IRANYekanRegular.ttf");
}
/******Mobile Styles******/
/*General Styles*/
:root {
  --yellow: #fadc00;
  --orange: #fa9600;
  --blue: #0032fa;
  --green: #07cf00;
  --gray: #f2f2f2;
  --dark-gray: #ccc;

  --yellow-orange-gradient: linear-gradient(
    to right,
    var(--yellow) 0%,
    var(--orange) 100%
  );
  --orange-yellow-gradient: linear-gradient(
    to right,
    var(--orange),
    var(--yellow)
  );

  --border-radius: 10px;
  --border-radius-2: 20px;
}
h1 {
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 25px;
  text-align: center;
}
h2 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
}
h3 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}
#main p {
  font-size: 18px;
  text-align: justify;
}
a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.container-single-page.container-default-page {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
/*Header Styles*/
nav#navigation.header-layout-bottom {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.16);
  border-bottom: none;
}
header#header {
  margin-bottom: 0;
}
#navigation.header-6 .container {
  display: flex;
  align-items: center;
}
nav#navigation .menu li a {
  font-family: "IRANYekan";
}
nav#sidebar-nav .menu li a {
  font-family: "IRANYekan";
}
#logo {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
#menu-call-button {
  display: none;
}
#register {
  display: none;
}
#log-in {
  position: absolute;
  left: 0;
  width: 15%;
}
#log-in a {
  font-size: 14px;
  color: #000;
}
#sidebar-nav-logo:before {
  display: none;
}
#sidebar-nav #menu-main.menu {
  display: flex;
  flex-direction: column;
}
#home {
  order: -1;
}
#sidebar-nav .icon-home:before {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: -10px;
  font-size: 25px;
  color: black;
}
.header-social.sidebar-nav-social {
  display: none;
}
#sidebar-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
#menu-call-button-sidebar {
  padding: 10px 25px 10px 25px;
  border-radius: var(--border-radius);
  background-color: var(--green);
  color: white;
  display: flex;
  flex-direction: row-reverse;
  align-items: end;
}
#sidebar-nav .icon-call-2:before {
  font-size: 30px;
  margin-right: 18px;
}
#register-sidebar a {
  padding: 13px 65px 13px 65px;
  border-radius: var(--border-radius);
  background-image: var(--yellow-orange-gradient);
  color: black;
  font-size: 16px;
  position: relative;
  top: 30px;
}
#close-sidebar-nav .fa-close:before {
  font-size: 25px;
  position: relative;
  right: 55px;
}
#close-sidebar-nav i {
  background: none;
  color: orange;
}
/*Slider Styles*/
/*#slider {*/
/*  text-align: center;*/
/*  position: relative;*/
/*  top: 60px;*/
/*}*/
.slider-bg {
  background-image: var(--orange-yellow-gradient);
  height: 550px;
  margin-top: -60px;
}
.slider-bg .lSSlideOuter {
  direction: ltr !important;
  position: relative;
  top: 80px;
}
.slider-bg .lSPager.lSpg {
  display: none;
}
/*.slider-bg .container-single-page.container-default-page {*/
/*  width: 1180px;*/
/*}*/
.slider-bg .lSAction > .lSNext {
  right: -10px;
}
.slider-bg .lSAction > .lSPrev {
  left: 0px;
}
#slider .col:nth-child(1) form.wpcf7-form p:nth-child(2) {
  height: 70px;
}
div#wpcf7-f9-o1 {
  margin-top: 20px;
}
#slider .col:nth-child(1) form.wpcf7-form p:nth-child(2) input {
  background: white;
  text-align: right;
  border-radius: var(--border-radius);
  border: none;
  direction: rtl;
  font-size: 18px;
}
#slider .col:nth-child(1) {
  text-align: right;
}
#slider .col:nth-child(1) form.wpcf7-form p:nth-child(3) input {
  border-radius: var(--border-radius);
  background: var(--blue);
  color: white;
  font-size: 18px;
}
#slider .col:nth-child(1) p:nth-child(2) {
  font-size: 16px;
  text-align: right;
}
#slider .col:nth-child(2) {
  display: none;
}
#slider form.wpcf7-form {
  display: flex;
  flex-direction: column;
}
#slider form.wpcf7-form p:nth-child(3) {
  display: grid;
  justify-content: center;
}
#slider form:nth-child(3) {
  position: relative;
}
/*Services Styles*/
.services-bg {
  background: var(--gray);
}
.services-bg h2 {
  position: relative;
  top: 70px;
  margin-top: unset;
}
#services {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 110px;
}
#services > div {
  padding: 50px 28px;
  background: white;
  border-radius: var(--border-radius-2);
  margin-bottom: 70px;
}
#services > div img {
  width: 110px;
  margin-bottom: 30px;
}
#services > div a {
  border-radius: var(--border-radius);
  background: var(--blue);
  color: white;
  padding: 11px 14px 11px 14px;
  position: relative;
  top: 65px;
}
/*Why Asanak Styles*/
#why-asanak {
  padding: 60px 0;
}
#why-asanak > div {
  margin: 40px 0 20px;
  padding: 20px;
  border-radius: var(--border-radius-2);
  background-color: var(--gray);
  text-align: center;
}
#why-asanak > div img {
  border-radius: var(--border-radius);
}
#why-asanak > div h3 {
  text-align: right;
}
/*Facility Styles*/
.facility-bg {
  background-image: var(--yellow-orange-gradient);
}
#facility {
  padding: 60px 0;
}
#facility div {
  text-align: center;
  margin-bottom: 30px;
}
#facility p {
  line-height: 2;
  color: #333333;
  margin: 0 auto;
}
#facility img {
  width: 130px;
  border-radius: var(--border-radius-2);
}
#facility .facility-content > div:nth-child(2) img {
  width: 120px;
}
#facility .facility-content > div:nth-child(5) img {
  width: 180px;
}
#facility .facility-content > div:nth-child(6) img {
  width: 205px;
}
/*Call Box Styles*/
.call-box-bg {
  background: var(--gray);
  margin-top: -32px;
}
#call-box {
  text-align: center;
}
#call-box form.wpcf7-form p:nth-child(2) input {
  background: white;
  border: none;
  text-align: right;
  direction: rtl;
  border-radius: var(--border-radius);
  color: var(--dark-gray);
  margin-bottom: 0;
  font-size: 18px;
}
#call-box form.wpcf7-form p:nth-child(3) input {
  padding: 11px 23px 11px 23px;
  background: var(--blue);
  color: white;
  border-radius: var(--border-radius);
  font-size: 18px;
}
#call-box p {
  font-size: 24px;
}
#call-box img,
#call-box p,
#call-box div {
  margin-top: 10px;
  margin-bottom: 10px;
}
#call-box form p:nth-child(3) {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#call-box span.wpcf7-not-valid-tip {
  margin-top: 0;
}
/*Tariffs Styles*/
#tariffs {
  padding: 70px 0;
  text-align: center;
}
#tariffs .tariffs-content div {
  height: 525px;
}
#tariffs .tariffs-content div:nth-child(1) img {
  filter: brightness(0) invert(1);
}
#tariffs .tariffs-content div:nth-child(1) {
  padding: 35px 15px;
  border-radius: 20px;
  background-image: var(--yellow-orange-gradient);
}
#tariffs .tariffs-content div {
  padding: 35px 15px;
  border-radius: var(--border-radius-2);
  background-color: var(--gray);
  margin-bottom: 20px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
}
#tariffs .tariffs-content div p:nth-child(2) {
  font-size: 26px;
  font-weight: bold;
}
#tariffs .tariffs-content div a {
  padding: 7px 10px;
  border-radius: var(--border-radius);
  border: solid 1px #000000;
  color: #000;
  font-size: 20px;
  display: inline-flex;
  margin-top: 70px;
}
.more-details {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  color: #0032fa;
  margin-top: 40px;
  font-size: 22px;
}
.more-details i::before {
  color: #0032fa;
  position: relative;
  right: 15px;
}
/*Steps Styles*/
.steps-bg {
  background-image: linear-gradient(to right, #fadc00, #fa9600);
}
.steps-bg h2 {
  position: relative;
  top: 70px;
}
#steps {
  display: flex;
  margin-top: 115px;
  position: relative;
  flex-direction: column;
}
#steps > div {
  display: flex;
  align-items: center;
  z-index: 0;
  margin-bottom: 40px;
}
#steps div p:nth-child(1) {
  order: 1;
  margin-right: 15px;
  width: 60%;
  text-align: right;
  font-weight: bold;
}
#steps div p:nth-child(3) {
  order: -1;
}
#steps div p:nth-child(3) {
  border: solid 1px #000000;
  border-radius: 50%;
  width: 78px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
}
#steps .h-line {
  border: 1px solid black;
  width: 40px;
}
#steps .h-line-desk hr {
  display: none;
}
/*Custommers Styles*/
#customers {
  padding: 60px 0;
}
#customers .customer-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 0.5em;
  grid-column-gap: 0.5em;
}
#customers .customer-content div {
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
  padding: 15px;
  border-radius: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#customers .customer-content img {
  height: 45px;
  object-fit: contain;
}
/*‌Statistics Styles*/
.statistics-bg {
  background-image: var(--yellow-orange-gradient);
}
.statistics-bg h2 {
  position: relative;
  /*top: 70px;*/
}
#statistics {
  /*margin-top: 180px;*/
  position: relative;
}
#statistics p:nth-child(1) {
  font-size: 22px;
  /*margin-top: 25px;*/
}
#statistics div {
  text-align: center;
  width: 80%;
  /*margin: 0 auto 70px;*/
}
#statistics div:not(:last-child) {
  border-bottom: 2px solid;
}
#statistics p:nth-child(2) {
  font-size: 50px;
  font-weight: bold;
}
#statistics p:nth-child(1):before {
  content: "\2022";
  font-size: 110px;
  position: absolute;
  /*margin-right: 25px;*/
  /*margin-top: -130px;*/
}
/*Customers Views Styles*/
#customers-views .lSSlideOuter {
  direction: ltr;
}
#customers-views ul#content-slider {
  height: unset !important;
  padding-top: 30px;
  display: flex;
  margin-bottom: 40px;
}
#customers-views #content-slider li p {
  direction: rtl;
}
#customers-views .lSSlideWrapper ul li.active + li {
  margin-top: -25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 140.333px !important;
}
#customers-views .lSSlideWrapper ul li.active {
  position: relative;
  right: 52px;
  text-align: center;
}
#customers-views .lSSlideWrapper ul li.active + li + li {
  position: relative;
  left: 52px;
  text-align: center;
}
#customers-views .lSSlideWrapper ul li.active + li img {
  width: 180px;
  border-radius: 100%;
  position: absolute;
}
#customers-views .lSSlideWrapper ul li.active + li p {
  display: block;
  width: 280px;
}
#customers-views .lSSlideWrapper ul li.active + li div {
  margin-top: 195px;
}
#customers-views .lSSlideWrapper ul li p {
  display: none;
}
.lSSlideWrapper ul li.active + li p:nth-child(2) {
  color: #808080;
}
#customers-views .lSSlideWrapper ul li.active + li p:nth-child(4) {
  position: absolute;
  width: 22%;
  top: 240px;
  text-align: center;
}
#customers-views .lSSlideWrapper ul li img {
  border-radius: 100%;
  width: 140px;
}
#customers-views ul.lSPager.lSpg {
  display: none;
}
#customers-views .lSAction > .icon-arrow-right2 {
  background-position: -32px 0;
  right: 10px;
}
#customers-views .lSAction > .icon-arrow-left2 {
  background-position: 0 0;
  left: 10px;
}
#customers-views .lSAction > a {
  display: none;
}
#customers-views .lSSlideWrapper ul li.active + li p:nth-child(1) {
  font-size: 17px;
  margin-bottom: 0;
  text-align: center;
}
#customers-views .lSSlideWrapper ul li.active + li p:nth-child(2) {
  text-align: center;
}
.icon-quotes-left:before {
  display: none;
}
#customers-views .lSSlideWrapper ul li.active + li p:nth-child(3) {
  margin-top: 25px;
}
/*FAQs Styles*/
#faq {
  padding: 70px 0;
}
.faq .accordion-header {
  padding: 25px 20px;
  border-radius: var(--border-radius);
  background: var(--gray);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  cursor: pointer;
  text-align: justify;
}
.faq .accordion-header.active-tab {
  background-image: linear-gradient(to bottom, #fa9600, #fadc00);
}
.faq .accordion-body {
  padding: 30px 20px;
  border-radius: var(--border-radius);
  background: var(--yellow-orange-gradient);
  display: none;
}
.faq .icon-down::before,
.faq .icon-up::before {
  color: black;
  font-size: 12px;
}
.faq .accordion-body.active {
  display: block;
  margin-bottom: 10px;
}
/*Text Box Styles*/
.text-box-bg {
  background-color: var(--gray);
}
#text-box {
  padding-bottom: 70px;
  text-align: center;
}
#text-box h4 {
  position: relative;
  top: 50px;
}
#text-box p {
  margin-top: 70px;
}
/*Last Posts Styles*/
#last-blog-posts {
  padding: 60px 0;
}
#last-blog-posts > div > div {
  margin-bottom: 30px;
  position: relative;
  background-color: var(--gray);
  border-radius: var(--border-radius-2);
}
#last-blog-posts > div > div img {
  width: 365px;
  border-radius: 20px 20px 0 0;
}
#last-blog-posts > div > div a {
  text-align: center;
  color: #000;
}
#last-blog-posts > div > div p:nth-child(2) {
  margin-top: 41px;
}
#last-blog-posts > div > div p:nth-child(3) {
  position: relative;
  top: 25px;
  width: 130px;
  border-radius: var(--border-radius);
  background: var(--blue);
  color: white;
  padding: 11px 0px 11px 0px;
  margin: 0 auto;
}
/*Footer Styles*/
footer#footer-section {
  background: var(--yellow-orange-gradient);
  margin-top: -2px;
  color: #000;
}
footer#footer-section p {
  text-align: center;
}
div#widget-area {
  background-image: var(--yellow-orange-gradient);
  padding-bottom: 0;
}
div#widget-area p {
  font-size: 15px;
}
div#widget-area .footer-phone p {
  direction: ltr;
  text-align: right;
  white-space: pre;
}
.footer-widget-wrapper .widget .widget-title .inner-arrow {
  border: none;
  font-size: 18px;
  text-align: right;
}
div#widget-area h4.widget-title.penci-border-arrow {
  margin-bottom: 15px;
}
#widget-area
  .container
  div:nth-child(3)
  aside:nth-child(3)
  #footer-social
  a:not(:first-child) {
  margin-left: 20px;
}
#widget-area
  .container
  div:nth-child(3)
  aside:nth-child(3)
  #footer-social
  a
  i:before {
  font-size: 30px;
}
#widget-area .container div:nth-child(3) aside:nth-child(1) > div > div {
  display: flex;
  flex-direction: column;
}
#widget-area .container div:nth-child(3) .textwidget.custom-html-widget a {
  text-decoration: none;
  color: #000000;
  font-weight: 100;
  font-size: 15px;
}
div#footer-column-4 img {
  width: 105px;
}
aside#custom_html-4 div {
  display: flex;
  flex-direction: column;
}
aside#custom_html-4 div a {
  text-decoration: none;
  font-size: 15px;
  color: black;
  font-weight: 100;
}
#widget-area .footer-widget-wrapper.last {
  display: none;
}
#widget-area .footer-widget-wrapper.last .textwidget.custom-html-widget {
  display: flex;
  flex-direction: row;
}
#widget-area .footer-widget-wrapper.last .textwidget.custom-html-widget div {
  width: 70%;
  display: flex;
  flex-direction: column;
}
#footer-copyright p {
  color: #000;
  direction: ltr;
}
/*Contact Us Styles*/
.contact-us-heading {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}
.contact-us-heading h1 {
  font-size: 26px;
}
#main .contact-us-heading p {
  text-align: center;
}
#contact-us {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 70px;
}
#contact-us .contact-form {
  margin-bottom: 30px;
}
#contact-us .contact-form,
#contact-us .contact-info {
  padding: 20px;
  border-radius: var(--border-radius-2);
  background-color: var(--gray);
  /* height: 700px; */
}
#contact-us .contact-info div:nth-child(4) img {
  width: 5%;
  margin-left: 33px;
}
.contact-form input[type="email"],
.contact-form input[type="text"] {
  max-width: unset;
}
#contact-us form label > span {
  color: red;
}
#contact-us label {
  font-size: 14px;
  color: #000;
}
#contact-us .wpcf7 {
  margin-top: 0;
}
#contact-us input[type="text"],
#contact-us textarea {
  border-radius: var(--border-radius-2);
  background-color: #fff;
  border: none;
}
#contact-us input[type="submit"] {
  padding: 12px 50px 12px 50px;
  border-radius: var(--border-radius);
  background-color: var(--blue);
  color: #fff;
  text-align: center;
}
#contact-us form p:nth-child(6) {
  text-align: center;
}
#contact-us input[type="file"] {
  border: none;
}
#contact-us .contact-info div {
  display: flex;
  margin-bottom: 10px;
}
#contact-us .contact-info i {
  margin-left: 10px;
  width: 10%;
}
#contact-us .contact-info i::before {
  color: var(--blue);
  font-size: 18px;
}
#contact-us .contact-info div span {
  font-size: 14px;
  width: 60%;
}
#contact-us .contact-info div span:nth-child(2) {
  font-weight: 600;
  width: 25%;
}
#contact-us .contact-info div:nth-child(2) span:nth-child(3) {
  direction: ltr;
  white-space: pre;
  text-align: right;
}
#contact-us .img-map img {
  margin-top: 10px;
  height: 235px;
  border-radius: var(--border-radius-2);
  border: solid 1px #707070;
  object-fit: cover;
}
#contact-us .contact-info div:last-child {
  justify-content: center;
  flex-direction: row-reverse;
  margin-top: 20px;
}
#contact-us .contact-info div:last-child a:not(:last-child) {
  margin-right: 30px;
}
.wpcf7 .ajax-loader {
  position: absolute;
}
::-webkit-file-upload-button {
  border: none;
  background-color: var(--blue);
  border-radius: var(--border-radius);
  color: transparent;
  padding: 10px 20px;
  cursor: pointer;
}
#contact-us input[type="file"] {
  padding: 0;
}
#contact-us input[type="file"]::before {
  content: "افزودن فایل";
  color: #fff;
  position: absolute;
  font-weight: bold;
  top: 0;
  right: 24px;
}
/* .wpcf7-form-control-wrap.file-69 {
    direction: ltr;
} */
/*About Us Styles*/
#about-us .heading {
  text-align: center;
}
#about-us .heading h1 {
  font-size: 26px;
  margin-top: 60px;
}
#about-us .heading p {
  text-align: center;
  font-weight: bold;
}
#about-us .heading img {
  margin-top: 20px;
  width: 420px;
}
#about-us .tabs {
  display: flex;
  background-color: #e1e1e1;
  border-radius: 20px 20px 0 0;
  padding: 20px 15px;
  overflow: scroll;
  white-space: nowrap;
  height: 67px;
  position: relative;
}
#about-us .tab_container .tabs .fa.fa-angle-left::before {
  font-size: 20px;
  background: #fff;
  border-radius: 50%;
  padding: 5px 12px;
  position: absolute;
  left: 10px;
  bottom: 20px;
}
#about-us .tabs li h2 {
  margin-left: 30px;
  font-size: 18px;
  cursor: pointer;
}
#about-us .tabs li:nth-child(2),
#about-us .tabs li:nth-child(3) {
  order: -1;
}
#about-us ::-webkit-scrollbar {
  display: none;
}
#about-us .tab_container {
  margin-top: 70px;
}
#about-us .tab_content {
  padding: 30px 20px;
  border-radius: 0 0 20px 20px;
  background-color: var(--gray);
}
#about-us .tab_content img {
  width: 250px;
  margin-bottom: 10px;
  border-radius: var(--border-radius);
}
#about-us .tab_content .team {
  display: grid;
  justify-content: center;
  grid-row-gap: 2em;
  grid-column-gap: 2em;
}
#about-us .tab_content .team p {
  text-align: center;
}
#about-us .team div p:nth-child(3) {
  color: rgb(129, 129, 129);
}
#about-us .tabs h2 {
  color: #747474;
}
#about-us .tabs h2.active-tab {
  font-weight: bold;
  border-bottom: 4px solid var(--blue);
  padding-bottom: 18px;
  color: var(--blue);
}
#about-us .gallery p {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-top: 70px;
  margin-bottom: 30px;
}
#about-us .gallery .gallery-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
#about-us .gallery img {
  width: 47%;
  border-radius: var(--border-radius-2);
  object-fit: cover;
  margin-bottom: 20px;
}
/*Services Styles*/
#service .top-section {
  padding: 0 0 30px;
}
#service .top-section h1 {
  font-size: 26px;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 40px;
}
#service .top-section img {
  border-radius: var(--border-radius-2);
}
#service .top-section > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#service .top-section > div > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#service .top-section > div > div p {
  margin-top: 20px;
  margin-bottom: 30px;
}
#service .top-section > div > div a {
  color: #fff;
  padding: 10px 40px;
  border-radius: var(--border-radius);
  background-color: var(--blue);
  text-align: center;
}
#service .second-section-bg {
  background-color: var(--gray);
  padding: 30px 0;
}
#service .second-section-bg video {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius-2);
}
#service .why-section-bg {
  background-image: linear-gradient(to bottom, #fa9600, #fadc00);
  padding: 60px 0;
}
#service .why-section {
  text-align: center;
}
#service .why-section > div p {
  margin-top: 35px;
  display: flex;
  align-items: center;
  position: relative;
  text-align: right;
  margin-right: 30px;
  font-weight: bold;
}
#service .why-section > div p::before {
  content: "\2022";
  color: var(--blue);
  font-weight: bold;
  font-size: 71px;
  position: absolute;
  top: -40px;
  right: -35px;
}
#service .popular-section {
  padding: 60px 0;
}
#service .popular-section img {
  object-fit: cover;
  border-radius: var(--border-radius-2);
}
#service .accordion-header {
  display: flex;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}
#service .popular-section .accordion-header .icon-down::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid #000;
  border-bottom: 12px solid transparent;
  border-right: 12px solid transparent;
  transform: rotate(225deg);
  position: absolute;
  top: -5px;
  left: 10px;
}
#service .my-service-bg {
  background-color: var(--gray);
  padding: 70px 0;
}
#service .my-service-bg .container-single-page > p {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 35px;
}
#service .my-service {
  text-align: center;
}
#service .my-service div {
  padding: 35px 15px;
  border-radius: var(--border-radius-2);
  background-color: #fff;
  margin-bottom: 20px;
}
#service .sign-up-bg {
  background: var(--yellow-orange-gradient);
  padding: 1px 0 70px 0;
}
#service .sign-up-bg {
  background: var(--yellow-orange-gradient);
  padding: 70px 0;
}
#service .sign-up {
  text-align: center;
}
#service .sign-up p {
  margin-bottom: 50px;
  text-align: center;
}
#service .sign-up a {
  padding: 11px 30px;
  border-radius: var(--border-radius);
  background-color: var(--blue);
  color: #fff;
}
#service #last-blog-posts > div > div p:nth-child(3) {
  display: none;
}
#service #last-blog-posts > div > div {
  height: 350px;
}
/*Programmer Styles*/
.top-section-bg {
  background: var(--orange-yellow-gradient);
  margin-top: -60px;
  height: 560px;
}
#programmer h1 {
  font-size: 21px;
}
#programmer .top-section {
  padding: 40px 0;
  text-align: center;
}
#programmer .tab_content > div {
  margin-top: 20px;
}
#programmer .top-section img {
  display: none;
}
#programmer .top-section p {
  margin-bottom: 40px;
}
#programmer .top-section a {
  padding: 15px 35px;
  border-radius: var(--border-radius);
  background-color: var(--blue);
  color: #fff;
}
#programmer .developer-tabs {
  padding: 45px 0 0;
}
#programmer .developer-tabs ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
#programmer .developer-tabs ul li {
  width: 49%;
  margin-bottom: 45px;
}
#programmer .developer-tabs ul li:nth-child(3) a {
  padding: 15px 14px;
}
#programmer .developer-tabs .first-tabs a {
  padding: 15px 38px;
  color: #000;
  border-radius: var(--border-radius);
  background-color: var(--gray);
}
#programmer .developer-tabs .first-tabs a.active-tab {
  background: var(--blue);
  color: #fff;
}
#programmer .plugins-bg {
  background: var(--gray);
}
#programmer .plugins {
  padding: 30px 0;
}
#programmer .plugins > div > p {
  margin-bottom: 55px;
}
#programmer .plugins > div > div {
  display: grid;
  grid-row-gap: 4em;
}
#programmer .plugins > div > div > div {
  padding: 20px;
  border-radius: var(--border-radius-2);
  background-color: #e1e1e1;
  margin-bottom: 20px;
  text-align: center;
}
#programmer .plugins > div > div a {
  padding: 15px 35px;
  border-radius: var(--border-radius);
  background-color: var(--blue);
  color: #fff;
  position: relative;
  top: 30px;
}
#programmer .plugins span.show-more-less {
  color: var(--blue);
  font-weight: bold;
  cursor: pointer;
}
#programmer .plugins .more-less-content p:nth-child(1),
#programmer .plugins .more-less-content p:nth-child(4) {
  display: none;
}
#programmer .plugins > div > div img {
  margin-top: -70px;
  margin-bottom: 30px;
}
#programmer .apis {
  padding: 60px 0;
}
#programmer .apis .tabs.method_tab,
#programmer .apis ul {
  display: flex;
  border-bottom: 1px solid #e1e1e1;
}
#programmer .apis .tabs.method_tab {
  justify-content: space-around;
}
#programmer .apis ul {
  justify-content: space-between;
}
#programmer .apis .tab_container.method ul {
  overflow: auto;
  white-space: nowrap;
}
#programmer .apis .tab_container.method ul li {
  margin-right: -118px;
}
#programmer .apis ::-webkit-scrollbar {
  display: none;
}
#programmer .apis > div .tab_container:nth-child(1) .tab_content {
  margin-top: 20px;
}
#programmer .apis .tabs.method_tab h3 {
  color: #000;
  font-size: 15px;
  font-weight: normal;
}
#programmer .apis #tab_content_method_1 {
  margin-top: 20px;
}
#programmer .apis .tab_container.method {
  background: var(--blue);
  border-radius: var(--border-radius-2);
  padding: 20px 5px 20px 20px;
}
#programmer .apis .tab_container.method,
#programmer .apis .tab_container.method p {
  color: #fff;
  margin-top: 20px;
  text-align: left;
  direction: ltr;
}
#programmer .apis .tab_container.method h3 {
  color: #fff;
  font-weight: normal;
  margin-bottom: 0;
  cursor: pointer;
}
#programmer .apis .tab_container.method h3.active-tab {
  border-bottom: 3px solid;
  font-weight: bold;
}
#programmer .apis > div .tab_container:nth-child(1) .active-tab {
  color: var(--blue);
  font-weight: bold;
  border-bottom: 3px solid var(--blue);
}
#programmer .api-connection {
  padding: 30px 0;
}
#programmer .api-connection h4 {
  margin-bottom: 20px;
}
#programmer .api {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#programmer .api div {
  background: var(--gray);
  border-radius: var(--border-radius-2);
  margin-bottom: 20px;
  padding: 20px;
}
#programmer .recieved-bg {
  background: var(--gray);
}
#programmer .received-message {
  padding: 60px 0;
  text-align: center;
}
#programmer .received-message img {
  border-radius: var(--border-radius-2);
  margin-bottom: 30px;
}
#programmer .patterns {
  padding: 60px 0;
}
#programmer .benefit {
  padding: 0 0 60px;
}
#programmer .benefit-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}
#programmer .benefit-content h3 {
  background: var(--gray);
  margin: -1px;
  padding: 30px 30px 0;
}
#programmer .benefit-content > div {
  margin-bottom: 20px;
}
#programmer .benefit-content img {
  border-radius: 20px 20px 0 0;
}
#programmer .benefit-content p {
  background: var(--gray);
  padding: 30px;
  border-radius: 0 0 20px 20px;
}
#programmer .pattern-true-false-desk {
  display: none;
}
#programmer .pattern-true-false-mob {
  background: var(--gray);
  padding: 30px 20px 20px;
  border-radius: var(--border-radius-2);
  margin-bottom: 60px;
}
#programmer .pattern-true-false-mob .true,
#programmer .pattern-true-false-mob .false {
  border-radius: var(--border-radius);
  padding: 20px;
  margin-bottom: 1em;
  text-align: justify;
  background: #fff;
}
#programmer .pattern-true-false-mob .true {
  border: solid 1px #07cf00;
}
#programmer .pattern-true-false-mob .true p {
  color: #07cf00;
}
#programmer .pattern-true-false-mob .false {
  border: solid 1px #ff0000;
}
#programmer .pattern-true-false-mob .false p {
  color: #ff0000;
}
#programmer .code-sample {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0 0 10px;
}
#programmer .code-sample div {
  height: 160px;
  background: var(--gray);
  text-align: center;
  border-radius: var(--border-radius-2);
  margin-bottom: 20px;
}
#programmer .code-sample span {
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
  font-weight: bold;
}
#programmer .code-sample a {
  padding: 10px 55px;
  border-radius: var(--border-radius);
  background-color: var(--blue);
  color: #fff;
}
/*Tarrif Styles*/
#tariff .top-section {
  text-align: center;
  padding: 30px 0;
}
#tariff .top-section p {
  background-color: var(--green);
  border-radius: var(--border-radius-2);
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
}
.tariffs-content img {
  width: 135px;
  margin-bottom: 45px;
}
#tariff #tables {
  padding: 30px 0;
}
#tariff .tab_container .tabs {
  display: flex;
  background-color: #e1e1e1;
  border-radius: 20px 20px 0 0;
  padding: 20px 15px;
  overflow: scroll;
  white-space: nowrap;
  height: 67px;
  position: relative;
}
#tariff .tab_container .tabs::-webkit-scrollbar {
  display: none;
}
#tariff .tab_container .tabs .fa.fa-angle-left::before {
  font-size: 20px;
  background: #fff;
  border-radius: 50%;
  padding: 5px 12px;
  margin-left: 15px;
}
#tariff .tab_container h2 {
  color: #747474;
  margin-left: 20px;
  font-size: 16px;
  cursor: pointer;
}
#tariff .tab_container h2.active-tab {
  font-weight: bold;
  color: var(--blue);
  border-bottom: 3px solid;
  padding-bottom: 22px;
}
#tariff .tab_content {
  padding: 20px 15px;
  background: var(--gray);
  border-radius: 0 0 20px 20px;
}
#tariff .left-arrow {
  position: absolute;
  top: 30%;
  left: -14px;
}
#tariff #tariff-first-tab table {
  width: 100%;
  text-align: center;
}
#tariff #tariff-first-tab .thead td {
  padding: 15px;
  background-image: linear-gradient(to right, #fadc00 0%, #fa9600 100%);
  border-radius: 20px 20px 0 0;
  font-size: 18px;
}
#tariff #tariff-first-tab .th {
  border-top: 5px solid var(--gray);
}
#tariff #tariff-first-tab .th td {
  background: var(--blue);
  color: #fff;
  padding: 15px;
  font-weight: 600;
}
#tariff #tariff-first-tab .th td:first-child {
  border-left: 5px solid var(--gray);
}
#tariff #tariff-first-tab .tcontent td {
  padding: 15px;
  background: #fff;
  border-top: 5px solid var(--gray);
  border-bottom: 5px solid var(--gray);
}
#tariff #tariff-first-tab .tcontent td:first-child {
  border-left: 5px solid var(--gray);
}
#tariff #tariff-first-tab .tcontent:last-child td:first-child {
  border-bottom-right-radius: 20px;
}
#tariff #tariff-first-tab .tcontent:last-child td:nth-child(2) {
  border-bottom-left-radius: 20px;
}
#tariff #tariff-first-tab p:nth-child(2) {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
}
#tariff #tariff-first-tab p:nth-child(2) {
  margin-bottom: 15px;
}
#tariff #tariff-first-tab .tips {
  padding: 30px 0 0;
}
#tariff #tariff-first-tab .tips p {
  margin-bottom: 20px;
}
#tariff #tariff-first-tab .tips ul li {
  list-style: disc;
  margin-bottom: 20px;
}
#tariff #tariff-second-tab table {
  overflow-x: scroll;
  white-space: nowrap;
  display: block;
  width: 111%;
  text-align: center;
}
#tariff #tariff-second-tab h3 {
  text-align: right;
}
#tariff #tariff-second-tab table::-webkit-scrollbar {
  -webkit-appearance: none;
}
#tariff #tariff-second-tab table::-webkit-scrollbar-thumb {
  border: 2px solid white; /* should match background, can't be transparent */
  background-color: #e1e1e1;
}
#tariff #tariff-second-tab table:nth-child(5) {
  margin-top: 50px;
}
#tariff #tariff-second-tab .thead td {
  padding: 15px;
  background-image: linear-gradient(to right, #fadc00 0%, #fa9600 100%);
  border-radius: 20px 20px 0 0;
  font-size: 18px;
}
#tariff #tariff-second-tab .th {
  border-top: 5px solid var(--gray);
}
#tariff #tariff-second-tab .th td {
  background: var(--blue);
  color: #fff;
  padding: 15px;
  font-weight: 600;
}
#tariff #tariff-second-tab .th td:first-child {
  border-left: 5px solid var(--gray);
}
#tariff #tariff-second-tab .tcontent td {
  padding: 15px;
  background: #fff;
  border-top: 5px solid var(--gray);
  border-bottom: 5px solid var(--gray);
}
#tariff #tariff-second-tab .tcontent td:first-child {
  border-left: 5px solid var(--gray);
}
#tariff #tariff-second-tab .tcontent:last-child td:first-child {
  border-bottom-right-radius: 20px;
}
#tariff #tariff-second-tab .tcontent:last-child td:nth-child(2) {
  border-bottom-left-radius: 20px;
}
#tariff #tariff-third-tab {
  text-align: center;
  padding: 50px 0;
}
#tariff #tariff-third-tab p {
  background-color: var(--green);
  border-radius: var(--border-radius-2);
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 20px 20px;
}
#tariff .start {
  padding: 30px 0;
}
#tariff .start .start-content {
  display: flex;
  flex-direction: column;
}
#tariff .start .start-content > div:nth-child(3) img {
  width: 120px;
}
#tariff .start .start-content > div:nth-child(5) img {
  width: 135px;
}
#tariff .start-content > div {
  padding: 30px 20px;
  background: var(--gray);
  border-radius: var(--border-radius-2);
  text-align: center;
  margin-bottom: 30px;
}
#tariff .start-content > div img {
  width: 110px;
}
#tariff .start-content > div p {
  margin-top: 30px;
  font-weight: bold;
  text-align: center;
}
#tariff .start-content .icon-arrow-left2:before {
  display: none;
}
#tariff .start a {
  background: var(--blue);
  color: #fff;
  border-radius: var(--border-radius-2);
  padding: 20px 40px;
  display: flex;
  justify-content: center;
}
#tariff .why {
  padding: 30px 0;
}
#tariff .why .why-content {
  display: grid;
  text-align: center;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 3em;
}
#tariff .why-content p {
  margin: 30px auto 0;
  width: 77%;
  font-weight: bold;
  text-align: center;
}
#tariff > div:last-child {
  padding: 30px 0;
}
#tariff .why .why-content > div:nth-child(2) img {
  width: 135px;
}
#tariff .why .why-content > div:nth-child(4) img {
  width: 128px;
}
#tariff .why-content > div img {
  width: 110px;
}

/*Blog and Blog Group Styles*/
.blog .penci-breadcrumb {
  visibility: hidden;
}
#blog-selected-posts p {
  font-size: 19px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
#blog-selected-posts .selected-post {
  display: grid;
  grid-row-gap: 0.5em;
  margin-bottom: 40px;
}
#blog-selected-posts .selected-post div {
  display: flex;
  align-items: center;
  background-color: var(--gray);
  border-radius: var(--border-radius-2);
  padding: 10px;
}
#blog-selected-posts .selected-post h2 {
  font-size: 16px;
  margin-bottom: unset;
  margin-right: 10px;
  text-align: right;
}
#blog-selected-posts .selected-post img {
  width: 100px;
  object-fit: cover;
  border-radius: var(--border-radius);
}
.penci_sidebar {
  padding: 0 20px;
}
.penci_sidebar h1.page-title {
  color: #000;
  margin: 10px;
}
div#last-post-title p {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.list-post .header-list-style:after {
  display: none;
}
.header-list-style h2 {
  margin: 0;
  text-align: right;
}
.penci-readmore-btn.penci-btn-make-button {
  text-align: left;
}
.penci-readmore-btn.penci-btn-make-button a {
  font-size: 16px;
  padding: 15px 30px;
  border-radius: var(--border-radius);
}
.penci-grid li.list-post {
  border-bottom: none;
}
.prep-time {
  position: relative;
  top: 50px;
  font-size: 14px;
}
i.penci-ficon.ficon-clock::before {
  margin-left: 5px;
}
li.list-post.pclist-layout {
  background: var(--gray);
  padding: 20px;
  border-radius: var(--border-radius-2);
}
.penci-image-holder {
  border-radius: var(--border-radius);
}
.penci-readmore-btn.penci-btn-make-button {
  margin-top: 15px;
}
.penci-grid li.list-post:last-child {
  padding-bottom: 20px;
}
.penci-pagination.align-left {
  text-align: center;
}
#main .page-numbers {
  border: none;
  color: #000;
  font-size: 18px;
  font-weight: normal;
}
#main .page-numbers.current {
  color: var(--blue);
  background-color: #fff;
  font-weight: bold;
}
.widget.widget_categories ul li a:before {
  display: none;
}
#sidebar ul {
  background: var(--gray);
  padding: 30px 20px;
  border-radius: var(--border-radius-2);
}
#sidebar #categories-3 ul li {
  padding: 15px;
  margin: 0;
}
#sidebar .widget a:hover {
  color: #000;
}
.penci-border-arrow .inner-arrow {
  font-size: 18px;
  text-align: center;
}
#sidebar .side-item {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 10px;
  border-radius: var(--border-radius-2);
}
#sidebar .widget ul.side-newsfeed li .side-item .side-image {
  margin-left: 20px;
  margin-right: 0;
}
#sidebar .widget ul.side-newsfeed li {
  border-bottom: none;
  margin-bottom: 0;
}
#sidebar .side-title-post a {
  font-size: 14px;
}
/*Single Posts Styles*/
.single-post .container.penci-breadcrumb {
  background: var(--gray);
  width: auto;
  padding: 10px 0;
}
.rtl .container-single div.header-standard {
  text-align: center;
}
.single-post .post-image img {
  border-radius: var(--border-radius);
  width: 710px;
  object-fit: cover;
}
.single-post-time {
  color: #acacac;
}
.single-post .penci-recipe-notes {
  border: none;
}
.single-post .penci-recipe-notes.summery {
  padding: 25px;
  background: var(--gray);
  border-radius: var(--border-radius-2);
  width: 100%;
  margin: 0 auto;
}
.single-post .penci-recipe-notes .penci-recipe-title {
  margin: 0;
}
.link-box {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  grid-column-gap: 1em;
  background: var(--yellow-orange-gradient);
  padding: 15px;
  border-radius: var(--border-radius-2);
  align-items: center;
}
.link-box div:first-child {
  grid-auto-rows: 77px;
  display: grid;
  align-items: center;
}
.link-box div:first-child {
  font-weight: 900;
  border-left: 1px solid;
}
.link-box div:nth-child(2) a {
  font-weight: 100;
}
div.link-box a {
  font-size: 15px;
  color: #000;
}
.tags-share-box.center-box.tags-share-box-s1 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  border: none;
  background: var(--gray);
  padding: 15px;
  border-radius: var(--border-radius-2);
  align-items: center;
}
.list-posts-share i:before {
  font-size: 20px;
}
.post-share-item .fa-heart-o:before {
  font-size: 20px;
}
div.post-share .count-number-like {
  font-size: 16px;
  color: #fa3232;
}
i.fa-heart-o::before {
  color: #fa3232;
}
.kksr-stars-inactive {
  direction: ltr;
}
.kk-star-ratings div.kksr-legend {
  color: var(--orange);
  font-weight: bold;
  font-size: 10px;
  margin: 0;
}
div.kksr-stars-active div.kksr-star div.kksr-icon {
  width: 15px !important;
  height: 15px !important;
}
div.kksr-stars-inactive div.kksr-star div.kksr-icon {
  width: 15px !important;
  height: 15px !important;
}
span.post-share-item.post-share-plike {
  margin-left: -11px;
}
.single-post .post-pagination {
  border-top: none;
  margin-top: 20px;
  background: var(--gray);
  border-radius: var(--border-radius-2);
  padding: 20px;
}
.post-pagination .post-title {
  display: none;
}
.post-pagination .prev-title-mob i::before,
.post-pagination .prev-title-mob span,
.post-pagination .next-title-mob i::before,
.post-pagination .next-title-mob span {
  color: #000;
  font-weight: bold;
  font-size: 14px;
}
.post-pagination .prev-title-mob {
  display: flex;
  justify-content: center;
}
.post-pagination .prev-title-mob span,
.post-pagination .next-title-mob span {
  margin-left: 5px;
  margin-right: 5px;
}
.penci-post-nav-thumb {
  display: inline !important;
  margin-right: 0;
}
.post-pagination .next-post-title {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  position: relative;
  bottom: 10px;
  align-items: center;
}
.post-pagination .prev-post-title {
  position: relative;
  bottom: 10px;
  align-items: center;
}
.post-pagination .next-post {
  border-top: 1px solid;
  padding-top: 20px;
}
.post-pagination .prev-post {
  display: flex;
}
.post-pagination .next-title,
.post-pagination .prev-title {
  transition: all 0.1s;
  cursor: pointer;
}
.post-pagination .next-title:hover,
.post-pagination .prev-title:hover {
  color: var(--orange);
}
textarea#comment,
input#author,
input#email {
  border: none;
  background: var(--gray);
  border-radius: var(--border-radius-2);
}
#respond input#submit {
  padding: 12px 50px;
  background: var(--blue);
  border-radius: var(--border-radius);
  color: #fff;
}
#respond input#submit:hover {
  background: var(--blue);
}
.single-post-content {
  display: flex;
  flex-direction: column;
}
.post-comments {
  order: 5;
}
span.tag-title {
  font-style: normal;
  font-weight: bold;
  color: #000;
}
.container-single .post-entry div.post-tags a {
  border: none;
  color: #000;
  font-size: 14px !important;
  cursor: pointer;
}
.container-single .post-entry div.post-tags a:hover {
  background: none;
  color: #000;
}
/*Cooperation Styles*/
#cooperation .top-section {
  padding: 0 0 30px;
}
#cooperation .top-section h1 {
  text-align: center;
}
#cooperation .top-section img {
  border-radius: var(--border-radius-2);
  width: 100%;
  height: 120px;
  object-fit: cover;
  margin-bottom: 20px;
}
#cooperation .method {
  padding: 25px 20px;
}
#cooperation .method p {
  text-align: center;
  margin-bottom: 20px;
}
#cooperation .method > div div {
  text-align: center;
  margin-bottom: 65px;
  background: var(--gray);
  border-radius: var(--border-radius-2);
  padding: 30px;
  position: relative;
}
#cooperation .method h3 {
  margin-bottom: 35px;
}
#cooperation .method a {
  background: var(--blue);
  border-radius: var(--border-radius-2);
  color: #fff;
  padding: 20px 25px;
  position: relative;
  top: 40px;
}
#cooperation .panel {
  padding: 25px 0 50px;
}
#cooperation .panel h2 {
  font-size: 32px;
}
#cooperation .panel .sub-title {
  text-align: center;
  margin-bottom: 30px;
}
#cooperation .panel > div > div {
  margin-bottom: 20px;
}
#cooperation .panel > div img {
  border-radius: var(--border-radius-2);
}
#cooperation .panel .accordion-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  text-align: right;
}
#cooperation .panel .icon-down::before,
#cooperation .panel .icon-up::before {
  font-size: 10px;
  color: #000;
}
#cooperation .demo-bg {
  background: var(--yellow-orange-gradient);
  padding: 70px 0;
}
#cooperation .demo {
  text-align: center;
  display: grid;
  justify-items: center;
  grid-row-gap: 1em;
}
#cooperation .demo > p {
  font-weight: bold;
  font-size: 17px;
}
#cooperation .demo > a {
  background: var(--blue);
  border-radius: var(--border-radius-2);
  padding: 20px 30px;
  color: #fff;
}
#cooperation .get-panel {
  padding: 50px 0;
}
#cooperation .get-panel img {
  width: 540px;
  object-fit: cover;
  border-radius: var(--border-radius-2);
}
#cooperation .get-panel > div div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#cooperation .get-panel > div h3 {
  text-align: center;
}
#cooperation .panel-steps-bg {
  background: var(--yellow-orange-gradient);
  padding: 50px 0 10px;
}
#cooperation .panel-steps {
  position: relative;
}
#cooperation .panel-steps > div > div:nth-child(2n + 1) {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
#cooperation .panel-steps > div > div:nth-child(2n + 1) p:first-child {
  width: 52%;
  margin-right: 20px;
  text-align: center;
  font-weight: bold;
}
#cooperation .panel-steps > div > div > p:nth-child(3) {
  border: solid 1px #000000;
  border-radius: 50%;
  width: 78px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
}
#cooperation .panel-steps .h-line {
  border: 1px solid black;
  width: 60px;
}
#cooperation .panel-steps .h-line-desk hr {
  display: none;
}
#cooperation .earn-money {
  padding: 25px 0 100px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#cooperation .earn-money p {
  text-align: center;
  margin-bottom: 20px;
}
#cooperation .earn-money > div,
#cooperation .earn-money > div > div {
  display: grid;
  grid-template-rows: 1fr;
  grid-row-gap: 1em;
}
#cooperation .earn-money > div > div img {
  justify-self: center;
  width: 100px;
}
#cooperation .earn-money > a {
  color: #fff;
  background: var(--blue);
  padding: 20px 30px;
  border-radius: var(--border-radius-2);
}
#cooperation .why-panel-bg {
  background: var(--gray);
  padding: 25px 0 50px;
}
#cooperation .why-panel {
  text-align: center;
}
#cooperation .why-panel > p {
  font-weight: bold;
  margin-bottom: 45px;
  text-align: center;
}
#cooperation .why-panel a {
  color: #fff;
  background: var(--blue);
  padding: 20px 30px;
  border-radius: var(--border-radius-2);
}
#cooperation .web-service {
  padding: 50px 0 25px;
  text-align: center;
}
#cooperation .web-steps-bg {
  background: var(--yellow-orange-gradient);
  padding: 50px 20px 10px;
}
#cooperation .web-service-steps {
  position: relative;
}
#cooperation .web-service-steps > div > div:nth-child(2n + 1) {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
#cooperation .web-service-steps > div > div:nth-child(2n + 1) p:first-child {
  width: 52%;
  margin-right: 20px;
  text-align: center;
  font-weight: bold;
}
#cooperation .web-service-steps > div > div > p:nth-child(3) {
  border: solid 1px #000000;
  border-radius: 50%;
  width: 78px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
}
#cooperation .web-service-steps .h-line {
  border: 1px solid black;
  width: 60px;
}
#cooperation .web-service-steps .h-line-desk hr {
  display: none;
}
#cooperation .web-service-steps-btn {
  padding: 50px 0 90px;
  position: relative;
  display: flex;
  justify-content: center;
}
#cooperation .web-service-steps-btn a {
  background: var(--blue);
  color: #fff;
  border-radius: var(--border-radius-2);
  padding: 20px 30px;
  text-align: center;
}
#cooperation .text-box-bg {
  background: var(--gray);
  text-align: center;
}
#cooperation .web-service-properties {
  padding: 50px 0;
}
#cooperation .web-service-properties > div > div p {
  text-align: center;
  font-weight: bold;
}
#cooperation .web-service-properties > div > div {
  align-items: center;
  background: var(--gray);
  border-radius: var(--border-radius-2);
  margin-bottom: 30px;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
#cooperation .web-service-properties > div > div img {
  margin-bottom: 20px;
  width: 100px;
}
#cooperation .web-service-properties > div > div:nth-child(3) img,
#cooperation .web-service-properties > div > div:nth-child(4) img {
  width: 130px;
}
#cooperation .web-service-properties > div > div:nth-child(5) img,
#cooperation .web-service-properties > div > div:nth-child(6) img {
  width: 80px;
}
#cooperation .partner img {
  height: 45px;
  object-fit: contain;
}
#cooperation .partner > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 0.5em;
  grid-column-gap: 0.5em;
}
#cooperation .partner > div > div {
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
  padding: 15px;
  border-radius: 15px;
  text-align: center;
}
#cooperation .partner > div > div p:nth-child(2) {
  font-weight: bold;
}
#cooperation #customers-views {
  padding: 50px 0 0;
}
#cooperation .FAQ {
  padding: 25px 0;
}
#cooperation .faq {
  position: relative;
}
/* Forms Page Styles */
.form-heading {
  margin-top: 60px;
}
#forms {
  margin-bottom: 70px;
}
#forms .top-img {
  text-align: center;
  margin-bottom: 35px;
}
#forms .form {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  text-align: center;
}
#forms .form-title {
  background: var(--gray);
  padding: 20px;
  border-radius: 10px 10px 0 0;
  color: #747474;
  line-height: 2.25;
}
#forms .form-btn {
  background: var(--blue);
  border-radius: 0 0 10px 10px;
  color: #fff;
  padding: 20px 45px;
  font-weight: bold;
}
/* Rules Page Styles */
#rules p {
  line-height: 40px;
  margin-bottom: 55px;
}
#rules h1 {
  font-size: 22px;
}
#rules h2 {
  font-size: 20px;
}
/******End of Mobile Styles******/

/******Small Desktop and Tablets Styles******/
@media (min-width: 997px) {
  /*General Styles*/
  h1 {
    font-size: 34px;
    margin-bottom: 30px;
  }
  h2 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 40px;
  }
  h3 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  a {
    font-size: 18px;
    font-weight: bold;
  }
  #main p {
    font-size: 16px;
  }
  .container-single-page.container-default-page {
    width: 1170px;
    margin: 0 auto;
    padding: 0;
  }
  /*Header Styles*/
  #navigation.header-6 .container {
    display: flex;
    align-items: center;
  }
  #menu-call-button {
    display: inherit;
    padding: 7px 20px 7px 20px;
    border-radius: var(--border-radius);
    background-color: var(--green);
    color: white;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    position: absolute;
    left: 195px;
  }
  #navigation.header-6 {
    position: relative;
  }
  #logo {
    position: absolute;
    right: 0;
    transform: unset;
  }
  .sticky-wrapper #navigation.header-6 #logo img {
    width: 120px;
  }
  .sticky-wrapper.is-sticky #navigation.header-6 #logo img {
    width: 90px;
  }
  #menu-call-button .icon-call-2:before {
    font-size: 20px;
    position: relative;
    right: 10px;
    color: white;
  }
  #register {
    display: inherit;
    position: absolute;
    left: 100px;
  }
  #register a {
    padding: 8px 15px 8px 15px;
    border-radius: var(--border-radius);
    background-image: var(--yellow-orange-gradient);
    color: #000;
    font-size: 16px;
  }
  #log-in {
    position: absolute;
    left: 0;
    width: unset;
  }
  #log-in a {
    font-size: 16px;
    color: black;
  }
  #navigation ul#menu-main-1 {
    display: flex !important;
    position: relative;
    right: 200px;
  }
  #navigation ul#menu-main-1 li a {
    color: #000;
  }
  #navigation ul#menu-main-1 .sub-menu li a:hover {
    color: var(--blue);
  }
  #navigation .menu li#home {
    order: -1;
    margin-left: 44px;
  }
  #home .icon-home:before {
    color: #000;
    font-size: 17px;
  }
  #navigation ul.menu > li > a:before {
    display: none;
  }
  nav#navigation ul.menu > li {
    margin-left: 30px;
  }
  /*Slider Styles*/
  .slider-bg {
    height: 560px;
    margin-top: unset;
  }
  /*#slider {*/
  /*  display: flex;*/
  /*  justify-content: space-between;*/
  /*  flex-wrap: wrap;*/
  /*  align-items: center;*/
  /*  position: relative;*/
  /*  top: 70px;*/
  /*}*/
  .slider-bg .lSSlideOuter .lightSlider li {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
  }
  #slider .col:nth-child(1) {
    width: 48%;
    direction: rtl;
    margin-right: 20px;
  }
  #slider .col:nth-child(2) {
    width: 48%;
    display: initial;
    text-align: center;
  }
  #slider .col:nth-child(1) form.wpcf7-form {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #slider .col:nth-child(1) form.wpcf7-form p:nth-child(2) {
    width: 70%;
  }
  #slider span.wpcf7-not-valid-tip {
    position: absolute;
  }
  #slider .col:nth-child(1) form.wpcf7-form p:nth-child(3) {
    width: 19%;
  }
  #slider .col:nth-child(1) form.wpcf7-form p:nth-child(2) {
    height: unset;
  }
  #slider .col:nth-child(1) form.wpcf7-form p:nth-child(3) {
    display: block;
  }
  #slider .wpcf7 form .wpcf7-response-output {
    width: 100%;
  }
  /*Services Styles*/
  #services {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 110px;
  }
  #services > div {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  #services > div p {
    height: 165px;
  }
  /*Why Asanak Styles*/
  #why-asanak {
    padding: 70px 0;
  }
  #why-asanak > div {
    display: flex;
    text-align: right;
  }
  #why-asanak > div > div {
    margin-right: 20px;
    width: 74%;
  }
  /*Facility Styles*/
  #facility {
    padding: 70px 0 20px;
  }
  #facility .facility-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: baseline;
  }
  #facility .facility-content > div {
    width: 30%;
    text-align: center;
    display: grid;
    justify-items: center;
  }
  #facility .facility-content img {
    margin-bottom: 30px;
    align-self: flex-end;
  }
  #facility .facility-content > div:nth-child(2) img {
    width: 110px;
  }
  /*Call Box Styles*/
  .call-box-bg {
    margin-top: unset;
  }
  #call-box {
    display: grid;
    align-items: center;
    grid-template-columns: 0.5fr 1fr 1.7fr;
  }
  #call-box form.wpcf7-form.init {
    display: flex;
  }
  #call-box form.wpcf7-form.invalid {
    display: flex;
    flex-wrap: wrap;
  }
  #call-box form.wpcf7-form p:nth-child(2) input {
    width: 108%;
    border-radius: 0 10px 10px 0;
  }
  #call-box form.wpcf7-form p:nth-child(3) input {
    border-radius: 10px 0 0 10px;
  }
  #call-box form p:nth-child(3) {
    display: block;
  }
  #call-box > p {
    width: 55%;
  }
  #call-box div.wpcf7-response-output {
    margin-top: -20px !important;
  }
  div#wpcf7-f9-o1 {
    margin-top: 40px;
  }
  /*Tarrifs Styles*/
  #tariffs {
    padding: 70px 0;
  }
  #tariffs .tariffs-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  #tariffs .tariffs-content div {
    width: 31%;
    height: 500px;
    display: unset;
  }
  .tarrif-text {
    margin-top: 20px;
  }
  #tariffs .tariffs-content div:nth-child(2) {
    width: 35%;
    padding: 35px 50px 35px 50px;
    background-image: var(--yellow-orange-gradient);
    height: 550px;
    position: relative;
    bottom: 25px;
  }
  #tariffs .tariffs-content div:nth-child(1) img {
    filter: unset;
  }
  #tariffs .tariffs-content div:nth-child(2) img {
    filter: brightness(0) invert(1);
  }
  div#tariffs .tariffs-content div + div + div ~ div {
    margin: 10px;
    padding: 35px 15px;
  }
  #tariffs .tariffs-content div:nth-child(1) {
    background-image: unset;
  }
  /*Steps Styles*/
  .steps-bg {
    background-image: var(--yellow-orange-gradient);
  }
  .steps-bg h2 {
    position: relative;
    top: 70px;
  }
  div#steps {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-around;
    flex-direction: row;
    width: 95%;
    margin: 200px auto 0;
  }
  #steps div {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 0;
    margin-bottom: 70px;
  }
  #steps div p:nth-child(1) {
    font-size: 20px;
    position: absolute;
    bottom: 180px;
    text-align: center;
    width: 20%;
    margin-right: 0;
  }
  #steps div p:nth-child(2) {
    border: solid 1px #000000;
    border-radius: 50%;
    width: 78px;
    height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
  }
  #steps div p:nth-child(3) {
    order: unset;
  }
  #steps .h-line-desk hr {
    border: 1px solid black;
    width: 14.5%;
    position: absolute;
    top: 35px;
  }
  #steps .h-line-desk:last-child {
    display: none;
  }
  #steps .h-line {
    display: none;
  }
  #steps .h-line-desk hr {
    display: inherit;
  }
  /*Custommers Styles*/
  #customers {
    padding: 70px 0;
  }
  #customers .customer-content {
    grid-template-columns: repeat(5, 1fr);
    grid-row-gap: 1em;
    grid-column-gap: 1em;
  }
  #customers .customer-content div {
    padding: 20px;
    height: 160px;
  }
  #customers .customer-content img {
    height: 65px;
  }
  #customers .customer-content > div:nth-child(2) img {
    height: 110px;
  }
  #customers .customer-content > div:nth-child(3) img {
    height: 120px;
  }
  #customers .customer-content > div:nth-child(5) img {
    height: 120px;
  }
  #customers .customer-content > div:nth-child(7) img {
    height: 130px;
  }
  #customers .customer-content > div:nth-child(8) img {
    height: 120px;
  }
  #customers .customer-content > div:nth-child(9) img {
    height: 120px;
  }
  #customers .customer-content > div:nth-child(10) img,
  #customers .customer-content > div:nth-child(11) img,
  .home #customers .customer-content > div:nth-child(19) img {
    height: 100px;
  }
  #customers .customer-content > div:nth-child(15) img {
    height: 60px;
  }
  #customers .customer-content > div:nth-child(26) img {
    height: 110px;
  }
  #customers .customer-content > div:nth-child(27) img {
    height: 110px;
  }
  #tariff #customers .customer-content > div:nth-child(18) img,
  #tariff #customers .customer-content > div:nth-child(24) img,
  #tariff #customers .customer-content > div:nth-child(25) img {
    height: 100px;
  }
  /*‌Statistics Styles*/
  .statistics-bg h2 {
    position: relative;
    /*top: 70px;*/
    /*this margin should be removed*/
    margin: 0;
  }
  #statistics {
    /*margin-top: 110px;*/
    display: flex;
    justify-content: space-around;
    position: relative;
  }
  #statistics p:nth-child(1) {
    font-size: 22px;
    /*margin-top: 65px;*/
  }
  #statistics div {
    text-align: center;
    /*margin-bottom: 70px;*/
  }
  #statistics p:nth-child(2) {
    font-size: 50px;
    font-weight: bold;
  }
  #statistics div:not(:last-child) {
    border-left: 2px solid black;
    border-bottom: unset;
  }
  /*Customers Views Styles*/
  #customers-views .lSSlideOuter {
    direction: ltr;
  }
  #customers-views {
    padding: 70px 0;
    margin: 0 auto 170px;
    height: 280px;
    width: 1170px;
  }
  #customers-views #content-slider li {
    display: flex;
    flex-direction: row-reverse;
  }
  #customers-views #content-slider li div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin-right: 70px;
    align-items: center;
  }
  #customers-views #content-slider li p {
    text-align: right;
    position: relative;
  }
  #customers-views #content-slider li p:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
    margin-left: 15px;
  }
  #customers-views #content-slider li p:nth-child(2) {
    color: #808080;
  }
  #customers-views #content-slider li p:nth-child(3) {
    width: 95%;
    border-top: 1px solid #808080;
    padding-top: 15px;
  }
  #customers-views .icon-quotes-left:before {
    position: absolute;
    top: -10px;
    right: -30px;
    display: inherit;
  }
  #customers-views .lSSlideWrapper ul li img {
    width: 188px;
    border-radius: 50%;
    position: relative;
    left: -30px;
  }
  #customers-views .lSSlideWrapper ul li.active + li img {
    width: 188px;
  }
  #customers-views .lSAction > a {
    display: inherit;
    margin-top: -50px;
    color: black;
  }
  #customers-views .icon-arrow-right2:before {
    position: absolute;
    right: -10px;
  }
  #customers-views .lSSlideOuter .lSPager.lSpg > li {
    padding: 0 10px;
  }
  #customers-views .lSSlideOuter .lSPager.lSpg > li.active a {
    background: var(--blue);
    width: 12px;
    height: 12px;
    position: relative;
    top: 2px;
  }
  #customers-views .lSSlideOuter .lSPager.lSpg > li:hover a,
  #customers-views .lSSlideOuter .lSPager.lSpg > li.active a {
    background: var(--blue);
  }
  #customers-views .lSSlideOuter .lSPager.lSpg > li a {
    transition: all 0.15s linear 0s;
  }
  #customers-views ul.lSPager.lSpg {
    display: inherit;
  }
  #customers-views .lSSlideWrapper ul li.active {
    position: unset;
    right: unset;
    text-align: unset;
  }
  #customers-views .lSSlideWrapper ul li p {
    display: inherit;
  }
  #customers-views ul#content-slider {
    padding-top: unset;
  }
  #customers-views ul#content-slider {
    display: block;
  }
  #customers-views .lSSlideWrapper ul li.active + li {
    margin-top: unset;
    width: 1140px !important;
    flex-direction: row-reverse;
    align-items: unset;
  }
  #customers-views .lSSlideWrapper ul li.active + li img {
    position: unset;
  }
  #customers-views .lSSlideWrapper ul li.active + li div {
    margin-top: unset;
  }
  #customers-views .lSSlideWrapper ul li.active + li p {
    width: unset;
  }
  #customers-views .lSSlideWrapper ul li.active + li p:nth-child(3) {
    margin-top: unset;
  }
  #customers-views .lSSlideWrapper ul li.active + li p:nth-child(1) {
    text-align: justify;
  }
  #customers-views .lSSlideWrapper ul li.active + li p:nth-child(2) {
    text-align: justify;
  }
  /*FAQs Styles*/
  #faq {
    padding: 70px 0;
  }
  .faq h3.active-tab {
    border-radius: 10px 10px 0 0;
  }
  .faq .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px;
    border-radius: var(--border-radius);
    line-height: 1.8;
    background: var(--gray);
    cursor: pointer;
    margin-bottom: 0;
  }
  .faq .accordion-body {
    border-radius: 0 0 10px 10px;
    background: #e1e1e1;
    position: relative;
    top: -6px;
  }
  .faq i.icon-previous::before,
  .faq .icon-down::before,
  .faq .icon-up::before {
    color: black;
    font-size: 10px;
  }
  .faq h3.accordion-header.active-tab {
    background: var(--yellow-orange-gradient);
  }
  /*Last Posts Styles*/
  #last-blog-posts {
    padding: 70px 0 10px;
  }
  #last-blog-posts > div > div {
    width: 356px;
    height: 350px;
  }
  #last-blog-posts > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  /*Footer Styles*/
  #widget-area .container div:nth-child(3) aside:nth-child(3) #footer-social a {
    margin-left: 20px;
  }
  div#footer-column-4 img {
    width: 70px;
  }
  #widget-area
    .container
    .footer-widget-wrapper.footer-widget-style-4
    div.imp-links-mob {
    display: none;
  }
  #widget-area .footer-widget-wrapper.last {
    display: inherit;
  }
  #widget-area .footer-widget-wrapper.last .textwidget.custom-html-widget {
    display: flex;
    flex-direction: column;
  }
  aside#custom_html-2 {
    padding-left: 10px;
  }
  #footer-social {
    margin-right: 30px;
  }
  div#footer-column-4 {
    display: flex;
    justify-content: center;
  }
  #footer-column-4 span:nth-child(1) {
    margin-right: -70px;
    margin-left: 15px;
  }
  /*Contact Us Styles*/
  #contact-us {
    justify-content: space-between;
    flex-direction: row;
  }
  #contact-us .contact-form,
  #contact-us .contact-info {
    width: 47%;
    padding: 30px;
  }
  #contact-us .contact-form {
    margin-bottom: unset;
  }
  .contact-form input[type="email"],
  .contact-form input[type="text"] {
    max-width: unset;
  }
  /*About Us Styles*/
  #about-us .tab_content .team {
    grid-template-columns: repeat(5, 1fr);
  }
  #about-us .tabs h2 {
    margin-right: 20px;
  }
  #about-us .gallery .gallery-img {
    flex-direction: row;
  }
  #about-us .gallery img {
    width: 260px;
    height: 150px;
  }
  #about-us .left-arrow {
    display: none;
    order: unset;
  }
  #about-us .tabs li {
    margin-left: 10px;
  }
  #about-us .tabs li:nth-child(2),
  #about-us .tabs li:nth-child(3) {
    order: unset;
  }
  /*Services Styles*/
  #service .top-section {
    padding: 0 0 70px;
  }
  #service .top-section img {
    width: 49%;
  }
  #service .top-section > div {
    flex-direction: row;
    justify-content: space-between;
  }
  #service .top-section > div > div {
    width: 49%;
  }
  #service .top-section > div > div p {
    margin-top: unset;
    margin-bottom: 20px;
    line-height: 1.7;
  }
  #service .second-section-bg {
    padding: 70px 0;
  }
  #service .second-section-bg video {
    height: 600px;
    object-fit: cover;
    margin-bottom: 25px;
  }
  #service .why-section-bg {
    background-image: linear-gradient(to bottom, #fa9600, #fadc00);
    padding: 70px 0;
  }
  #service .why-section > div {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-right: -30px;
  }
  #service .why-section > div p {
    margin-right: unset;
    width: 34%;
  }
  #service .why-section > div p::before {
    position: absolute;
    right: -35px;
    top: -45px;
  }
  #service .popular-section {
    padding: 70px 0;
  }
  #service .popular-section .popular-properties {
    display: flex;
    justify-content: space-between;
  }
  #service .popular-properties > div {
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #service .popular-section img {
    width: 49%;
  }
  #service .popular-section .accordion-header .icon-down::before {
    position: absolute;
    top: -15px;
    left: 27px;
  }
  #service .my-service-bg {
    background-color: var(--gray);
    padding: 70px 0;
  }
  #service .my-service {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #service .my-service div {
    width: 23%;
  }
  #service .sign-up-bg {
    background: var(--yellow-orange-gradient);
    padding: 70px 0;
  }
  #service .sign-up {
    text-align: center;
  }
  /*Programmer Styles*/
  .top-section-bg {
    margin-top: unset;
  }
  #programmer h1 {
    font-size: 34px;
  }
  #programmer .top-section {
    padding: 70px 0;
    display: flex;
    justify-content: space-between;
    text-align: right;
  }
  #programmer .top-section div {
    width: 48%;
  }
  #programmer .top-section img {
    display: inherit;
  }
  #programmer .developer-tabs {
    padding: 50px 0;
  }
  #programmer .developer-tabs ul {
    justify-content: space-around;
    flex-wrap: nowrap;
  }
  #programmer .developer-tabs .first-tabs a {
    padding: 15px 90px;
  }
  #programmer .developer-tabs ul li:nth-child(3) a {
    padding: 15px 70px;
  }
  #programmer .developer-tabs ul li {
    width: unset;
    margin-bottom: unset;
  }
  #programmer .plugins {
    padding: 70px 0;
  }
  #programmer .plugins > div > div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2em;
  }
  #programmer .plugins .more-less-content p {
    height: 280px;
  }
  #programmer .apis {
    padding: 70px 0 0;
  }
  #programmer .apis > div {
    display: flex;
    justify-content: space-between;
  }
  #programmer .apis .tab_container,
  #programmer .apis .tab_container.method {
    width: 48%;
  }
  #programmer .apis ul {
    justify-content: space-around;
  }
  #programmer .apis .tab_container.method ul li {
    margin-right: unset;
  }
  #programmer .apis .tab_container.method ul {
    overflow: unset;
    white-space: unset;
  }
  #programmer .apis .tab_container.method {
    padding: 20px;
  }
  #programmer .apis .tabs.method_tab h3 {
    font-size: 18px;
    margin-bottom: 0;
    cursor: pointer;
  }
  #programmer .api-connection {
    padding: 70px 0;
  }
  #programmer .api {
    flex-direction: row;
  }
  #programmer .api div {
    width: 49%;
    margin-bottom: unset;
  }
  #programmer .received-message {
    padding: 70px 0;
  }
  #programmer .received-message p {
    width: 90%;
    margin: 0 auto;
  }
  #programmer .patterns {
    padding: 70px 0;
  }
  #programmer .benefit {
    padding: 0 0 70px;
  }
  #programmer .benefit-content {
    flex-direction: row;
  }
  #programmer .benefit-content > div {
    width: 356px;
  }
  #programmer .pattern-true-false-desk {
    display: inherit;
  }
  #programmer .pattern-true-false-mob {
    display: none;
  }
  #programmer .true-false-title-mob {
    display: none;
  }
  #programmer .pattern-true-false-desk .true-false {
    padding: 0 0 70px;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
  }
  #programmer .false div:first-child,
  #programmer .true div:first-child {
    display: inline-block;
  }
  #programmer .pattern-true-false-desk .true-false > div {
    width: 49%;
    background-color: var(--gray);
    border-radius: var(--border-radius-2);
    padding: 30px 20px;
    text-align: center;
  }
  #programmer .true div:not(:first-child),
  #programmer .false div:not(:first-child) {
    padding: 0 60px;
    height: 120px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius);
    margin-bottom: 20px;
    text-align: center;
  }
  #programmer .true div:not(:first-child) {
    border: solid 1px #07cf00;
  }
  #programmer .true div:not(:first-child) p {
    color: #07cf00;
  }
  #programmer .false div:not(:first-child) {
    border: solid 1px #ff0000;
  }
  #programmer .false div:not(:first-child) p {
    color: #ff0000;
  }
  #programmer .code-sample {
    flex-direction: row;
    padding: 0 0 70px;
  }
  #programmer .code-sample div {
    width: 49%;
    margin-bottom: unset;
  }
  #programmer .fa.fa-close,
  #programmer .fa.fa-check {
    display: inherit;
    border-radius: 100%;
    padding: 10px;
    margin-bottom: 25px;
  }
  #programmer .fa.fa-close {
    background-color: #ff0000;
    padding: 10px 14px;
  }
  #programmer .fa.fa-check {
    background: var(--green);
  }
  #programmer .fa.fa-close::before,
  #programmer .fa.fa-check::before {
    font-size: 30px;
    color: #fff;
  }
  /*Tarrif Styles*/
  #tariff .top-section {
    text-align: center;
    padding: 35px 0;
  }
  #tariff #tables {
    padding: 35px 0;
  }
  #tariff .tab_container .tabs {
    padding: 20px 40px;
  }
  #tariff .tab_container h2 {
    margin-left: 35px;
  }
  #tariff .tab_container .tabs .fa.fa-angle-left::before {
    display: none;
  }
  #tariff .tab_content {
    padding: 20px 30px;
  }
  #tariff #tariff-first-tab table {
    width: 100%;
    text-align: center;
  }
  #tariff #tariff-first-tab .tips {
    padding: 30px 45px 0;
  }
  #tariff #tariff-second-tab table {
    width: 100%;
    display: table;
  }
  #tariff #tariff-third-tab {
    padding: 50px;
  }
  #tariff #tariff-third-tab p {
    padding: 20px;
  }
  #tariff .start {
    padding: 35px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
  }
  #tariff .start .start-content {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
  #tariff .start-content > div {
    width: 23%;
    margin-bottom: unset;
  }
  #tariff .start-content .icon-arrow-left2:before {
    display: inherit;
    font-size: 25px;
  }
  #tariff .start-content > div + i:last-child {
    display: none;
  }
  #tariff .start a {
    margin-top: 100px;
    display: unset;
  }
  #tariff .why {
    padding: 35px 0;
  }
  #tariff .why .why-content {
    display: grid;
    text-align: center;
    grid-template-columns: repeat(4, 1fr);
  }
  #tariff .why-content > div {
    width: unset;
    margin-bottom: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  #tariff > div:last-child {
    padding: 35px 0;
  }
  #tariff .faq {
    position: relative;
  }
  /*‌Blog and Blog Group Styles*/
  .page-template-template-custom-all-blog-posts .wrapper-boxed {
    overflow: visible;
  }
  #selected-posts.container-single-page.container-default-page {
    width: 1200px;
    margin: 0 auto;
  }
  #blog-selected-posts {
    padding: 0 0 70px;
  }
  #blog-selected-posts .selected-post {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: unset;
  }
  #blog-selected-posts .selected-post div {
    width: 32%;
  }
  .penci_sidebar h1.page-title {
    margin: 0;
  }
  div#last-post-title p {
    text-align: right;
  }
  .penci-readmore-btn.penci-btn-make-button a {
    padding: 10px 30px;
  }
  #sidebar {
    top: 55px;
  }
  .penci-border-arrow .inner-arrow {
    text-align: right;
  }
  .penci-sidebar-content {
    width: 32.06%;
  }
  .container.penci_sidebar #main {
    width: 67.94%;
  }
  .penci-pagination.align-left {
    text-align: left;
  }
  /*Single Posts Styles*/
  .single-post .container.penci-breadcrumb {
    padding: 10px 80px;
  }
  .rtl .container-single div.header-standard {
    text-align: right;
  }
  .link-box {
    grid-template-columns: 0.17fr 1fr;
  }
  .link-box div:first-child {
    display: unset;
  }
  .kk-star-ratings div.kksr-legend {
    font-size: 90%;
    margin-left: 20px;
    margin-right: 20px;
  }
  div.kksr-stars-active div.kksr-star div.kksr-icon {
    width: 26px !important;
    height: 26px !important;
  }
  div.kksr-stars-inactive div.kksr-star div.kksr-icon {
    width: 26px !important;
    height: 26px !important;
  }
  .post-pagination .prev-title-mob,
  .post-pagination .next-title-mob {
    display: none;
  }
  .post-pagination .post-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .post-pagination .post-title i::before,
  .post-pagination .post-title span {
    color: #000;
    font-weight: bold;
  }
  .post-pagination .next-post-title {
    display: grid;
    align-items: center;
    grid-template-columns: 0.1fr 1fr;
    grid-column-gap: 1em;
  }
  .post-pagination .prev-post-title {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 0.1fr;
    grid-column-gap: 1em;
  }
  .post-pagination .prev-post-title i.icon-previous {
    grid-area: 1/2;
  }
  .penci-post-nav-thumb {
    margin-right: 20px;
  }
  .post-pagination .next-post {
    border-left: 1px solid;
    border-top: none;
    padding: 0;
  }
  #respond h3.comment-reply-title {
    text-align: right;
  }
  textarea#comment,
  input#author,
  input#email {
    border: none;
    background: var(--gray);
    border-radius: var(--border-radius-2);
  }
  #respond input#submit {
    padding: 12px 50px;
    background: var(--blue);
    border-radius: var(--border-radius);
    color: #fff;
  }
  #respond input#submit:hover {
    background: var(--blue);
  }
  .single-post-content {
    display: flex;
    flex-direction: column;
  }
  .post-comments {
    order: 5;
  }
  span.tag-title {
    font-style: normal;
    font-weight: bold;
    color: #000;
  }
  .container-single .post-entry div.post-tags a {
    border: none;
    color: #000;
    font-size: 16px !important;
    cursor: pointer;
  }
  .container-single .post-entry div.post-tags a:hover {
    background: none;
    color: #000;
  }
  /*Cooperation Styles*/
  #cooperation .top-section {
    padding: 0 0 35px;
  }
  #cooperation .top-section p {
    width: 80%;
    margin: 0 auto;
  }
  #cooperation .top-section img {
    height: 300px;
  }
  #cooperation .method {
    padding: 35px 0 100px;
  }
  #cooperation .method > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #cooperation .method > div div {
    width: 49%;
    position: relative;
    margin-bottom: unset;
  }
  #cooperation .method a {
    padding: 20px 50px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: unset;
  }
  #cooperation .panel {
    padding: 35px 0 70px;
  }
  #cooperation .panel > div {
    display: flex;
    justify-content: space-between;
  }
  #cooperation .panel > div > div {
    width: 49%;
    margin-bottom: unset;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #cooperation .get-panel {
    padding: 70px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  #cooperation .get-panel > div {
    width: 49%;
  }
  #cooperation .get-panel > div h3 {
    text-align: right;
  }
  #cooperation .panel-steps {
    padding: 70px 0;
  }
  #cooperation .panel-steps h3 {
    font-size: 26px;
    margin-bottom: 50px;
  }
  #cooperation .panel-steps > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 87%;
    margin: 0 auto;
  }
  #cooperation .panel-steps > div > div:nth-child(2n + 1) {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 85px;
    margin-bottom: unset;
  }
  #cooperation .panel-steps > div > div:nth-child(2n + 1) p:first-child {
    position: absolute;
    width: 18%;
    bottom: 175px;
    margin-right: unset;
    text-align: center;
  }
  #cooperation .panel-steps .h-line-desk hr {
    display: inherit;
    border: 1px solid black;
    width: 240px;
    margin-top: 80px;
  }
  #cooperation .panel-steps-bg {
    padding: 0;
  }
  #cooperation .panel-steps .h-line-desk:last-child {
    display: none;
  }
  #cooperation .panel-steps .h-line {
    display: none;
  }
  #cooperation .earn-money {
    padding: 70px 0 140px;
    display: block;
  }
  #cooperation .earn-money > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  #cooperation .earn-money > div > div {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-row-gap: 1em;
  }
  #cooperation .earn-money > a {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
  }
  #cooperation .why-panel {
    padding: 70px 0;
  }
  #cooperation .why-panel-bg {
    padding: 0;
  }
  #cooperation .web-service {
    padding: 70px 0 35px;
  }
  #cooperation .web-service-steps {
    padding: 70px 0;
    position: relative;
  }
  #cooperation .web-service-steps h3 {
    font-size: 26px;
    margin-bottom: 50px;
  }
  #cooperation .web-service-steps {
    margin-bottom: 50px;
    font-size: 26px;
  }
  #cooperation .web-service-steps {
    font-size: 26px;
    margin-bottom: 50px;
  }
  #cooperation .web-service-steps > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 84%;
    margin: 0 auto;
  }
  #cooperation .web-service-steps > div > div:nth-child(2n + 1) {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 85px;
    margin-bottom: 0;
  }
  #cooperation .web-service-steps > div > div:nth-child(2n + 1) p:first-child {
    position: absolute;
    width: 20%;
    bottom: 175px;
    margin-right: 0;
  }
  #cooperation .web-service-steps > div > div > p:nth-child(2) {
    border: solid 1px #000000;
    border-radius: 50%;
    width: 78px;
    height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
  }
  #cooperation .web-steps-bg {
    padding: 0;
  }
  #cooperation .web-service-steps .h-line-desk hr {
    display: inherit;
    border: 1px solid black;
    width: 360px;
    margin-top: 80px;
  }
  #cooperation .web-service-steps .h-line-desk:last-child {
    display: none;
  }
  #cooperation .web-service-steps .h-line-desk:last-child {
    display: none;
  }
  #cooperation .web-service-steps .h-line {
    display: none;
  }
  #cooperation .web-service-steps-btn {
    padding: 70px 0 130px;
    position: relative;
    display: block;
  }
  #cooperation .web-service-steps-btn a {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #cooperation .text-box {
    padding: 70px 0;
  }
  #cooperation .web-service-properties {
    padding: 70px 0;
  }
  #cooperation .web-service-properties h3 {
    font-size: 26px;
    margin-bottom: 50px;
  }
  #cooperation .web-service-properties > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
  }
  #cooperation .web-service-properties > div > div {
    width: 26%;
  }
  #cooperation .partner img {
    height: 60px;
  }
  #cooperation .partner > div {
    grid-template-columns: repeat(6, 1fr);
    grid-row-gap: 1em;
    grid-column-gap: 3em;
  }
  #cooperation .partner > div > div {
    padding: 20px;
  }
  #cooperation #customers-views {
    padding: 70px 0 35px;
    margin: 0 auto 130px;
    width: 1170px;
  }
  #cooperation .FAQ {
    padding: 70px 0;
  }
  /* Forms Page Styles */
  #forms > div:nth-child(2) {
    padding: 0 230px;
  }
  #forms .form {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    text-align: right;
  }
  #forms .form-title {
    width: 90%;
    padding: 15px 20px;
    border-radius: 0 10px 10px 0;
    margin-top: 1px;
  }
  #forms .form-btn {
    border-radius: 10px 0 0 10px;
  }
  /* Rules Page Styles */
  #rules {
    padding: 60px 100px 0;
  }
  #rules h1 {
    font-size: 24px;
  }
  #rules h2 {
    font-size: 22px;
  }
}
/******End of Small Desktop and Tablets Styles******/

/******Desktop Styles******/
@media (min-width: 1199px) {
  /*General Styles*/
  /*Header Styles*/
  /*Slider Styles*/
  /*Services Styles*/
  /*Why Asanak Styles*/
  /*Facility Styles*/
  /*Call Box Styles*/
  /*Tariffs Styles*/
  /*Steps Styles*/
  /*Custommers Styles*/
  /*‌Statistics Styles*/
  /*Customers Views Styles*/
  /*FAQs Styles*/
  /*Text Box Styles*/
  /*Last Posts Styles*/
  /*Footer Styles*/
  /*Contact Us Styles*/
  /*About Us Styles*/
  /*Service Styles*/
  /*Programmer Styles*/
  /*Tarrif Styles*/
  /*‌Blog and Blog Group Styles*/
  /*Single Posts Styles*/
  /*Cooperation Styles*/
}
/******End of Desktop Styles******/

/******Large Screen Styles******/

@media (min-width: 1499px) {
  /*General Styles*/
  /*Header Styles*/
  /*Slider Styles*/
  /*Services Styles*/
  /*Why Asanak Styles*/
  /*Facility Styles*/
  /*Call Box Styles*/
  /*Tariffs Styles*/
  /*Steps Styles*/
  /*Custommers Styles*/
  /*‌Statistics Styles*/
  /*Customers Views Styles*/
  /*FAQs Styles*/
  /*Text Box Styles*/
  /*Last Posts Styles*/
  /*Footer Styles*/
  /*Contact Us Styles*/
  /*About Us Styles*/
  /*Service Styles*/
  /*Programmer Styles*/
  /*Tarrif Styles*/
  /*‌Blog and Blog Group Styles*/
  /*Single Posts Styles*/
  /*Cooperation Styles*/
}

/******End of Large Screen Styles******/

/******Small Mobiles Styles******/
@media (max-width: 767px) {
  /*General Styles*/
  /*Header Styles*/
  /*Slider Styles*/
  /*Services Styles*/
  /*Why Asanak Styles*/
  /*Facility Styles*/
  /*Call Box Styles*/
  /*Tariffs Styles*/
  /*Steps Styles*/
  /*Custommers Styles*/
  /*‌Statistics Styles*/
  /*Customers Views Styles*/
  /*FAQs Styles*/
  /*Text Box Styles*/
  /*Last Posts Styles*/
  /*Footer Styles*/
  /*Contact Us Styles*/
  /*About Us Styles*/
  /*Service Styles*/
  /*Programmer Styles*/
  /*Tarrif Styles*/
  /*‌Blog and Blog Group Styles*/
  /*Single Posts Styles*/
  /*Cooperation Styles*/
}
/******End of Small Mobiles Styles******/

/******Extra Small Styles******/
@media (max-width: 579px) {
  /*General Styles*/
  /*Header Styles*/
  /*Slider Styles*/
  /*Services Styles*/
  /*Why Asanak Styles*/
  /*Facility Styles*/
  /*Call Box Styles*/
  /*Tariffs Styles*/
  /*Steps Styles*/
  /*Custommers Styles*/
  /*‌Statistics Styles*/
  /*Customers Views Styles*/
  /*FAQs Styles*/
  /*Text Box Styles*/
  /*Last Posts Styles*/
  /*Footer Styles*/
  /*Contact Us Styles*/
  /*About Us Styles*/
  /*Service Styles*/
  /*Programmer Styles*/
  /*Tarrif Styles*/
  /*‌Blog and Blog Group Styles*/
  /*Single Posts Styles*/
  /*Cooperation Styles*/
}
/******End of Extra Small Styles******/
.tab-vertical .accordion-body {
  display: none;
}
.tab-vertical .accordion-body.active {
  display: block;
}
.accordion-body {
  display: none;
}
.accordion-body.active {
  display: block;
}
.tab_content > div {
  display: none;
}
.tab_content > div.active {
  display: block;
  transition: all 0.5s ease;
}
.more,
.show-more-less {
  display: none;
}
.container.penci-breadcrumb {
  margin-top: 0;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: green;
}