@import url("../nationalday/stylesheet.css");
/* @font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Regular.woff2') format('woff2'), url('../fonts/Cairo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-ExtraLight.woff2') format('woff2'), url('../fonts/Cairo-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Black.woff2') format('woff2'), url('../fonts/Cairo-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Bold.woff2') format('woff2'), url('../fonts/Cairo-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Light.woff2') format('woff2'), url('../fonts/Cairo-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-SemiBold.woff2') format('woff2'), url('../fonts/Cairo-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    
    src: url('../fonts/Swissra-Bold.woff2') format('woff2'), url('../fonts/Swissra-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
} */

@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");

:root {
  --color--1: #f04e4d;
  --color--2: #fcb435;
  --color--3: #2f949c;
  --color--4: #7b7ab7;
  --color--5: #12141c;
  --color--6: #242835;
  --color--7: #232835;
  --color--8: #464c5b;
  --color--9: #2e3442;
}

.color__w {
  color: var(--bs-white) !important;
}

.color__1 {
  color: var(--color--1) !important;
}

.color__2 {
  color: var(--color--2) !important;
}

.color__3 {
  color: var(--color--3) !important;
}

.color__4 {
  color: var(--color--4);
}

.bg__color__1 {
  background-color: var(--color--1) !important;
}

.bg__color__2 {
  background-color: var(--color--2) !important;
}

.bg__color__3 {
  background-color: var(--color--3) !important;
}

.bg__color__4 {
  background-color: var(--color--4) !important;
}

body {
  font-family: "Tajawal";
  font-weight: normal;
}

#page {
  /* overflow: hidden; */
}

#page.dark-mode-theme > * {
  filter: grayscale(1);
}

a {
  text-decoration: none;
}

.icon-pdf-w {
  background-image: url(../images/pdf-w.svg);
  display: inline-block;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 4px;
}

.dark {
  background-color: var(--color--7);
  color: #fff;
}

.dark .head-section h2,
.dark .head-section p {
  color: #fff;
}

.head-section {
  margin: 0 0 1.5rem;
}

.head-section h2 {
  color: var(--color--5);
  font-size: 2.1rem;
  margin: 0 0 1.2rem;
  font-weight: 600;
}

.head-section h2 > span {
  font-family: "Cairo";
  font-weight: 700;
}

.head-section p {
  color: #000;
  margin: 0;
  line-height: 1.9;
}

.head-section p.font-3 {
  font-size: 2rem;
}

.btn-site {
  display: inline-block;
  background: #7979b6;
  padding: 0.5rem 1.5rem;
  color: #fff;
  font-weight: 600;
  transition: 300ms;
  font-size: 0.98rem;
  border-radius: 5px;
}

.btn-site:hover {
  background-color: var(--color--2);
  color: #fff;
}

.bg-red {
  background-color: var(--color--1);
  color: #fff;
}

.bg-yal {
  background-color: var(--color--2);
  color: #fff;
}

.bg-dark {
  background-color: var(--color--2);
  color: #fff;
}

.btn-site.bg-yal:hover,
.btn-site.bg-dark:hover {
  background-color: var(--color--1) !important;
}

.header-sm {
  display: none;
}

header.header-lg {
  position: sticky;
  top: 0;
  z-index: 99;
}

header .top {
  background: var(--color--5);
  color: #d5d8e1;
  font-size: 0.9rem;
  padding: 0.5rem 0;
}

header .top a {
  color: #ffffff;
  display: block;
  font-size: 1.1rem;
}

header .top a span {
  /* display: block; */
  /* font-weight: 700; */
  /* font-size: .99rem; */
}

header .top a.number span {
  font-weight: 400;
  font-size: 1.2rem;
  direction: ltr;
  text-align: right;
  letter-spacing: 2px;
}

header .top a span span {
  display: inline-block;
  color: var(--color--2);
}

header .top .logo {
  /* width: 20%; */
  flex: 0 0 auto;
}

header .top .logo a {
  display: block;
  padding-left: 1rem;
  min-height: inherit;
  height: 50px !important;
}

header .top .logo img.custom-logo {
  height: 100%;
  width: 100%;
  object-fit: scale-down;
  object-position: right;
}

.form-search-domain {
  width: 52%;
  flex: 0 0 auto;
  padding-left: 2rem;
  padding-right: 0.5rem;
}

.page-home .form-search-domain {
  width: 100%;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}

.page-home .form-search-domain form.d-flex button {
  width: 60px;
}

.page-home .form-search-domain form.d-flex input[type="text"] {
  width: 210px;
}

header .top .user-area {
  flex: 0 0 auto;
  justify-content: end;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* width: 80%; */
  align-content: center;
  /* gap: 5px; */
  justify-content: end;
}

.buttons button {
  background: transparent;
  border: 0;
  /* min-height: 6px; */
  /* width: 20px; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

.buttons button#light {
  /* background:#FFF; */
  position: relative;
}

.buttons button#light::after,
.buttons button#light::before {
  content: "";
  height: 6px;
  width: 20px;
  display: block;
  border: 1px solid #fff;
}

.dark-mode-theme .buttons button#light::after {
  background: #fff;
}

.buttons button#light::before {
  background: #fff;
}

.dark-mode-theme .buttons button#light::before {
  background: transparent;
}

.buttons {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-inline-end: 10px;
}

header .top .logo-v {
  width: 12%;
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
}

.form-search-domain form.d-flex {
  position: relative;
}

.form-search-domain form.d-flex select {
  width: 20%;
  flex: 0 0 auto;
  border: 0;
  border-left: 1px solid #ddd;
  background: var(--bs-light);
  direction: ltr;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #12141c;
}

.form-search-domain form.d-flex input[type="text"] {
  width: 70%;
  flex: 0 0 auto;
  border: 0;
  padding: 9px 5px;
  border-radius: 0;
}

.form-search-domain form.d-flex input[type="text"]:focus {
  background: var(--bs-light);
  outline: 0;
}

.form-search-domain form.d-flex button {
  width: 10%;
  flex: 0 0 auto;
  background: var(--color--2);
  border: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  color: #12141c;
}

header .menu-site {
  /* background: var(--color--6); */
}

header .menu-site ul {
  padding: 0;
  list-style-type: none;
  display: flex;
  margin: 0;
  /* position: relative; */
}

header .menu-site ul > li {
  display: inline-block;
}

header .menu-site ul > li.menu-item-has-children > a {
  display: flex;
  align-items: center;
}

header .menu-site ul > li.menu-item-has-children > a:after {
  content: "\f282";
  font-family: "bootstrap-icons";
  margin-right: 0.4rem;
  font-size: 0.7rem;
}

header .menu-site ul > li.menu-item-has-children > ul {
  position: absolute;
  transform: translateY(20px);
  pointer-events: none;
  opacity: 0;
  transition: 300ms;
  z-index: 999;
  right: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

header .menu-site ul > li.menu-item-has-children > ul > div {
  background: #242835;
  display: grid;
  grid-template-columns: 80% 20%;
  width: max(1110px, 100%);
  padding: 2rem;
  border-radius: 1.56rem;
  margin-block-start: 1.2rem;
}

@media (min-width: 992px) and (max-width: 1200px) {
  header .menu-site ul > li.menu-item-has-children > ul > div {
    width: 936px;
    padding: 1rem;
  }

  .sub-menu .menu ul {
    gap: 0.2rem;
  }

  .sub-menu .image figure {
    width: 100%;
  }
}

header .menu-site ul > li.menu-item-has-children > ul > div::after {
  content: "";
  position: absolute;
  border-width: 15px;
  border-style: solid;
  border-color: var(--color--6);
  top: -11px;
  right: 235px;
  border-inline-color: transparent;
  border-block-start-color: transparent;
}

header .menu-site ul > li.menu-item-has-children:focus-visible > ul,
header .menu-site ul > li.menu-item-has-children:hover > ul,
header .menu-site ul > li.menu-item-has-children:focus-within > ul {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

header .menu-site ul > li.menu-item-has-children > ul > li > a {
  display: flex;
  position: relative;
  align-items: center;
  font-size: 0.95rem;
}

li.web-hosting a:before,
li.web-hosting-sa a:before,
li.web-hosting-windows a:before,
li.private-servers a:before,
li.sa-servers a:before,
li.vps-servers a:before,
li.web-design a:before,
li.my-shop a:before,
li.emarketing a:before,
li.application-programming a:before,
li.p-project a:before,
li.signature a:before,
li.food a:before,
li.shipping-fast a:before,
li.store a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 20px;
  margin-left: 0.5rem;
  text-align: center;
  flex: 0 0 auto;
}

li.store a:before {
  content: "\f54e";
}

li.food a:before {
  content: "\f805";
}

li.shipping-fast a:before {
  content: "\f48b";
}

li.web-hosting a:before,
li.web-design a:before {
  content: "\f233";
  color: var(--clr-primary-hsl-200);
}

li.web-hosting-sa a:before {
  content: "\f233";
  color: var(--clr-primary-hsl-100);
}

li.web-hosting-windows a:before {
  content: "\f17a";
  font-family: "Font Awesome 5 Brands";
  font-weight: 500;
  color: var(--clr-primary-hsl-300);
}

li.private-servers a:before {
  content: "\f3fd";
  color: var(--clr-primary-hsl-400);
}

li.sa-servers a:before {
  content: "\f0c2";
  color: var(--clr-primary-hsl-100);
}

li.vps-servers a:before {
  content: "\f0fb";
  color: var(--clr-primary-hsl-200);
}

li.my-shop a:before {
  content: "\f07a";
  color: var(--clr-primary-hsl-100);
}

li.p-project a:before {
  content: "\f552";
}

li.emarketing a:before {
  content: "\f0a1";
}

li.application-programming a:before {
  content: "\f3cd";
  color: var(--clr-primary-hsl-300);
}

li.signature a:before {
  content: "\f5b7";
}

header .menu-site ul > li > a {
  display: inline-block;
  color: #fff;
  padding: 0.8rem 0.841rem;
  transition: 300ms;
  font-size: 15px;
}

/* header .menu-site ul.menu>li:last-child>a {
    color: #ffffff;
    padding-right: 1rem;
    padding-left: 0;
    font-weight: 700;
    margin-right: 1.99rem;
    background: #4bb16b;
    padding-left: 1rem;
} */

header .menu-site ul > li > a:hover {
  color: var(--color--2);
}

.intro .item {
  height: 450px;
  overflow: hidden;
}

.intro .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home .page-home section:not(:last-child) {
  margin-bottom: 3rem;
}

.home .plans .col-md-2 {
  width: 20%;
  padding: 0rem 0.2rem;
}

@media (max-width: 992px) {
  .home .plans .col-md-2 {
    width: 95%;
    padding: 0rem 0.3rem;
  }
}

.home .plans .item {
  padding-inline: 1rem;
  padding-block: 2rem;
  border-radius: 20px;
  transition: 300ms;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 17px rgba(0, 0, 0, 0.09);
  min-height: 530px;
}

.home .plans :is(.sa) .btn-site {
  background: #1c8572;
}

.home .plans :is(.sa) .btn-site:hover {
  background: #fcb031;
}

.home .plans .item > span {
  position: absolute;
  background: #00921b;
  color: #fff;
  width: 120px;
  text-align: center;
  top: -6px;
  right: -44px;
  transform: rotate(45deg);
  height: 44px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 10px;
}

.home .plans .item:hover {
  box-shadow: 1px 1px 26px rgba(0, 0, 0, 0.1);
}

.home .plans .item figure {
  width: 115px;
  margin: auto;
  height: 100px;
  margin-bottom: 1rem;
}

.home .plans .item figure img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.home .plans .item h2 {
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  color: var(--color--6);
  margin-bottom: 1.8rem;
}

.home .plans .item ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 1.3rem;
  color: #000;
}

.home .plans .item ul li {
  position: relative;
  margin: 0 0 12px;
  font-size: 0.959rem;
}

.home .plans .item ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  display: inline-flex;
  margin-left: 0.3rem;
}

.home .plans .item .price {
  text-align: center;
}

.home .plans .item .price > p {
  font-size: 1.5rem;
  color: var(--color--1);
  margin: 0;
  font-weight: 700;
}

.home .plans .row .col-md-2:nth-child(2) .item .price > p {
  color: #00921b;
}

.home .plans .row .col-md-2:nth-child(3) .item .price > p {
  color: var(--color--3);
}

.home .plans .row .col-md-2:nth-child(4) .item .price > p {
  color: #00921b;
}

.home .plans .row .col-md-2:nth-child(5) .item .price > p {
  color: var(--color--4);
}

.home .plans .item .price > p > span {
  font-size: 0.89rem;
  font-weight: 600;
}

.home .plans .item .price > p > span > span {
  color: var(--bs-dark);
}

.home .plans .item > p {
  margin-bottom: 0.5rem;
}

.home .plans .item .footer {
  text-align: center;
  margin-top: 1rem;
}

.home .plans .row .col-md-2:nth-child(2) .item,
.home .plans .row .col-md-2:nth-child(4) .item {
  border: 1px solid #00921b;
  animation: top-b 3s ease-in-out infinite;
}

.home .plans .row .col-md-2:nth-child(2) .item .footer a,
.home .plans .row .col-md-2:nth-child(4) .item .footer a {
  background: #00921b;
  color: #fff;
}

.home .plans .row .col-md-2:nth-child(2) .item .footer a:hover,
.home .plans .row .col-md-2:nth-child(4) .item .footer a:hover {
  background: var(--color--3);
}

.statistics figure.m-0 {
  text-align: left;
}

.statistics figure.m-0 img {
  max-width: 100%;
  animation: top-b 3s ease-in-out infinite;
}

.statistics .item figure {
  margin: 0;
  width: 50px;
  flex: 0 0 auto;
  height: 50px;
}

.statistics .item figure img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.statistics .item .caption {
  padding-right: 0.5rem;
  color: var(--color--3);
}

.statistics .item .caption h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
}

.statistics .item .caption p {
  margin: 0;
  font-size: 0.99rem;
}

.statistics .row .col-6:not(:last-child) .item {
  border-left: 1px solid #ddd;
}

.portfolio {
  background: var(--bs-light);
  padding: 3rem 0;
}

.portfolio .item {
  background: #fff;
  border-radius: 10px;
}

.portfolio .item figure {
  margin: 0;
  height: 370px;
  overflow: hidden;
  padding: 1rem;
}

.portfolio .item figure img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: 300ms;
}

.portfolio .item:hover figure img {
  opacity: 0.8;
}

.portfolio .item .content {
  clip-path: polygon(0 80%, 100% 55%, 100% 100%, 0% 100%);
  min-height: 370px;
  margin-top: -320px;
  position: relative;
  background: #fff;
  padding-top: 280px;
  text-align: center;
  transform: translateY(5px);
  transition: 300ms;
  padding-bottom: 1rem;
}

.portfolio .item:hover .content {
  transform: translateY(0px);
  background: var(--color--4);
  color: #fff;
}

.portfolio .item:hover .content p {
  color: #fff;
}

.portfolio .item .btn-site {
  background-color: var(--color--2);
}

.portfolio .item .content h2 {
  font-size: 1.12rem;
  font-weight: 700;
  margin: 20px 0 20px;
}

.portfolio .item .content > p {
  margin-top: -0.5rem;
  font-size: 0.8rem;
  margin-bottom: 0.8rem;
  color: var(--color--1);
}

.national-gate {
  background-image: url(../images/flag-sa.webp);
  margin-top: -3rem;
  padding: 3rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  height: 285px;
}

.national-gate a.btn-site {
  padding: 0.5rem 2.5rem;
}

.national-gate .head-section h2 {
  color: #fff;
}

.national-gate ul {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  margin: 0;
  list-style-type: none;
}

.national-gate ul li {
  width: 33.333%;
  flex: 0 0 auto;
  margin: 0 0 1rem;
  font-size: 0.91rem;
}

.national-gate ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  display: inline-flex;
  width: 26px;
  color: var(--color--2);
}

.national-gate figure {
  animation: top-b 3s ease-in-out infinite;
}

.national-gate img {
  max-width: 100%;
  transform: scale(1.2);
  margin-top: -55px;
}

.clients .items {
  background-image: url(../images/bg-clients.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 60px;
}

.clients .item {
  border: 1px solid hsl(0deg 0% 95.28%);
  position: relative;
  box-shadow: 0 10px 20px hsl(0 0% 0% /0);
  transition: 300ms;
}

.clients .item:hover {
  box-shadow: 0 10px 20px hsl(0 0% 0% /0.07);
}

.clients .item::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 3px;
  background-color: transparent;
  transition: 300ms;
}

.clients .item:hover::after {
  background-color: var(--clr-primary-hsl-200);
}

.clients .item figure {
  height: 150px;
  overflow: hidden;
  padding: 1rem;
}

.clients .item figure img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.clients.container {
  margin-top: 8rem;
}

.clients .col-md-6 .row .col-md-6:nth-child(1) .item,
.clients .col-md-6 .row .col-md-6:nth-child(3) .item,
.clients .col-md-6 .row .col-md-6:nth-child(5) .item {
  transform: translateY(20px);
}

.clients .head-section span {
  color: var(--color--1);
  font-family: "Cairo";
  font-weight: 800;
}

.clients .head-section h2 {
  line-height: 1.6;
}

.how-to-work {
  background-image: url(../images/bg-howtowork.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3rem 0;
}

.how-to-work .d-flex {
  position: relative;
  min-height: 525px;
  width: 84%;
  margin: auto;
}

.how-to-work .col {
  width: 280px;
  position: absolute;
}

.how-to-work .item {
  text-align: center;
  background-image: url(../images/step01.svg);
  background-size: cover;
  height: 249px;
  background-repeat: no-repeat;
  width: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: top-b 3s ease-in-out infinite;
}

.how-to-work .col:nth-child(2) .item {
  background-image: url(../images/step02.svg);
}

.how-to-work .col:nth-child(3) .item {
  background-image: url(../images/step03.svg);
}

.how-to-work .col:nth-child(4) .item {
  background-image: url(../images/step04.svg);
}

.how-to-work .col:nth-child(5) .item {
  background-image: url(../images/step05.svg);
}

.how-to-work .item figure {
  height: 70px;
}

.how-to-work .item figure img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.how-to-work .item h3 {
  color: #fff;
  font-weight: 600;
  font-size: 1.12rem;
}

.how-to-work .d-flex .col:nth-child(1) {
  right: 0;
  top: 129px;
}

.how-to-work .d-flex .col:nth-child(1) .item {
  height: 270px;
}

.how-to-work .d-flex .col:nth-child(2) {
  right: 153px;
  top: 275px;
}

.how-to-work .d-flex .col:nth-child(3) {
  right: 312px;
  top: 124px;
}

.how-to-work .d-flex .col:nth-child(4) {
  right: 486px;
  top: 10px;
}

.how-to-work .d-flex .col:nth-child(5) {
  left: 0;
  top: 127px;
}

.information-security {
  margin-top: -3rem;
  padding: 3rem 0;
}

.information-security .col-md-2 {
  width: 20%;
}

.information-security .item {
  border: 1px solid #323745;
  padding: 3rem 1rem;
  border-radius: 30px;
  text-align: center;
  min-height: 245px;
  transition: 300ms;
  animation: top-b 3s ease-in-out infinite;
}

.information-security .item:hover {
  background: var(--color--5);
}

.information-security .item figure {
  height: 70px;
}

.information-security .item figure img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.information-security .item h3 {
  font-size: 1rem;
  line-height: 1.6;
}

.information-security .links a {
  padding: 0.98rem 2rem;
}

.information-security .links a:nth-child(1) {
  margin-left: 1rem;
}

footer {
  background: var(--color--9);
}

footer .top {
  padding: 3rem 0;
  color: #f3f3f3;
  font-size: 0.9rem;
  line-height: 2;
}

footer .top .item-footer h2 {
  font-weight: 600;
  font-size: 1.12rem;
  margin: 0 0 1.2rem;
}

footer .top ul {
  padding: 0;
  list-style-type: none;
}

footer .top ul li a {
  color: #ffffff;
  transition: 300ms;
}

footer .top ul li.address a {
  padding: 0.3rem 0.8rem;
  font-size: 0.8rem;
  position: relative;
  right: 5px;
  color: #333;
}

footer .top .item-footer ul.menu > li > a {
  color: #f3f3f3;
  transition: 300ms;
}

footer .top .item-footer ul.menu > li > a:hover {
  color: var(--clr-primary-hsl-200) !important;
}

footer .top ul.menu li a:before {
  content: "-";
  margin-left: 5px;
}

footer .top ul li a:hover,
footer .top a:hover {
  color: var(--color--2) !important;
}

footer .top .item-footer .d-flex {
  align-items: center;
  margin-bottom: 0.89rem;
  margin-top: -4px;
}

footer .top .item-footer .d-flex h2 {
  margin: 0 0 1rem;
}

.follow-us {
  display: flex;
  width: 75%;
}

.follow-us span {
  width: 60px;
  flex: 0 0 auto;
}

.follow-us ul {
  display: flex;
  width: 100%;
  flex: 0 0 auto;
  justify-content: space-around;
  margin: 0;
}

.follow-us ul li a {
  color: #fff;
  display: block;
  transition: 500ms;
}

footer .nav-tabs .nav-link {
  padding: 0.2rem 0.5rem;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 0;
  min-width: 72px;
}

footer .nav-tabs {
  border: 0;
}

footer .nav-tabs li:not(:last-child) {
  margin-left: 5px;
}

footer .top .row .col:nth-child(1),
footer .top .row .col:nth-child(2),
footer .top .row .col:nth-child(3) {
  width: 23%;
  flex: 0 0 auto;
}

footer .top .row .col:nth-child(4) {
  width: 29%;
  flex: 0 0 auto;
}

footer .nav-tabs .nav-item.show .nav-link,
footer .nav-tabs .nav-link.active,
footer .nav-tabs .nav-link:hover {
  background: var(--color--3);
  color: #fff;
  border-color: var(--color--3);
}

footer .center {
  background: var(--color--7);
  color: #fff;
  font-size: 0.92rem;
}

footer .center .d-flex {
  align-items: center;
  min-height: 90px;
}

footer .center .d-flex > a {
  width: 20%;
  flex: 0 0 auto;
}

footer .center .d-flex > p.m-0 {
  width: 65%;
  text-align: center;
  flex: 0 0 auto;
}

footer .center .d-flex img {
  max-width: 100%;
}

footer .center .d-flex > figure {
  display: flex;
  justify-content: flex-end;
  width: 15%;
}

footer .center .d-flex > a > img {
  width: 170px;
}

footer .bottom {
  padding: 1.2rem 0;
}

footer .bottom img {
  max-width: 100%;
}

/* 
**
** .template-content
**
*/

.template-content .intro-page {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.8;
  background-position: center 100px;
  background-repeat: no-repeat;
  background-size: cover;
  text-shadow: 1px 1px 8px black;
  overflow: hidden;
}

.page-template-template-haraj .intro-page {
  color: var(--bs-dark);
  text-shadow: none;
}

.page-template-template-webhosting-window .template-content {
  margin: 0;
}

.page-template-template-webhosting-window .template-content .intro-page {
  background-position: center -120px;
}

.template-content {
  margin-top: -119px;
}

.template-content section:not(:last-child) {
  margin-bottom: 3rem;
}

.template-content form[action="https://support.topline.com.sa/domainfinder.php"]
{
  position: relative;
}

.template-content form[action="https://support.topline.com.sa/domainfinder.php"] input[type="text"]
{
  width: 100%;
  border: 1px solid #f5f5f5;
  border-radius: 50px;
  min-height: 50px;
  padding-right: 150px;
}

.template-content form[action="https://support.topline.com.sa/domainfinder.php"] button
{
  position: absolute;
  min-height: 50px;
  border: 0;
  border-radius: 50px;
  min-width: 140px;
  background: var(--color--2);
  transition: 300ms;
  color: #fff;
}

.template-content form[action="https://support.topline.com.sa/domainfinder.php"] button:hover
{
  background: var(--color--3);
}

.price-domen {
  padding: 0;
  list-style-type: none;
  margin: 1rem 0 1rem;
  display: flex;
  justify-content: space-around;
  font-weight: 700;
  font-size: 0.99rem;
}

.price-domen li span {
  color: var(--color--1);
}

.template-content ._n {
  margin: 1.2rem 0;
  font-size: 1.1rem;
  padding: 2rem 1.5rem;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: 0px 0px 10px -8px #5a5a5a;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
}

.template-content .plans {
  background: #f5f5f5;
  padding: 3rem 0;
}

.template-content ._n > div {
  display: flex;
  align-items: center;
  margin: 0 0 0.5rem;
  justify-content: center;
}

.template-content ._n > div > a {
  background: var(--color--6);
  display: flex;
  color: #f4f4f4;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  font-size: 1.2rem;
}

.template-content ._n > div > a:hover {
  background: var(--color--3) !important;
}

.template-content ._n > div > a:nth-child(2) {
  margin-left: 0.5rem;
  background: #09b83e;
  margin-right: 0.5rem;
}

.template-content ._n > span {
  letter-spacing: 2px;
  font-size: 1.1rem;
}

.page-template-template-webhosting-sa .template-content .plans .item {
  overflow: hidden;
}

.template-content .plans .item {
  background: #fff;
  padding: 1rem;
  box-shadow: 0px 0px 8px 0px #ddd;
  transition: 300ms;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.template-content .plans .item.offer {
  transform: scale(1.02) translate(0, -20px);
  z-index: 9;
  background: var(--bs-light);
}

.template-content .plans .item > span.offer-title,
.template-content .plans .item > span.offer-code {
  background: var(--bs-success);
  color: #fff;
  font-size: 0.81rem;
  position: absolute;
  transform: translate(76px, -2px) rotate(45deg);
  min-height: 48px;
  min-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-template-template-webhosting-sa
  .template-content
  .plans
  .item
  > span.offer-title,
.page-template-template-webhosting-sa
  .template-content
  .plans
  .item
  > span.offer-code,
.page-template-template-saudiservers
  .template-content
  .plans
  .item
  > span.offer-title,
.page-template-template-saudiservers
  .template-content
  .plans
  .item
  > span.offer-code {
  position: static;
  transform: initial;
  min-height: auto;
  padding: 0.5rem;
  background: var(--color--2);
  color: var(--bs-dark);
  font-size: 0.919rem;
}

.page-template-template-webhosting-sa
  .template-content
  .plans
  .item
  > span.offer-title,
.page-template-template-webhosting-sa
  .template-content
  .plans
  .item
  > span.offer-code,
.page-template-template-saudiservers
  .template-content
  .plans
  .item
  > span.offer-title,
.page-template-template-saudiservers
  .template-content
  .plans
  .item
  > span.offer-code {
  min-width: auto;
  width: 125px;
  margin: auto;
  font-size: 0.79rem;
  font-weight: 700;
}

.page-template-template-webhosting-sa
  .template-content
  .plans
  .item
  > span.offer-title,
.page-template-template-saudiservers
  .template-content
  .plans
  .item
  > span.offer-title {
  margin-top: 0.5rem;
}

.template-content .plans .item > span.offer-code {
  transform: translate(-60px, -2px) rotate(-45deg);
  right: initial;
  left: 0;
}

.template-content .plans .item > .sa {
  position: absolute;
  background: var(--bs-green);
  color: var(--bs-light);
  transform: rotate(45deg) translate(33px, -18px);
  height: 37px;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  top: 0;
  right: 0;
}

.template-content .plans .item:hover {
  box-shadow: 0px 0px 8px 5px #ddd;
}

.template-content .plans .item .price {
  text-align: center;
  margin-bottom: 1rem;
}

.template-content .plans .item .price .d-flex {
  justify-content: center;
  align-items: center;
  margin-top: 23px;
}

.page-template-template-webhosting-sa
  .template-content
  .plans
  .item
  .price
  .d-flex,
.page-template-template-saudiservers
  .template-content
  .plans
  .item
  .price
  .d-flex {
  margin: 0 !important;
}

.template-content .plans .item .price .d-flex > span {
  font-size: 0.89rem;
  color: var(--bs-gray);
  margin-right: 7px;
}

.template-content .plans .item .price h3 {
  font-size: 2.2rem;
  font-weight: 800;
}

.template-content .plans .item .price h3.old {
  transform: scale(0.7);
  color: var(--bs-gray) !important;
  opacity: 0.6;
  text-decoration: line-through;
}

.template-content .plans .item figure {
  height: 65px;
  width: 65px;
  margin: auto;
  margin-bottom: 1rem;
}

.page-template-template-specialservers .template-content .plans .item figure {
  height: 110px;
  width: 100%;
}

.template-content .plans .item figure img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.template-content .plans .item h2 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;

  margin-bottom: 1.5rem;
}

.page-template-template-hostvps .template-content .plans .item h2 {
  font-family: "Cairo";
}

.template-content .plans .item ul {
  list-style-type: none;
  padding: 0;
}

.template-content .plans .item ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.89rem;
  margin: 0 0 0.6rem;
  position: relative;
}

.page-template-template-webhosting-window
  .template-content
  .plans
  .item
  ul
  li
  span:nth-child(1) {
  font-size: 0.85rem;
}

.template-content .plans .item ul li span:nth-child(2) {
  font-weight: 700;
  display: flex;
}

.template-content .plans .item ul li span:nth-child(2) a {
  color: #fff;
  font-size: 0.8rem;
  display: inline-block;
  background: var(--bs-gray);
  padding: 0.2rem 0.55rem;
  font-weight: 300;
  border-radius: 25px;
  margin-right: 0.1rem;
}

.page-template-template-webhosting
  .template-content
  .plans
  .item
  ul
  li
  span:nth-child(2)
  a {
  display: none;
}

.template-content .plans .item ul li.dropli {
  position: relative;
  flex-wrap: wrap;
  cursor: pointer;
}

.template-content .plans .item ul li.dropli > ul {
  width: 100%;
  flex: 0 0 auto;
  height: 0;
  overflow: hidden;
  transition: height 300ms;
}

.template-content .plans .item ul li.dropli > ul.active {
  height: min-content;
}

.template-content .plans .item ul li.dropli > ul > li i.bi.bi-star {
  color: goldenrod;
}

.template-content .plans .item ul li.dropli > ul > li {
  display: block;
  color: var(--bs-dark);
}

.template-content .plans .item ul > li.dropli:before {
  content: attr(data-desc);
  background: var(--color--7);
  color: #fff;
  display: inline-block;
  padding: 0.3rem 0.5rem;
  font-size: 0.7rem;
  border-radius: 50px;
  position: absolute;
  top: -7px;
  opacity: 0;
  right: -120px;
  transition: 300ms;
  transform: translateY(-5px);
  width: 110px;
  text-align: center;
}

.template-content .plans .item ul li.dropli:hover:before {
  opacity: 1;
  transform: translateY(0px);
}

.template-content .plans .item ul > li.dropli > span:nth-child(1):before {
  content: "\f282";
  font-family: "bootstrap-icons";
  vertical-align: middle;
  font-size: 0.77rem;
  margin-left: 2px;
}

.template-content .plans .item ul li > ul > li:first-child {
  margin-top: 0.5rem;
}

.template-content .plans .item .btn-site {
  border-radius: 50px;
  text-align: center;
  display: block;
  padding: 0.8rem;
}

.template-content .plans .item .btn-site:hover {
  opacity: 0.9;
}

.template-content .features .item {
  text-align: center;
  padding: 1.1rem 1rem;
  box-shadow: 0px 0px 6px -3px rgb(0 0 0 / 64%);
  border-radius: 15px;
  font-size: 0.93rem;
  margin: 0 0 30px;
  transition: 300ms;
  min-height: 395px;
  color: var(--bs-gray);
}

.page-template-template-emarketing .template-content .features .item,
.page-template-template-applicationprogramming
  .template-content
  .features
  .item,
.page-template-template-seo .template-content .features .item {
  min-height: 290px;
  line-height: 1.8;
}

.page-template-template-hostvps .template-content .features .item {
  min-height: 340px;
  line-height: 1.8;
}

.page-template-template-specialservers .template-content .features .item,
.page-template-template-sms .template-content .features .item {
  min-height: 320px;
  line-height: 1.8;
}

.page-template-template-saudiservers .template-content .features .item {
  min-height: 316px;
  line-height: 1.8;
}

.template-content .features .item:hover {
  transform: translateY(-5px);
  cursor: pointer;
}

.template-content .features .item figure {
  height: 100px;
  width: 100px;
  margin: auto;
  margin-bottom: 1rem;
  background: var(--bs-light);
  padding: 0.1rem;
  border-radius: 50%;
}

.template-content .features .item figure img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.template-content .features .item h3 {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color--8);
  padding-left: 1rem;
  padding-right: 1rem;
  min-height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.template-content .features .item p {
  margin: 0;
}

.template-content .comparison {
  background: var(--color--7);
  color: #fff;
  padding: 3rem 0;
}

.template-content .comparison .head-section * {
  color: #f1f1f1;
}

.template-content .comparison .head-block-page {
  display: flex;
  justify-content: space-around;
  text-align: center;
}

.template-content .comparison .head-block-page figure {
  height: 60px;
  width: 90px;
  margin: auto;
  margin-bottom: 1rem;
}

.template-content .comparison .head-block-page figure img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.template-content .comparison .head-block-page h2 {
  font-weight: 700;
  font-size: 1.2rem;
  color: #f1f1f1;
}

.template-content .comparison .body-block-page {
  margin-top: 2rem;
}

.template-content .comparison .body-block-page > div {
  display: flex;
  font-size: 0.99rem;
  margin: 0 0 1.5rem;
  align-items: center;
}

.template-content .comparison .body-block-page > div .right,
.template-content .comparison .body-block-page > div .left {
  width: 45%;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.template-content .comparison .body-block-page > div .center {
  width: 10%;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
}

.template-content .comparison .body-block-page > div .center span {
  background: var(--bs-gradient);
  display: flex;
  height: 60px;
  width: 60px;
  flex: 0 0 auto;
  border-radius: 50%;
  margin: auto;
  border: 5px solid var(--color--8);
  line-height: 47px;
  font-weight: 600;
  font-size: 1.5rem;
  position: relative;
  color: var(--color--1);
  justify-content: center;
  align-items: center;
}

.template-content .comparison .body-block-page > div:nth-child(2) .center span {
  color: var(--color--2);
}

.template-content .comparison .body-block-page > div:nth-child(3) .center span {
  color: var(--color--3);
}

.template-content .comparison .body-block-page > div:nth-child(4) .center span {
  color: var(--color--4);
}

.template-content .comparison .body-block-page > div:nth-child(5) .center span {
  color: var(--color--1);
}

.template-content .comparison .body-block-page > div:nth-child(6) .center span {
  color: var(--color--2);
}

.template-content .comparison .body-block-page > div .center span:before,
.template-content .comparison .body-block-page > div .center span:after {
  content: "";
  position: absolute;
  background-color: var(--color--8);
  height: 3px;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.template-content .comparison .body-block-page > div .center span:before {
  left: -20px;
}

.template-content .comparison .body-block-page > div .center span:after {
  right: -20px;
}

.template-content .comparison .body-block-page > div p {
  margin: 0;
}

.template-content .host-transfer {
  background-image: url(../images/webhosting/bg-security.svg);
  background-repeat: no-repeat;
  background-size: 51%;
  background-position: center right;
  margin-top: -3rem;
  padding: 4rem 0;
}

.template-content .host-transfer .head-block-page.d-flex {
  justify-content: space-around;
}

.template-content .host-transfer .head-block-page.d-flex > div {
  width: 40%;
  flex: 0 0 auto;
}

.template-content .host-transfer .head-block-page.d-flex figure {
  height: 300px;
  width: 300px;
  /* margin: auto; */
  margin-bottom: 1rem;
}

.template-content .host-transfer .head-block-page.d-flex figure img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.template-content .host-transfer .head-block-page.d-flex h2 {
  font-weight: 700;
  font-size: 1.3rem;
}

.template-content .host-transfer .head-block-page.d-flex ul.list-unstyled {
  line-height: 2.2;
  min-height: 150px;
}

.template-content .host-transfer .head-section {
  margin-bottom: 3rem;
}

.template-content .host-transfer .head-block-page.d-flex a.btn-site {
  padding: 0.85rem 2.2rem;
  border-radius: 50px;
}

.template-content .host-transfer .head-block-page.d-flex a.btn-site:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}

.template-content .map-host {
  background-color: #32384c;
  background-image: url(../images/webhosting/map-host-page.png);
  margin-top: -3rem;
  padding: 3rem 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 640px;
}

.template-content .map-host .head-section * {
  color: #f1f1f1;
}

.template-content .logos {
  margin-bottom: 3rem;
}

.template-content .logos .items {
  display: flex;
  justify-content: space-between;
}

.template-content .logos .items figure {
  margin: 0;
  height: 70px;
}

.template-content .logos .items figure img {
  height: 100%;
  object-fit: scale-down;
  width: 100%;
}

.template-content .intro-page .caption > h3 {
  color: var(--color--2);
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.page-template-template-information-security
  .template-content
  .intro-page
  .caption
  > h3
  span.color__3 {
  font-size: 1rem;
}

.page-template-template-information-security
  .template-content
  .intro-page
  .caption
  > h3 {
  max-width: 100%;
  width: 500px;
}

.page-template-template-haraj .intro-page .caption h3 {
  color: var(--bs-dark);
}

.page-template-template-haraj .intro-page .caption small {
  font-size: 0.875rem;
  display: block;
  margin: 0 0 1rem;
}

.page-template-template-saudiservers .template-content .intro-page .container,
.page-template-template-cloudservers .template-content .intro-page .container {
  transform: translateY(60px);
}

.template-content .intro-page .caption > h3 > span {
  color: #fff;
}

.template-content .intro-page .caption {
  text-align: right;
}

.template-content .intro-page .caption p strong {
  font-size: 1.8rem;
}

.template-content .intro-page figure {
  margin: 0;
}

.template-content .intro-page figure img {
  max-width: 100%;
}

.information-serv figure {
  margin: 0;
  height: 180px;
  overflow: hidden;
}

.information-serv figure img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.information-serv .content {
  line-height: 1.9;
  color: var(--bs-gray);
}

.information-serv .content h4 {
  font-weight: 700;
  margin: 0 0 1rem;
}

.information-serv .content p {
  margin: 0;
}

.page-template-template-saudiservers .template-content .plans .item ul li {
  font-size: 0.84rem;
}

.page-template-template-saudiservers
  .template-content
  .plans
  .item
  ul
  li
  span:nth-child(1) {
  width: 60%;
  flex: 0 0 auto;
}

.page-template-template-saudiservers
  .template-content
  .plans
  .item
  ul
  li
  span:nth-child(2) {
  width: 40%;
  flex: 0 0 auto;
  text-align: left;
  justify-content: flex-end;
}

.page-template-template-saudiservers .template-content .plans .item {
  min-height: 660px;
  overflow: hidden;
}

.page-template-template-saudiservers .template-content .plans .item a.btn-site {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  width: 94%;
  margin: auto;
}

.template-content .comparison-servier {
  background-color: transparent;
  color: var(--bs-dark);
}

.template-content .comparison-servier .d-flex .Characteristics {
  background: var(--color--6);
  color: var(--bs-light);
  width: 28%;
  margin-left: 0.5rem;
  flex: 0 0 auto;
  border-radius: 250px;
  padding: 3rem 2rem;
}

.template-content .comparison-servier {
  font-size: 0.81rem;
}

.template-content .comparison-servier .d-flex .Characteristics h3 {
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
  margin: 0 0 1rem;
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.template-content .comparison-servier .d-flex .Characteristics ul li a {
  color: #f1f1f2;
  min-height: 50px;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

.template-content
  .comparison-servier
  .d-flex
  .Characteristics
  ul
  li:not(:last-child)
  a {
  border-bottom: 1px solid var(--color--8);
}

.template-content .comparison-servier .d-flex .Characteristics ul li a:before {
  content: "\f284";
  font-family: "bootstrap-icons";
  font-size: 0.7rem;
  vertical-align: middle;
  margin-left: 4px;
}

.template-content .comparison-servier .d-flex .Characteristics ul li > ul {
  display: none;
  padding: 0;
  list-style-type: none;
}

.template-content .comparison-servier .d-flex .Characteristics ul > li {
  margin-bottom: 0.5rem;
}

.template-content .comparison-servier .head-section * {
  color: var(--color--5);
}

.template-content .comparison-servier .d-flex .item__plans {
  width: 23%;
  margin-left: 0.5rem;
  flex: 0 0 auto;
  border-radius: 250px;
  padding: 3rem 2rem;
  text-align: center;
  box-shadow: 0px 0px 13px -5px rgb(0 0 0 / 41%);
}

.template-content .comparison-servier .d-flex .item__plans .price {
  min-height: 55px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.template-content .comparison-servier .d-flex .item__plans .price p {
  margin: 0;
}

.template-content .comparison-servier .d-flex .item__plans h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}

.template-content .comparison-servier .d-flex .item__plans .price strong {
  color: var(--color--1);
  font-size: 1.44rem;
}

.template-content .comparison-servier .d-flex .item__plans ul.list-unstyled {
  margin: 0;
  padding: 0 3rem;
  margin-top: 0.8rem;
}

.template-content .comparison-servier .d-flex .item__plans ul.list-unstyled li {
  font-size: 1.3rem;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.template-content
  .comparison-servier
  .d-flex
  .item__plans
  ul.list-unstyled
  li:not(:last-child) {
  border-bottom: 1px solid var(--color--8);
}

i.bi.bi-x-circle-fill {
  color: var(--color--1);
}

i.bi.bi-check-circle-fill {
  color: var(--bs-green);
}

.template-content .comparison-servier .d-flex .item__plans .link a {
  border-radius: 50px;
  padding: 0.77rem 1.2rem;
}

.template-content .comparison-servier .nav-tabs {
  border: 0;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.template-content .comparison-servier .nav-tabs .nav-link {
  background: var(--bs-secondary);
  color: #fff;
  border: 0;
  border-radius: 50px;
  padding: 0.8rem 1.6rem;
}

.template-content .comparison-servier .nav-tabs li:nth-child(1) .nav-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.template-content .comparison-servier .nav-tabs li:nth-child(2) .nav-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.template-content .comparison-servier .nav-tabs .nav-link.active,
.template-content .comparison-servier .nav-tabs .nav-link:hover {
  background: var(--color--2);
}

.template-content .information-specialserver,
.template-content .information-section {
  line-height: 1.9;
  color: var(--bs-gray);
  font-size: 1.05rem;
  text-align: center;
}

.template-content .information-specialserver .btn-site,
.template-content .information-section .btn-site {
  color: var(--bs-light);
  border-radius: 50px;
  padding: 0.8rem 1.9rem;
}

.template-content .information-specialserver .btn-site:hover,
.template-content .information-section .btn-site:hover {
  opacity: 0.9;
}

.template-content .contact-block3 {
  background: var(--color--7);
  padding: 4rem 0;
}

.template-content .contact-block3 .head-section * {
  color: var(--bs-light);
}

.template-content .contact-block3 .item {
  text-align: center;
}

.template-content .contact-block3 .item a {
  color: var(--bs-light);
}

.template-content .contact-block3 .item a figure {
  height: 110px;
  width: 110px;
  background: var(--color--5);
  margin: auto;
  margin-bottom: 1rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 5px solid var(--color--9);
}

.template-content .contact-block3 .item a figure i {
  font-size: 3rem;
}

.template-content .contact-block3 .item a span {
  font-size: 1.1rem;
}

.template-content .comparison-serv {
  padding: 4rem 0;
  background: var(--color--9);
  color: var(--bs-light);
}

.template-content .comparison-serv .head-section * {
  color: var(--bs-light);
}

.template-content .comparison-serv .head-table {
  display: flex;
  align-items: center;
  background: var(--color--3);
  min-height: 60px;
  padding: 0 1rem;
  border-bottom: 1px solid #ddd;
}

.template-content .comparison-serv .head-table figure.m-0 {
  height: 30px;
  width: 30px;
}

.template-content .comparison-serv .head-table figure.m-0 img {
  filter: brightness(0) invert(1);
}

.template-content .comparison-serv .head-table > div {
  flex: 0 0 auto;
  width: 25%;
  text-align: center;
}

.template-content .comparison-serv .body-table {
  display: flex;
  align-items: center;
}

.template-content .comparison-serv .body-table > div {
  width: 25%;
  flex: 0 0 auto;
  min-height: 50px;
  background: var(--bs-light);
  color: var(--bs-dark);
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
}

.template-content .comparison-serv .body-table > div.caption-main-comp {
  background: var(--color--3);
  color: #f8f9fa;
  justify-content: end;
  padding: 0 1rem;
}

.template-content .comparison-serv .body-table:last-child > div {
  border: 0;
}

.template-content .information-webdesign .content .item {
  text-align: center;
  line-height: 1.8;
  color: var(--bs-gray);
  font-size: 0.95rem;
  min-height: 310px;
}

.template-content .information-webdesign .content .item figure {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: auto;
  margin-bottom: 1rem;
  padding: 0.8rem;
  background: var(--bs-light);
  border-radius: 50%;
}

.template-content .information-webdesign .content .item figure img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.template-content .information-webdesign .content .item h2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 1rem;
}

.template-content .information-webdesign .content-center {
  background: var(--color--8);
  color: #f2f2f2;
  text-align: center;
  padding: 6rem 0rem;
  border-radius: 100px;
}

.template-content .information-webdesign .content-center .item-s figure {
  height: 80px;
  width: 80px;
  margin: auto;
  border: 1px solid var(--bs-white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--color--2);
  font-weight: 800;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.template-content .information-webdesign .content-center .item-s figure span {
  display: block;
  color: var(--bs-light);
  font-size: 0.8rem;
  font-weight: 600;
}

.template-content .information-webdesign .content-center .item-s h4 {
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.5;
}

.template-content .tools {
  background: var(--color--3);
  padding: 4rem 0;
  text-align: center;
  color: #fff;
}

.template-content .tools .item figure {
  height: 90px;
}

.template-content .tools .item figure img {
  height: 100%;
  object-fit: scale-down;
}

.template-content .tools .item h4 {
  font-size: 1.2rem;
  font-weight: 700;
}

.template-content .new-d-plans .item-head {
  background: #ececec;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  flex-wrap: wrap;
}

.template-content .new-d-plans .item-head .offer {
  text-align: center;
}

.template-content .item-head .title-offer,
.template-content .item-head .code-offer {
  position: absolute;
  background: var(--bs-success);
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0.8rem;
  min-height: 70px;
  display: flex;
  justify-content: center;
  width: 70px;
  align-items: center;
}

.template-content .item-head .code-offer {
  left: 0;
  right: inherit;
}

.template-content .new-d-plans .item-head h3,
.template-content .new-d-plans .item-head h2 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
  color: var(--color--8);
}

.template-content .new-d-plans .item-head h2.old,
.template-content .new-plans .item-head h2.old {
  color: var(--bs-gray) !important;
  opacity: 0.8;
  text-decoration: line-through;
}

.template-content .new-d-plans .item-head h2.new,
.template-content .new-plans .item-head h2.new {
  font-size: 1.5rem;
}

.template-content .new-d-plans .head-p .row:last-child .item-head {
  background: #f7f7f7;
}

.template-content .new-d-plans .text-center.bar {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  background: var(--color--8);
  color: #fff;
  cursor: pointer;
}

.page-template-template-shop
  .template-content
  .new-d-plans
  .row:not(.active)
  h6
  .bi-chevron-up {
  display: none;
}

.page-template-template-shop
  .template-content
  .new-d-plans
  .row.active
  h6
  .bi-chevron-down {
  display: none;
}

.template-content .new-d-plans .text-center.bar > h6 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.template-content .new-d-plans .item-body {
  display: flex;
  justify-content: center;
  min-height: 63px;
  align-items: center;
  font-size: 0.99rem;
  background: #f8f8f8;
}

.template-content .new-d-plans .item-body figure {
  height: 40px;
  width: 90px;
}

.template-content .new-d-plans .item-body figure img {
  height: 100%;
  object-fit: scale-down;
  width: 100%;
}

.template-content .new-d-plans .item-body p {
  margin: 0;
  text-align: center;
}

.template-content .new-d-plans .body-p .row:nth-of-type(odd) .item-body {
  background: #fff;
}

.template-content .new-d-plans .link {
  text-align: center;
}

.template-content .new-d-plans .link a.btn-site {
  border-radius: 50px;
  color: #fff !important;
  padding: 0.8rem 2rem;
  margin-top: 20px;
}

.template-content div#content {
  margin-bottom: 3rem;
}

.new-d-plans.fixed .head-p {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: calc(1140px - 20px);
  margin: auto;
}

#planss {
  margin: 0 0 3rem;
}

.page-template-template-emarketing .template-content .plans {
  background: var(--color--5);
}

.page-template-template-emarketing .template-content .plans .head-section * {
  color: #f1f1f1;
}

.page-template-template-emarketing
  .template-content
  .plans
  .row:not(.justify-content-center)
  > div {
  padding: 0;
  font-size: 0.91rem;
  background: #f5f5f5;
  text-align: center;
}

.page-template-template-emarketing
  .template-content
  .plans
  .row:not(.justify-content-center)
  > div
  .head {
  min-height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color--3);
  color: #fff;
  flex-direction: column;
}

.page-template-template-emarketing
  .template-content
  .plans
  .row:not(.justify-content-center)
  > div
  .head
  .price {
  font-size: 1.1rem;
  font-weight: 700;
}

.page-template-template-emarketing
  .template-content
  .plans
  .row:not(.justify-content-center)
  > div
  .head
  h2 {
  font-size: 1.3rem;
  font-weight: 700;
}

.page-template-template-emarketing
  .template-content
  .plans
  .row:not(.justify-content-center)
  ul
  li {
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.page-template-template-emarketing
  .template-content
  .plans
  .row:not(.justify-content-center)
  ul
  li:nth-of-type(odd) {
  background: #f5f5f5;
}

@media (min-width: 1400px) {
  .new-d-plans.fixed .head-p {
    width: calc(1320px - 20px);
  }
}

.logos-shop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logos-shop figure {
  margin: 0;
  height: 43px;
  background: #fff;
}

.logos-shop figure img {
  height: 100%;
  object-fit: scale-down;
}

.template-content .features ul#myTab {
  border: 0;
  background: #fff;
  padding: 1rem;
  border-radius: 5px;
  height: 250px;
  overflow: auto;
  margin-top: 1rem;
}

.template-content .features ul#myTab li.nav-item > button {
  background: 0;
  border: 0;
  text-align: right;
  font-size: 0.91rem;
  display: flex;
  align-items: flex-start;
  width: 100%;
  color: var(--bs-gray);
  transition: 300ms;
}

.template-content .features ul#myTab li.nav-item > button:hover {
  color: var(--bs-dark);
}

.template-content .features ul#myTab li.nav-item > button i {
  color: goldenrod;
  font-size: 1.1rem;
  margin-left: 0.4rem;
}

.template-content .features ul#myTab li.nav-item {
  width: 100%;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--bs-gray);
}

.template-content .features div#myTabContent > div .option {
  color: var(--bs-light);
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 1rem;
}

.template-content .features div#myTabContent > div p {
  color: var(--bs-light);
  line-height: 1.8;
  font-size: 1.1rem;
}

.template-content .features div#myTabContent > div a.btn-site {
  border-radius: 50px;
  padding: 0.8rem 2rem;
  color: #fff;
}

.template-content .features div#myTabContent > div figure {
  margin: 0;
  height: 250px;
}

.template-content .features div#myTabContent > div figure img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.template-content .features div#myTabContent > div .row {
  align-items: center;
}

.page-template-template-shop .template-content .plans {
  background: 0;
  margin-top: -2rem;
}

.page-template-template-shop .template-content .plans h3.desc {
  text-align: center;
  font-weight: 700;
  font-size: 1.3rem;
  margin: 0 0 1.8rem;
  color: var(--color--3);
}

.page-template-template-shop
  .template-content
  .plans
  .head-p
  > .row
  > .col-2:nth-child(1),
.page-template-template-shop
  .template-content
  .plans
  .body-p
  > div
  > .row
  > .col-2:nth-child(1) {
  width: 33.3333333%;
}

.page-template-template-shop
  .template-content
  .plans
  .body-p
  .content-tab-plan:not(.active) {
  display: none;
}

.page-template-template-applicationprogramming .template-content .options {
  background: var(--bs-dark);
  padding: 4rem 0;
  color: var(--bs-light);
}

.page-template-template-applicationprogramming
  .template-content
  .options
  .head-section
  h2 {
  color: var(--bs-light);
  margin-bottom: 2.5rem;
}

.page-template-template-applicationprogramming
  .template-content
  .options
  .items
  .col-5
  > p {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color--3);
}

.page-template-template-applicationprogramming
  .template-content
  .options
  .items
  > .row
  .col-5:nth-child(3)
  > p {
  color: var(--color--1);
}

.page-template-template-applicationprogramming
  .template-content
  .options
  .items
  .center {
  background: var(--color--9);
  padding: 4rem 0.5rem;
  text-align: center;
  color: var(--vp-color-gray-light);
  border-radius: 100px;
  min-height: 1180px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top: -1.5rem;
}

.page-template-template-applicationprogramming
  .template-content
  .options
  .items
  .d-flex {
  margin: 0 0 1rem;
  font-size: 0.99rem;
  line-height: 1.8;
  width: 100%;
  min-height: 129px;
  align-items: center;
}

.page-template-template-applicationprogramming
  .template-content
  .options
  .items
  .d-flex
  .icon {
  width: 90px;
  flex: 0 0 auto;
  height: 90px;
  background: #fff;
  margin-left: 1rem;
  border-radius: 50%;
}

.page-template-template-applicationprogramming
  .template-content
  .options
  .items
  .d-flex
  .icon
  img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.page-template-template-applicationprogramming
  .template-content
  .options
  .items
  .center
  .item-center
  > span {
  border: 1px solid;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  margin: auto;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 1rem;
  background: var(--bs-gradient);
}

.template-content .section-programming-tools {
  margin-top: -3rem;
  background: var(--color--3);
  padding: 4rem 0;
  color: #fff;
}

.template-content .section-programming-tools .col-auto {
  width: 20%;
}

@media (max-width: 992px) {
  .template-content .section-programming-tools .col-auto {
    width: 50%;
  }
}

.template-content .section-programming-tools .col-auto .item {
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.8;
}

.template-content .section-programming-tools .col-auto .item .icon {
  height: 100px;
  background: var(--bs-gradient);
  border-radius: 50%;
  width: 100px;
  margin: auto;
  margin-bottom: 1rem;
}

.template-content .section-programming-tools .col-auto .item .icon img {
  height: 100%;
  object-fit: scale-down;
  width: 100%;
}

.template-content .section-programming-tools .col-auto .item h2 {
  font-size: 1.21rem;
  font-weight: 700;
}

.page-template-template-shop .template-content .features {
  background: var(--color--3);
  padding: 4rem 0;
}

.page-template-template-shop .template-content .features .head-section h2 {
  color: #f9f9f9;
}

.page-template-template-sms .template-content .plans {
  margin-top: -3rem;
}

.page-template-template-sms .template-content .plans .item figure {
  width: auto;
}

.page-template-template-information-security
  .template-content
  .intro-page
  .container {
  transform: translateY(80px);
}

#content-page > section {
  padding: 3rem 0;
  background: var(--bs-white);
  margin: 0;
}

#content-page > section:nth-of-type(odd) {
  background: var(--bs-light);
}

#content-page > section .head-block {
  margin: 0 0 1rem;
  display: inline-block;
}

#content-page > section .head-block h2 {
  display: inline-block;
  padding: 0.65rem 2.5rem;
  font-weight: 700;
  margin: 0;
  font-size: 2rem;
  color: #fff;
}

#content-page > section .items .item {
  margin: 0 0 1.5rem;
}

#content-page > section .items .item .contengt {
  background: var(--bs-light);
  padding: 2rem;
  box-shadow: 0px 0px 7px -5px #001;
  border-radius: 10px;
  margin-right: 3rem;
  padding-top: 3rem;
  margin-top: -2.5rem;
  color: var(--bs-gray);
  line-height: 1.8;
  text-align: justify;
}

#content-page > section:nth-of-type(odd) .items .item .contengt {
  background: var(--bs-white);
}

#content-page > section .items .item .icon {
  width: 100px;
  height: 90px;
  border-radius: 10px;
  padding: 1rem;
  position: relative;
}

#content-page > section .items .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

#content-page > section .items .item .contengt > h4 {
  font-size: 1.4rem;
  font-weight: 700;
}

#content-page > section .items .item .contengt > p {
  margin: 0;
}

#content-page > section .items .item .contengt > ul {
  margin: 0;
}

#content-page > section .items .item .contengt > ul li:before {
  content: "\f272";
  font-family: "bootstrap-icons";
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
}

.template-content .about-us .content p {
  line-height: 1.9;
  font-size: 1.1rem;
  color: var(--bs-gray);
  font-weight: 600;
}

.page-template-template-aboutus .template-content > section {
  background: var(--bs-white);
  padding: 3rem 0;
}

.page-template-template-aboutus .template-content > section:nth-of-type(odd) {
  background: #f8f8f8;
  margin-top: -3rem;
}

.page-template-template-aboutus .template-content > section:nth-child(1) {
  padding: 0;
}

.page-template-template-aboutus .template-content > section.bg__color__3 * {
  color: #fff !important;
}

.page-template-template-aboutus .template-content > section.bg__color__3 {
  margin-top: -3rem;
}

.page-template-template-aboutus .template-content > section ul#myTab {
  justify-content: center;
  border: 0;
  margin: 0 0 2rem;
}

.page-template-template-aboutus
  .template-content
  > section
  ul#myTab
  li.nav-item
  > button,
.page-template-template-aboutus
  .template-content
  > section
  ul#myTab
  li.nav-item {
  border: 0 !important;
  padding: 0;
}

.page-template-template-aboutus
  .template-content
  > section
  ul#myTab
  li.nav-item
  > button.active
  figure {
  background: var(--bs-gray-dark);
}

.page-template-template-aboutus
  .template-content
  > section
  ul#myTab
  li.nav-item
  > button
  figure {
  height: 120px;
  width: 120px;
  background: #fff;
  border-radius: 50%;
}

.page-template-template-aboutus
  .template-content
  > section
  ul#myTab
  li.nav-item
  > button
  figure
  img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.page-template-template-aboutus
  .template-content
  > section
  ul#myTab
  li.nav-item
  > button {
  margin: 0 0.5rem 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}

.page-template-template-aboutus
  .template-content
  > section
  ul#myTab
  li.nav-item
  > button.active {
  background: 0;
}

.page-template-template-aboutus
  .template-content
  > section
  ul#myTab
  li.nav-item
  > button.active
  figure
  img {
  filter: brightness(0) invert(1);
}

.page-template-template-aboutus .template-content > section.topline {
  background: var(--color--7);
  color: #f3f3f3;
  margin-top: -3rem;
}

.page-template-template-aboutus
  .template-content
  > section.topline
  .head-section
  h2 {
  color: var(--bs-light);
  margin-bottom: 2rem;
}

.page-template-template-aboutus
  .template-content
  > section.topline
  .content
  > ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 3rem;
}

.page-template-template-aboutus
  .template-content
  > section.topline
  .content
  > ul
  li {
  background: var(--bs-light);
  margin: 0 0 1rem;
  padding: 1rem;
  color: var(--bs-dark);
  font-size: 1rem;
  font-weight: 600;
  border-right: 4px solid;
  border-radius: 10px;
}

.page-template-template-aboutus
  .template-content
  > section.topline
  .content
  > ul
  li:nth-child(1),
.page-template-template-aboutus
  .template-content
  > section.topline
  .content
  > ul
  li:nth-child(5) {
  border-color: var(--color--1);
}

.page-template-template-aboutus
  .template-content
  > section.topline
  .content
  > ul
  li:nth-child(2) {
  border-color: var(--color--2);
}

.page-template-template-aboutus
  .template-content
  > section.topline
  .content
  > ul
  li:nth-child(3) {
  border-color: var(--color--3);
}

.page-template-template-aboutus
  .template-content
  > section.topline
  .content
  > ul
  li:nth-child(4) {
  border-color: var(--color--4);
}

.page-template-template-aboutus
  .template-content
  > section.bg__color__3
  .item-num
  > figure {
  background: var(--bs-gradient);
  border-radius: 50%;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-weight: 700;
  border: 1px solid #72bfc5;
  width: 170px;
  margin: auto;
  margin-bottom: 1rem;
}

.page-template-template-aboutus
  .template-content
  > section.bg__color__3
  .item-num
  > h4 {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
}

.about-us .item-f > ul {
  position: relative;
  box-shadow: 0px 0px 9px -5px rgb(0 0 0 / 78%);
  padding: 1.5rem 0.7rem;
  list-style-type: none;
  border-radius: 20px;
  min-height: 325px;
  background: #fff;
  margin: 0 0.5rem;
}

.about-us .item-f {
  position: relative;
}

.about-us .item-f > img {
  width: 70px;
  transform: rotate(90deg);
  position: relative;
  z-index: 1;
  top: 10px;
  right: 20px;
}

.about-us .item-f > ul > li {
  margin: 0 0 10px;
  font-size: 0.92rem;
  line-height: 2;
  display: flex;
}

.about-us .item-f > ul > li > i {
  margin-left: 7px;
}

.about-us .item-f:before {
  content: "";
  position: absolute;
  min-height: 280px;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color--1);
  z-index: 0;
  border-top-left-radius: 150px;
  border-top-right-radius: 140px;
}

.about-us .row .col-md-4:nth-child(2) .item-f:before {
  background: var(--color--2);
}

.about-us .row .col-md-4:nth-child(3) .item-f:before {
  background: var(--color--3);
}

.about-us .item-f > h3 {
  position: relative;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 1rem;
}

.template-content .accoutns .box {
  text-align: center;
  margin: 0 0 1.5rem;
  box-shadow: 0px 0px 8px -4px #000;
  border-radius: 15px;
  padding: 2rem 1rem;
  line-height: 1.8;
  font-size: 0.95rem;
  min-height: 340px;
}

.template-content .accoutns .box h3 {
  font-size: 1.2rem;
  font-weight: 700;
}

.template-content .accoutns .box p {
  margin: 0;
}

.template-content .accoutns .box .box-icon {
  height: 120px;
  width: 120px;
  margin: auto;
  margin-bottom: 1rem;
  border: 2px dashed #a2a2a2;
  border-radius: 50%;
}

.template-content .accoutns .box .box-icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.template-content section.nots {
  background: var(--color--1);
  color: #fff;
  padding: 3rem 0;
  font-size: 1.1rem;
}

.template-content section.nots ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.template-content section.nots ul > li {
  margin: 0 0 1.5rem;
  position: relative;
}

.template-content section.nots ul > li > i {
  font-size: 40px;
  opacity: 0.3;
  position: absolute;
  top: -30px;
  right: -29px;
}

.page-template-template-bank-transfers .template-content .acounts {
  margin-top: -3rem;
  padding: 3rem 0;
  background: var(--color--6);
}

.page-template-template-bank-transfers
  .template-content
  .acounts
  .head-section
  * {
  color: var(--bs-light);
}

.page-template-template-bank-transfers
  .template-content
  .acounts
  .item-account {
  background: #fff;
  padding: 3rem 1.2rem;
  border-radius: 10px;
  font-weight: 600;
  color: var(--bs-gray);
}

.page-template-template-bank-transfers
  .template-content
  .acounts
  .item-account
  figure {
  height: 80px;
  overflow: hidden;
  padding: 0.5rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
}

.page-template-template-bank-transfers
  .template-content
  .acounts
  .item-account
  figure
  img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.page-template-template-bank-transfers
  .template-content
  .acounts
  .item-account
  ul {
  margin: 0;
}

.page-template-template-bank-transfers
  .template-content
  .acounts
  .item-account
  ul
  li {
  margin: 0 0 1.1rem;
  line-height: 2;
}

.page-template-template-seo .template-content .plans .item figure {
  height: 100px;
  width: auto;
}

.page-template-template-seo .template-content .plans .item ul li .bob-seo {
  width: 100%;
  flex: 0 0 auto;
  display: none;
  background: var(--bs-gray);
  padding: 1rem;
  color: var(--bs-white);
  border-radius: 8px;
  margin-top: 0.5rem;
}

.page-template-template-seo
  .template-content
  .plans
  .item
  ul
  li
  .bob-seo.active {
  display: block;
}

.page-template-template-seo .template-content .plans .item ul li {
  flex-wrap: wrap;
  cursor: pointer;
}

.page-template-template-seo .template-content .plans .item ul li:before {
  content: attr(data-original-title);
  position: absolute;
  background: var(--color--8);
  color: #fff;
  padding: 0.3rem 0.5rem;
  bottom: -30px;
  z-index: 1;
  border-radius: 6px;
  transform: translateY(5px);
  opacity: 0;
  transition: 300ms;
  font-size: 0.8rem;
}

.page-template-template-seo .template-content .plans .item ul li:hover:before {
  opacity: 1;
  transform: translateY(0);
}

.page-template-template-customer-agreement .template-content .intro-page ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: center;
}

.page-template-template-customer-agreement
  .template-content
  .intro-page
  ul
  li:not(:last-child) {
  margin-left: 0.5rem;
}

.page-template-template-customer-agreement
  .template-content
  .intro-page
  ul
  li
  a {
  border-radius: 30px;
  padding: 0.7rem 2.5rem;
}

.page-template-template-customer-agreement
  .template-content
  > section:not(:first-child) {
  margin: 0;
  padding: 3rem 0;
  background: var(--bs-light);
  line-height: 1.9;
  text-align: justify;
}

.page-template-template-customer-agreement
  .template-content
  > section:first-child {
  margin-bottom: 0;
}

.page-template-template-customer-agreement
  .template-content
  > section:nth-of-type(odd) {
  background: #ffff;
}

.page-template-template-customer-agreement
  .template-content
  > section:not(:first-child)
  ol {
  padding-right: 1rem;
}

.page-template-template-customer-agreement
  .template-content
  > section:not(:first-child)
  ol
  li {
  margin: 0 0 0.5rem;
}

.page-template-template-customer-agreement
  .template-content
  > section:not(:first-child)
  p.h3 {
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0 0 1.5rem;
  color: var(--color--1);
}

.page-template-template-customer-agreement
  .template-content
  > section:not(:first-child)
  .item-note {
  display: flex;
  margin: 0 0 1rem;
  align-items: center;
}

.page-template-template-customer-agreement
  .template-content
  > section:not(:first-child)
  .item-note
  .tump {
  width: 70px;
  height: 70px;
  background: var(--bs-light);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  border-radius: 10px;
  flex: 0 0 auto;
  margin-left: 1rem;
}

.page-template-template-haraj .features1 {
  background: #f6f6f6;
  margin-top: -3rem;
  padding: 4rem 0;
}

.page-template-template-haraj .features .item {
  background: #fff;
  line-height: 1.9;
}

.topline-technologies {
  overflow: hidden;
}

.topline-technologies .items .item {
  margin: 0 0 1.5rem;
}

.topline-technologies .items .item .row {
  align-items: center;
}

.topline-technologies .items .item .content h3 {
  font-size: 1.951rem;
  margin: 0 0 1.1rem;
  color: var(--color--1);
}

.topline-technologies .items .item .content p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.9;
  color: var(--bs-gray);
}

.topline-technologies .items .item:nth-child(2) figure {
  direction: ltr;
}

.topline-technologies .t-bg {
  background: #efeff4;
}

.topline-technologies td,
.topline-technologies th {
  text-align: center;
  padding: 1rem;
}

.topline-technologies td {
  font-size: 0.98rem;
}

.page-template-template-offers .template-content .intro-page {
  height: 150px;
  margin-top: 119px;
  display: block;
  background-position: center;
  margin-bottom: 3rem;
}

.page-template-template-offers .template-content h2 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--bs-gray-dark);
}

.page-template-template-offers .template-content h2 span,
.page-template-template-offers .template-content h2 strong {
  color: #208775;
}

.page-template-template-offers .template-content .item {
  margin: 0 0 1rem;
  box-shadow: 0px 0px 21px rgb(0 0 3 / 10%);
  padding: 1rem;
  color: #454545;
  min-height: 430px;
}

.page-template-template-offers .template-content .item figure {
  position: relative;
  height: 260px;
}

.page-template-template-offers .template-content .item figure img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.page-template-template-offers .template-content .item figure span {
  background: var(--color--1);
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  padding: 0.4rem 1rem;
  font-weight: 700;
}

.page-template-template-offers .template-content .item figure span.bg {
  width: 100%;
  text-align: center;
  top: 0;
  bottom: inherit;
  color: var(--color--2);
  font-size: 1.5rem;
}

.page-template-template-offers .template-content .item.ssa figure span.bg {
  background-color: #208775;
  color: #fff;
  display: inline-block;
  font-size: initial;
  margin: auto;
  left: 0;
  right: 0;
  width: 130px;
}

.page-template-template-offers .template-content .item h4 {
  color: var(--color--1);
  font-size: 1.2rem;
  font-weight: 700;
}

.page-template-template-offers .template-content .item p {
  font-size: 1.1rem;
}

.page-template-template-offers .template-content .item p i {
  font-style: inherit;
  color: #208775;
  font-weight: 700;
  font-size: 1.2rem;
}

.page-template-template-offers .template-content .item p span.decount {
  text-decoration: line-through;
}

.page-template-template-offers .template-content .item h3 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 1rem;
}

.page-template-template-offers .template-content .app .item h3 {
  font-size: 1.2rem;
}

.page-template-template-offers .template-content .item h3 span {
  color: #139a83;
}

.page-template-template-offers .template-content .item ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
  font-size: 0.95rem;
  line-height: 2.5;
  font-weight: 600;
}

.page-template-template-offers .template-content .end p {
  font-weight: 700;
}

.page-template-template-offers .template-content .item .btn-site {
  background: #2f949c;
  color: #fff;
  width: 100%;
  text-align: center;
  margin-top: 1rem;
  padding: 0.88rem;
}

.page-template-template-offers .template-content .item .btn-site:hover {
  background: #f04e4d;
}

.page-template-template-offers .form.bg__color__1 {
  padding: 2rem;
}

.page-template-template-offers .form.bg__color__1 h2 {
  color: #fff;
  width: 45%;
  font-size: 1.2rem;
  margin: 0;
  flex: 0 0 auto;
}

.page-template-template-offers .form.bg__color__1 .d-flex {
  width: 55%;
  flex: 0 0 auto;
  display: flex;
}

.page-template-template-offers .form.bg__color__1 .d-flex input[type="email"] {
  width: 100%;
  padding: 0.4rem;
  border: 1px solid #fff;
  background: 0;
  direction: rtl;
  min-height: 43px;
}

.page-template-template-offers .form.bg__color__1 .d-flex ::placeholder {
  color: #fff;
}

.page-template-template-offers .form.bg__color__1 .d-flex input[type="submit"] {
  border: 0;
  padding: 0.6rem 2rem;
  transition: 300ms;
}

.page-template-template-offers
  .form.bg__color__1
  .d-flex
  input[type="submit"]:hover {
  opacity: 0.8;
}

.page-template-template-offers .form.bg__color__1 .d-flex {
  align-items: center;
}

.template-content h1.soon {
  margin: 0;
  font-size: 2.9rem;
  font-weight: 900;
  letter-spacing: -1px;
  color: var(--color--2);
  width: 100%;
  text-align: center;
  padding: 1rem;
}

.page-template-template-soon .template-content {
  margin: 0;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-template-template-soon .template-content section {
  width: 100%;
  flex: 0 0 auto;
}

.page header.entry-header {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2e3442;
  min-height: 100px;
  margin-bottom: 3rem;
}

.page header.entry-header h1 {
  margin: 0;
  font-weight: 700;
  font-size: 2rem;
  color: var(--color--2);
}

article#post-8551 .entry-content > ul {
  padding: 0;
  list-style-type: none;
  font-size: 1.1rem;
  line-height: 1.9;
}

article#post-8551 .entry-content > ul > li {
  display: flex;
  margin: 0 0 0.5rem;
}

article#post-8551 .entry-content > ul > li:before {
  content: "\f3ed";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-left: 10px;
  color: #4bb16b;
  font-size: 1.3rem;
}

@keyframes top-b {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-o-keyframes top-b {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-moz-keyframes top-b {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes top-b {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes top-b1 {
  0% {
    transform: translateY(5px);
  }

  50% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(5px);
  }
}

@-o-keyframes top-b1 {
  0% {
    transform: translateY(5px);
  }

  50% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(5px);
  }
}

@-moz-keyframes top-b1 {
  0% {
    transform: translateY(5px);
  }

  50% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(5px);
  }
}

@-webkit-keyframes top-b1 {
  0% {
    transform: translateY(5px);
  }

  50% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(5px);
  }
}

@media (max-width: 992px) {
  .header-lg {
    display: none;
  }

  .header-sm {
    display: block;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    background: #12141c;
  }

  .header-sm .d-flex > div {
    width: 33.33%;
    flex: 0 0 auto;
  }

  .header-sm .d-flex > div.user-area {
    text-align: left;
    font-size: 3rem;
    padding: 0;
    display: block;
  }

  .header-sm .d-flex > div.user-area > a {
    font-size: 1.8rem;
    min-height: auto;
    color: var(--bs-light);
  }

  header .top {
    padding: 0;
  }

  header .top .logo a {
    padding: 0;
  }

  #side-menu {
    background: var(--color--5);
    left: 0;
    transition: 300ms;
    overflow: auto;
  }

  ul#primary-menu-mobile {
    list-style-type: none;
    padding: 1rem;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    overflow-x: scroll;
    padding: 0;
  }

  ul#primary-menu-mobile > li.open > ul.sub-menu {
    display: flex;
    width: 100%;
  }

  ul#primary-menu-mobile li a {
    color: #f6f6f6;
    display: block;
    padding: 0.9rem 0.5rem;
    border-bottom: 1px solid var(--color--9);
    white-space: pre;
  }

  ul#primary-menu-mobile .menu-item-has-children > ul.sub-menu {
    padding: 0;
    list-style-type: none;
    display: none;
    position: absolute;
    background: #12141c;
    overflow-x: scroll;
    left: 0;
    right: 0;
    z-index: 9;
  }

  ul#primary-menu-mobile .menu-item-has-children > ul.sub-menu > li {
    width: auto;
    flex: 0 0 auto;
  }

  ul#primary-menu-mobile .menu-item-has-children > ul.sub-menu > li > a {
    display: block;
  }

  #btn-menu {
    display: flex;
    position: relative;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
    cursor: pointer;
  }

  #btn-menu:before {
    content: "";
    width: 28px;
    height: 2px;
    background: var(--bs-light);
    transition: 0.2s;
    transform: translateY(-10px);
    position: absolute;
    box-shadow: 0 10px 0 var(--bs-light);
  }

  #btn-menu:after {
    content: "";
    width: 28px;
    height: 2px;
    background: var(--bs-light);
    transition: 0.2s;
    transform: translateY(10px);
    position: absolute;
  }

  #btn-menu.active:before {
    transform: translateY(0px) rotate(45deg);
    box-shadow: 0 0px 0 var(--color--2);
  }

  #btn-menu.active:after {
    transform: translateY(0px) rotate(-45deg);
  }

  #side-menu.active {
    transform: translateX(0);
    opacity: 1;
  }

  .how-to-work .col {
    position: static;
    margin: 0 0 20px;
  }

  .how-to-work .d-flex {
    min-height: auto;
    width: 100%;
    flex-wrap: wrap;
  }

  .how-to-work .item {
    margin: auto;
    background-size: contain;
    height: 180px;
    width: 150px;
  }

  .intro .item {
    height: 180px;
  }

  .page-home > section:first-child {
    margin-top: 0;
  }

  .national-gate figure {
    display: none;
  }

  .clients .head-section {
    padding: 0;
    text-align: center;
  }

  .clients.container {
    margin-top: 0;
  }

  .national-gate {
    height: auto;
    text-align: center;
  }

  .national-gate ul li {
    width: 50%;
  }

  .information-security .item {
    margin: 0 0 1rem;
  }

  .information-security .links a:nth-child(1) {
    margin: 0 0 0.5rem;
  }

  .information-security .links a {
    display: block;
  }

  .head-section h2 {
    font-size: 1.5rem;
  }

  .statistics figure.m-0 {
    display: none;
  }

  .home .plans .item {
    margin: 0 0 1rem;
    /* padding: .5rem; */
    border: 1px solid var(--bs-light);
    position: relative;
    min-height: 334px;
  }

  .home .plans .item figure {
    height: 60px;
  }

  .home .plans .row {
    justify-content: center;
  }

  .w-75 {
    width: 100% !important;
  }

  .btn-site {
    font-size: 0.9rem;
  }

  .statistics .content {
    text-align: center;
  }

  .statistics .row .col-md-3:not(:last-child) .item {
    border: 0;
    margin: 0 0 0.5rem;
  }

  .portfolio .item figure {
    height: 180px;
  }

  .portfolio .item .content h2 {
    font-size: 1rem;
  }

  .clients .item figure {
    width: 100%;
    height: 150px;
  }

  footer .top .row .col:nth-child(1),
  footer .top .row .col:nth-child(2),
  footer .top .row .col:nth-child(3) {
    width: 100%;
  }

  footer .top .item-footer h2:after {
    content: "\f4fe";
    font-family: bootstrap-icons !important;
    font-weight: normal !important;
  }

  footer .top .item-footer h2 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--color--8);
    padding: 0 0 1rem;
    margin: 0.5rem 0 0.5rem;
    font-size: 1.1rem;
  }

  ul#menu-top-line-menu,
  ul#menu-client-area,
  ul#menu-client-area1,
  ul#menu-top-line-services {
    opacity: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
    /* Hide the element content, while height = 0 */
    transition: height 0ms 400ms, opacity 400ms 0ms;
    margin-block-end: 20px;
  }

  footer .top .row .col:nth-child(4) {
    width: 100%;
  }

  footer .top .item-footer .d-flex {
    display: block !important;
    margin-top: 0.5rem;
  }

  footer .top .item-footer .d-flex h2:after {
    display: none;
  }

  footer .center .d-flex > figure {
    display: none;
  }

  footer .center .d-flex > p.m-0 {
    width: 82%;
    font-size: 0.8rem;
    line-height: 1.8;
  }

  header .form-search-domain {
    width: 100%;
    padding: 0.5rem;
  }

  #menu-top-line-menu.active,
  #menu-top-line-services.active,
  #menu-client-area.active,
  #menu-client-area1.active {
    opacity: 1;
    height: auto;
    transition: height 0ms 0ms, opacity 600ms 0ms;
  }

  .template-content .host-transfer .head-block-page.d-flex figure {
    width: 100%;
  }

  .template-content {
    margin-top: -50px;
  }

  .template-content ._n {
    padding: 0.7rem 0.3rem;
    font-size: 0.81rem;
  }

  .template-content .plans .item {
    margin: 0 0 0.5rem;
  }

  .template-content .plans .col-md-3.col-6 {
    padding: 0 0.3rem;
  }

  .template-content .features .item {
    min-height: 320px;
    font-size: 0.8rem;
  }

  .page-template-template-haraj .features .item {
    min-height: auto;
  }

  .template-content .plans .item ul li {
    border-bottom: 1px solid #ddd;
    padding: 0 0 0.5rem;
  }

  .template-content .features .item h3 {
    font-size: 0.9rem;
  }

  .template-content .comparison .head-block-page h2 {
    font-size: 1rem;
  }

  .template-content .comparison .body-block-page > div .right,
  .template-content .comparison .body-block-page > div .left {
    width: 40%;
  }

  .template-content .comparison .body-block-page > div .center {
    width: 20%;
  }

  .template-content .comparison .body-block-page > div .center span {
    height: 40px;
    width: 40px;
    flex: 0 0 auto;
    font-size: 0.99rem;
  }

  .template-content .host-transfer {
    background: 0;
  }

  .template-content .host-transfer .head-block-page.d-flex > div {
    width: 50%;
    font-size: 0.9rem;
    padding: 0 0.9rem;
  }

  .template-content .host-transfer .head-block-page.d-flex a.btn-site {
    padding: 0.85rem 0.8rem;
    font-size: 0.78rem;
  }

  .template-content .map-host {
    min-height: 420px;
    background-position: center 200px;
  }

  .template-content .logos .items figure {
    width: 50%;
    flex: 0 0 auto;
  }

  .template-content .logos .items {
    flex-wrap: wrap;
    justify-content: center;
  }

  .template-content ._n > div > a {
    width: 26px;
    height: 26px;
    font-size: 15px;
  }

  .template-content ._n > div > a:nth-child(2) {
    margin: 0 0.2rem;
  }

  .template-content ._n > span {
    letter-spacing: 1px;
  }

  .template-content .host-transfer .head-block-page.d-flex h2 {
    font-size: 1rem;
  }

  .page-template-template-saudiservers
    .template-content
    .plans
    .item
    a.btn-site {
    position: static;
  }

  .template-content .comparison-servier .d-flex .Characteristics {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    width: 46%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .template-content .comparison-servier .d-flex .Characteristics h3 {
    font-size: 0.9rem;
    min-height: 82px;
  }

  .template-content
    .comparison-servier
    .d-flex
    .Characteristics
    ul
    li
    a:before {
    margin-left: 0.1rem;
  }

  .template-content .comparison-servier .d-flex .item__plans {
    padding-left: 0;
    padding-right: 0;
    width: 15%;
    padding-top: 2.8rem;
    padding-bottom: 0.5rem;
    overflow: hidden;
  }

  .template-content .comparison-servier .d-flex .item__plans .price strong {
    font-size: 0.7rem;
  }

  .template-content .comparison-servier .d-flex .item__plans h3 {
    font-size: 0.7rem;
    font-weight: 400;
  }

  .template-content .comparison-servier .d-flex .item__plans h3 span {
    display: none;
  }

  .template-content .comparison-servier .d-flex .item__plans ul.list-unstyled {
    padding: 0;
  }

  .template-content
    .comparison-servier
    .d-flex
    .item__plans
    ul.list-unstyled
    li {
    font-size: 0.99rem;
  }

  .template-content .comparison-servier .d-flex .Characteristics ul > li > a {
    height: 60px;
    overflow: hidden;
    font-size: 0.66rem;
  }

  .template-content
    .comparison-servier
    .d-flex
    .item__plans
    ul.list-unstyled
    li {
    height: 60px;
  }

  .template-content .comparison-servier .d-flex .item__plans .link a {
    padding: 0.22rem;
    border-radius: 15px;
    font-size: 0.7rem;
  }

  .template-content .comparison-servier .d-flex .item__plans .price {
    font-size: 0.6rem;
    min-height: 35px;
  }

  .template-content .comparison-servier .nav-tabs .nav-link {
    font-size: 0.99rem;
  }

  .template-content .comparison-servier {
    overflow: hidden;
  }

  .template-content .comparison-servier .d-flex {
    padding: 0 0.5rem;
  }

  .information-serv .content {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 1rem 0 1rem;
  }

  .information-serv .row:nth-child(3) .col-md-3,
  .information-serv .row:nth-child(5) .col-md-3 {
    order: 1;
  }

  .information-serv .row:nth-child(3) .col-md-9,
  .information-serv .row:nth-child(5) .col-md-9 {
    order: 2;
  }

  .template-content .intro-page .caption > h3 {
    font-size: 0.9rem;
  }

  .template-content .intro-page .caption p {
    margin: 0 0 0.1rem;
    font-size: 0.8rem;
  }

  .table-comp {
    font-size: 0.8rem;
  }

  .template-content .plans .item ul li {
    font-size: 0.77rem;
  }

  .template-content .plans .item ul li span:nth-child(2) {
    justify-content: flex-end;
    text-align: left;
  }

  .template-content .plans .item ul li span:nth-child(2) a {
    border-radius: 5px;
    text-align: center;
    font-size: 0.7rem;
  }

  .template-content .new-d-plans .item-body {
    font-size: 0.82rem;
  }

  .template-content .new-d-plans .link a.btn-site {
    padding: 0.4rem 0rem;
  }

  .new-d-plans.fixed .head-p {
    width: auto;
    z-index: 9;
    top: 50px;
  }

  .template-content .new-d-plans .item-head h3,
  .template-content .new-d-plans .item-head h2 {
    font-size: 0.8rem;
    text-align: center;
  }

  .page-template-template-emarketing
    .template-content
    .plans
    .row:not(.justify-content-center)
    > div {
    font-size: 0.71rem;
  }

  .page-template-template-emarketing
    .template-content
    .plans
    .row:not(.justify-content-center)
    > div
    .head
    h2,
  .page-template-template-emarketing
    .template-content
    .plans
    .row:not(.justify-content-center)
    > div
    .head
    .price {
    font-size: 0.61rem;
  }

  .page-template-template-emarketing
    .template-content
    .plans
    .row:not(.justify-content-center)
    > div
    .head {
    min-height: 60px;
  }

  .page-template-template-emarketing .template-content .plans .col-4 {
    width: 28%;
  }

  .page-template-template-emarketing .template-content .plans .col-2 {
    width: 18%;
  }

  .logos-shop {
    flex-wrap: wrap;
    overflow: hidden;
  }

  .logos-shop figure {
    width: 25%;
    flex: 0 0 auto;
    margin: 0 0 1rem;
  }

  .logos-shop figure img {
    width: 100%;
  }

  .template-content .features ul#myTab {
    margin: 0 0 1.5rem;
  }

  .template-content .features div#myTabContent > div a.btn-site {
    margin: auto;
    width: 150px;
    text-align: center;
    display: block;
    margin-bottom: 1.5rem;
  }

  .page-template-template-shop .template-content .new-d-plans .link a.btn-site {
    padding: 0.8rem 1.5rem;
    display: block;
  }

  .page-template-template-applicationprogramming
    .template-content
    .options
    .items
    .row
    .col-5 {
    width: 50%;
  }

  .page-template-template-applicationprogramming
    .template-content
    .options
    .items
    .d-flex {
    flex-direction: column;
    font-size: 0.81rem;
    text-align: center;
  }

  .page-template-template-applicationprogramming
    .template-content
    .options
    .items
    .d-flex
    .icon {
    margin-left: 0;
    margin-bottom: 1rem;
  }

  .template-content .section-programming-tools .row {
    justify-content: center;
  }

  .template-content .intro-page img {
    max-width: 100%;
  }

  .page-template-template-sms .template-content .intro-page .caption p strong {
    font-size: 1rem;
  }

  .page-template-template-sms .template-content .plans .item h2 {
    margin: 0 0 1rem;
    font-size: 0.71rem;
  }

  .page-template-template-sms .template-content .plans .item .price h3 {
    font-size: 1rem;
  }

  .page-template-template-sms .template-content .plans .item .price {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
  }

  .page-template-template-sms .template-content .plans .item ul li {
    font-size: 0.7rem;
    display: block;
    text-align: center;
  }

  .page-template-template-sms
    .template-content
    .plans
    .item
    ul
    li
    span:nth-child(2) {
    text-align: center;
    display: block;
  }

  .page-template-template-sms .template-content .plans .item .btn-site {
    font-size: 0.7rem;
  }

  #content-page > section .items .item .contengt {
    text-align: right;
    margin-right: 0;
  }

  .page-template-template-aboutus
    .template-content
    > section
    ul#myTab
    li.nav-item
    > button
    figure {
    width: 80px;
    height: 80px;
  }

  .page-template-template-aboutus
    .template-content
    > section
    ul#myTab
    li.nav-item
    > button {
    margin: 0 0.2rem 0;
  }

  .template-content .about-us .content p {
    font-size: 0.91rem;
  }

  .page-template-template-aboutus .template-content > section.topline .item {
    background: var(--bs-gradient);
    margin: 0 0 2rem;
  }

  .page-template-template-aboutus
    .template-content
    > section.topline
    .item
    > p {
    color: #fff;
  }

  .page-template-template-aboutus
    .template-content
    > section.bg__color__3
    .item-num {
    margin: 0 0 30px;
  }

  .page-template-template-bank-transfers
    .template-content
    .acounts
    .item-account {
    margin: 0 0 1rem;
  }

  .template-content section.nots ul > li:not(:last-child) {
    border-bottom: 1px solid #fff;
    padding: 0 0 24px;
  }

  .page-template-template-seo .template-content .features .item {
    min-height: auto;
  }

  .topline-technologies .items .item .content h3 {
    font-size: 0.857rem;
  }

  .topline-technologies .items .item .content p {
    font-size: 0.87rem;
  }

  .topline-technologies .items .item figure {
    transform: scale(0.3);
    height: 210px;
  }

  .information-security .col-md-2 {
    width: 50%;
  }

  .portfolio .item .btn-site {
    background-color: var(--color--2);
  }

  .portfolio .item .content {
    clip-path: inherit;
    padding-top: 0;
    margin: 0;
    min-height: 10px;
  }

  .how-to-work .item figure {
    height: 30px;
    margin-top: -20px;
  }

  .how-to-work .d-flex .col:nth-child(1) .item {
    height: 140px;
  }

  .template-content .plans .col-6 {
    width: 100% !important;
  }

  .statistics .row .col-6:not(:last-child) .item {
    border: 0;
  }

  .statistics .row .item {
    margin: 0 0 1rem;
  }

  .template-content .plans .item.offer {
    transform: initial;
  }

  .template-content .item-head .title-offer,
  .template-content .item-head .code-offer {
    position: static;
    display: block;
    width: 100% !important;
    flex: 0 0 auto;
    min-height: 20px;
    font-size: 0.69rem;
  }

  .page-template-template-information-security
    .template-content
    .intro-page
    .caption
    > h3 {
    width: 100%;
  }

  li.web-hosting a:before,
  li.web-hosting-sa a:before,
  li.web-hosting-windows a:before,
  li.private-servers a:before,
  li.sa-servers a:before,
  li.vps-servers a:before,
  li.web-design a:before,
  li.my-shop a:before,
  li.emarketing a:before,
  li.application-programming a:before,
  li.p-project a:before,
  li.signature a:before,
  li.food a:before,
  li.shipping-fast a:before,
  li.store a:before {
    display: none;
  }

  .form-search-domain form.d-flex {
    flex-wrap: wrap;
    border-radius: 10px;
    overflow: hidden;
  }

  .form-search-domain form.d-flex input[type="text"] {
    width: 65%;
  }

  .form-search-domain form.d-flex button {
    width: 15%;
  }

  .home .plans .item .footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
  }
}

.template-content ._n {
  display: none;
}

.entry-content {
  min-height: 400px;
}

.post-9059 form.post-password-form {
  text-align: center;
}

.post-9059 form.post-password-form label {
  margin: 0;
}

.post-9059 form.post-password-form input[name="post_password"] {
  min-width: 260px;
  min-height: 44px;
  line-height: 44px;
  border: 1px solid #ddd;
  padding-inline: 16px;
  outline: 0;
}

.post-9059 form.post-password-form input[type="submit"],
button#calculate {
  min-height: 49px;
  min-width: 100px;
  background: var(--clr-primary-hsl-100);
  color: #fff;
  border: 0;
}

.post-9059 form.post-password-form input[type="submit"]:hover,
button#calculate:hover {
  background: var(--clr-primary-hsl-200);
}

body:not(.home) footer {
  margin-block-start: 180px;
}

@media (max-width: 768px) {
  .post-9059 form.post-password-form input[type="submit"] {
    margin-block-start: 10px;
  }
}

.page-template-template-cloudservers .template-content .plans .item {
  min-height: 660px;
}

.page-template-template-cloudservers .template-content .plans .item .btn-site {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 15px;
}

.page-template-template-webdesign #plans .head-p {
  position: sticky;
  top: 70px;
}

@media (max-width: 768px) {
  .page-template-template-cloudservers .template-content .plans .item {
    min-height: 0;
  }

  .page-template-template-cloudservers
    .template-content
    .plans
    .item
    .btn-site {
    position: static;
  }

  #primary-menu2 {
    padding-block-start: 30px !important;
  }

  #primary-menu2 li a {
    padding: 1rem 2rem !important;
  }
}

@media (max-width: 992px) and (min-width: 776px) {
  .page-template-template-webhosting .template-content .plans .item {
    margin: 0;
    min-height: 780px;
    position: relative;
  }

  .page-template-template-webhosting .template-content .plans .item > a {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin-inline: 10px;
  }
}
