@font-face {
  font-family: "IRANYekan";
  font-weight: bold;
  src: url(../fonts/IRANYekanWeb_Bold.woff) format("woff");
}
@font-face {
  font-family: "IRANYekan";
  font-weight: normal;
  src: url(../fonts/IRANYekanWeb_Regular.woff) format("woff");
}
@font-face {
  font-family: "IRANYekanFaNum";
  src: url(../fonts/IRANYekanWeb_Regular_FaNum.woff) format("woff");
}
:focus {
  outline: 0 !important;
}
::selection {
  background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}
a {
  color: rgb(1, 54, 211);
  text-decoration: none !important;
}
a:hover {
  color: rgb(125, 125, 125);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "IRANYekan", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: bold;
  line-height: 1.4;
}
html {
  background: rgb(1, 64, 229);
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
}
body {
  font-family: "IRANYekan", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 1.5;
  direction: rtl;
  background: rgb(255, 255, 255);
  color: #676767;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.overlay-link {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.body-overlay {
  position: fixed !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  z-index: 1001;
  cursor: pointer;
}
.body-overflow {
  overflow: hidden;
}
.btn,
.custom-file-input,
.custom-select,
.form-control {
  border-radius: 0;
  box-shadow: none !important;
}
.btn,
label,
th,
.control-label {
  font-weight: normal;
  font-family: "IRANYekan", sans-serif;
  font-weight: Bold;
  font-size: 14px;
}
a > i:only-child,
button > i:only-child {
  line-height: inherit;
}
ol {
  list-style-type: persian;
}
.row.v-gutters {
  margin-top: -15px;
  margin-bottom: -15px;
}
.row.v-gutters > div {
  padding: 15px;
}
.sm-gutters {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.sm-gutters > .col,
.sm-gutters > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row.sm-gutters.v-gutters {
  margin-top: -5px;
  margin-bottom: -5px;
}
.row.sm-gutters.v-gutters > div {
  padding: 5px;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.modal-dialog {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.breadcrumb {
  margin: 15px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.breadcrumb > li + li:before {
  background: rgb(255, 255, 255);
  width: 2px;
  height: 2px;
  display: inline-block;
  margin: 0 10px;
  content: "";
}
.breadcrumb > li > a {
  color: rgb(0, 0, 0);
}
/*Custom*/
.fanum {
  font-family: "IRANYekanFaNum", Helvetica, Geneva, Verdana, sans-serif;
}
.container-fluid {
  max-width: 1400px;
  max-width: 1140px;
}
.bg-light {
  background-color: rgb(244, 247, 252) !important;
}
.section {
  position: relative;
  z-index: 1;
}
.section-wrapper {
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
.section-header + .section-body,
.section-body + .section-footer,
.section-header + .section-footer {
  margin-top: 50px;
}
.section-title {
  font-size: 30px;
  color: rgb(78, 78, 78);
  margin: 0;
  padding-right: 70px;
  background: url(../img/section-arrow.svg) no-repeat right center;
  background-size: auto 45px;
}
.section-subtitle {
  font-size: 20px;
  margin: 0;
}
.section-footer {
  text-align: center;
}
.row .section-footer {
  text-align: right;
}
.intro-header + .intro-body,
.intro-body + .intro-footer,
.intro-header + .intro-footer,
.subsection-header + .subsection-body,
.subsection-body + .subsection-footer,
.subsection-header + .subsection-footer {
  margin-top: 30px;
}
.intro-cover > img,
.section-cover > img,
.subsection-cover > img {
  width: 100%;
}
.subsection-title {
  font-size: 25px;
  margin: 0;
}
.subsection + .subsection {
  margin-top: 30px;
}
.button {
  padding: 0 20px;
  border: none;
  display: inline-flex;
  font-weight: bold;
  align-items: center;
  line-height: 1;
}
.button-block {
  justify-content: center;
  width: 100%;
  max-width: 300px;
}
.button-sm {
  height: 36px;
  border-radius: 36px;
}
.button-lg {
  height: 44px;
  border-radius: 44px;
}
.button-dark {
  background-color: rgb(78, 78, 78);
  color: rgb(255, 255, 255);
}
.button-dark:hover {
  background-color: rgba(78, 78, 78, 0.7);
  color: rgb(255, 255, 255);
}
.button-dark.button-outline {
  border-color: rgb(78, 78, 78);
  color: rgb(78, 78, 78);
}
.button-dark.button-outline:hover {
  background-color: rgb(78, 78, 78);
  color: rgb(255, 255, 255);
}
.button-white {
  background-color: rgb(255, 255, 255);
  color: rgb(28, 86, 240);
}
.button-white:hover {
  background-color: rgb(68, 214, 149);
  color: rgb(255, 255, 255);
}
.button-white.button-outline {
  border-color: rgb(255, 255, 255);
  color: rgb(28, 86, 240);
}
.button-white.button-outline:hover {
  background-color: rgb(68, 214, 149);
  color: rgb(68, 214, 149);
}
.button-blue {
  background-color: rgb(63, 141, 247);
  color: rgb(255, 255, 255);
}
.button-blue:hover {
  background-color: rgba(63, 141, 247, 0.7);
  color: rgb(255, 255, 255);
}
.button-blue.button-outline {
  border-color: rgb(63, 141, 247);
  color: rgb(63, 141, 247);
}
.button-blue.button-outline:hover {
  background-color: rgb(63, 141, 247);
  color: rgb(255, 255, 255);
}
.button-violet {
  background-color: rgb(1, 56, 216);
  color: rgb(255, 255, 255);
}
.button-violet:hover {
  background-color: rgba(1, 56, 216, 0.7);
  color: rgb(255, 255, 255);
}
.button-violet.button-outline {
  border-color: rgb(1, 56, 216);
  color: rgb(1, 56, 216);
}
.button-violet.button-outline:hover {
  background-color: rgb(1, 56, 216);
  color: rgb(255, 255, 255);
}
.button-green {
  background-color: rgb(68, 214, 149);
  color: rgb(255, 255, 255);
}
.button-green:hover {
  background-color: rgba(68, 214, 149, 0.7);
  color: rgb(255, 255, 255);
}
.button-green.button-outline {
  border-color: rgb(68, 214, 149);
  color: rgb(68, 214, 149);
}
.button-green.button-outline:hover {
  background-color: rgb(68, 214, 149);
  color: rgb(255, 255, 255);
}
.button-yellow {
  background-color: rgb(255, 170, 34);
  color: rgb(255, 255, 255);
}
.button-yellow:hover {
  background-color: rgba(255, 170, 34, 0.7);
  color: rgb(255, 255, 255);
}
.button-yellow.button-outline {
  border-color: rgb(255, 170, 34);
  color: rgb(255, 170, 34);
}
.button-yellow.button-outline:hover {
  background-color: rgb(255, 170, 34);
  color: rgb(255, 255, 255);
}
.button-outline {
  background-color: transparent;
  border: 2px solid transparent;
}
.button-curve {
  border-radius: 10px;
}
.button-arrow {
  position: relative;
  padding-left: 30px;
}
.button-arrow:after {
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
.plan-btn {
  padding: 0 40px;
}
#header {
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
#header.sticky {
  background: rgb(255, 255, 255);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.logo > img {
  height: 50px;
}
#header:not(.sticky) .logo > img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#header.sticky .logo > img,
body.page-template-page-about .logo > img,
body.page-template-page-contact .logo > img {
  -webkit-filter: none !important;
  filter: none !important;
}
.user-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.user-nav > li + li {
  margin-right: 15px;
}
.user-nav > li > a,
.user-nav > li > button {
  background: rgb(255, 255, 255);
  color: rgb(1, 54, 211);
  display: inline-flex;
  align-items: center;
  height: 32px;
  border-radius: 32px;
  padding: 0 15px;
  line-height: 1;
  border: none;
}
.user-nav > li > a > span,
.user-nav > li > button > span {
  margin-right: 7px;
}
#header.sticky .user-nav > li > a,
#header.sticky .user-nav > li > button,
body.blog .user-nav > li > a,
body.blog .user-nav > li > button,
body.single-post .user-nav > li > a,
body.single-post .user-nav > li > button,
body.page-template-page-default .user-nav > li > a,
body.page-template-page-default .user-nav > li > button,
body.page-template-page-about .user-nav > li > a,
body.page-template-page-about .user-nav > li > button,
body.page-template-page-contact .user-nav > li > a,
body.page-template-page-contact .user-nav > li > button {
  background: rgb(244, 247, 252);
}
.user-nav > li.btn-panel > a {
  background-color: rgb(68, 214, 149) !important;
  color: rgb(255, 255, 255);
}
.user-nav > li > a:hover,
.user-nav > li > button:hover {
  background: rgb(78, 78, 78) !important;
  color: rgb(255, 255, 255);
}
.btn-call span {
  letter-spacing: 2px;
}
.section-intro {
  min-height: 50vh;
  background: linear-gradient(#0140e5 0%, #03057e 100%);
}
.section-intro .section-wrapper {
  padding: 120px 0 40px;
}
body.page-template-page-plan .section-intro .section-wrapper {
  padding: 120px 0 15vh !important;
}
.section-intro .section-body a {
  color: rgb(255, 255, 255);
}
.intro-title,
.intro-body {
  color: rgb(255, 255, 255);
}
.intro-title {
  font-size: 36px;
  margin: 0;
}
.intro-subtitle {
  color: #f84f76;
  font-size: 26px;
  font-weight: normal;
  margin: 0;
}
.feature-list {
  padding-right: 40px;
  padding-left: 40px;
}
.feature {
  position: relative;
  text-align: center;
  padding: 0 0 15px;
  z-index: 1;
  perspective: 600px;
  perspective-origin: 100% 100%;
  height: 100%;
}
.feature:before {
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  border-radius: 15px;
  box-shadow: 6px 20px 30px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
}
.feature-header {
  position: relative;
}
.feature-bg {
  height: 180px;
}
.feature-icon {
  max-height: 45px;
  max-width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.feature-body {
  padding: 0 30px;
}
.feature-title {
  font-size: 22px;
  color: rgb(78, 78, 78);
  margin: 0;
}
.feature-desc {
  margin: 15px 0 0;
}
.bfeature {
  position: relative;
  padding-top: 50px;
  height: 100%;
}
.bfeature-icon {
  width: 100px;
  height: 100px;
  background: linear-gradient(#6cf4b7 0%, #3cc39a 100%);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.bfeature-icon > img {
  max-height: 50%;
  max-width: 70%;
}
.bfeature-body {
  padding: 65px 15px 15px;
  border-radius: 22px;
  background: #ebf0f9;
  text-align: center;
  height: 100%;
}
.bfeature-title {
  font-size: 18px;
  margin: 0;
}
.bfeature-btn {
  color: #44d695;
  font-weight: bold;
  display: inline-block;
  text-decoration: underline !important;
  margin-top: 15px;
}
.whois-form {
  height: 75px;
  border-radius: 75px;
  background: rgba(0, 0, 0, 0.02);
  overflow: hidden;
  display: flex;
}
.whois-form > input,
.whois-form > button {
  height: 100%;
  padding: 0 30px;
  margin: 0;
  border: none;
  background: none;
  text-align: center;
}
.whois-form > input {
  width: 100%;
}
.whois-form > button {
  background: #44d695;
  color: rgb(255, 255, 255);
  font-weight: bold;
  border-radius: inherit;
  white-space: nowrap;
}
.whois-form > button:hover {
  background: rgb(28, 86, 240);
  color: rgb(244, 247, 252);
}
.plan {
  border-radius: 20px;
  padding: 30px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.plan.featured {
  background: linear-gradient(#1c56f0 0%, #012ec5 100%);
  color: rgb(255, 255, 255);
}
.plan-header {
  display: flex;
}
.plan-icon {
  min-width: 50px;
  max-width: 50px;
}
.plan-icon > img {
  max-height: 50px;
  max-width: 100%;
}
.plan-info {
  margin-right: 10px;
}
.plan-title {
  font-size: 18px;
  margin: 0;
}
.plan-subtitle {
  font-size: 13px;
  font-weight: normal;
  margin: 5px 0 0;
}
.plan-body:before {
  width: 100%;
  height: 0px;
  margin: 15px 0;
  background: transparent;
  border: 1px solid #e5e5e5;
  display: block;
  content: "";
}
.plan.featured .plan-body:before {
  margin: 20px 0;
  opacity: 0.46;
}
.plan-price {
  font-size: 20px;
  color: #5398f7;
  text-align: center;
  line-height: 1;
}
.plan.featured .plan-price {
  color: #ffe200;
}
.plan-price > strong {
  font-size: 200%;
  vertical-align: middle;
}
.plan-meta {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}
.plan-meta > li + li {
  margin-top: 10px;
}
.plan.featured .plan-meta > li + li {
  margin-top: 20px;
}
.plan-meta > li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-size: 23px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  color: #44d695;
  line-height: 1;
  border-radius: 50%;
}
.plan.featured .plan-meta > li:before {
  background: rgb(255, 255, 255);
  -webkit-text-stroke: 1px #44d695;
}
.plan-footer {
  text-align: center;
  margin-top: 15px;
}
.plan.featured .plan-footer {
  margin-top: 20px;
}
.section-client .section-body {
  padding: 30px;
  background: rgb(255, 255, 255);
  box-shadow: 0px -6px 44px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
}
.client-list {
  margin-top: 15px !important;
}
.client {
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0px 0px 0 1px rgba(0, 0, 0, 0.07);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  opacity: 60%;
}
.client:hover {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.07);
  opacity: 100%;
}
.client > img {
  max-height: 100%;
  max-width: 100%;
}
.article {
  background: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.article-header {
  position: relative;
}
.article-header:before {
  padding-top: 66.66%;
  display: block;
  content: "";
}
.article-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.article-body {
  padding: 15px;
}
.article-title {
  font-size: 16px;
  margin: 0;
}
.article-desc {
  margin: 10px 0 0;
}
.article-footer {
  margin-top: auto;
  text-align: left;
  padding: 0 15px 15px;
}
.faq {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
.faq-header {
  position: relative;
  padding: 0 0 20px 20px;
  cursor: pointer;
}
.faq-header:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  color: #707070;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.faq.active .faq-header:after {
  content: "\f106";
}
.faq-title {
  font-size: 18px;
  color: #0138d8;
  margin: 0;
}
.faq-body {
  padding: 0 0 20px;
  display: none;
  overflow: hidden;
}
.cta-sup {
  min-height: 130px;
  padding: 15px;
  border-radius: 26px;
  background: #44d695;
  font-size: 26px;
  color: rgb(255, 255, 255);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.cta-sup:hover {
  background: #0138d8;
  color: rgb(255, 255, 255);
}
.cta-sup-inner {
  padding-right: 140px;
  position: relative;
}
.cta-sup-inner > img {
  width: 120px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#footer {
  background: linear-gradient(#0047ef 0%, #010e8e 100%);
  position: relative;
  margin-top: auto;
}
body.page-template-page #footer:before {
  border-left-color: rgb(255, 255, 255);
  box-shadow: 0 -110px 0 0 rgb(255, 255, 255);
}
.footer-wrapper {
  position: relative;
  z-index: 1;
}
.footerbar {
  padding: 40px 0;
  text-align: center;
  color: rgb(255, 255, 255);
}
.logo-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.logo-footer > li + li {
  margin-right: 30px;
}
.logo-footer > li img {
  height: 50px;
}
.footer-nav {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.footer-nav > li + li:before {
  background: rgba(255, 255, 255, 0.15);
  width: 3px;
  height: 24px;
  margin: 0 20px;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.footer-nav > li > a {
  display: inline-block;
  color: #93abeb;
  font-weight: bold;
}
.footer-nav > li > a:hover {
  color: rgb(255, 255, 255);
}
.copyright {
  margin: 30px 0 0;
}
.section-fcta {
  padding: 30px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  min-height: 15vh;
}
body:not(.home) .section-fcta > .section-inner {
  margin-top: -100px;
}
body:not(.home) > .section:last-of-type {
  padding-bottom: 100px;
}
#footer:before,
.divider-top:before {
  border-bottom: 10vh solid transparent;
  border-left: 100vw solid transparent;
  width: 0;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
}
#footer:before,
.divider-top.divider-light:before {
  border-left-color: rgb(244, 247, 252);
}
body.page-template-page-contact #footer:before,
body.home #footer:before,
.divider-top.divider-white:before {
  border-left-color: rgb(255, 255, 255);
}
.divider-bottom:after {
  border-top: 100px solid transparent;
  border-right: 100vw solid transparent;
  width: 0;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
}
.divider-bottom.divider-light:after {
  border-right-color: rgb(244, 247, 252);
}
.divider-bottom.divider-white:after {
  border-right-color: rgb(255, 255, 255);
}
.section-domain + .section-plan:before,
#footer:before {
  top: 0;
}
body.page-template-page-contact #footer:before,
body.home #footer:before,
.section-client:before {
  top: 0;
}
body.blog #footer:before,
body.single-post #footer:before,
body.page-template-page-default #footer:before {
  display: none;
}
#page-header {
  background: rgb(28, 86, 240);
  color: rgb(244, 247, 252);
  padding: 120px 0 80px;
  text-align: center;
}
body.page-template-page-about #page-header,
body.page-template-page-contact #page-header {
  background: rgb(255, 255, 255);
  color: rgb(95, 95, 95);
}
.page-title {
  font-weight: normal;
  font-size: 26px;
  margin: 0;
}
#page-body {
  padding: 60px 0 100px;
  position: relative;
}
.page-body-inner {
  border-radius: 20px;
  padding: 30px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
}
.page-navigation {
  margin: 50px 0 0;
}
.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination > li + li {
  margin-right: 10px;
}
.pagination > li > a,
.pagination > li > span {
  background: rgb(255, 255, 255);
  border: 1px solid rgba(78, 78, 78, 0.1);
  color: rgb(63, 141, 247);
  padding: 0 10px;
  min-width: 40px;
  height: 40px;
  border-radius: 10px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.pagination > li > a:hover,
.pagination > li > .current {
  background: rgb(63, 141, 247);
  border-color: rgb(63, 141, 247);
  color: rgb(255, 255, 255);
}
.table {
  border-radius: 22px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.03);
}
.table thead tr:first-child th:first-child {
  border-radius: 0 22px 0 0;
}
.table thead tr:first-child th:last-child {
  border-radius: 22px 0 0 0;
}
.table thead th,
.table tbody td {
  vertical-align: middle;
  border: none;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f0f4ff;
}
.table thead th {
  background: #fff;
  color: #556498;
}
.table tbody td {
  color: #a3b1e3;
  color: #676767;
}
.entry-header {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed rgba(41, 45, 53, 0.15);
}
.entry-footer {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed rgba(41, 45, 53, 0.15);
}
.entry-meta > li > div > ul,
.entry-meta,
.mcard-meta > li > div > ul,
.mcard-meta,
.ocard-meta > li > div > ul,
.ocard-meta,
.scard-meta > li > div > ul,
.scard-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
}
.entry-meta > li > div > ul > li,
.entry-meta > li,
.mcard-meta > li > div > ul > li,
.mcard-meta > li,
.ocard-meta > li > div > ul > li,
.ocard-meta > li,
.scard-meta > li > div > ul > li,
.scard-meta > li {
  display: inline-flex;
}
.entry-meta > li + li,
.mcard-meta > li + li,
.ocard-meta > li + li,
.scard-meta > li + li {
  margin-right: 10px;
  font-size: 14px;
}
.entry-meta > li > div > ul > li + li:before,
.mcard-meta > li > div > ul > li + li:before,
.ocard-meta > li > div > ul > li + li:before,
.scard-meta > li > div > ul > li + li:before {
  content: ",";
  display: inline-block;
  vertical-align: middle;
}
.entry-meta > li > i,
.mcard-meta > li > i,
.ocard-meta > li > i,
.scard-meta > li > i {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  color: rgb(28, 86, 240);
  font-size: 17px;
}
.widget + .widget {
  margin-top: 30px;
}
.widget-header {
  margin: 0 0 10px;
}
.widget-title {
  color: rgb(103, 103, 103);
  font-size: 20px;
  padding-right: 35px;
  margin: 0;
  position: relative;
}
.widget-title:before,
.widget-title:after {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
}
.widget-title:before {
  background: rgb(28, 86, 240);
  transform: translateY(-50%) rotate(45deg);
}
.widget-title:after {
  background: rgb(63, 141, 247);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.widget-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-list > li > a:before {
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.scard {
  display: flex;
}
.scard-header {
  min-width: 100px;
  max-width: 100px;
  margin-left: 10px;
}
.scard-img {
  width: 100%;
  border-radius: 12px;
}
.scard-title {
  font-size: 15px;
  margin: 0;
}
body.page-template-page-about .section-intro,
body.page-template-page-contact .section-intro {
  background: none;
  min-height: auto;
}
body.page-template-page-about .section-intro .section-wrapper {
  padding-top: 0;
}
body.page-template-page-about .section-intro .intro-body {
  color: rgb(103, 103, 103);
  text-align: center;
}
body.page-template-page-contact .section-intro .intro-title,
body.page-template-page-contact .section-intro .intro-body {
  color: rgb(103, 103, 103);
}
.story-stat {
  margin: 0;
  padding: 0;
  list-style: none;
}
.story-stat > li + li {
  margin-top: 15px;
}
.story-stat > li {
  border-radius: 20px;
  color: rgb(103, 103, 103);
  position: relative;
  text-align: center;
}
.story-stat > li::before {
  padding-top: 100%;
  display: block;
  content: "";
}
.story-stat > li > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.story-stat > li:nth-child(1) {
  background: rgb(206, 218, 250);
}
.story-stat > li:nth-child(2) {
  background: rgb(211, 247, 234);
}
.story-stat > li strong,
.story-stat > li span {
  display: block;
  line-height: 1;
}
.story-stat > li strong {
  font-size: 26px;
  margin-bottom: 10px;
}
.team {
  text-align: center;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.03);
  padding: 30px;
  height: 100%;
}
.team-header {
  position: relative;
  width: 40%;
  margin: 0 auto;
}
.team-header:before {
  padding-top: 100%;
  display: block;
  content: "";
}
.team-img img,
.team-img:before,
.team-img:after {
  border-radius: 50% 50% 50% 50% / 65% 65% 35% 35%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
}
.team-img:before {
  background: rgb(227, 231, 238);
  transform: translate(-50%, -50%) scale(1.15) rotate(-20deg);
}
.team-img:after {
  transform: translate(-50%, -50%) scaleY(-1);
}
.team-bg-blue .team-img:after {
  background: linear-gradient(#1c56f0 0%, #012ec5 100%);
}
.team-bg-black .team-img:after {
  background: #676767;
}
.team-bg-yellow .team-img:after {
  background: linear-gradient(#fdd58a 0%, #ff9b14 100%);
}
.team-img img {
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
  padding: 15%;
}
.team-body {
  padding-top: 30px;
}
.team-title {
  font-size: 25px;
  margin: 0;
  line-height: 1;
}
.team-subtitle {
  font-size: 20px;
  margin: 5px 0 0;
  font-weight: normal;
  line-height: 1;
}
.team-description {
  margin: 15px 0 0;
}
.contact-action {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-action > li + li,
.contact-info > li + li {
  margin-top: 10px;
}
.contact-info {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.contact-action > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-action > li > strong {
  color: rgb(0, 42, 152);
}
.contact-action > li > a {
  background: rgb(68, 214, 149);
  color: rgb(255, 255, 255);
  padding: 10px 15px;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
  border-radius: 10px;
}
.contact-action > li > a:hover {
  background: rgb(0, 42, 152);
}
.contact-info > li > i {
  color: rgb(68, 214, 149);
  font-size: 20px;
}
.social-nav {
  margin-top: 30px !important;
}
.social-nav a {
  border: 3px solid black;
  background: transparent;
  border-radius: 12px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  position: relative;
  text-align: center;
}
.social-nav a > i {
  margin-left: 10px;
}
.social-nav a:before {
  transform: rotate(-3deg);
  border-radius: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
}
.social-nav a:hover:before {
  transform: scaleY(1.3) rotate(-5deg);
  transition: all 0.2s;
}
.social-nav a.social-btn-pink {
  border-color: rgba(255, 7, 73, 0.64);
  color: rgb(255, 97, 139);
}
.social-nav a.social-btn-blue {
  border-color: rgba(28, 91, 255, 0.58);
  color: rgb(110, 152, 253);
}
.social-nav a.social-btn-purple {
  border-color: rgba(72, 28, 255, 0.58);
  color: rgb(141, 116, 254);
}
.social-nav a.social-btn-black {
  border-color: rgb(134, 134, 134);
  color: rgb(134, 134, 134);
}
.social-nav a.social-btn-pink:before {
  background: rgba(255, 0, 137, 0.05);
}
.social-nav a.social-btn-blue:before {
  background: rgb(1, 115, 229, 0.06);
}
.social-nav a.social-btn-purple:before {
  background: rgba(1, 27, 229, 0.06);
}
.social-nav a.social-btn-black:before {
  background: rgba(80, 80, 80, 0.06);
}
.page-tab {
  background: rgb(255, 255, 255);
  box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  margin: 20px 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.page-tab > li > a {
  height: 70px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  font-weight: bold;
  color: rgb(103, 103, 103);
}
.page-tab > li > a:hover,
.page-tab > li.active > a {
  color: rgb(28, 86, 240);
  box-shadow: inset 0 -3px 0 0 rgb(28, 86, 240);
  background: -moz-linear-gradient(
    top,
    rgba(28, 86, 240, 0.15) 0%,
    rgba(28, 86, 240, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(28, 86, 240, 0.15) 0%,
    rgba(28, 86, 240, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(28, 86, 240, 0.15) 0%,
    rgba(28, 86, 240, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#261c56f0', endColorstr='#001c56f0',GradientType=0 );
}
.text-ltr {
  text-align: left;
  direction: ltr;
}
.search-box {
  margin: 0 0 30px;
  height: 75px;
  border-radius: 75px;
  background: rgb(242, 245, 250);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
  display: flex;
}
.search-box > input,
.search-box > button {
  height: 100%;
  padding: 0 30px;
  margin: 0;
  border: none;
  background: none;
  text-align: center;
}
.search-box > input {
  width: 100%;
}
.search-box > button {
  background: #44d695;
  color: rgb(255, 255, 255);
  font-weight: bold;
  border-radius: inherit;
  white-space: nowrap;
}
.search-box > button:hover {
  background: rgb(28, 86, 240);
  color: rgb(244, 247, 252);
}
.alertbar {
  background-color: #f67c22;
  padding: 12px 0;
  color: white;
  min-height: 60px;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000;
}
.csection {
  margin-bottom: 30px;
}
.csection-header {
  margin: 0 0 20px;
}
.csection-title {
  font-size: 20px;
  color: rgb(93, 93, 97);
}
.csection-title > i {
  background-color: rgb(255, 170, 34);
  color: rgb(255, 255, 255);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  width: 40px;
  height: 28px;
  border-radius: 14px 0 0 14px;
}
.csection-box {
  background: linear-gradient(#0047ef 0%, #010e8e 100%);
  color: rgb(255, 255, 255);
  border-radius: 3px;
  padding: 20px;
}
.csection-box-title {
  margin: 0;
}
.csection-box-body {
  border-top: 1px dashed rgba(255, 255, 255, 0.3);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  padding: 20px 0;
  margin: 20px 0;
}
.csection-box-footer {
  text-align: center;
}
.csection-list {
  background: rgba(255, 255, 255, 0.85);
  color: rgb(29, 87, 133);
  border-radius: 8px;
  padding: 10px;
  margin: 0;
  list-style: none;
}
.csection-list > li {
  display: flex;
  justify-content: space-between;
}
.csection-list > li + li {
  margin-top: 5px;
}
.csection-subfooter {
  margin-top: 20px;
}
.cform-radio {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.cform-radio input {
  position: absolute;
  width: 0;
  height: 0;
}
.cform-radio div {
  width: 100%;
  background: rgb(255, 255, 255);
  box-shadow: 0 1px 1px rgb(211, 211, 211);
  color: rgb(93, 93, 97);
  border-radius: 3px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cform-radio input:checked + div {
  background: rgb(28, 86, 240);
  background: rgb(1, 14, 142);
  color: rgb(255, 255, 255);
}
.cform-location .cform-radio div {
  flex-direction: column;
}
.cform-location .cform-radio div > img {
  height: 40px;
  margin-bottom: 10px;
}
.cform-radio input:checked + div::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  background-color: rgb(68, 214, 149);
  color: rgb(255, 255, 255);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(25%, -25%);
}
.cform-os .cform-radio div {
  padding-bottom: 50px;
  flex-direction: row;
  flex-wrap: wrap;
}
.cform-os .cform-radio div > img {
  height: 32px;
  margin-left: 10px;
}
.cform-radio div > select {
  height: 34px;
  width: 100%;
  margin: 10px 0 0;
  padding: 0 10px;
  border: none;
  border-top: 1px dotted rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.cform-radio input:checked + div > select {
  background: rgb(0, 71, 239);
  color: rgb(255, 255, 255);
}
/*Plugins*/

.irs {
  font-family: inherit !important;
  direction: ltr;
}
/*CMS*/
.entry-content ol .entry-content ul {
  margin: 0;
  padding: 0;
}
.entry-content h6 {
  font-size: 15px;
}
.entry-content h5 {
  font-size: 17px;
}
.entry-content h4 {
  font-size: 19px;
}
.entry-content h3 {
  font-size: 21px;
}
.entry-content h2 {
  font-size: 23px;
}
.entry-content h1 {
  font-size: 25px;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content iframe {
  border: none;
}
.wp-caption {
  max-width: 100% !important;
}
.wp-caption img {
  margin-bottom: 5px !important;
}
.wp-caption-text {
  text-align: center;
  font-size: 13px;
}
.entry-content table {
  width: 100% !important;
}
.entry-content table th,
.entry-content table td {
  width: auto !important;
  border: 1px solid rgb(50, 50, 50);
  padding: 5px 10px;
  vertical-align: middle;
}
.entry-content img {
  max-width: 100% !important;
  margin: 0 0 1.5em 0;
  height: auto !important;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.alignnone,
img.alignnone {
  /* not sure about this one */
}
.post-image-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.post-image-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.post-image-caption p.post-image-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
.gallery dl {
}
.gallery dt {
}
.gallery dd {
}
.gallery dl a {
}
.gallery dl img {
}
.gallery-caption {
}
.size-full {
}
.size-large {
}
.size-medium {
}
.size-thumbnail {
}
.gallery {
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
.gallery .gallery-item {
  overflow: hidden;
  float: left;
  margin: 10px 0 0;
  text-align: center;
  list-style: none;
}
.gallery-caption {
  font-size: 11px;
}
.gallery-columns-0 .gallery-item {
  width: 100%;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.11%;
}
.gallery-columns-10 .gallery-item {
  width: 10%;
}
.gallery-columns-11 .gallery-item {
  width: 9.09%;
}
.gallery-columns-12 .gallery-item {
  width: 8.33%;
}
.gallery-columns-13 .gallery-item {
  width: 7.69%;
}
.gallery-columns-14 .gallery-item {
  width: 7.14%;
}
.gallery-columns-15 .gallery-item {
  width: 6.66%;
}
.gallery-columns-16 .gallery-item {
  width: 6.25%;
}
.gallery-columns-17 .gallery-item {
  width: 5.88%;
}
.gallery-columns-18 .gallery-item {
  width: 5.55%;
}
.gallery-columns-19 .gallery-item {
  width: 5.26%;
}
.gallery-columns-20 .gallery-item {
  width: 5%;
}
.gallery-columns-21 .gallery-item {
  width: 4.76%;
}
.gallery-columns-22 .gallery-item {
  width: 4.54%;
}
.gallery-columns-23 .gallery-item {
  width: 4.34%;
}
.gallery-columns-24 .gallery-item {
  width: 4.16%;
}
.gallery-columns-25 .gallery-item {
  width: 4%;
}
.gallery-columns-26 .gallery-item {
  width: 3.84%;
}
.gallery-columns-27 .gallery-item {
  width: 3.7%;
}
.gallery-columns-28 .gallery-item {
  width: 3.57%;
}
.gallery-columns-29 .gallery-item {
  width: 3.44%;
}
.gallery-columns-30 .gallery-item {
  width: 3.33%;
}
/*Responsive*/

@media (max-width: 767.98px) {
  .entry-content table {
    display: block;
    overflow-x: auto;
    box-shadow: inset 30px 0 15px -15px rgba(0, 0, 0, 0.15);
    -webkit-overflow-scrolling: touch;
  }
  .table-advanced > thead > tr > th,
  .table-advanced > tbody > tr > th {
    display: none;
  }
  .table-advanced tbody tr {
    display: block;
  }
  .table-advanced tbody tr + tr {
    box-shadow: inset 0 -20px 20px -20px rgba(78, 78, 78, 0.3);
  }
  .table-advanced tbody tr td {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .table-advanced tbody tr td + td {
    border-top: 1px solid rgba(78, 78, 78, 0.1);
  }
  .table-advanced tbody tr td:before {
    content: attr(data-title);
    font-weight: bold;
    color: #556498;
    margin: 0;
    z-index: 1;
  }
  .table-advanced tbody tr {
    border-bottom: 10px solid rgb(54, 59, 77);
  }
  .table-advanced.table-striped tbody tr:nth-of-type(odd) {
    background: rgba(255, 255, 255, 0.1);
  }
  .alignleft,
  img.alignleft,
  .alignright,
  img.alignright {
    float: none;
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  #navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2002;
    overflow-y: scroll;
    width: 250px;
    padding: 15px 0;
    background: linear-gradient(#0047ef 0%, #010e8e 100%);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
  #navigation.active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }
  #navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #navigation > ul > li a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 20px 0 10px;
    color: rgb(250, 250, 250);
    position: relative;
  }
  #navigation > ul > li > a {
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  #navigation > ul > li a:hover,
  #navigation > ul > li a:focus {
    background: rgba(255, 255, 255, 0.1);
  }
  #navigation > ul > li a:before,
  #navigation li.submenu > a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: rgb(224, 224, 224);
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #navigation > ul > li a:before {
    content: "\f104";
    left: auto;
    right: 10px;
  }
  #navigation li.submenu.active > a:after {
    content: "\f106";
  }
  #navigation ul > li .menu-item-subtitle,
  #navigation ul > li .menu-item-icon {
    display: none;
  }
  .user-nav > li > a > span,
  .user-nav > li > button > span {
    display: none;
  }
  .section-title {
    font-size: 25px;
  }
  .page-tab {
    flex-direction: column;
  }
  .page-tab > li {
    border-top: 1px solid rgba(78, 78, 78, 0.1);
  }
  .page-tab > li > a {
    display: flex;
  }
    .alertbar {
      bottom: 0;
    }
}
@media (min-width: 768px) {
  .btn-nav {
    display: none;
  }
  #navigation {
    margin-right: 5px;
    margin-left: 30px;
  }
  #navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
  }
  #navigation ul > li {
    position: relative;
  }
  #navigation > ul > li + li {
    margin-right: 15px;
  }
  #navigation > ul > li > a {
    color: rgb(255, 255, 255);
    font-weight: bold;
    display: inline-block;
    height: 50px;
    line-height: 50px;
  }
  body.page-template-page-about #header #navigation > ul > li > a,
  body.page-template-page-contact #header #navigation > ul > li > a,
  #header.sticky #navigation > ul > li > a {
    color: rgb(28, 86, 240);
  }
  body.page-template-page-about #header #navigation > ul > li:hover > a,
  body.page-template-page-contact #header #navigation > ul > li:hover > a,
  #navigation > ul > li:hover > a,
  #navigation > ul > li.current-menu-item > a,
  #header.sticky #navigation > ul > li:hover > a {
    color: rgb(68, 214, 149);
  }
  #navigation > ul > li.menu-item-has-children > a {
    padding-left: 15px;
    position: relative;
  }
  #navigation > ul > li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #navigation > ul > li.menu-item-has-children:hover > a:after {
    content: "\f106";
  }
  #navigation ul li > ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
  #navigation li:not(.menu-item-megamenu) > ul {
    min-width: 200px;
    top: 100%;
    right: 0;
    flex-direction: column;
  }
  #navigation ul li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  #navigation li:not(.menu-item-megamenu) li > a {
    background: rgb(244, 247, 252);
    color: rgb(28, 86, 240);
    padding: 15px;
    line-height: 1;
    white-space: nowrap;
    display: block;
  }
  #navigation li:not(.menu-item-megamenu) li:hover > a,
  #navigation li:not(.menu-item-megamenu) li.current-menu-item > a {
    background: rgb(78, 78, 78);
    color: rgb(244, 247, 252);
  }
  #navigation li:not(.menu-item-megamenu) li:first-child > a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  #navigation li:not(.menu-item-megamenu) li:last-child > a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #header > div {
    position: relative;
  }
  #navigation > ul > li.menu-item-megamenu {
    position: static;
  }
  #navigation > ul > li.menu-item-megamenu > ul {
    background: rgb(244, 247, 252);
    box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    padding: 10px;
    top: 100%;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
  }
  #navigation > ul > li.menu-item-megamenu > ul > li {
    width: 33.3333333%;
  }
  #navigation > ul > li.menu-item-megamenu > ul > li > a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px;
    border-radius: 20px;
  }
  #navigation > ul > li.menu-item-megamenu > ul > li > a:hover {
    background: rgba(255, 255, 255, 0.8);
  }
  #navigation > ul > li.menu-item-megamenu li > a > .menu-item-icon {
    height: 40px;
    margin-left: 15px;
  }
  #navigation > ul > li.menu-item-megamenu li > a > .menu-item-title {
    font-weight: bold;
    color: rgb(28, 86, 240);
  }
  #navigation > ul > li.menu-item-megamenu li > a > .menu-item-subtitle {
    color: rgb(103, 103, 103);
    font-weight: normal;
    margin-top: 7px;
    width: 100%;
  }
  .section-domain .section-body {
    background: url(../img/bg-domain.svg) no-repeat 30% top;
    background-size: auto 100%;
    padding-bottom: 100px;
  }
  .cta-sup {
    width: 80%;
  }
  .feature:before {
    transform: translateX(-7.5px) rotateY(-8deg) skewX(8deg);
    transform: translateX(-7.5px) skewX(8deg);
  }
  .feature-header {
    margin-right: 30px;
  }
    .alertbar {
      top: 0;
    }
    .alertbar + * {
      margin-top: 60px !important;
    }
}




.footer-pro {
  background: linear-gradient(135deg, #1a237e 0%, #0d47a1 100%);
  color: #fff;
  padding: 4rem 0 2rem;
  direction: rtl;
 
}

.footer-pro-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.footer-pro-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-pro h3 {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  position: relative;
  font-weight: bold;
}

.footer-pro h3:after {
  content: '';
  position: absolute;
  bottom: -0.5rem;
  right: 0;
  width: 50px;
  height: 2px;
  background: #64b5f6;
}

.footer-pro-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-pro-links li {
  margin-bottom: 0.75rem;
}

.footer-pro-links a {
  color: #e3f2fd;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 0.95rem;
}

.footer-pro-links a:hover {
  color: #64b5f6;
}

.footer-pro-contact {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: #e3f2fd;
}

.footer-pro-social {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
 
}

.footer-pro-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.footer-pro-social a:hover {
  background: #64b5f6;
}

.footer-pro-bottom {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
  font-size: 0.9rem;
  color: #e3f2fd;
}

.footer-pro-logo {
  max-width: 180px;
  margin-bottom: 1.5rem;
}

.footer-pro-contact {
  margin-bottom: 1.25rem;
  line-height: 1.6;
}

.footer-pro-contact i {
  width: 20px;
  color: #64b5f6;
  margin-left: 10px;
  vertical-align: top;
}

.footer-pro-contact span {
  display: inline-block;
  width: calc(100% - 30px);
}

@media (max-width: 768px) {
  .footer-pro {
    padding: 3rem 0 1.5rem;
  }
  
  .footer-pro-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}