/*================= VPSBlocks CSS===============*/
@font-face {
  font-family: 'myriad_proitalic';
  src: url("../fonts/myriadp4-webfont.woff2") format("woff2"), url("../../fonts/myriadp4-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'myriad_proregular';
  src: url("../fonts/myriadp6-webfont.woff2") format("woff2"), url("../../fonts/myriadp6-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'myriad_problack';
  src: url("../fonts/myriadpro-black-webfont.woff2") format("woff2"), url("../../fonts/myriadpro-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'myriad_proitalic';
  src: url("../fonts/myriadpro-it-webfont.woff2") format("woff2"), url("../../fonts/myriadpro-it-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/*Global CSS Starts*/
html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h5,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
  margin: 0;
  padding: 0; }

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
video,
audio,
mark {
  display: block;
  margin: 0;
  padding: 0; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html, body, :root, * {
  scroll-behavior: auto !important; }

img,
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  outline: none; }

::-webkit-scrollbar {
  width: 4px; }

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #f15b13; }

/* Flexible Embedded Videos */
a {
  text-decoration: none !important;
  outline: none;
  color: #000; }
  a:hover {
    text-decoration: none;
    color: #000 !important;
    -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; }
  a:active, a:focus {
    color: #000 !important;
    outline: 0;
    border: 0;
    text-decoration: none; }
/*
input {
  border: 1px solid #DBDBDB !important;
  height: 54px !important;
  margin: 0 0 10px 0 !important;
  padding: 0 15px !important;
  font-size: 16px !important;
  outline: none;
  border-radius: 8px !important;
  transition: all 0.2s ease-in-out; }
  input:hover {
    border: 1px solid #707070; }
  input:focus {
    outline: none !important;
    box-shadow: none !important; }
  input::placeholder {
    color: #595E6D !important; }

select {
  border: 1px solid #DBDBDB !important;
  height: 64px !important;
  margin: 0 0 10px 0 !important;
  padding: 0 15px !important;
  font-size: 16px !important;
  border-radius: 8px !important;
  outline: none;
  border-radius: 10px !important;
  transition: all 0.2s ease-in-out; }
  select:hover {
    border: 1px solid #707070; }
  select:focus {
    outline: none !important;
    box-shadow: none !important; }
  select::placeholder {
    color: #595E6D !important; }

textarea {
  border: 1px solid #DBDBDB !important;
  margin: 0 0 10px 0 !important;
  padding: 10px 15px !important;
  font-size: 16px !important;
  outline: none;
  height: 185px !important;
  border-radius: 8px !important;
  transition: all 0.2s ease-in-out;
  resize: none !important; }
  textarea:hover {
    border: 1px solid #707070; }
  textarea:focus {
    outline: none !important;
    box-shadow: none !important; }
  textarea::placeholder {
    color: #595E6D !important; }

label {
  width: 100%;
  text-align: left;
  font-weight: 600; }

input[type=file] {
  width: 100%;
  max-width: 100%;
  color: #000;
  background: transparent !important;
  border: none !important;
  margin-top: 7px !important;
  padding: 0 !important;
  border-radius: 0 !important; }

input[type=file]::file-selector-button {
  border: none;
  background: #7DB4EB;
  padding: 10px 20px;
  color: #000;
  cursor: pointer;
  transition: background .2s ease-in-out;
  border-radius: 0 !important; }

input[type=file]::file-selector-button:hover {
  background: #7DB4EB; }

input,
textarea,
select {
  border: 0;
  margin: 0;
  outline: none;
  color: #595E6D !important;
  transition: all 0.2s ease-in-out; }

input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  transition: all 0.2s ease-in-out; }

input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #595E6D !important; }

input:focus::placeholder {
  color: transparent !important; }

textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
  opacity: 0;
  color: transparent !important; }

textarea:focus::-webkit-input-placeholder {
  color: transparent; }

textarea:focus:-moz-placeholder {
  color: transparent; }

/* Firefox 18- */
textarea:focus::-moz-placeholder {
  color: transparent; }

/* Firefox 19+ */
textarea:focus:-ms-input-placeholder {
  color: transparent; }
*/
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 25px;
  margin-bottom: 0px !important;
  color: #22262A;
  font-family: 'myriad_proregular'; }

/* list */
ul,
li,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.clear {
  font-size: 0;
  line-height: 0;
  clear: both;
  height: 0; }

/*Global CSS Ends*/
body {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
  color: #000 !important;
  font-family: 'myriad_proregular' !important; }

div#menuDemo {
  font-size: 0px; }

.banner-area {
  padding: 0;
  margin: 0;
  position: relative;
  background-position: center !important; }
  .banner-area .home-banner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 170px;
    padding-bottom: 50px;
    position: relative; }
    .banner-area .home-banner h1 {
      font-size: 73px;
      line-height: 84px;
      font-weight: 600;
      padding-bottom: 10px;
      margin: 0;
      color: #fff;
      text-align: left; }
    .banner-area .home-banner p {
      font-size: 18px;
      line-height: 22px;
      font-weight: 400;
      color: #fff; }
    .banner-area .home-banner .banner-btn {
      font-size: 17px;
      line-height: 24px;
      font-weight: 400;
      text-transform: uppercase;
      padding: 10px 20px;
      border-radius: 43px;
      text-wrap: nowrap;
      width: 80%;
      border-radius: 8px;
      display: block;
      cursor: pointer;
      color: #0D0D0D !important;
      background: #fff;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      margin-bottom: 30px;
      text-wrap: wrap !important; }
    .banner-area .home-banner .video-area {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 20px; }
      .banner-area .home-banner .video-area .video-bx {
        color: #fff; }
        .banner-area .home-banner .video-area .video-bx a {
          display: flex;
          align-items: center;
          justify-content: space-between;
          color: #fff !important;
          gap: 10px; }
          .banner-area .home-banner .video-area .video-bx a .video-icon {
            background: #75B7CD;
            text-align: center;
            border-radius: 100%;
            width: 30px;
            height: 30px;
            transition: all 0.3s ease-out; }
          .banner-area .home-banner .video-area .video-bx a:hover {
            color: #f15b13 !important; }
            .banner-area .home-banner .video-area .video-bx a:hover .video-icon {
              background: #f15b13;
              transition: all 0.3s ease-out; }
        .banner-area .home-banner .video-area .video-bx .modal-content {
          background-color: #f7f7f7 !important; }
    .banner-area .home-banner .rating {
      margin-top: 50px; }
  .banner-area .banner-bg {
    position: relative;
    padding-top: 250px;
    padding-bottom: 150px; }
    .banner-area .banner-bg h1 {
      font-size: 50px;
      line-height: 60px;
      font-weight: 700;
      padding-bottom: 15px;
      margin: 0;
      padding-bottom: 10px;
      margin: 0;
      color: #fff;
      text-align: center; }
    .banner-area .banner-bg .breadcrumb ul {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      gap: 3px; }
      .banner-area .banner-bg .breadcrumb ul li {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        color: #fff;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px; }
        .banner-area .banner-bg .breadcrumb ul li a {
          color: #fff !important; }
          .banner-area .banner-bg .breadcrumb ul li a.active {
            color: #f15b13 !important; }
          .banner-area .banner-bg .breadcrumb ul li a:hover {
            color: #f15b13 !important; }
        .banner-area .banner-bg .breadcrumb ul li:after {
          content: '';
          position: relative;
          top: 3px;
          background: url(../images/arrw.svg) no-repeat;
          width: 16px !important;
          height: 16px; }
        .banner-area .banner-bg .breadcrumb ul li:last-child:after {
          background: none; }
      .banner-area .banner-bg .breadcrumb ul nav.breadcrumb {
        margin: 0; }
        .banner-area .banner-bg .breadcrumb ul nav.breadcrumb ul {
          padding: 0;
          margin: 0; }

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 0; }

.inner-section-area {
  padding-top: 80px;
  padding-bottom: 80px; }
  .inner-section-area .hosting-sec {
    border-bottom: 1px solid #D9D9D9;
    font-weight: 400;
    font-size: 17px;
    padding-bottom: 40px; }
    .inner-section-area .hosting-sec .hosting-block {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .inner-section-area .hosting-sec .hosting-block p {
        text-align: right;
        font-weight: 400;
        font-size: 17px;
        text-align: right; }
      .inner-section-area .hosting-sec .hosting-block .host-box {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 40px; }
        .inner-section-area .hosting-sec .hosting-block .host-box .host-grid {
          position: relative;
          padding-right: 40px; }
          .inner-section-area .hosting-sec .hosting-block .host-box .host-grid:last-child {
            padding-right: 0; }
          .inner-section-area .hosting-sec .hosting-block .host-box .host-grid .host-title {
            font-size: 35px;
            line-height: 40px;
            font-weight: 600;
            color: #0D0D0D;
            text-align: center; }
            .inner-section-area .hosting-sec .hosting-block .host-box .host-grid .host-title span {
              width: 100%;
              display: block;
              font-weight: 400;
              font-size: 17px;
              color: #757575; }
          .inner-section-area .hosting-sec .hosting-block .host-box .host-grid h3 {
            font-size: 35px;
            line-height: 40px;
            font-weight: 600;
            color: #0D0D0D;
            text-align: center; }
            .inner-section-area .hosting-sec .hosting-block .host-box .host-grid h3 span {
              width: 100%;
              display: block;
              font-weight: 400;
              font-size: 17px;
              color: #757575; }
          .inner-section-area .hosting-sec .hosting-block .host-box .host-grid::after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            border-right: 1px dotted #BABABA; }
  .inner-section-area .about-sec {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(../images/ellipse.webp) no-repeat center right;
    background-size: contain; }
    .inner-section-area .about-sec .about-area {
      display: flex;
      align-items: center;
      justify-content: space-between;
      visibility: visible; }
      .inner-section-area .about-sec .about-area h2 {
        font-size: 48px;
        line-height: 53px;
        font-weight: 400;
        padding-bottom: 15px;
        margin: 0;
        padding-bottom: 15px;
        margin: 0; }
      .inner-section-area .about-sec .about-area .img-box img {
        border-radius: 20px;
        object-fit: cover;
        object-position: center;
        width: 100%; }
      .inner-section-area .about-sec .about-area .abt-desc {
        padding-left: 40px; }
  .inner-section-area .service-area {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(../images/service-bg.webp) no-repeat 0 bottom; }
    .inner-section-area .service-area h2 {
      font-size: 48px;
      line-height: 53px;
      font-weight: 400;
      padding-bottom: 15px;
      margin: 0;
      text-align: center; }
    .inner-section-area .service-area p {
      text-align: left; }
    .inner-section-area .service-area .service-inner-boxed {
      width: 100%;
      margin: 0; }
      .inner-section-area .service-area .service-inner-boxed .float-left {
        float: left; }
      .inner-section-area .service-area .service-inner-boxed .float-right {
        float: right; }
      .inner-section-area .service-area .service-inner-boxed .service-item-one {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0; }
        .inner-section-area .service-area .service-inner-boxed .service-item-one > .holder {
          opacity: 1;
          border-radius: 20px;
          overflow: hidden;
          border: 1px solid #D9D9D9; }
          .inner-section-area .service-area .service-inner-boxed .service-item-one > .holder > .pic {
            padding-top: 50px;
            padding-bottom: 50px;
            text-align: center;
            transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
            overflow: hidden;
            background-size: cover !important; }
            .inner-section-area .service-area .service-inner-boxed .service-item-one > .holder > .pic:nth-of-type(1) {
              border-bottom: 1px solid #D9D9D9;
              border-right: 1px solid #D9D9D9; }
            .inner-section-area .service-area .service-inner-boxed .service-item-one > .holder > .pic:nth-of-type(3) {
              border-bottom: 1px solid #D9D9D9;
              border-left: 1px solid #D9D9D9; }
            .inner-section-area .service-area .service-inner-boxed .service-item-one > .holder > .pic:nth-of-type(5) {
              border-right: 1px solid #D9D9D9;
              border-left: 1px solid #D9D9D9; }
            .inner-section-area .service-area .service-inner-boxed .service-item-one > .holder > .pic img {
              transition: all 1.5s cubic-bezier(0, 0, 0.2, 1); }
            .inner-section-area .service-area .service-inner-boxed .service-item-one > .holder > .pic:hover img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
              transition: all 0.3s ease-in-out;
              -webkit-transition: all 0.3s ease-in-out; }
            .inner-section-area .service-area .service-inner-boxed .service-item-one > .holder > .pic:hover .data {
              z-index: 9;
              transition: all .3s ease; }
          .inner-section-area .service-area .service-inner-boxed .service-item-one > .holder > .data {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            padding: 20px;
            left: 0;
            overflow-x: hidden;
            overflow-y: auto;
            transition: all .3s ease; }
            .inner-section-area .service-area .service-inner-boxed .service-item-one > .holder > .data:nth-of-type(2) {
              border-bottom: 1px solid #D9D9D9; }
            .inner-section-area .service-area .service-inner-boxed .service-item-one > .holder > .data .service-categories {
              font-size: 20px;
              line-height: 30px;
              font-weight: 600;
              width: 100%;
              overflow: hidden;
              color: #061C3D;
              padding-bottom: 30px; }
            .inner-section-area .service-area .service-inner-boxed .service-item-one > .holder > .data p {
              font-size: 16px;
              font-weight: 400;
              line-height: 26px;
              color: #757575;
              text-align: left; }
            .inner-section-area .service-area .service-inner-boxed .service-item-one > .holder > .data .readmore-btn-area {
              display: flex;
              align-items: center;
              justify-content: space-between;
              width: 100%;
              transition: all 0.5s cubic-bezier(0, 0, 0.2, 1); }
              .inner-section-area .service-area .service-inner-boxed .service-item-one > .holder > .data .readmore-btn-area img {
                transition: transform 0.6s ease; }
              .inner-section-area .service-area .service-inner-boxed .service-item-one > .holder > .data .readmore-btn-area:hover img {
                transform: translateX(-240px) rotate(45deg);
                transition: transform 0.6s ease; }
              .inner-section-area .service-area .service-inner-boxed .service-item-one > .holder > .data .readmore-btn-area a.readmore {
                font-size: 20px;
                line-height: 30px;
                font-weight: 600;
                font-weight: 400 !important;
                position: relative;
                color: #0D0D0D; }
                .inner-section-area .service-area .service-inner-boxed .service-item-one > .holder > .data .readmore-btn-area a.readmore::after {
                  content: '';
                  width: 100%;
                  height: 1px;
                  bottom: 0;
                  position: absolute;
                  left: auto;
                  right: 0;
                  background: #0D0D0D; }
                .inner-section-area .service-area .service-inner-boxed .service-item-one > .holder > .data .readmore-btn-area a.readmore:hover {
                  color: #f15b13 !important; }
                  .inner-section-area .service-area .service-inner-boxed .service-item-one > .holder > .data .readmore-btn-area a.readmore:hover::after {
                    width: 0;
                    left: 0;
                    right: auto; }
    .inner-section-area .service-area.Virtualisation-text p {
      text-align: left !important; }
    .inner-section-area .service-area.left-align {
      text-align: left; }
      .inner-section-area .service-area.left-align p {
        text-align: left; }
    .inner-section-area .service-area.right-align {
      text-align: right; }
      .inner-section-area .service-area.right-align p {
        text-align: right; }
    .inner-section-area .service-area.center-align {
      text-align: center; }
      .inner-section-area .service-area.center-align p {
        text-align: center; }
  .inner-section-area .toggle-area {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff url(../images/slant-bg.webp) no-repeat 0 0;
    background-size: 100% 90%;
    background-attachment: fixed; }
    .inner-section-area .toggle-area .toggle-tab .nav-tabs {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      border: none;
      background: #fff;
      width: fit-content;
      margin: 0 auto;
      padding: 12px;
      border-radius: 50px; }
      .inner-section-area .toggle-area .toggle-tab .nav-tabs .nav-item:before {
        background: none; }
      .inner-section-area .toggle-area .toggle-tab .nav-tabs .nav-item .nav-link {
        font-size: 18px;
        line-height: 32px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        font-weight: 400;
        padding: 10px 25px;
        color: #757575;
        border-radius: 50px;
        border: none; }
        .inner-section-area .toggle-area .toggle-tab .nav-tabs .nav-item .nav-link:focus-visible {
          border-radius: 50px;
          outline: none; }
        .inner-section-area .toggle-area .toggle-tab .nav-tabs .nav-item .nav-link.active {
          font-size: 18px;
          line-height: 32px;
          font-weight: 600;
          background: #f15b13;
          border-radius: 50px;
          color: #fff; }
    .inner-section-area .toggle-area .toggle-tab .tab-content {
      padding-top: 40px; }
      .inner-section-area .toggle-area .toggle-tab .tab-content .tab-pane h2 {
        font-size: 48px;
        line-height: 53px;
        font-weight: 400;
        padding-bottom: 15px;
        margin: 0;
        text-align: center;
        margin: 0; }
      .inner-section-area .toggle-area .toggle-tab .tab-content .tab-pane p {
        text-align: left; }
      .inner-section-area .toggle-area .toggle-tab .tab-content .tab-pane .cards {
        display: grid;
        gap: 20px;
        grid-template-columns: 2fr 2fr 2fr; }
        .inner-section-area .toggle-area .toggle-tab .tab-content .tab-pane .cards .pricing-card {
          background: #fff;
          border-radius: 16px;
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
          padding: 50px 40px;
          max-width: 100%;
          text-align: left !important;
          position: relative;
          overflow: hidden; }
          .inner-section-area .toggle-area .toggle-tab .tab-content .tab-pane .cards .pricing-card:after {
            content: '';
            border-top: 4px solid transparent;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            position: absolute;
            left: 0;
            top: 0;
            height: 4px;
            border-top-left-radius: 16px;
            border-top-right-radius: 16px;
            width: 100%; }
          .inner-section-area .toggle-area .toggle-tab .tab-content .tab-pane .cards .pricing-card:hover:after {
            border-top: 4px solid #0B63E5;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            border-top-left-radius: 16px;
            border-top-right-radius: 16px; }
          .inner-section-area .toggle-area .toggle-tab .tab-content .tab-pane .cards .pricing-card .card-wrap {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-bottom: 40px; }
            .inner-section-area .toggle-area .toggle-tab .tab-content .tab-pane .cards .pricing-card .card-wrap .img-bx {
              display: flex;
              align-items: center;
              justify-content: center;
              padding: 15px;
              border-radius: 8px;
              width: 80px;
              height: 80px; }
              .inner-section-area .toggle-area .toggle-tab .tab-content .tab-pane .cards .pricing-card .card-wrap .img-bx img {
                width: 100%;
                object-fit: cover;
                object-position: center; }
              .inner-section-area .toggle-area .toggle-tab .tab-content .tab-pane .cards .pricing-card .card-wrap .img-bx.img-cover1 {
                background: #FEEDFA; }
              .inner-section-area .toggle-area .toggle-tab .tab-content .tab-pane .cards .pricing-card .card-wrap .img-bx.img-cover2 {
                background: #F0F5FF; }
              .inner-section-area .toggle-area .toggle-tab .tab-content .tab-pane .cards .pricing-card .card-wrap .img-bx.img-cover3 {
                background: #FCECEC; }
              .inner-section-area .toggle-area .toggle-tab .tab-content .tab-pane .cards .pricing-card .card-wrap .img-bx.img-cover4 {
                background: #FEEDFA; }
              .inner-section-area .toggle-area .toggle-tab .tab-content .tab-pane .cards .pricing-card .card-wrap .img-bx.img-cover5 {
                background: #e6f9fd; }
              .inner-section-area .toggle-area .toggle-tab .tab-content .tab-pane .cards .pricing-card .card-wrap .img-bx.img-cover6 {
                background: #f7e6fd; }
            .inner-section-area .toggle-area .toggle-tab .tab-content .tab-pane .cards .pricing-card .card-wrap .price {
              display: flex;
              align-items: center;
              justify-content: flex-start;
              gap: 5px;
              font-size: 40px;
              line-height: 50px;
              color: #F249C8;
              font-weight: 600; }
              .inner-section-area .toggle-area .toggle-tab .tab-content .tab-pane .cards .pricing-card .card-wrap .price.price-blue {
                color: #0B63E5; }
              .inner-section-area .toggle-area .toggle-tab .tab-content .tab-pane .cards .pricing-card .card-wrap .price.price-red {
                color: #E54545; }
              .inner-section-area .toggle-area .toggle-tab .tab-content .tab-pane .cards .pricing-card .card-wrap .price.price-green {
                color: #12CE57; }
              .inner-section-area .toggle-area .toggle-tab .tab-content .tab-pane .cards .pricing-card .card-wrap .price.price-sky {
                color: #04BEE3; }
              .inner-section-area .toggle-area .toggle-tab .tab-content .tab-pane .cards .pricing-card .card-wrap .price.price-violet {
                color: #A704E3; }
              .inner-section-area .toggle-area .toggle-tab .tab-content .tab-pane .cards .pricing-card .card-wrap .price small {
                font-size: 16px;
                line-height: 24px;
                font-weight: 400;
                color: #42526B; }
          .inner-section-area .toggle-area .toggle-tab .tab-content .tab-pane .cards .pricing-card .icon {
            width: 40px;
            height: 40px;
            margin-bottom: 1rem; }
          .inner-section-area .toggle-area .toggle-tab .tab-content .tab-pane .cards .pricing-card h3 {
            font-size: 18px;
            line-height: 32px;
            font-weight: 600;
            color: #0D0D0D; }
          .inner-section-area .toggle-area .toggle-tab .tab-content .tab-pane .cards .pricing-card p {
            font-size: 16px;
            font-weight: 400;
            line-height: 26px;
            color: #646464;
            text-align: left !important; }
  .inner-section-area .categosysubdesc {
    width: 100%;
    padding: 0;
    margin-bottom: 30px; }
    .inner-section-area .categosysubdesc .category-description {
      background: #fdfdfd;
      border: 1px solid #D9D9D9;
      border-radius: 16px;
      padding: 20px; }
      .inner-section-area .categosysubdesc .category-description p {
        padding: 0;
        margin: 0; }
  .inner-section-area .calltoaction {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-size: cover !important;
    background-position: center !important; }
    .inner-section-area .calltoaction .form-box {
      position: relative;
      background-color: #fff;
      color: #000;
      border-radius: 15px;
      padding: 30px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
      .inner-section-area .calltoaction .form-box h3 {
        font-size: 24px;
        line-height: 30px;
        font-weight: 600; }
      .inner-section-area .calltoaction .form-box .btn-style2 {
        width: 100%; }
    .inner-section-area .calltoaction.calltoactionright {
      padding-top: 80px;
      padding-bottom: 80px;
      position: relative;
      background-size: cover !important;
      background-position: center !important; }
      .inner-section-area .calltoaction.calltoactionright .overlay {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(280deg, black 40%, rgba(255, 255, 255, 0) 60%); }
    .inner-section-area .calltoaction .overlay {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      z-index: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, black 40%, rgba(255, 255, 255, 0) 60%); }
    .inner-section-area .calltoaction .ready-content-area {
      position: relative; }
      .inner-section-area .calltoaction .ready-content-area h2 {
        color: #fff; }
        .inner-section-area .calltoaction .ready-content-area h2 a {
          color: #0B63E5; }
          .inner-section-area .calltoaction .ready-content-area h2 a:hover {
            color: #fff !important; }
      .inner-section-area .calltoaction .ready-content-area .heading {
        font-size: 50px;
        line-height: 60px;
        font-weight: 700;
        padding-bottom: 15px;
        margin: 0;
        color: #fff; }
        .inner-section-area .calltoaction .ready-content-area .heading a {
          color: #fff !important; }
      .inner-section-area .calltoaction .ready-content-area p {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        color: #fff;
        width: 50%; }
        .inner-section-area .calltoaction .ready-content-area p a {
          color: #fff !important; }
      .inner-section-area .calltoaction .ready-content-area.info-text {
        margin-left: 50px; }
      .inner-section-area .calltoaction .ready-content-area.call-cont-right {
        position: relative; }
        .inner-section-area .calltoaction .ready-content-area.call-cont-right p {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          gap: 10px;
          color: #fff;
          width: 100%; }
          .inner-section-area .calltoaction .ready-content-area.call-cont-right p a {
            color: #fff !important; }
      .inner-section-area .calltoaction .ready-content-area .vps-form-pane .modal-content {
        border-radius: 20px;
        margin: 0 auto;
        width: 80%; }
        .inner-section-area .calltoaction .ready-content-area .vps-form-pane .modal-content .modal-header {
          display: block;
          padding: 40px 40px 20px 40px; }
          .inner-section-area .calltoaction .ready-content-area .vps-form-pane .modal-content .modal-header h2 {
            font-size: 30px;
            line-height: 40px;
            font-weight: 500;
            text-transform: capitalize;
            color: #000; }
          .inner-section-area .calltoaction .ready-content-area .vps-form-pane .modal-content .modal-header p {
            color: #000;
            margin: 0;
            padding: 0; }
          .inner-section-area .calltoaction .ready-content-area .vps-form-pane .modal-content .modal-header .btn-close {
            float: right; }
        .inner-section-area .calltoaction .ready-content-area .vps-form-pane .modal-content .modal-body {
          padding: 40px; }
        .inner-section-area .calltoaction .ready-content-area .vps-form-pane .modal-content p {
          display: block !important;
          width: 100% !important;
          margin: 0 !important;
          padding: 0 !important; }
        .inner-section-area .calltoaction .ready-content-area .vps-form-pane .modal-content input[type="submit"].btn-style2 {
          font-weight: 500;
          height: 55px;
          padding: 0 45px 0 25px !important;
          border-radius: 5px;
          text-wrap: nowrap;
          border: none !important;
          text-wrap: nowrap;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          cursor: pointer;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          color: #fff !important;
          background: url(../images/white-arrow.webp) #f15b13 no-repeat 85% center !important;
          transition: all .3s ease-in-out;
          -webkit-transition: all .3s ease-in-out;
          margin: 0 !important; }
          .inner-section-area .calltoaction .ready-content-area .vps-form-pane .modal-content input[type="submit"].btn-style2:hover {
            transition: all .3s ease-in-out;
            background: url(../images/white-arrow.webp) #75B7CD no-repeat 85% center !important; }
    .inner-section-area .calltoaction .class-act-form {
      color: #fff;
      padding-top: 25px; }
      .inner-section-area .calltoaction .class-act-form input {
        width: 22%; }
      .inner-section-area .calltoaction .class-act-form b {
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
        text-transform: uppercase;
        padding-bottom: 15px;
        margin: 0;
        text-transform: capitalize !important; }
      .inner-section-area .calltoaction .class-act-form .btn-style2 {
        width: auto !important;
        border: none !important; }
  .inner-section-area .newsletter-panel {
    padding-top: 80px;
    padding-bottom: 80px;
    border-radius: 20px;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
    overflow: hidden;
    padding: 50px 40px; }
    .inner-section-area .newsletter-panel .overlay {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      z-index: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, black 40%, rgba(255, 255, 255, 0) 60%); }
    .inner-section-area .newsletter-panel .ready-content-area {
      position: relative; }
      .inner-section-area .newsletter-panel .ready-content-area .heading {
        font-size: 50px;
        line-height: 60px;
        font-weight: 700;
        padding-bottom: 15px;
        margin: 0;
        color: #fff; }
        .inner-section-area .newsletter-panel .ready-content-area .heading a {
          color: #fff !important; }
      .inner-section-area .newsletter-panel .ready-content-area p {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        color: #fff;
        width: 100%; }
        .inner-section-area .newsletter-panel .ready-content-area p a {
          color: #fff !important; }
  .inner-section-area .why-choose {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f5f5f5 url(../images/why-choose-bg.webp) repeat 0 0;
    background-size: cover;
    background-attachment: fixed;
    text-align: center; }
    .inner-section-area .why-choose h2 {
      font-size: 48px;
      line-height: 53px;
      font-weight: 400;
      padding-bottom: 15px;
      margin: 0;
      text-align: center; }
    .inner-section-area .why-choose p {
      text-align: left; }
    .inner-section-area .why-choose .features-grid {
      display: grid;
      gap: 30px;
      grid-template-columns: 2fr 2fr 2fr; }
      .inner-section-area .why-choose .features-grid.plesk-feature-box-area {
        display: grid;
        gap: 30px;
        grid-template-columns: 2fr 2fr 2fr 2fr; }
        .inner-section-area .why-choose .features-grid.plesk-feature-box-area .feature-card img {
          height: 60px; }
      .inner-section-area .why-choose .features-grid.feature-grid-2col {
        display: grid;
        gap: 30px;
        grid-template-columns: 2fr 2fr;
        width: 70%;
        margin: 0 auto; }
      .inner-section-area .why-choose .features-grid .feature-card {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        background: #fff;
        border-radius: 16px;
        padding: 24px 30px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s ease;
        overflow: hidden;
        text-align: center; }
        .inner-section-area .why-choose .features-grid .feature-card p {
          text-align: center; }
        .inner-section-area .why-choose .features-grid .feature-card:after {
          content: '';
          border-top: 4px solid transparent;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          position: absolute;
          left: 0;
          top: 0;
          height: 4px;
          border-top-left-radius: 16px;
          border-top-right-radius: 16px;
          width: 100%; }
        .inner-section-area .why-choose .features-grid .feature-card:hover:after {
          border-top: 4px solid #f15b13;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          border-top-left-radius: 16px;
          border-top-right-radius: 16px; }
        .inner-section-area .why-choose .features-grid .feature-card.feature-bluecard:hover:after {
          border-top: 4px solid #0B63E5;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          border-top-left-radius: 16px;
          border-top-right-radius: 16px; }
        .inner-section-area .why-choose .features-grid .feature-card.feature-purplecard:hover:after {
          border-top: 4px solid #673AB7;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          border-top-left-radius: 16px;
          border-top-right-radius: 16px; }
        .inner-section-area .why-choose .features-grid .feature-card.feature-greencard:hover:after {
          border-top: 4px solid #009688;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          border-top-left-radius: 16px;
          border-top-right-radius: 16px; }
        .inner-section-area .why-choose .features-grid .feature-card img {
          height: 94px;
          width: 50%;
          object-fit: contain;
          object-position: center;
          margin-bottom: 16px; }
        .inner-section-area .why-choose .features-grid .feature-card h3 {
          font-size: 18px;
          line-height: 32px;
          font-weight: 600;
          color: #0D0D0D; }
        .inner-section-area .why-choose .features-grid .feature-card p {
          font-size: 16px;
          font-weight: 400;
          line-height: 26px;
          padding: 0;
          margin: 0;
          color: #646464; }
        .inner-section-area .why-choose .features-grid .feature-card:hover {
          transform: translateY(-5px); }
    .inner-section-area .why-choose .choose-us-grid {
      display: flex;
      flex-direction: column;
      width: 100%;
      gap: 20px; }
      .inner-section-area .why-choose .choose-us-grid .choose-us-box {
        display: flex;
        align-items: center;
        width: 100%;
        gap: 20px;
        flex-direction: row;
        justify-content: center; }
        .inner-section-area .why-choose .choose-us-grid .choose-us-box .feature-card {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          background: #fff;
          border-radius: 16px;
          padding: 24px 30px;
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
          transition: transform 0.3s ease;
          overflow: hidden;
          width: 33%;
          height: 100%; }
          .inner-section-area .why-choose .choose-us-grid .choose-us-box .feature-card:after {
            content: '';
            border-top: 4px solid transparent;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            position: absolute;
            left: 0;
            top: 0;
            height: 4px;
            border-top-left-radius: 16px;
            border-top-right-radius: 16px;
            width: 100%; }
          .inner-section-area .why-choose .choose-us-grid .choose-us-box .feature-card:hover:after {
            border-top: 4px solid #f15b13;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            border-top-left-radius: 16px;
            border-top-right-radius: 16px; }
          .inner-section-area .why-choose .choose-us-grid .choose-us-box .feature-card.feature-bluecard:hover:after {
            border-top: 4px solid #0B63E5;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            border-top-left-radius: 16px;
            border-top-right-radius: 16px; }
          .inner-section-area .why-choose .choose-us-grid .choose-us-box .feature-card.feature-purplecard:hover:after {
            border-top: 4px solid #673AB7;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            border-top-left-radius: 16px;
            border-top-right-radius: 16px; }
          .inner-section-area .why-choose .choose-us-grid .choose-us-box .feature-card.feature-greencard:hover:after {
            border-top: 4px solid #009688;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            border-top-left-radius: 16px;
            border-top-right-radius: 16px; }
          .inner-section-area .why-choose .choose-us-grid .choose-us-box .feature-card img {
            height: 94px;
            width: 50%;
            object-fit: contain;
            object-position: center;
            margin-bottom: 16px; }
          .inner-section-area .why-choose .choose-us-grid .choose-us-box .feature-card h3 {
            font-size: 18px;
            line-height: 32px;
            font-weight: 600;
            color: #0D0D0D; }
          .inner-section-area .why-choose .choose-us-grid .choose-us-box .feature-card p {
            font-size: 16px;
            font-weight: 400;
            line-height: 26px;
            padding: 0;
            margin: 0;
            color: #646464; }
          .inner-section-area .why-choose .choose-us-grid .choose-us-box .feature-card:hover {
            transform: translateY(-5px); }
    .inner-section-area .why-choose.left-align {
      text-align: left; }
      .inner-section-area .why-choose.left-align p {
        text-align: left; }
    .inner-section-area .why-choose.right-align {
      text-align: right; }
      .inner-section-area .why-choose.right-align p {
        text-align: right; }
    .inner-section-area .why-choose.center-align {
      text-align: center; }
      .inner-section-area .why-choose.center-align p {
        text-align: center; }
  .inner-section-area .discover {
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(359deg, whitesmoke 0%, white 58%); }
    .inner-section-area .discover .discover-gradient {
      background: url(../images/ellipse-left.webp) no-repeat 0 77%; }
      .inner-section-area .discover .discover-gradient .discover-slide {
        position: relative; }
        .inner-section-area .discover .discover-gradient .discover-slide .heading-area {
          padding: 0;
          margin: 0; }
          .inner-section-area .discover .discover-gradient .discover-slide .heading-area h2 {
            font-size: 48px;
            line-height: 53px;
            font-weight: 400;
            padding-bottom: 15px;
            margin: 0;
            text-align: left; }
          .inner-section-area .discover .discover-gradient .discover-slide .heading-area p {
            text-align: left; }
        .inner-section-area .discover .discover-gradient .discover-slide .item {
          width: 100%;
          margin: 0 auto !important; }
          .inner-section-area .discover .discover-gradient .discover-slide .item img {
            transition: transform 0.3s ease; }
          .inner-section-area .discover .discover-gradient .discover-slide .item:hover .holder-img img {
            transform: rotate(45deg);
            transition: transform 0.3s ease; }
          .inner-section-area .discover .discover-gradient .discover-slide .item:hover .desc-area {
            transition: transform 0.3s ease;
            transform: translateY(-5px); }
          .inner-section-area .discover .discover-gradient .discover-slide .item .feature-discover-bx {
            border-radius: 20px;
            position: relative;
            height: 440px; }
            .inner-section-area .discover .discover-gradient .discover-slide .item .feature-discover-bx .overlay {
              position: absolute;
              left: 0;
              right: 0;
              top: 0;
              z-index: 0;
              border-bottom-right-radius: 20px;
              border-bottom-left-radius: 20px;
              width: 100%;
              height: 100%;
              background: linear-gradient(359deg, black 0%, rgba(255, 255, 255, 0) 67%); }
            .inner-section-area .discover .discover-gradient .discover-slide .item .feature-discover-bx .holder-img {
              display: flex;
              align-items: flex-start;
              justify-content: flex-end;
              position: absolute;
              top: 0;
              right: 0;
              background: url(../images/Vector1.svg) no-repeat;
              width: 94px;
              height: 88px; }
              .inner-section-area .discover .discover-gradient .discover-slide .item .feature-discover-bx .holder-img img {
                width: auto;
                text-align: right; }
            .inner-section-area .discover .discover-gradient .discover-slide .item .feature-discover-bx .desc-area {
              position: absolute;
              bottom: 0;
              padding: 30px 35px;
              transition: transform 0.3s ease; }
              .inner-section-area .discover .discover-gradient .discover-slide .item .feature-discover-bx .desc-area h3 {
                font-size: 18px;
                line-height: 32px;
                font-weight: 600;
                color: #fff; }
              .inner-section-area .discover .discover-gradient .discover-slide .item .feature-discover-bx .desc-area p {
                font-size: 16px;
                font-weight: 400;
                line-height: 26px;
                padding: 0;
                margin: 0;
                color: #fff; }
        .inner-section-area .discover .discover-gradient .discover-slide .owl-carousel .item {
          opacity: 1;
          margin: 0;
          transition: all .3s ease; }
        .inner-section-area .discover .discover-gradient .discover-slide .btns {
          display: none;
          overflow: hidden; }
        .inner-section-area .discover .discover-gradient .discover-slide .owl-nav {
          display: flex;
          align-items: center;
          justify-content: flex-end;
          gap: 15px;
          position: absolute;
          z-index: 9;
          top: -25%;
          right: 0;
          width: fit-content; }
        .inner-section-area .discover .discover-gradient .discover-slide .owl-next {
          display: flex !important;
          align-items: center !important;
          justify-content: center !important;
          text-indent: -99999999px;
          padding: 10px;
          cursor: pointer;
          background: url(../images/arrow-Right.webp) no-repeat center 50% !important;
          width: 60px;
          height: 60px;
          border-radius: 100% !important;
          border: none;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out; }
          .inner-section-area .discover .discover-gradient .discover-slide .owl-next:hover {
            background: url(../images/arrow-Right-hover.webp) no-repeat center 50% !important;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out; }
        .inner-section-area .discover .discover-gradient .discover-slide .owl-prev {
          display: flex !important;
          align-items: center !important;
          justify-content: center !important;
          padding: 10px;
          cursor: pointer;
          text-indent: -99999999px;
          background: url(../images/arrow-Left.webp) no-repeat center 50% !important;
          width: 60px;
          height: 60px;
          border-radius: 100% !important;
          border: none;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out; }
          .inner-section-area .discover .discover-gradient .discover-slide .owl-prev:hover {
            background: url(../images/arrow-Left-hover.webp) no-repeat center 50% !important;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out; }
        .inner-section-area .discover .discover-gradient .discover-slide .item-content {
          padding: 85px 20px 50px 20px;
          min-height: 160px; }
          .inner-section-area .discover .discover-gradient .discover-slide .item-content .item-heading {
            font-size: 40px;
            line-height: 50px;
            font-weight: 400;
            text-transform: uppercase;
            padding-bottom: 15px;
            margin: 0;
            padding-bottom: 25px;
            color: #000;
            text-transform: uppercase; }
        .inner-section-area .discover .discover-gradient .discover-slide .owl-dots {
          display: none; }
  .inner-section-area .partners-slide {
    position: relative;
    padding-top: 80px; }
    .inner-section-area .partners-slide .heading-area {
      padding: 0;
      margin: 0; }
      .inner-section-area .partners-slide .heading-area h2 {
        font-size: 48px;
        line-height: 53px;
        font-weight: 400;
        padding-bottom: 15px;
        margin: 0;
        text-align: center; }
      .inner-section-area .partners-slide .heading-area p {
        text-align: center; }
    .inner-section-area .partners-slide .item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      margin: 0 auto !important;
      background: #fff;
      height: 113px; }
      .inner-section-area .partners-slide .item img {
        width: 60%;
        height: 80px;
        object-fit: contain;
        margin: 0 auto;
        text-align: center; }
    .inner-section-area .partners-slide .owl-carousel .item {
      opacity: 1;
      margin: 0;
      transition: all .3s ease; }
    .inner-section-area .partners-slide .btns {
      display: none;
      overflow: hidden; }
  .inner-section-area .vps-hosting-area {
    padding-top: 80px;
    padding-bottom: 80px; }
    .inner-section-area .vps-hosting-area h2 {
      font-size: 48px;
      line-height: 53px;
      font-weight: 400;
      padding-bottom: 15px;
      margin: 0;
      text-align: center; }
    .inner-section-area .vps-hosting-area p {
      text-align: center; }
    .inner-section-area .vps-hosting-area .vps-host-bx {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start; }
      .inner-section-area .vps-hosting-area .vps-host-bx .vps-card {
        background: #F0F0F0;
        border-radius: 20px;
        padding: 30px 20px;
        margin: 0 10px;
        transition: transform 0.3s ease;
        overflow: hidden; }
        .inner-section-area .vps-hosting-area .vps-host-bx .vps-card img {
          transition: transform 0.3s ease; }
        .inner-section-area .vps-hosting-area .vps-host-bx .vps-card:hover {
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          transform: translateY(-5px); }
          .inner-section-area .vps-hosting-area .vps-host-bx .vps-card:hover .holder-img img {
            transform: rotate(45deg);
            transition: transform 0.3s ease; }
        .inner-section-area .vps-hosting-area .vps-host-bx .vps-card.margin-top-vps {
          margin-top: 50px; }
        .inner-section-area .vps-hosting-area .vps-host-bx .vps-card .vps-img-block {
          margin-bottom: 20px; }
          .inner-section-area .vps-hosting-area .vps-host-bx .vps-card .vps-img-block img {
            width: 100%;
            height: 288px;
            object-fit: cover;
            border-radius: 20px; }
        .inner-section-area .vps-hosting-area .vps-host-bx .vps-card .vps-content-block {
          position: relative;
          transition: transform 0.3s ease; }
          .inner-section-area .vps-hosting-area .vps-host-bx .vps-card .vps-content-block .heading {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            font-size: 18px;
            line-height: 32px;
            font-weight: 600;
            gap: 10px;
            color: #0D0D0D; }
            .inner-section-area .vps-hosting-area .vps-host-bx .vps-card .vps-content-block .heading span {
              color: #646464; }
          .inner-section-area .vps-hosting-area .vps-host-bx .vps-card .vps-content-block p {
            text-align: left !important; }
          .inner-section-area .vps-hosting-area .vps-host-bx .vps-card .vps-content-block .learn-link {
            font-size: 20px;
            line-height: 30px;
            font-weight: 500;
            color: #0D0D0D; }
            .inner-section-area .vps-hosting-area .vps-host-bx .vps-card .vps-content-block .learn-link a {
              text-decoration: underline !important;
              color: #0D0D0D; }
              .inner-section-area .vps-hosting-area .vps-host-bx .vps-card .vps-content-block .learn-link a:hover {
                color: #f15b13 !important; }
          .inner-section-area .vps-hosting-area .vps-host-bx .vps-card .vps-content-block .holder-img {
            display: flex;
            align-items: flex-end;
            justify-content: flex-end;
            position: absolute;
            bottom: -31px;
            right: -27px;
            background: url(../images/vector2.svg) no-repeat;
            width: 91px;
            height: 100px;
            padding: 10px; }
            .inner-section-area .vps-hosting-area .vps-host-bx .vps-card .vps-content-block .holder-img img {
              width: auto;
              text-align: right; }
  .inner-section-area .latest-blog-sec {
    padding-bottom: 80px;
    background: url(../images/ellipse-left.webp) no-repeat 0 77%; }
    .inner-section-area .latest-blog-sec .latest-blog-slide {
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative; }
      .inner-section-area .latest-blog-sec .latest-blog-slide .heading-area {
        padding: 0;
        margin: 0; }
        .inner-section-area .latest-blog-sec .latest-blog-slide .heading-area h2 {
          font-size: 48px;
          line-height: 53px;
          font-weight: 400;
          padding-bottom: 15px;
          margin: 0;
          text-align: left; }
        .inner-section-area .latest-blog-sec .latest-blog-slide .heading-area p {
          text-align: left; }
    .inner-section-area .latest-blog-sec .blog-news {
      display: grid;
      gap: 20px;
      grid-template-columns: 1fr 1fr 1fr; }
      .inner-section-area .latest-blog-sec .blog-news .blog-card {
        background: #fff;
        border-radius: 16px;
        padding: 0;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s ease;
        overflow: hidden; }
        .inner-section-area .latest-blog-sec .blog-news .blog-card .blog-img-area img {
          object-fit: cover;
          width: 100%;
          height: 310px; }
        .inner-section-area .latest-blog-sec .blog-news .blog-card .blog-desc-area {
          padding: 20px; }
          .inner-section-area .latest-blog-sec .blog-news .blog-card .blog-desc-area a {
            color: #000; }
        .inner-section-area .latest-blog-sec .blog-news .blog-card .blog-author-details {
          padding-bottom: 15px;
          margin-bottom: 15px;
          display: flex;
          border-bottom: 1px solid #D9D9D9; }
          .inner-section-area .latest-blog-sec .blog-news .blog-card .blog-author-details .blog-author-name {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            line-height: 24px;
            font-weight: 400;
            text-transform: capitalize;
            gap: 8px;
            margin-right: 12px; }
            .inner-section-area .latest-blog-sec .blog-news .blog-card .blog-author-details .blog-author-name span {
              color: #bababa; }
          .inner-section-area .latest-blog-sec .blog-news .blog-card .blog-author-details .blog-post {
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            font-size: 12px;
            line-height: 24px;
            font-weight: 400;
            text-transform: capitalize;
            gap: 8px;
            margin-right: 12px; }
            .inner-section-area .latest-blog-sec .blog-news .blog-card .blog-author-details .blog-post a {
              position: relative;
              display: inline-block; }
              .inner-section-area .latest-blog-sec .blog-news .blog-card .blog-author-details .blog-post a span {
                color: #bababa; }
          .inner-section-area .latest-blog-sec .blog-news .blog-card .blog-author-details .blog-comment {
            font-size: 12px;
            line-height: 24px;
            font-weight: 400;
            text-transform: uppercase;
            color: #545454;
            letter-spacing: .06em; }
        .inner-section-area .latest-blog-sec .blog-news .blog-card .blog-profile {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          gap: 12px; }
          .inner-section-area .latest-blog-sec .blog-news .blog-card .blog-profile .blog-img img {
            border-radius: 100%;
            width: 48px;
            height: 48px;
            object-fit: cover;
            object-position: center; }
          .inner-section-area .latest-blog-sec .blog-news .blog-card .blog-profile .blog-content {
            font-size: 16px;
            line-height: 22px;
            font-weight: 400;
            text-transform: capitalize;
            color: #0D0D0D; }
            .inner-section-area .latest-blog-sec .blog-news .blog-card .blog-profile .blog-content span {
              font-size: 12px;
              line-height: 24px;
              font-weight: 400;
              text-transform: capitalize;
              color: #bababa;
              display: block; }
  .inner-section-area .testimonail {
    padding: 0 0 80px 0;
    background: url(../images/testi-bg.webp) no-repeat right top; }
    .inner-section-area .testimonail .ti-widget {
      position: relative;
      text-align: center;
      padding: 80px 0 0 0;
      background: url(../images/testquote.webp) no-repeat 0 0; }
      .inner-section-area .testimonail .ti-widget p {
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        color: #666666; }
    .inner-section-area .testimonail .ti-footer {
      display: none;
      visibility: hidden; }
    .inner-section-area .testimonail .testimonials-slide {
      position: relative; }
      .inner-section-area .testimonail .testimonials-slide .item {
        width: 80%;
        margin: 0 auto !important; }
      .inner-section-area .testimonail .testimonials-slide .service-about-area {
        position: relative;
        text-align: center;
        padding: 80px 0 0 0;
        background: url(../images/testquote.webp) no-repeat 0 0; }
        .inner-section-area .testimonail .testimonials-slide .service-about-area p {
          font-size: 18px;
          line-height: 26px;
          font-weight: 400;
          color: #666666; }
      .inner-section-area .testimonail .testimonials-slide .testi-block {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 10px;
        flex-direction: column; }
        .inner-section-area .testimonail .testimonials-slide .testi-block .testi-img {
          font-size: 40px;
          line-height: 50px;
          font-weight: 400;
          text-transform: uppercase;
          padding-bottom: 15px;
          margin: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          padding-bottom: 0px !important;
          width: 94px;
          height: 94px;
          margin-bottom: 20px;
          background: #620000;
          border-radius: 100%;
          color: #fff; }
        .inner-section-area .testimonail .testimonials-slide .testi-block .testi-desc {
          font-size: 16px;
          font-weight: 400;
          line-height: 26px;
          font-weight: 500 !important; }
      .inner-section-area .testimonail .testimonials-slide .owl-carousel .item {
        opacity: 1;
        margin: 0;
        transition: all .3s ease; }
      .inner-section-area .testimonail .testimonials-slide .owl-item img {
        width: auto; }
      .inner-section-area .testimonail .testimonials-slide .btns {
        display: none;
        overflow: hidden; }
      .inner-section-area .testimonail .testimonials-slide .owl-dots {
        text-align: center;
        padding-top: 15px; }
        .inner-section-area .testimonail .testimonials-slide .owl-dots button.owl-dot {
          width: 15px;
          height: 15px;
          border-radius: 50%;
          display: inline-block;
          background: #EEF0F3;
          margin: 0 3px;
          border: none; }
          .inner-section-area .testimonail .testimonials-slide .owl-dots button.owl-dot.active {
            background-color: #f15b13; }
          .inner-section-area .testimonail .testimonials-slide .owl-dots button.owl-dot:focus {
            outline: none; }
  .inner-section-area .faq {
    padding-top: 0; }
    .inner-section-area .faq h2 {
      font-size: 48px;
      line-height: 53px;
      font-weight: 400;
      padding-bottom: 15px;
      margin: 0;
      text-align: center; }
    .inner-section-area .faq p {
      text-align: center; }
    .inner-section-area .faq .accordion {
      background: #fff;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0px 12px 56px 0px #061C3D14; }
      .inner-section-area .faq .accordion .accordion-item {
        border-bottom: 1px solid #DBDBDB;
        border-top: none;
        border-left: none;
        border-right: none; }
        .inner-section-area .faq .accordion .accordion-item h2 {
          padding-bottom: 0; }
        .inner-section-area .faq .accordion .accordion-item .accordion-button {
          padding: 16px 25px;
          font-size: 16px;
          font-weight: 400;
          line-height: 26px; }
          .inner-section-area .faq .accordion .accordion-item .accordion-button:focus {
            box-shadow: none;
            border: none; }
        .inner-section-area .faq .accordion .accordion-item .accordion-body {
          background: #fef6f2;
          padding: 16px 25px; }
          .inner-section-area .faq .accordion .accordion-item .accordion-body p {
            margin: 0;
            padding-bottom: 15px;
            text-align: left; }
            .inner-section-area .faq .accordion .accordion-item .accordion-body p:last-child {
              padding-bottom: 0; }
          .inner-section-area .faq .accordion .accordion-item .accordion-body ul li {
            list-style-type: circle !important; }
          .inner-section-area .faq .accordion .accordion-item .accordion-body.accordion-blue-body {
            background: #f0f7ff; }
          .inner-section-area .faq .accordion .accordion-item .accordion-body.accordion-purple-body {
            background: #f8f4ff; }
          .inner-section-area .faq .accordion .accordion-item .accordion-body.accordion-green-body {
            background: #ecfffd; }
      .inner-section-area .faq .accordion .accordion-button:not(.collapsed) {
        background: #f15b13;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        font-weight: 600;
        color: #fff; }
      .inner-section-area .faq .accordion .accordion-button.blue-accor:not(.collapsed) {
        background: #0B63E5;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        font-weight: 600;
        color: #fff; }
      .inner-section-area .faq .accordion .accordion-button.purple-accor:not(.collapsed) {
        background: #673AB7;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        font-weight: 600;
        color: #fff; }
      .inner-section-area .faq .accordion .accordion-button.green-accor:not(.collapsed) {
        background: #009688;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        font-weight: 600;
        color: #fff; }
      .inner-section-area .faq .accordion .accordion-button.purple-accorcollapsed:not(.collapsed) {
        background: #673AB7;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        font-weight: 600;
        color: #fff; }
      .inner-section-area .faq .accordion .accordion-button.green-accorcollapsed:not(.collapsed) {
        background: #009688;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        font-weight: 600;
        color: #fff; }
      .inner-section-area .faq .accordion .accordion-button.blue-accorcollapsed:not(.collapsed) {
        background: #0B63E5;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        font-weight: 600;
        color: #fff; }
      .inner-section-area .faq .accordion .accordion-button::after {
        background: url(../images/Plus.webp) no-repeat 0 0;
        transition: all 0.5s;
        width: 24px;
        height: 25px; }
      .inner-section-area .faq .accordion .accordion-button:not(.collapsed)::after {
        background: url(../images/cross.webp) no-repeat 0 0;
        width: 24px;
        height: 25px; }
      .inner-section-area .faq .accordion .purple_faq:not(.collapsed) {
        background: #673AB7;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        font-weight: 600;
        color: #fff; }
      .inner-section-area .faq .accordion .green_faq:not(.collapsed) {
        background: #009688;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        font-weight: 600;
        color: #fff; }
      .inner-section-area .faq .accordion .blue_faq:not(.collapsed) {
        background: #0B63E5;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        font-weight: 600;
        color: #fff; }
  .inner-section-area .blog-sec {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px; }
    .inner-section-area .blog-sec .rt-blog-style-default {
      width: 100%; }
      .inner-section-area .blog-sec .rt-blog-style-default h1 {
        display: none;
        visibility: hidden; }
      .inner-section-area .blog-sec .rt-blog-style-default h3 {
        font-size: 30px;
        line-height: 40px;
        font-weight: 500;
        color: #0D0D0D;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        padding-bottom: 10px; }
        .inner-section-area .blog-sec .rt-blog-style-default h3 a {
          font-size: 30px;
          line-height: 40px;
          font-weight: 500;
          color: #0D0D0D; }
      .inner-section-area .blog-sec .rt-blog-style-default .float-left {
        float: left; }
      .inner-section-area .blog-sec .rt-blog-style-default .float-right {
        float: right; }
      .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item {
        float: left;
        margin-bottom: 30px;
        width: 100%;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
        .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item:last-child {
          margin-bottom: 0; }
        .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder {
          border: 1px solid #D9D9D9;
          border-radius: 16px;
          overflow: hidden; }
          .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder.blog-single-holder {
            border-radius: 0;
            border: none; }
          .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .pic {
            position: relative;
            margin-bottom: 0px;
            padding-top: calc((60 / 100) * 100%);
            overflow: hidden;
            transition: all 1.5s cubic-bezier(0, 0, 0.2, 1); }
            .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .pic > .blog-tag {
              font-size: 12px;
              line-height: 24px;
              font-weight: 400;
              text-transform: capitalize;
              color: #000 !important;
              background: #fff;
              border-radius: 43px;
              position: absolute;
              top: 20px;
              left: 20px;
              z-index: 9;
              display: inline-block;
              width: auto;
              padding: 0;
              text-align: center;
              padding: 0 10px;
              opacity: 0;
              visibility: hidden;
              transition: all 0.3s ease-in-out;
              -webkit-transition: all 0.3s ease-in-out; }
            .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .pic > .pic-main {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 1px;
              left: 0;
              z-index: 1;
              background: center center no-repeat;
              background-size: cover;
              transition: all 1.5s cubic-bezier(0, 0, 0.2, 1); }
          .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data {
            padding: 30px;
            z-index: 9;
            transition: all .3s ease;
            position: relative; }
            .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data.blog-single-data {
              padding: 0; }
              .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data.blog-single-data ol {
                margin: 0;
                padding: 0; }
                .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data.blog-single-data ol ul li {
                  list-style-type: none !important;
                  padding: 0 0 0 22px; }
              .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data.blog-single-data ul {
                margin: 0;
                padding: 0; }
              .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data.blog-single-data .blogzip-file {
                display: grid;
                gap: 30px;
                grid-template-columns: 2fr 2fr 2fr; }
            .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data img.alignnone {
              border-radius: 16px;
              margin-bottom: 30px; }
            .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data .thumbnailimage {
              display: flex;
              align-items: center;
              justify-content: space-between;
              gap: 20px; }
              .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data .thumbnailimage img {
                border-radius: 0px;
                width: 80%; }
            .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data .post-tags {
              display: flex;
              align-items: center;
              justify-content: flex-start;
              border-top: 1px solid #D9D9D9;
              margin-top: 40px;
              padding-top: 20px; }
              .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data .post-tags h4 {
                padding: 0;
                margin: 0;
                font-size: 16px;
                font-weight: 400;
                line-height: 26px;
                color: #0D0D0D; }
              .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data .post-tags ul {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                font-size: 16px;
                font-weight: 400;
                line-height: 26px;
                gap: 5px;
                margin: 0 !important;
                padding: 0 !important; }
                .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data .post-tags ul li {
                  font-size: 16px;
                  font-weight: 400;
                  line-height: 26px;
                  text-transform: capitalize;
                  margin: 0 3px !important;
                  padding: 0 !important; }
                  .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data .post-tags ul li::before {
                    display: none !important; }
                  .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data .post-tags ul li a {
                    color: #757575 !important; }
                    .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data .post-tags ul li a:hover {
                      color: #f15b13; }
            .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data .post-like {
              display: inline-flex;
              align-items: center;
              justify-content: flex-start;
              font-size: 14px; }
              .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data .post-like button {
                background: url(https://yourwebsitedeveloper.com.au/vpsblock/wp-content/themes/vpsblock/images/like.webp);
                border: none;
                font-size: 0;
                width: 24px;
                height: 24px; }
            .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data .author-detail-pane {
              background: #F6F6F6;
              padding: 40px 30px;
              display: inline-block;
              width: 100%; }
              .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data .author-detail-pane .quote {
                text-align: left; }
              .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data .author-detail-pane .author-say {
                border-bottom: 1px solid #000;
                padding-bottom: 20px;
                margin-top: 20px;
                margin-bottom: 20px;
                color: #757575; }
              .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data .author-detail-pane .author-sign {
                font-size: 20px;
                line-height: 30px;
                font-weight: 500;
                text-transform: uppercase;
                padding-bottom: 15px;
                margin: 0;
                text-transform: capitalize;
                color: #0D0D0D; }
            .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data .extracontent {
              padding-top: 40px;
              padding-bottom: 40px; }
              .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data .extracontent p:last-child {
                padding: 0;
                margin: 0; }
              .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data .extracontent p strong {
                font-size: 30px;
                line-height: 40px;
                font-weight: 500;
                text-transform: capitalize;
                color: #0D0D0D;
                width: 100%;
                display: block; }
            .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data ul {
              margin: 0 !important;
              padding: 0 0 25px 20px !important; }
              .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data ul li {
                font-size: 16px;
                font-weight: 400;
                line-height: 26px;
                padding: 0 0 0 22px;
                position: relative;
                margin-bottom: 5px !important;
                color: #757575; }
                .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data ul li:before {
                  position: absolute;
                  top: 6px;
                  left: 0;
                  content: '';
                  background: url(../images/smtri-bullet.svg) no-repeat;
                  width: 14px !important;
                  height: 14px; }
            .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data ol {
              margin: 0 !important;
              padding: 0 0 25px 20px !important; }
              .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data ol li {
                font-size: 16px;
                font-weight: 400;
                line-height: 26px;
                padding: 0;
                position: relative;
                margin-bottom: 5px !important;
                color: #757575;
                list-style-type: decimal; }
            .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data table {
              border-collapse: collapse;
              margin: 0;
              padding: 0;
              width: 100%;
              margin-bottom: 25px;
              table-layout: fixed; }
              .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data table caption {
                font-size: 16px;
                font-weight: 400;
                line-height: 26px;
                padding: 10px; }
              .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data table tr {
                background-color: #fcfafa;
                border: 1px solid #D9D9D9;
                padding: 10px; }
              .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data table th {
                font-size: 16px;
                font-weight: 400;
                line-height: 26px; }
            .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data table th,
            .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data table td {
              padding: 10px;
              text-align: left; }
            .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data > *:last-child {
              margin-bottom: 0 !important; }
            .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data a {
              color: #0D0D0D;
              font-size: 14px; }
              .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data a:hover {
                color: #f15b13 !important; }
            .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data h2 {
              font-size: 35px;
              line-height: 40px;
              font-weight: 600;
              color: #0D0D0D;
              transition: all 0.3s ease-in-out;
              -webkit-transition: all 0.3s ease-in-out;
              padding-bottom: 10px; }
              .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data h2 a {
                font-size: 35px;
                line-height: 40px;
                font-weight: 600;
                color: #0D0D0D; }
            .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data h3 {
              font-size: 30px;
              line-height: 40px;
              font-weight: 500;
              color: #0D0D0D;
              transition: all 0.3s ease-in-out;
              -webkit-transition: all 0.3s ease-in-out;
              padding-bottom: 10px; }
              .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data h3 a {
                font-size: 30px;
                line-height: 40px;
                font-weight: 500;
                color: #0D0D0D; }
            .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data h4 {
              font-size: 20px;
              line-height: 30px;
              font-weight: 500;
              text-transform: uppercase;
              padding-bottom: 15px;
              margin: 0;
              color: #0D0D0D;
              text-transform: capitalize !important;
              transition: all 0.3s ease-in-out;
              -webkit-transition: all 0.3s ease-in-out;
              padding-bottom: 10px; }
              .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data h4 a {
                font-size: 20px;
                line-height: 30px;
                font-weight: 500;
                text-transform: uppercase;
                padding-bottom: 15px;
                margin: 0;
                text-transform: capitalize !important;
                color: #0D0D0D; }
            .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data p {
              font-size: 16px;
              font-weight: 400;
              line-height: 26px;
              color: #757575; }
            .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data .blog-author-details {
              padding-bottom: 12px;
              margin-bottom: 25px;
              display: flex;
              border-bottom: 1px solid #D9D9D9; }
              .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data .blog-author-details .blog-author-name {
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 12px;
                line-height: 24px;
                font-weight: 400;
                text-transform: capitalize;
                gap: 8px;
                margin-right: 12px; }
                .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data .blog-author-details .blog-author-name span {
                  color: #bababa; }
              .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data .blog-author-details .blog-post {
                display: flex;
                align-items: flex-start;
                justify-content: flex-start;
                font-size: 12px;
                line-height: 24px;
                font-weight: 400;
                text-transform: capitalize;
                gap: 8px;
                margin-right: 12px; }
                .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data .blog-author-details .blog-post a {
                  position: relative;
                  display: inline-block; }
                  .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data .blog-author-details .blog-post a:hover {
                    color: #f15b13; }
                  .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data .blog-author-details .blog-post a span {
                    color: #0D0D0D; }
                    .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data .blog-author-details .blog-post a span:hover {
                      color: #f15b13; }
                .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data .blog-author-details .blog-post.shareing {
                  position: relative; }
                  .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data .blog-author-details .blog-post.shareing .social_share_new {
                    display: none; }
                  .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data .blog-author-details .blog-post.shareing:hover .social_share_new {
                    display: block;
                    position: absolute;
                    top: 22px;
                    right: -40px;
                    background-color: #fff;
                    padding: 15px;
                    width: 140px;
                    z-index: 9;
                    -webkit-box-shadow: 0px 0px 6px 0px rgba(150, 50, 50, 0.6);
                    -moz-box-shadow: 0px 0px 6px 0px rgba(204, 204, 204, 0.6);
                    box-shadow: 0px 0px 6px 0px rgba(204, 204, 204, 0.6);
                    transition: all 0.3s ease;
                    -webkit-transition: all 0.3s ease; }
                    .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data .blog-author-details .blog-post.shareing:hover .social_share_new ul {
                      margin: 0;
                      padding: 0; }
              .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data .blog-author-details .blog-comment {
                font-size: 12px;
                line-height: 24px;
                font-weight: 400;
                text-transform: uppercase;
                color: #545454;
                letter-spacing: .06em; }
            .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data .blog-prof-panel {
              display: flex;
              align-items: center;
              justify-content: flex-end; }
              .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data .blog-prof-panel .blog-profile {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                gap: 12px; }
                .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data .blog-prof-panel .blog-profile .blog-img img {
                  border-radius: 100%;
                  width: 48px;
                  height: 48px;
                  object-fit: cover;
                  object-position: center; }
                .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data .blog-prof-panel .blog-profile .blog-content {
                  font-size: 16px;
                  line-height: 22px;
                  font-weight: 400;
                  text-transform: capitalize;
                  color: #0D0D0D; }
                  .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder > .data .blog-prof-panel .blog-profile .blog-content span {
                    font-size: 12px;
                    line-height: 24px;
                    font-weight: 400;
                    text-transform: capitalize;
                    color: #bababa;
                    display: block; }
          .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder:hover .data {
            opacity: 1;
            visibility: visible;
            z-index: 9;
            transition: all .3s ease; }
            .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder:hover .data:before {
              content: "";
              display: block;
              padding-top: 0; }
          .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder:hover .pic .blog-tag {
            opacity: 1;
            visibility: visible;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out; }
          .inner-section-area .blog-sec .rt-blog-style-default .blog-style-three-item > .holder:hover .pic a {
            transform: scale3d(1.1, 1.1, 1.1); }
      .inner-section-area .blog-sec .rt-blog-style-default .page-numbers_pagination {
        display: inline-flex;
        gap: 10px;
        width: 100%;
        overflow: hidden;
        margin-top: 30px; }
        .inner-section-area .blog-sec .rt-blog-style-default .page-numbers_pagination span {
          background: #757575;
          border-radius: 5px;
          color: #fff;
          width: 40px;
          height: 40px;
          text-align: center;
          justify-content: center;
          display: flex;
          align-items: center; }
          .inner-section-area .blog-sec .rt-blog-style-default .page-numbers_pagination span.current {
            background-color: #f15b13 !important;
            border-radius: 5px;
            border: 1px solid #757575; }
        .inner-section-area .blog-sec .rt-blog-style-default .page-numbers_pagination a {
          background: transparent;
          border: 1px solid #D9D9D9;
          border-radius: 5px;
          color: #757575 !important;
          width: 40px;
          height: 40px;
          text-align: center;
          justify-content: center;
          display: flex;
          align-items: center; }
          .inner-section-area .blog-sec .rt-blog-style-default .page-numbers_pagination a.next {
            font-size: 16px !important;
            font-weight: 400 !important;
            text-transform: capitalize !important;
            line-height: 26px !important;
            padding: 5px 20px !important;
            border: 1px solid #D9D9D9;
            color: #757575 !important;
            border-radius: 4px;
            transition: all 0.3s ease-in-out;
            background: none;
            padding: 0;
            width: auto; }
          .inner-section-area .blog-sec .rt-blog-style-default .page-numbers_pagination a.prev {
            font-size: 16px !important;
            font-weight: 400 !important;
            text-transform: capitalize !important;
            line-height: 26px !important;
            padding: 5px 20px !important;
            border: 1px solid #D9D9D9;
            color: #757575 !important;
            border-radius: 4px;
            transition: all 0.3s ease-in-out;
            background: none;
            padding: 0;
            width: auto; }
    .inner-section-area .blog-sec .read-more-btn {
      padding: 0;
      width: 100%;
      overflow: hidden;
      text-align: right; }
      .inner-section-area .blog-sec .read-more-btn a.readmore {
        position: relative;
        display: inline-block;
        font-size: 16px;
        line-height: 32px;
        font-weight: 500;
        text-transform: capitalize;
        color: #757575;
        letter-spacing: 0; }
        .inner-section-area .blog-sec .read-more-btn a.readmore:hover {
          color: #f15b13 !important; }
          .inner-section-area .blog-sec .read-more-btn a.readmore:hover::after {
            width: 100%;
            left: 0;
            right: auto; }
          .inner-section-area .blog-sec .read-more-btn a.readmore:hover svg {
            margin-left: 15px;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            fill: #f15b13; }
        .inner-section-area .blog-sec .read-more-btn a.readmore svg {
          margin-left: 8px;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out; }
    .inner-section-area .blog-sec .blog-sidebar li.widget_search {
      border-bottom: 1px solid #D9D9D9;
      margin-bottom: 30px;
      padding-bottom: 30px; }
      .inner-section-area .blog-sec .blog-sidebar li.widget_search label {
        display: none;
        visibility: hidden; }
      .inner-section-area .blog-sec .blog-sidebar li.widget_search .wp-block-search__input {
        margin-bottom: 0 !important;
        border-right: none !important;
        border: 1px solid #757575;
        border-top-left-radius: 5px !important;
        border-bottom-left-radius: 5px !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0 !important; }
      .inner-section-area .blog-sec .blog-sidebar li.widget_search .wp-block-search__button {
        background: url(../images/search.webp) no-repeat #f15b13;
        width: 58px;
        background-position: center;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        margin: 0;
        font-size: 0 !important;
        transition: all 0.3s ease-out; }
        .inner-section-area .blog-sec .blog-sidebar li.widget_search .wp-block-search__button:hover {
          background: url(../images/search.webp) no-repeat #75B7CD;
          background-position: center;
          transition: all 0.3s ease-out; }
    .inner-section-area .blog-sec .blog-sidebar li.widget_text p {
      font-size: 30px;
      line-height: 40px;
      font-weight: 500;
      text-transform: capitalize; }
    .inner-section-area .blog-sec .blog-sidebar li.widget_tag_cloud {
      margin-bottom: 30px; }
      .inner-section-area .blog-sec .blog-sidebar li.widget_tag_cloud p {
        margin: 0;
        padding: 0; }
    .inner-section-area .blog-sec .blog-sidebar li.widget_custom_category_widget {
      border-bottom: 1px solid #D9D9D9;
      margin-bottom: 30px;
      padding-bottom: 30px; }
      .inner-section-area .blog-sec .blog-sidebar li.widget_custom_category_widget ul {
        padding: 0;
        margin: 0; }
        .inner-section-area .blog-sec .blog-sidebar li.widget_custom_category_widget ul li {
          border-bottom: 1px dashed #D9D9D9;
          padding-bottom: 10px;
          margin-bottom: 10px; }
          .inner-section-area .blog-sec .blog-sidebar li.widget_custom_category_widget ul li:last-child {
            padding: 0;
            margin: 0;
            border-bottom: none; }
          .inner-section-area .blog-sec .blog-sidebar li.widget_custom_category_widget ul li a {
            transition: all 0.3s ease-in-out;
            color: #757575 !important; }
            .inner-section-area .blog-sec .blog-sidebar li.widget_custom_category_widget ul li a:hover {
              color: #f15b13 !important;
              transition: all 0.3s ease-in-out; }
          .inner-section-area .blog-sec .blog-sidebar li.widget_custom_category_widget ul li ul.sub-category-list {
            padding: 10px 0 0 15px; }
            .inner-section-area .blog-sec .blog-sidebar li.widget_custom_category_widget ul li ul.sub-category-list li {
              font-size: 16px;
              font-weight: 400;
              line-height: 26px;
              padding: 0 0 0 22px;
              position: relative;
              margin-bottom: 5px !important;
              color: #757575; }
              .inner-section-area .blog-sec .blog-sidebar li.widget_custom_category_widget ul li ul.sub-category-list li:before {
                position: absolute;
                top: 6px;
                left: 0;
                content: '';
                background: url(../images/smtri-bullet.svg) no-repeat;
                width: 14px !important;
                height: 14px; }
    .inner-section-area .blog-sec .blog-sidebar li.widget_categories {
      border-bottom: 1px solid #D9D9D9;
      margin-bottom: 30px;
      padding-bottom: 30px; }
      .inner-section-area .blog-sec .blog-sidebar li.widget_categories ul {
        padding: 0;
        margin: 0; }
        .inner-section-area .blog-sec .blog-sidebar li.widget_categories ul li {
          border-bottom: 1px dashed #D9D9D9;
          padding-bottom: 10px;
          margin-bottom: 10px; }
          .inner-section-area .blog-sec .blog-sidebar li.widget_categories ul li:last-child {
            padding: 0;
            margin: 0;
            border-bottom: none; }
          .inner-section-area .blog-sec .blog-sidebar li.widget_categories ul li a {
            transition: all 0.3s ease-in-out; }
            .inner-section-area .blog-sec .blog-sidebar li.widget_categories ul li a:hover {
              color: #f15b13 !important;
              transition: all 0.3s ease-in-out; }
    .inner-section-area .blog-sec .blog-sidebar li.widget_tag_cloud p a {
      font-size: 16px !important;
      font-weight: 400 !important;
      text-transform: capitalize !important;
      line-height: 26px !important;
      padding: 5px 20px !important;
      border: 1px solid #D9D9D9;
      color: #757575 !important;
      border-radius: 4px;
      transition: all 0.3s ease-in-out;
      display: block;
      margin-bottom: 10px;
      background: #fbfbfb; }
      .inner-section-area .blog-sec .blog-sidebar li.widget_tag_cloud p a:hover {
        background: #f15b13;
        color: #fff !important;
        transition: all 0.3s ease-in-out; }
    .inner-section-area .blog-sec .blog-sidebar li.widget_archive {
      border-bottom: 1px solid #D9D9D9;
      margin-bottom: 30px;
      padding-bottom: 30px; }
      .inner-section-area .blog-sec .blog-sidebar li.widget_archive ul {
        padding: 0;
        margin: 0; }
        .inner-section-area .blog-sec .blog-sidebar li.widget_archive ul li {
          border-bottom: 1px dashed #D9D9D9;
          padding-bottom: 10px;
          margin-bottom: 10px;
          position: relative; }
          .inner-section-area .blog-sec .blog-sidebar li.widget_archive ul li:after {
            position: absolute;
            top: 6px;
            right: 0;
            content: '';
            background: url(../images/v-arrow.webp);
            width: 8px !important;
            height: 14px; }
          .inner-section-area .blog-sec .blog-sidebar li.widget_archive ul li:last-child {
            padding: 0;
            margin: 0;
            border-bottom: none; }
    .inner-section-area .blog-sec .blog-sidebar .recent-story {
      border-bottom: 1px solid #D9D9D9;
      margin-bottom: 30px; }
      .inner-section-area .blog-sec .blog-sidebar .recent-story h2 {
        font-size: 30px;
        line-height: 40px;
        font-weight: 500;
        text-transform: capitalize;
        padding-bottom: 25px; }
      .inner-section-area .blog-sec .blog-sidebar .recent-story .recent-holder {
        border-radius: 10px;
        border: 1px solid #D9D9D9;
        margin-bottom: 30px; }
        .inner-section-area .blog-sec .blog-sidebar .recent-story .recent-holder .image-box {
          overflow: hidden; }
          .inner-section-area .blog-sec .blog-sidebar .recent-story .recent-holder .image-box img {
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            width: 100%; }
        .inner-section-area .blog-sec .blog-sidebar .recent-story .recent-holder .blog-date-details {
          overflow: hidden;
          padding: 15px; }
          .inner-section-area .blog-sec .blog-sidebar .recent-story .recent-holder .blog-date-details p {
            padding: 0;
            margin: 0; }
            .inner-section-area .blog-sec .blog-sidebar .recent-story .recent-holder .blog-date-details p a {
              color: #757575; }
              .inner-section-area .blog-sec .blog-sidebar .recent-story .recent-holder .blog-date-details p a:hover {
                color: #f15b13 !important; }
          .inner-section-area .blog-sec .blog-sidebar .recent-story .recent-holder .blog-date-details .blog-date-name {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            font-size: 12px;
            line-height: 24px;
            font-weight: 400;
            text-transform: capitalize;
            gap: 8px;
            border-bottom: 1px solid #D9D9D9;
            padding-bottom: 12px;
            margin-bottom: 12px; }
            .inner-section-area .blog-sec .blog-sidebar .recent-story .recent-holder .blog-date-details .blog-date-name span {
              color: #bababa; }
            .inner-section-area .blog-sec .blog-sidebar .recent-story .recent-holder .blog-date-details .blog-date-name a {
              font-size: 14px;
              color: #0D0D0D !important; }
              .inner-section-area .blog-sec .blog-sidebar .recent-story .recent-holder .blog-date-details .blog-date-name a:hover {
                color: #f15b13 !important; }
    .inner-section-area .blog-sec .blog-sidebar .website-security {
      background: #F6F6F6;
      padding: 30px 20px;
      margin-bottom: 30px; }
      .inner-section-area .blog-sec .blog-sidebar .website-security h3 {
        font-size: 25px;
        line-height: 35px;
        font-weight: 500;
        color: #0D0D0D; }
      .inner-section-area .blog-sec .blog-sidebar .website-security p {
        font-size: 14px;
        line-height: 24px;
        text-transform: capitalize;
        color: #757575; }
  .inner-section-area .comments-area {
    background: #F6F6F6;
    padding: 30px;
    display: inline-block;
    width: 100%;
    margin-top: 80px; }
    .inner-section-area .comments-area .comment-reply-title {
      font-size: 30px;
      line-height: 40px;
      font-weight: 500; }
    .inner-section-area .comments-area .comments-title {
      font-size: 30px;
      line-height: 40px;
      font-weight: 500; }
    .inner-section-area .comments-area .comment-form > p {
      margin: 0 !important;
      padding: 0 !important; }
      .inner-section-area .comments-area .comment-form > p label {
        display: none;
        visibility: hidden; }
      .inner-section-area .comments-area .comment-form > p textarea {
        width: 100%;
        margin-top: 15px !important; }
    .inner-section-area .comments-area .comment-form .comment-notes {
      display: none;
      visibility: hidden; }
    .inner-section-area .comments-area .comment-form .comment-form-author {
      float: left;
      width: 33.33%;
      padding: 0 10px 0 0 !important; }
      .inner-section-area .comments-area .comment-form .comment-form-author input {
        width: 100%;
        margin-bottom: 15px !important; }
    .inner-section-area .comments-area .comment-form .comment-form-email {
      float: left;
      width: 33.33%;
      padding: 0 5px !important; }
      .inner-section-area .comments-area .comment-form .comment-form-email input {
        width: 100%;
        margin-bottom: 15px !important; }
    .inner-section-area .comments-area .comment-form .comment-form-url {
      float: left;
      width: 33.33%;
      padding: 0 0 0 10px !important; }
      .inner-section-area .comments-area .comment-form .comment-form-url input {
        width: 100%;
        margin-bottom: 15px !important; }
    .inner-section-area .comments-area .comment-form .comment-form-cookies-consent {
      display: none !important;
      visibility: hidden !important; }
    .inner-section-area .comments-area .comment-form .submit {
      font-size: 16px;
      line-height: 22px;
      font-weight: 500;
      text-transform: capitalize;
      height: 48px;
      padding: 0 40px 0 15px !important;
      border-radius: 8px;
      text-wrap: nowrap;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: none !important;
      cursor: pointer;
      color: #fff !important;
      background: url(../images/white-arrow.webp) #f15b13 no-repeat 90% center !important;
      transition: all .3s ease-in-out;
      -webkit-transition: all .3s ease-in-out; }
      .inner-section-area .comments-area .comment-form .submit:hover {
        background: url(../images/white-arrow.webp) #75B7CD no-repeat 90% center !important;
        text-decoration: none;
        color: #fff !important;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transform: translateY(-5px);
        box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }
    .inner-section-area .comments-area ol {
      padding: 0;
      margin: 0; }
    .inner-section-area .comments-area .comment-body {
      background: #ededed;
      border-radius: 5px;
      padding: 20px;
      margin: 0 0 30px 0; }
    .inner-section-area .comments-area .reply a {
      font-size: 16px;
      line-height: 22px;
      font-weight: 500;
      text-transform: capitalize;
      height: 48px;
      padding: 0 40px 0 15px !important;
      border-radius: 8px;
      text-wrap: nowrap;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 2px solid #f15b13;
      cursor: pointer;
      color: #000 !important;
      background: url(../images/orange-arrow.webp) no-repeat 90% center !important;
      transition: all .3s ease-in-out;
      -webkit-transition: all .3s ease-in-out; }
      .inner-section-area .comments-area .reply a:hover {
        background: url(../images/ArrowRight.webp) #f15b13 no-repeat 90% center !important;
        text-decoration: none;
        color: #fff !important;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transform: translateY(-5px);
        box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }
    .inner-section-area .comments-area .comment-author img {
      border: 1px solid #f15b13;
      border-radius: 100%;
      object-fit: cover;
      object-position: center; }
  .inner-section-area .latestblog {
    padding: 80px 60px;
    margin-top: 80px;
    background: url(../images/signup-bg.webp) no-repeat;
    background-size: cover;
    border-radius: 15px;
    background-position: center; }
    .inner-section-area .latestblog h3 {
      font-size: 42px;
      line-height: 44px;
      font-weight: bold;
      text-transform: capitalize;
      color: #fff !important;
      margin-bottom: 0;
      padding-bottom: 20px; }
    .inner-section-area .latestblog p {
      color: #fff;
      gap: 20px;
      display: flex;
      margin-bottom: 0;
      padding: 0 0 20px 0; }
    .inner-section-area .latestblog .wpcf7 form.invalid .wpcf7-response-output {
      color: #fff;
      margin: 0; }
    .inner-section-area .latestblog .wpcf7 form.sent .wpcf7-response-output {
      color: #fff;
      margin: 0; }
  .inner-section-area .solu-vps-plan {
    padding-top: 80px;
    padding-bottom: 80px; }
    .inner-section-area .solu-vps-plan .solu-developer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 80px; }
      .inner-section-area .solu-vps-plan .solu-developer .solu-desc p:last-child {
        padding-bottom: 0 !important; }
      .inner-section-area .solu-vps-plan .solu-developer .solu-desc h2 {
        font-size: 48px;
        line-height: 53px;
        font-weight: 400;
        padding-bottom: 15px;
        margin: 0;
        margin: 0; }
      .inner-section-area .solu-vps-plan .solu-developer .solu-desc ul {
        margin: 0;
        padding: 0 0 20px 0; }
        .inner-section-area .solu-vps-plan .solu-developer .solu-desc ul li {
          font-size: 16px;
          font-weight: 400;
          line-height: 26px;
          padding: 0 0 0 27px;
          position: relative;
          margin-bottom: 5px !important;
          color: #757575; }
          .inner-section-area .solu-vps-plan .solu-developer .solu-desc ul li:before {
            position: absolute;
            top: 5px;
            left: 0;
            content: '';
            background: url(../images/orng-tick.svg) no-repeat;
            width: 16px !important;
            height: 16px; }
        .inner-section-area .solu-vps-plan .solu-developer .solu-desc ul.sol-col-2 {
          columns: 2; }
      .inner-section-area .solu-vps-plan .solu-developer .img-bx {
        position: relative;
        text-align: center;
        margin-bottom: 25px;
        padding-left: 30px;
        padding-right: 30px; }
        .inner-section-area .solu-vps-plan .solu-developer .img-bx img {
          border-radius: 8px;
          width: 80%; }
        .inner-section-area .solu-vps-plan .solu-developer .img-bx .top-img-box {
          position: absolute;
          top: -35px;
          left: -25px;
          box-shadow: 0px 12px 56px 0px #061C3D14;
          border-radius: 4px;
          animation: particlemove2 4.5s infinite linear; }

@keyframes particlemove2 {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }
  25% {
    transform: translate(10px, 10px);
    -webkit-transform: translate(10px, 10px); }
  50% {
    transform: translate(5px, 5px);
    -webkit-transform: translate(5px, 5px); }
  75% {
    transform: translate(10px, -5px);
    -webkit-transform: translate(10px, -5px); }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); } }

.inner-section-area .hosting-sec .hosting-block .host-box .host-grid:last-child::after {
  border-right: none !important; }

.latestblog-form form {
  display: grid;
  position: relative;
  border-radius: 4px;
  gap: 10px; }

.latestblog-form p {
  padding: 0;
  margin: 0; }

.latestblog-form form > * {
  line-height: 50px;
  font-size: 1rem;
  border-radius: 0;
  outline: 0; }

.latestblog-form input[type="text"] {
  overflow: hidden;
  padding: 0 15px !important;
  margin-bottom: 0 !important;
  height: 54px !important;
  width: 70% !important; }

.latestblog-form input[type="email"] {
  overflow: hidden;
  padding: 0 15px !important;
  margin-bottom: 0 !important;
  height: 54px !important;
  width: 100% !important; }

.latestblog-form input[type="submit"].subscribe-btn {
  font-weight: 500;
  height: 55px;
  padding: 0 45px 0 25px !important;
  border-radius: 5px;
  text-wrap: nowrap;
  border: none !important;
  text-wrap: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  color: #fff !important;
  background: url(../images/white-arrow.webp) #f15b13 no-repeat 85% center !important;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  margin: 0 !important; }
  .latestblog-form input[type="submit"].subscribe-btn:hover {
    transition: all .3s ease-in-out;
    background: url(../images/white-arrow.webp) #75B7CD no-repeat 85% center !important; }

.gen-btn-area {
  display: inline-flex; }

.gen-left-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px; }

.btn-style1 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-transform: capitalize;
  height: 48px;
  padding: 0 15px 0 25px;
  border-radius: 8px;
  text-wrap: nowrap;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px !important;
  cursor: pointer;
  color: #fff !important;
  background: #f15b13;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }
  .btn-style1 a {
    color: #fff !important; }
  .btn-style1:hover {
    background: #75B7CD !important;
    text-decoration: none;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }

.btn-style2 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-transform: capitalize;
  height: 48px;
  padding: 0 15px 0 25px;
  border-radius: 8px;
  text-wrap: nowrap;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff !important;
  background: #f15b13;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }
  .btn-style2 a {
    color: #fff !important; }
  .btn-style2::after {
    content: "";
    background: url(../images/ArrowRight.webp) no-repeat 0 0 !important;
    margin: 0 0 0 15px;
    width: 20px;
    height: 20px;
    display: inline-flex; }
    .btn-style2::after::after:hover {
      background: #fff !important;
      border: 2px solid #fff;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
  .btn-style2:hover {
    background: #75B7CD !important;
    text-decoration: none;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }

.btn-style3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-transform: capitalize;
  height: 48px;
  padding: 0 25px 0 30px;
  border-radius: 7px;
  text-wrap: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  cursor: pointer;
  color: #0B63E5 !important;
  border: 2px solid #0B63E5;
  background: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }
  .btn-style3 a {
    color: #fff !important; }
  .btn-style3::after {
    content: "";
    background: url(../images/arr-blue.webp) no-repeat 0 0 !important;
    margin: 0 0 0 15px;
    width: 24px;
    height: 24px;
    display: inline-flex; }
  .btn-style3:hover {
    background: #0B63E5;
    text-decoration: none;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }
    .btn-style3:hover::after {
      content: "";
      background: url(../images/arr-white.webp) no-repeat 0 0 !important;
      margin: 0 0 0 15px;
      width: 24px;
      height: 24px;
      display: inline-flex; }

.btn-style4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-transform: capitalize;
  height: 48px;
  padding: 0 15px 0 25px;
  border-radius: 8px;
  text-wrap: nowrap;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff !important;
  background: #0B63E5;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }
  .btn-style4 a {
    color: #fff !important; }
  .btn-style4::after {
    content: "";
    background: url(../images/ArrowRight.webp) no-repeat 0 0 !important;
    margin: 0 0 0 15px;
    width: 20px;
    height: 20px;
    display: inline-flex; }
    .btn-style4::after::after:hover {
      background: #0249b4 !important;
      border: 2px solid #fff;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
  .btn-style4:hover {
    background: #0249b4 !important;
    text-decoration: none;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }

.btn-style5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-transform: capitalize;
  height: 48px;
  padding: 0 25px 0 30px;
  border-radius: 7px;
  text-wrap: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  cursor: pointer;
  color: #f15b13 !important;
  border: 2px solid #f15b13;
  background: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }
  .btn-style5 a {
    color: #fff !important; }
  .btn-style5::after {
    content: "";
    background: url(../images/orng-arrw.webp) no-repeat 0 0 !important;
    margin: 0 0 0 15px;
    width: 21px;
    height: 20px;
    display: inline-flex; }
  .btn-style5:hover {
    background: #75B7CD;
    border: 2px solid #75B7CD;
    text-decoration: none;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }
    .btn-style5:hover::after {
      content: "";
      background: url(../images/arr-white.webp) no-repeat 0 0 !important;
      margin: 0 0 0 15px;
      width: 21px;
      height: 20px;
      display: inline-flex; }

.gen-pricing-table-area {
  padding-top: 80px;
  padding-bottom: 80px; }
  .gen-pricing-table-area h2 {
    font-size: 48px;
    line-height: 53px;
    font-weight: 400;
    padding-bottom: 15px;
    margin: 0;
    padding-bottom: 15px;
    margin: 0;
    text-align: center; }
  .gen-pricing-table-area p {
    text-align: center; }
  .gen-pricing-table-area h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    padding-bottom: 25px;
    color: #757575; }
  .gen-pricing-table-area .pricing-imp-info p {
    color: #757575;
    text-align: center;
    margin: 12px 0px; }
    .gen-pricing-table-area .pricing-imp-info p a {
      color: #0B63E5 !important; }
  .gen-pricing-table-area .pricing-imp-info ul li {
    list-style-type: disc;
    color: #757575; }
  .gen-pricing-table-area .pricing-table-includes {
    padding-top: 30px;
    padding-bottom: 30px; }
    .gen-pricing-table-area .pricing-table-includes h3 {
      font-size: 24px;
      font-weight: 600;
      color: #0D0D0D;
      margin-bottom: 30px; }
    .gen-pricing-table-area .pricing-table-includes ul {
      display: flex;
      flex-wrap: wrap;
      gap: 24px;
      padding: 0;
      margin: 0;
      list-style: none; }
      .gen-pricing-table-area .pricing-table-includes ul li {
        flex: 1 1 calc(16.66% - 24px);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        min-width: 150px; }
        .gen-pricing-table-area .pricing-table-includes ul li img {
          width: 40px;
          height: 40px;
          margin-bottom: 12px; }
        .gen-pricing-table-area .pricing-table-includes ul li p {
          padding: 0;
          margin: 0;
          color: #757575;
          text-align: left; }
          .gen-pricing-table-area .pricing-table-includes ul li p span {
            font-weight: 600; }

.pricing-table {
  align-items: flex-start;
  justify-content: flex-start;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px; }
  .pricing-table .rt-pricing-table {
    width: 100%;
    background: #fff;
    box-shadow: 0px 0 15px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px;
    padding: 30px 25px;
    border-radius: 20px;
    height: 100%; }
    .pricing-table .rt-pricing-table h4 {
      font-size: 20px;
      line-height: 30px;
      font-weight: 600;
      padding-bottom: 15px;
      color: #0D0D0D; }
    .pricing-table .rt-pricing-table h5 {
      font-size: 30px;
      line-height: 40px;
      font-weight: 400;
      text-transform: uppercase;
      padding-bottom: 15px;
      margin: 0;
      font-weight: 700;
      color: #0B63E5;
      letter-spacing: -1.1px; }
      .pricing-table .rt-pricing-table h5 span {
        color: #0D0D0D;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0px; }
    .pricing-table .rt-pricing-table p {
      padding: 0;
      margin: 0;
      text-align: left; }
    .pricing-table .rt-pricing-table:hover h4 {
      color: #fff; }
    .pricing-table .rt-pricing-table:hover h5 {
      color: #fff; }
      .pricing-table .rt-pricing-table:hover h5 span {
        color: #fff; }
    .pricing-table .rt-pricing-table:hover p {
      color: #fff !important; }
    .pricing-table .rt-pricing-table:hover form b {
      color: #fff; }
    .pricing-table .rt-pricing-table input {
      background: transparent;
      border: none !important;
      height: 22px !important;
      width: 60px !important;
      padding: 0 3px !important;
      text-align: left; }
    .pricing-table .rt-pricing-table select {
      border-radius: 7px !important;
      height: 48px !important;
      background: #f2f2f2; }
    .pricing-table .rt-pricing-table .discount-bx {
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      font-style: italic;
      padding: 20px 0 0 0; }
      .pricing-table .rt-pricing-table .discount-bx span {
        color: #f15b13; }
    .pricing-table .rt-pricing-table ul {
      margin: 20px 0;
      padding: 0;
      list-style-type: none; }
      .pricing-table .rt-pricing-table ul li {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        list-style-type: none;
        color: #757575;
        position: relative;
        padding: 0 0 10px 30px; }
        .pricing-table .rt-pricing-table ul li:before {
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          background: url(../images/pricing-arrow.svg) no-repeat;
          width: 22px !important;
          height: 22px; }
        .pricing-table .rt-pricing-table ul li:last-child {
          border-bottom: none; }
    .pricing-table .rt-pricing-table .butn_area {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 10px; }
      .pricing-table .rt-pricing-table .butn_area .trial-section .jlc-form input {
        width: 100% !important;
        margin: 0 !important;
        height: 48px !important; }
    .pricing-table .rt-pricing-table .gen_btn {
      font-size: 16px;
      line-height: 22px;
      font-weight: 500;
      text-transform: capitalize;
      height: 48px;
      padding: 0 25px 0 30px;
      border-radius: 7px;
      text-wrap: nowrap;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: fit-content;
      cursor: pointer;
      color: #0B63E5 !important;
      border: 2px solid #0B63E5;
      background: #fff;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
      .pricing-table .rt-pricing-table .gen_btn a {
        color: #0B63E5 !important; }
      .pricing-table .rt-pricing-table .gen_btn::after {
        content: "";
        background: url(../images/arr-blue.webp) no-repeat 0 0 !important;
        margin: 0 0 0 15px;
        width: 21px;
        height: 20px;
        display: inline-flex; }
      .pricing-table .rt-pricing-table .gen_btn:hover {
        background: #0249b4;
        border: 2px solid #0249b4;
        text-decoration: none;
        color: #0B63E5 !important;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }
        .pricing-table .rt-pricing-table .gen_btn:hover::after {
          content: "";
          background: url(../images/arr-blue.webp) no-repeat 0 0 !important;
          margin: 0 0 0 15px;
          width: 21px;
          height: 20px;
          display: inline-flex; }
    .pricing-table .rt-pricing-table:hover {
      background-color: #0B63E5; }
      .pricing-table .rt-pricing-table:hover ul li {
        color: #fff; }
      .pricing-table .rt-pricing-table:hover input {
        color: #000 !important; }
      .pricing-table .rt-pricing-table:hover .discount-bx {
        color: #fff; }
      .pricing-table .rt-pricing-table:hover .gen_btn {
        color: #0B63E5;
        background-color: #fff;
        text-decoration: none; }
        .pricing-table .rt-pricing-table:hover .gen_btn:hover {
          background: #0249b4;
          border: 2px solid #0249b4;
          text-decoration: none;
          color: #fff !important;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }
    .pricing-table .rt-pricing-table.spotlight {
      background: #0B63E5; }
      .pricing-table .rt-pricing-table.spotlight h4 {
        color: #fff; }
      .pricing-table .rt-pricing-table.spotlight h5 {
        color: #fff; }
        .pricing-table .rt-pricing-table.spotlight h5 span {
          color: #fff; }
      .pricing-table .rt-pricing-table.spotlight p {
        color: #fff; }
      .pricing-table .rt-pricing-table.spotlight ul li {
        color: #fff; }
      .pricing-table .rt-pricing-table.spotlight .discount-bx {
        color: #fff; }
        .pricing-table .rt-pricing-table.spotlight .discount-bx span {
          color: #fff; }
    .pricing-table .rt-pricing-table form input {
      width: 22% !important;
      background: #fff;
      border: 1px solid #DBDBDB !important;
      height: 54px !important;
      margin: 0 0 10px 0 !important;
      padding: 0 15px !important;
      font-size: 16px !important;
      outline: none;
      border-radius: 8px !important;
      transition: all 0.2s ease-in-out; }
    .pricing-table .rt-pricing-table form .btn-style2 {
      width: auto !important;
      border: none !important;
      font-size: 16px;
      line-height: 22px;
      font-weight: 500;
      text-transform: capitalize;
      height: 48px;
      padding: 0 15px 0 25px;
      border-radius: 8px;
      text-wrap: nowrap;
      border: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      color: #fff !important;
      background: #f15b13;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }

.abt-panel {
  padding: 0;
  margin: 0;
  background: url(../images/ellipse.webp) no-repeat center right;
  background-size: contain; }
  .abt-panel .about-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    visibility: visible; }
    .abt-panel .about-area h2 {
      font-size: 48px;
      line-height: 53px;
      font-weight: 400;
      padding-bottom: 15px;
      margin: 0;
      padding-bottom: 15px;
      margin: 0; }
    .abt-panel .about-area .img-box img {
      border-radius: 20px;
      object-fit: cover;
      object-position: center;
      width: 100%; }
    .abt-panel .about-area .abt-desc {
      padding-left: 40px; }
      .abt-panel .about-area .abt-desc .founded {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .abt-panel .about-area .abt-desc .founded .found-block {
          margin: 0;
          padding: 0 50px 0 0;
          position: relative;
          border-right: 1px solid #DBDBDB; }
          .abt-panel .about-area .abt-desc .founded .found-block p {
            font-size: 20px;
            line-height: 30px;
            font-weight: 600;
            margin: 0 !important;
            padding: 0 !important;
            color: #0D0D0D;
            text-align: center; }
            .abt-panel .about-area .abt-desc .founded .found-block p span {
              font-size: 16px;
              font-weight: 400;
              line-height: 26px;
              color: #757575;
              display: block; }
          .abt-panel .about-area .abt-desc .founded .found-block:last-child {
            border-right: none !important;
            padding: 0; }
  .abt-panel .contact-section {
    padding-top: 80px;
    padding-bottom: 80px; }
    .abt-panel .contact-section .contact-box {
      padding-right: 50px; }
      .abt-panel .contact-section .contact-box h2 {
        font-size: 48px;
        line-height: 53px;
        font-weight: 400;
        padding-bottom: 15px;
        margin: 0;
        margin: 0; }
      .abt-panel .contact-section .contact-box h4 {
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
        text-transform: uppercase;
        padding-bottom: 15px;
        margin: 0;
        text-transform: capitalize !important;
        margin: 0;
        font-weight: 600; }
      .abt-panel .contact-section .contact-box p a {
        color: #0D0D0D;
        text-decoration: none; }
    .abt-panel .contact-section .info-box {
      padding: 30px 50px;
      color: #fff;
      text-align: center; }
      .abt-panel .contact-section .info-box h3 {
        font-size: 24px;
        line-height: 30px;
        font-weight: 600; }
      .abt-panel .contact-section .info-box p {
        padding: 0;
        margin: 0; }
      .abt-panel .contact-section .info-box.bg-lightgray {
        background: #F2F3F4;
        color: #0D0D0D; }
      .abt-panel .contact-section .info-box.bg-blue {
        background: #75B7CD; }
        .abt-panel .contact-section .info-box.bg-blue p {
          color: #fff; }
      .abt-panel .contact-section .info-box.bg-black {
        background: #0D0D0D; }
        .abt-panel .contact-section .info-box.bg-black p {
          color: #fff; }
      .abt-panel .contact-section .info-box.bg-orange {
        background: #f15b13;
        font-style: italic; }
        .abt-panel .contact-section .info-box.bg-orange p {
          color: #fff; }
    .abt-panel .contact-section .appointment-box a {
      color: #f15b13;
      text-decoration: none; }
      .abt-panel .contact-section .appointment-box a:hover {
        text-decoration: underline; }
    .abt-panel .contact-section .btn-orange-outline {
      border: 1px solid #f15b13;
      color: #f15b13;
      padding: 12px 24px;
      font-weight: 500; }
      .abt-panel .contact-section .btn-orange-outline:hover {
        background-color: #f15b13;
        color: #fff; }
    .abt-panel .contact-section .contact-box-content {
      padding: 0;
      margin: 0; }
      .abt-panel .contact-section .contact-box-content .icon-sec {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start; }
        .abt-panel .contact-section .contact-box-content .icon-sec .icon-img svg {
          width: 20px;
          height: 20px; }
        .abt-panel .contact-section .contact-box-content .icon-sec .icon-desc {
          padding: 0;
          margin: 0; }
          .abt-panel .contact-section .contact-box-content .icon-sec .icon-desc ul li a:hover {
            color: #f15b13 !important; }
    .abt-panel .contact-section .appointment-box-content p a {
      color: #0B63E5 !important; }
    .abt-panel .contact-section .appointment-box-content .btn-style5 {
      margin-top: 20px; }
    .abt-panel .contact-section .link_orange_btn {
      cursor: pointer; }
      .abt-panel .contact-section .link_orange_btn a {
        color: #fff !important; }

.timeline-heading {
  padding-bottom: 50px; }
  .timeline-heading h2 {
    font-size: 48px;
    line-height: 53px;
    font-weight: 400;
    padding-bottom: 15px;
    margin: 0;
    text-align: center; }

.timeline-sec {
  margin: 20px auto;
  position: relative; }
  .timeline-sec article {
    width: 100%;
    margin: 0 0 20px 0;
    position: relative; }
    .timeline-sec article:after {
      content: '';
      display: block;
      clear: both; }
    .timeline-sec article .inner {
      width: 40%;
      float: left;
      margin: 0;
      border-radius: 6px; }
      .timeline-sec article .inner span.date {
        position: absolute;
        top: 10px;
        left: 50%;
        margin: 0px 0 0 -80px;
        border-radius: 7px;
        background: #fff;
        color: #0D0D0D;
        border: 1px solid #757575;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px 20px;
        transition: background-color 0.3s ease;
        cursor: pointer;
        width: 12%; }
        .timeline-sec article .inner span.date:hover {
          background-color: rgba(241, 103, 37, 0.2);
          border-color: #f15b13; }
        .timeline-sec article .inner span.date.active {
          background-color: rgba(241, 103, 37, 0.2);
          border-color: #f15b13; }
        .timeline-sec article .inner span.date span {
          display: block;
          text-align: center; }
          .timeline-sec article .inner span.date span.day, .timeline-sec article .inner span.date span.month, .timeline-sec article .inner span.date span.year {
            font-size: 16px;
            font-weight: 400;
            line-height: 26px; }
          .timeline-sec article .inner span.date span.month {
            margin: 0px 4px; }
      .timeline-sec article .inner h2 {
        padding: 25px;
        color: #757575;
        font-weight: 500;
        margin: 0;
        font-size: 17px;
        line-height: 28px;
        font-weight: 600;
        height: 74px;
        position: relative;
        border-radius: 12px;
        text-align: center;
        background: #f5f5f5;
        transition: all 0.3s ease-in-out; }
        .timeline-sec article .inner h2:hover {
          color: #f15b13;
          margin: 0 10px;
          transition: all 0.3s ease-in-out; }
        .timeline-sec article .inner h2:after {
          content: '';
          position: absolute;
          top: 20px;
          right: -10px;
          width: 35px;
          height: 35px;
          transform: rotate(-45deg);
          background: #f5f5f5; }
      .timeline-sec article .inner p {
        padding: 15px;
        margin: 0;
        font-size: 14px;
        background: #fff;
        color: #656565;
        border-radius: 0 0 6px 6px; }
    .timeline-sec article:nth-child(2n+2) .inner {
      float: right; }
      .timeline-sec article:nth-child(2n+2) .inner h2 {
        transition: all 0.3s ease-in-out; }
        .timeline-sec article:nth-child(2n+2) .inner h2:hover {
          color: #f15b13;
          margin: 0 10px;
          transition: all 0.3s ease-in-out; }
        .timeline-sec article:nth-child(2n+2) .inner h2:after {
          left: -10px;
          right: auto; }

.feature-tab h2 {
  font-size: 48px;
  line-height: 53px;
  font-weight: 400;
  padding-bottom: 15px;
  margin: 0;
  text-align: center;
  margin: 0; }

.feature-tab p {
  text-align: center; }

.feature-tab .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: none; }
  .feature-tab .nav-tabs .nav-item:before {
    background: none; }
  .feature-tab .nav-tabs .nav-item .nav-link {
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-weight: 400;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 15px 30px;
    background: #fff;
    color: #757575;
    border: 1px solid #DBDBDB; }
    .feature-tab .nav-tabs .nav-item .nav-link span {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      background: #f5ddd4;
      border-radius: 14px; }
    .feature-tab .nav-tabs .nav-item .nav-link.active {
      font-size: 18px;
      line-height: 32px;
      font-weight: 600;
      border: 1px solid #f15b13;
      background: #f5ebe8;
      border-radius: 20px;
      color: #0D0D0D; }

.feature-tab .tab-content {
  padding-top: 80px;
  padding-bottom: 80px; }
  .feature-tab .tab-content .tab-pane h2 {
    font-size: 48px;
    line-height: 53px;
    font-weight: 400;
    padding-bottom: 15px;
    margin: 0;
    text-align: center;
    margin: 0; }
  .feature-tab .tab-content .tab-pane .tab-area-bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 20px 24px -4px rgba(0, 9, 11, 0.2); }
    .feature-tab .tab-content .tab-pane .tab-area-bx p {
      text-align: left !important; }
    .feature-tab .tab-content .tab-pane .tab-area-bx .tab-img-box {
      width: 300px;
      width: 100%;
      object-fit: cover; }
      .feature-tab .tab-content .tab-pane .tab-area-bx .tab-img-box img {
        width: 100%;
        height: 100%; }
  .feature-tab .tab-content .tab-pane ul {
    margin: 0;
    padding: 0 0 20px 0; }
    .feature-tab .tab-content .tab-pane ul li {
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      padding: 0 0 0 27px;
      position: relative;
      margin-bottom: 5px !important;
      color: #757575; }
      .feature-tab .tab-content .tab-pane ul li:before {
        position: absolute;
        top: 5px;
        left: 0;
        content: '';
        background: url(../images/orng-tick.svg) no-repeat;
        width: 16px !important;
        height: 16px; }
    .feature-tab .tab-content .tab-pane ul.sol-col-2 {
      columns: 2; }
  .feature-tab .tab-content .tab-pane p a {
    color: #f15b13 !important; }
  .feature-tab .tab-content .tab-pane .solu-desc p {
    text-align: left !important; }

.tab-features-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 2fr 2fr; }
  .tab-features-grid.fulcontactiner {
    display: block !important; }
  .tab-features-grid .tab-feature-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 16px;
    padding: 24px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    overflow: hidden;
    text-align: center;
    margin-bottom: 0;
    border: 1px solid #D9D9D9; }
    .tab-features-grid .tab-feature-card p {
      text-align: center; }
    .tab-features-grid .tab-feature-card:after {
      content: '';
      border-top: 4px solid transparent;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      position: absolute;
      left: 0;
      top: 0;
      height: 4px;
      border-top-left-radius: 16px;
      border-top-right-radius: 16px;
      width: 100%; }
    .tab-features-grid .tab-feature-card:hover:after {
      border-top: 4px solid #f15b13;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      border-top-left-radius: 16px;
      border-top-right-radius: 16px; }
    .tab-features-grid .tab-feature-card img {
      height: 94px;
      object-fit: cover;
      object-position: center;
      margin-bottom: 16px; }
    .tab-features-grid .tab-feature-card h3 {
      font-size: 18px;
      line-height: 32px;
      font-weight: 600;
      color: #0D0D0D; }
    .tab-features-grid .tab-feature-card p {
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      padding: 0;
      margin: 0;
      color: #646464; }
    .tab-features-grid .tab-feature-card:hover {
      transform: translateY(-5px);
      background: #fcf2ee;
      transition: all 0.3s ease-in-out; }
    .tab-features-grid .tab-feature-card.feature-greencard:hover:after {
      border-top: 4px solid #009688;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      border-top-left-radius: 16px;
      border-top-right-radius: 16px; }
    .tab-features-grid .tab-feature-card.feature-greencard:hover {
      transform: translateY(-5px);
      background: #f2fffe;
      transition: all 0.3s ease-in-out; }

.solu-tab-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px; }
  .solu-tab-grid .tab-feature-card {
    background: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 16px;
    padding: 24px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    overflow: hidden;
    text-align: center;
    border: 1px solid #D9D9D9; }
    .solu-tab-grid .tab-feature-card:after {
      content: '';
      border-top: 4px solid transparent;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      position: absolute;
      left: 0;
      top: 0;
      height: 4px;
      border-top-left-radius: 16px;
      border-top-right-radius: 16px;
      width: 100%; }
    .solu-tab-grid .tab-feature-card:hover:after {
      border-top: 4px solid #f15b13;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      border-top-left-radius: 16px;
      border-top-right-radius: 16px; }
    .solu-tab-grid .tab-feature-card img {
      height: 94px;
      object-fit: cover;
      object-position: center;
      margin-bottom: 16px; }
    .solu-tab-grid .tab-feature-card h3 {
      font-size: 18px;
      line-height: 32px;
      font-weight: 600;
      color: #0D0D0D; }
    .solu-tab-grid .tab-feature-card p {
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      padding: 0;
      margin: 0;
      color: #646464; }
    .solu-tab-grid .tab-feature-card:hover {
      transform: translateY(-5px);
      background: #fcf2ee;
      transition: all 0.3s ease-in-out; }
    .solu-tab-grid .tab-feature-card.feature-greencard:hover:after {
      border-top: 4px solid #009688;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      border-top-left-radius: 16px;
      border-top-right-radius: 16px; }
    .solu-tab-grid .tab-feature-card.feature-greencard:hover {
      transform: translateY(-5px);
      background: #f2fffe;
      transition: all 0.3s ease-in-out; }

.solutionbx {
  padding: 0;
  margin: 0; }
  .solutionbx .solu-developer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 80px; }
    .solutionbx .solu-developer .solu-desc h2 {
      font-size: 48px;
      line-height: 53px;
      font-weight: 400;
      padding-bottom: 15px;
      margin: 0;
      margin: 0; }
    .solutionbx .solu-developer .solu-desc ul {
      margin: 0;
      padding: 0 0 20px 0; }
      .solutionbx .solu-developer .solu-desc ul li {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        padding: 0 0 0 22px;
        position: relative;
        margin-bottom: 5px !important;
        color: #757575; }
        .solutionbx .solu-developer .solu-desc ul li:before {
          position: absolute;
          top: 8px;
          left: 0;
          content: '';
          background: url(../images/blue-tick.svg) no-repeat;
          width: 10px !important;
          height: 10px; }
    .solutionbx .solu-developer .img-bx {
      position: relative;
      padding-left: 30px;
      padding-right: 30px; }
      .solutionbx .solu-developer .img-bx img {
        border-radius: 8px;
        width: 100%; }
      .solutionbx .solu-developer .img-bx .top-img-box {
        position: absolute;
        top: -35px;
        left: -25px;
        box-shadow: 0px 12px 56px 0px #061C3D14;
        border-radius: 4px;
        animation: particlemove2 4.5s infinite linear; }

@keyframes particlemove2 {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }
  25% {
    transform: translate(10px, 10px);
    -webkit-transform: translate(10px, 10px); }
  50% {
    transform: translate(5px, 5px);
    -webkit-transform: translate(5px, 5px); }
  75% {
    transform: translate(10px, -5px);
    -webkit-transform: translate(10px, -5px); }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); } }
  .solutionbx .solu-full-width {
    padding-bottom: 80px;
    width: 100%; }
    .solutionbx .solu-full-width h2 {
      font-size: 48px;
      line-height: 53px;
      font-weight: 400;
      padding-bottom: 15px;
      margin: 0;
      margin: 0;
      text-align: center; }
    .solutionbx .solu-full-width p {
      text-align: center; }

.solu-tech-div {
  background: none !important;
  padding-bottom: 0 !important; }
  .solu-tech-div .solu-desc h2 {
    text-align: left !important; }
  .solu-tech-div .solu-desc p {
    text-align: left !important; }

.revenue-area {
  padding-top: 80px;
  padding-bottom: 80px; }
  .revenue-area h2 {
    font-size: 48px;
    line-height: 53px;
    font-weight: 400;
    padding-bottom: 15px;
    margin: 0;
    text-align: center;
    margin: 0; }
  .revenue-area p {
    text-align: center; }
  .revenue-area .revenue-genrate-bx {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px; }
    .revenue-area .revenue-genrate-bx .revenue-img-holder {
      padding-right: 30px; }
      .revenue-area .revenue-genrate-bx .revenue-img-holder img {
        width: 100%;
        border-radius: 8px; }
    .revenue-area .revenue-genrate-bx .rev-header-area h2 {
      font-size: 48px;
      line-height: 53px;
      font-weight: 400;
      padding-bottom: 15px;
      margin: 0;
      text-align: left;
      margin: 0;
      padding-bottom: 20px; }
    .revenue-area .revenue-genrate-bx hr {
      background: #bababa;
      margin: 30px 0; }
    .revenue-area .revenue-genrate-bx .revenue-panel {
      background: #f0f7ff;
      border-radius: 8px;
      padding: 30px;
      transition-duration: 0.3s; }
      .revenue-area .revenue-genrate-bx .revenue-panel .rev-bx {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 15px;
        transition-duration: 0.3s; }
        .revenue-area .revenue-genrate-bx .revenue-panel .rev-bx .rev-icon {
          padding: 0;
          margin: 0; }
        .revenue-area .revenue-genrate-bx .revenue-panel .rev-bx .rev-desc p {
          text-align: left; }
          .revenue-area .revenue-genrate-bx .revenue-panel .rev-bx .rev-desc p:last-child {
            margin-bottom: 0;
            padding-bottom: 0; }
      .revenue-area .revenue-genrate-bx .revenue-panel img {
        transition: all 0.35s cubic-bezier(0.38, 3, 0.57, 1.6); }
      .revenue-area .revenue-genrate-bx .revenue-panel:hover {
        background: #d9ecff;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        transition-duration: 0.3s; }
        .revenue-area .revenue-genrate-bx .revenue-panel:hover img {
          transform: translate3d(-6px, 0, 0);
          transition-duration: 0.3s; }

.case-study-area {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #F6F6F6; }
  .case-study-area h2 {
    font-size: 48px;
    line-height: 53px;
    font-weight: 400;
    padding-bottom: 15px;
    margin: 0;
    text-align: center;
    margin: 0; }
  .case-study-area .casestudy-news {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px; }
    .case-study-area .casestudy-news .casestudy-card {
      padding: 0;
      transition: transform 0.3s ease;
      overflow: hidden;
      transition: all 0.3s ease-out; }
      .case-study-area .casestudy-news .casestudy-card:hover img {
        filter: brightness(80%);
        transition: transform 0.6s ease; }
      .case-study-area .casestudy-news .casestudy-card .casestudy-img-area img {
        object-fit: cover;
        width: 100%;
        height: 220px;
        border-radius: 8px;
        border: 1px solid #cccbcb;
        padding: 5px; }
      .case-study-area .casestudy-news .casestudy-card .casestudy-desc-area {
        padding: 20px 0 0 0; }
        .case-study-area .casestudy-news .casestudy-card .casestudy-desc-area h3 {
          font-size: 18px;
          line-height: 32px;
          font-weight: 600;
          color: #0D0D0D; }
          .case-study-area .casestudy-news .casestudy-card .casestudy-desc-area h3 a {
            color: #000; }
            .case-study-area .casestudy-news .casestudy-card .casestudy-desc-area h3 a:hover {
              color: #009688 !important; }
        .case-study-area .casestudy-news .casestudy-card .casestudy-desc-area p {
          padding-bottom: 20px;
          margin: 0; }

.docker-area h2 {
  font-size: 48px;
  line-height: 53px;
  font-weight: 400;
  padding-bottom: 15px;
  margin: 0;
  padding-bottom: 15px;
  margin: 0; }

.docker-area h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  padding-bottom: 25px;
  color: #757575; }

.docker-area .docker-box {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  padding: 30px;
  height: 100%;
  position: relative; }
  .docker-area .docker-box h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    width: 100%;
    overflow: hidden;
    text-align: left !important;
    color: #000;
    padding-bottom: 15px;
    margin: 0; }
  .docker-area .docker-box h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    width: 100%;
    overflow: hidden;
    color: #061C3D;
    padding-bottom: 15px;
    margin: 0; }
  .docker-area .docker-box h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    width: 100%;
    overflow: hidden;
    color: #061C3D;
    padding-bottom: 15px;
    margin: 0; }
  .docker-area .docker-box .docker-icon {
    margin-bottom: 10px; }
    .docker-area .docker-box .docker-icon img {
      width: 62px;
      height: 62px;
      object-fit: contain; }
  .docker-area .docker-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #757575;
    padding-bottom: 0; }
  .docker-area .docker-box span {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #757575;
    font-weight: bold; }
  .docker-area .docker-box ul {
    padding-top: 20px; }
    .docker-area .docker-box ul li {
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      list-style-type: disc;
      color: #757575; }
  .docker-area .docker-box .docker-number {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 118px;
    line-height: 118px;
    font-weight: bold;
    color: #000000;
    opacity: 0.04; }
  .docker-area .docker-box .readmore-btn-area {
    padding-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1); }
    .docker-area .docker-box .readmore-btn-area img {
      transition: transform 0.6s ease; }
    .docker-area .docker-box .readmore-btn-area:hover img {
      transform: translateX(-420px) rotate(45deg);
      transition: transform 0.6s ease; }
    .docker-area .docker-box .readmore-btn-area a.readmore {
      font-size: 20px;
      line-height: 30px;
      font-weight: 600;
      font-weight: 400 !important;
      position: relative;
      color: #0D0D0D; }
      .docker-area .docker-box .readmore-btn-area a.readmore::after {
        content: '';
        width: 100%;
        height: 1px;
        bottom: 0;
        position: absolute;
        left: auto;
        right: 0;
        background: #0D0D0D; }
      .docker-area .docker-box .readmore-btn-area a.readmore:hover {
        color: #f15b13 !important; }
        .docker-area .docker-box .readmore-btn-area a.readmore:hover::after {
          width: 0;
          left: 0;
          right: auto; }

.docker-area .promo-section {
  background-color: rgba(241, 103, 37, 0.08);
  padding: 40px 40px 40px 40px;
  border-radius: 8px;
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px; }
  .docker-area .promo-section .promo-img {
    margin: -120px 0 0 0; }
    .docker-area .promo-section .promo-img img {
      width: 100%; }
  .docker-area .promo-section h4 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 45px;
    max-width: 600px; }
  .docker-area .promo-section p {
    max-width: 700px;
    color: #646464; }

.reseller-area .heading-area {
  padding-bottom: 40px; }
  .reseller-area .heading-area h2 {
    font-size: 48px;
    line-height: 53px;
    font-weight: 400;
    padding-bottom: 15px;
    margin: 0;
    text-align: center; }
  .reseller-area .heading-area h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; }
  .reseller-area .heading-area p {
    text-align: center; }

.reseller-area .technological-area {
  padding-top: 80px; }
  .reseller-area .technological-area .heading-area h2 {
    font-size: 48px;
    line-height: 53px;
    font-weight: 400;
    padding-bottom: 15px;
    margin: 0;
    text-align: center; }
  .reseller-area .technological-area .heading-area p {
    text-align: center; }
  .reseller-area .technological-area ul {
    padding: 40px 0 0 20px;
    font-size: 14px;
    line-height: 24px;
    color: #757575; }
    .reseller-area .technological-area ul li {
      list-style-type: disc; }
  .reseller-area .technological-area .table-wrapper {
    width: 100%;
    max-width: 60%;
    margin: 0 auto;
    overflow-x: auto;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    background-color: #fff; }
    .reseller-area .technological-area .table-wrapper.table-wrapper-windows {
      padding: 0;
      margin: 0;
      width: 100%;
      max-width: 100%; }
    .reseller-area .technological-area .table-wrapper table {
      border: 1px solid #ccc;
      border-collapse: collapse;
      margin: 0;
      padding: 0;
      width: 100%;
      table-layout: fixed; }
      .reseller-area .technological-area .table-wrapper table thead tr {
        background: #ececec;
        color: #0D0D0D; }
        .reseller-area .technological-area .table-wrapper table thead tr th {
          font-size: 17px;
          font-weight: 500 !important; }
    .reseller-area .technological-area .table-wrapper table tr {
      background-color: #fff;
      border: 1px solid #ddd; }
    .reseller-area .technological-area .table-wrapper table th,
    .reseller-area .technological-area .table-wrapper table td {
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      padding: 15px 20px;
      text-align: left; }
    .reseller-area .technological-area .table-wrapper tbody tr:nth-child(even) {
      background-color: #fff2f0; }

.cta-support-section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);
  z-index: 1; }
  .cta-support-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1; }
  .cta-support-section .form-box {
    background-color: #fff;
    color: #000;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
    .cta-support-section .form-box h3 {
      font-size: 24px;
      line-height: 30px;
      font-weight: 600; }
    .cta-support-section .form-box .btn-style2 {
      width: 100%; }
  .cta-support-section .form-control {
    margin-bottom: 15px;
    border-radius: 5px; }
  .cta-support-section .info-text {
    margin-left: 50px; }
    .cta-support-section .info-text h2 {
      font-size: 48px;
      line-height: 53px;
      font-weight: 400;
      padding-bottom: 15px;
      margin: 0;
      color: #fff;
      font-weight: bold !important; }
    .cta-support-section .info-text p {
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      color: #fff; }
    .cta-support-section .info-text a {
      color: #fff; }
      .cta-support-section .info-text a:hover {
        color: #0B63E5 !important; }
  .cta-support-section select {
    background: url(../images/down-arrow.svg) no-repeat 97% !important; }

.reseller-tab {
  padding-top: 80px;
  padding-bottom: 80px;
  /* Main Tabs */
  /* Tabs behaviour, hidden if not checked/clicked */
  /* Sub-tabs */
  /* Tabs Content */ }
  .reseller-tab .tabber-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px; }
    .reseller-tab .tabber-header .heading-area {
      padding: 0;
      margin: 0; }
      .reseller-tab .tabber-header .heading-area h2 {
        font-size: 48px;
        line-height: 53px;
        font-weight: 400;
        padding-bottom: 15px;
        margin: 0;
        text-align: left; }
      .reseller-tab .tabber-header .heading-area h3 {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px; }
      .reseller-tab .tabber-header .heading-area p {
        padding: 0;
        margin: 0;
        text-align: left; }
    .reseller-tab .tabber-header .top-tabs-container {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 10px;
      border: none;
      background-color: #eef4fd;
      width: fit-content;
      margin: 0;
      padding: 12px;
      border-radius: 50px;
      box-shadow: 0 4px 12px #00000014; }
      .reseller-tab .tabber-header .top-tabs-container label {
        font-size: 18px;
        line-height: 32px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        font-weight: 400;
        padding: 10px 25px;
        color: #757575;
        border-radius: 50px;
        border: none;
        cursor: pointer; }
        .reseller-tab .tabber-header .top-tabs-container label:hover {
          font-size: 18px;
          line-height: 32px;
          font-weight: 600;
          background: #f15b13;
          border-radius: 50px;
          color: #fff; }
        .reseller-tab .tabber-header .top-tabs-container label:focus-visible {
          border-radius: 50px;
          outline: none; }
        .reseller-tab .tabber-header .top-tabs-container label.active {
          font-size: 18px;
          line-height: 32px;
          font-weight: 600;
          background: #f15b13;
          border-radius: 50px;
          color: #fff; }
  .reseller-tab .tab-radio {
    display: none; }
  .reseller-tab .sub-tab-content {
    padding: 60px 0 0 0; }
  .reseller-tab .sub-tab-content,
  .reseller-tab .tab-content {
    display: none; }
  .reseller-tab .tab-radio:checked + .tab-content,
  .reseller-tab .tab-radio:checked + .sub-tab-content {
    display: block; }
  .reseller-tab .sub-tabs-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 70%;
    margin: 0 auto; }
    .reseller-tab .sub-tabs-container label {
      font-size: 18px;
      line-height: 32px;
      font-weight: 600;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 15px;
      font-weight: 400;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      border-radius: 8px;
      height: 75px;
      background: #fff;
      color: #757575;
      border: 1px solid #fff;
      text-align: center !important; }
      .reseller-tab .sub-tabs-container label.active {
        font-size: 18px;
        line-height: 32px;
        font-weight: 600;
        border: 1px solid #f15b13;
        background: #f5ebe8;
        border-radius: 8px;
        color: #0D0D0D; }
      .reseller-tab .sub-tabs-container label:hover {
        font-size: 18px;
        line-height: 32px;
        font-weight: 600;
        border: 1px solid #f15b13;
        background: #f5ebe8;
        border-radius: 8px;
        color: #0D0D0D; }
  .reseller-tab .tab-content {
    padding-top: 80px;
    background-color: #fff; }

.price-plan-sec h2 {
  font-size: 48px;
  line-height: 53px;
  font-weight: 400;
  padding-bottom: 15px;
  margin: 0;
  text-align: center; }

.price-plan-sec p {
  text-align: center; }

.affiliate-pannel h2 {
  font-size: 48px;
  line-height: 53px;
  font-weight: 400;
  padding-bottom: 15px;
  margin: 0;
  padding-bottom: 15px;
  margin: 0; }

.affiliate-pannel .affiliate-programe-section,
.affiliate-pannel .generate-reocurring-section {
  padding-top: 80px;
  padding-bottom: 80px; }

.affiliate-pannel .affiliate-support-section {
  padding-top: 80px;
  padding-bottom: 80px; }

.affiliate-pannel .commision-structure-section {
  padding: 0px 0 80px 0px;
  background: linear-gradient(180deg, white 0%, #f2f2f2 100%); }
  .affiliate-pannel .commision-structure-section img {
    width: 50%;
    padding: 0; }
    @media (max-width: 768px) {
      .affiliate-pannel .commision-structure-section img {
        width: 100%; } }

.affiliate-pannel .generate-reocurring-section img {
  width: 75%; }

.affiliate-pannel .how-it-works {
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(180deg, white 0%, #f2f2f2 100%); }
  .affiliate-pannel .how-it-works ul {
    list-style: none;
    padding: 20px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 768px) {
      .affiliate-pannel .how-it-works ul {
        display: block; } }
  .affiliate-pannel .how-it-works .step {
    width: 28%;
    padding: 0 30px; }
    .affiliate-pannel .how-it-works .step .head-sub-txt {
      font-size: 20px;
      line-height: 30px;
      font-weight: 600;
      text-align: center;
      color: #0D0D0D; }
    .affiliate-pannel .how-it-works .step h5 {
      font-size: 20px;
      line-height: 30px;
      font-weight: 600;
      text-align: center;
      color: #0D0D0D; }
    .affiliate-pannel .how-it-works .step ul {
      padding: 0;
      margin: 0; }
    .affiliate-pannel .how-it-works .step p {
      padding: 0;
      margin: 0; }
    .affiliate-pannel .how-it-works .step .img-fluid {
      height: 40px;
      object-fit: cover; }
    .affiliate-pannel .how-it-works .step i {
      font-size: 24px;
      margin-bottom: 10px;
      color: #f15b13; }

.affiliate-pannel .affiliate-support-section img {
  width: 50%; }
  @media (max-width: 768px) {
    .affiliate-pannel .affiliate-support-section img {
      width: 100%; } }

.affiliate-pannel .section-title {
  font-size: 48px;
  line-height: 53px;
  font-weight: 400;
  padding-bottom: 15px;
  margin: 0;
  text-align: left; }

.affiliate-pannel .section-text {
  color: #555; }

.affiliate-pannel .btn-style2 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-transform: capitalize;
  height: 48px;
  padding: 0 15px 0 25px;
  border-radius: 8px !important;
  text-wrap: nowrap;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff !important;
  background: #f15b13;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  text-decoration: none; }
  .affiliate-pannel .btn-style2::after {
    content: "";
    background: url(../images/ArrowRight.webp) no-repeat 0 0 !important;
    margin: 0 0 0 15px;
    width: 20px;
    height: 20px;
    display: inline-flex; }
  .affiliate-pannel .btn-style2:hover {
    background: #75B7CD !important;
    text-decoration: none;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }

.affiliate-pannel .common-btn-orange {
  background-color: #f15b13;
  color: #fff;
  padding: 10px 20px; }
  .affiliate-pannel .common-btn-orange:hover, .affiliate-pannel .common-btn-orange:focus {
    background-color: #75B7CD; }

.affiliate-pannel .register-form {
  padding: 30px 40px; }
  .affiliate-pannel .register-form h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    text-transform: capitalize;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center; }

.byo-plans-area h2 {
  font-size: 48px;
  line-height: 53px;
  font-weight: 400;
  padding-bottom: 15px;
  margin: 0;
  padding-bottom: 15px;
  text-align: left;
  margin: 0; }

.byo-plans-area h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: #0D0D0D;
  border-bottom: 1px dashed #757575;
  padding-bottom: 20px; }
  .byo-plans-area h3 span {
    color: #757575; }

.byo-plans-area .byop-formation {
  padding-top: 40px;
  padding-bottom: 40px; }
  .byo-plans-area .byop-formation .byopbox-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: 2fr 2fr 2fr 2fr 2fr 2fr 2fr; }
    .byo-plans-area .byop-formation .byopbox-grid .byop-card {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background: #fff;
      border: 1px solid #EFF0F6;
      width: 167px;
      height: 150px;
      padding: 10px;
      border-radius: 20px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease;
      overflow: hidden;
      text-align: center; }
      .byo-plans-area .byop-formation .byopbox-grid .byop-card.active {
        background: #feefe8;
        color: #000;
        border: 1px solid #f15b13; }
      .byo-plans-area .byop-formation .byopbox-grid .byop-card:hover {
        background: #feefe8;
        color: #000;
        border: 1px solid #f15b13;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
        .byo-plans-area .byop-formation .byopbox-grid .byop-card:hover p {
          color: #000; }
    .byo-plans-area .byop-formation .byopbox-grid img {
      width: 100%;
      height: 80px;
      margin-bottom: 10px; }
    .byo-plans-area .byop-formation .byopbox-grid p {
      padding: 0;
      margin: 0;
      text-align: center;
      color: #757575;
      font-weight: 600; }

.byo-plans-area .resource-area {
  padding-top: 40px;
  padding-bottom: 40px; }
  .byo-plans-area .resource-area .resourcebx-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: 2fr 2fr 2fr 2fr 2fr 2fr; }
    .byo-plans-area .resource-area .resourcebx-grid .resource-input-area p {
      color: #0D0D0D;
      text-align: left;
      text-transform: uppercase; }
    .byo-plans-area .resource-area .resourcebx-grid .resource-input-area .input-bx-res {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 10px;
      position: relative; }
      .byo-plans-area .resource-area .resourcebx-grid .resource-input-area .input-bx-res .warnicon {
        background: url(../images/warnicon.webp) no-repeat 70% center; }
    .byo-plans-area .resource-area .resourcebx-grid .resource-input-area input[type="number"] {
      width: 70%;
      margin-bottom: 0; }
    .byo-plans-area .resource-area .resourcebx-grid .resource-input-area span {
      font-size: 20px;
      line-height: 25px;
      font-weight: 500;
      color: #757575; }
    .byo-plans-area .resource-area .resourcebx-grid .resource-input-area .validation-text {
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      color: #ff0000;
      position: absolute;
      bottom: -46px;
      left: 0; }

.byo-plans-area .payment-bar {
  padding-top: 40px;
  padding-bottom: 0; }
  .byo-plans-area .payment-bar .barfunction {
    margin-bottom: 60px;
    /* Slider */
    /* Slider Thumb */
    /* Labels */
    /* Price Section */ }
    .byo-plans-area .payment-bar .barfunction img {
      width: 100%; }
    .byo-plans-area .payment-bar .barfunction .slider-container {
      flex: 1;
      position: relative; }
    .byo-plans-area .payment-bar .barfunction .bar-area-line {
      display: flex;
      align-items: flex-start;
      gap: 20px; }
    .byo-plans-area .payment-bar .barfunction #billingSlider {
      width: 100%;
      appearance: none;
      height: 8px !important;
      border-radius: 5px;
      background: linear-gradient(to right, #f26522 0%, #f26522 0%, #eee 0%, #eee 100%);
      outline: none;
      padding: 0 !important; }
    .byo-plans-area .payment-bar .barfunction #billingSlider::-webkit-slider-thumb {
      appearance: none;
      height: 20px;
      width: 20px;
      border-radius: 50%;
      background: #f15b13;
      border: 4px solid #fff;
      cursor: pointer;
      margin-top: -6px;
      /* adjust to align properly with track */
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.4); }
    .byo-plans-area .payment-bar .barfunction #billingSlider::-moz-range-thumb {
      height: 20px;
      width: 20px;
      border-radius: 50%;
      background: #f15b13;
      border: 4px solid #fff;
      cursor: pointer;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.4); }
    .byo-plans-area .payment-bar .barfunction .slider-labels {
      display: flex;
      justify-content: space-between;
      margin-top: 0;
      font-size: 14px;
      padding-top: 0; }
      .byo-plans-area .payment-bar .barfunction .slider-labels span {
        color: #0D0D0D;
        font-size: 22px;
        width: 100%;
        padding-top: 0;
        display: block; }
        .byo-plans-area .payment-bar .barfunction .slider-labels span.annual {
          text-align: right; }
        .byo-plans-area .payment-bar .barfunction .slider-labels span.semi-Annual {
          text-align: center; }
    .byo-plans-area .payment-bar .barfunction .active-label {
      font-weight: bold;
      color: #f26522;
      padding-top: 0; }
    .byo-plans-area .payment-bar .barfunction .price-container {
      min-width: 150px;
      text-align: right; }
    .byo-plans-area .payment-bar .barfunction .price-value {
      font-size: 30px;
      font-weight: bold;
      color: #111; }
    .byo-plans-area .payment-bar .barfunction .price-text {
      font-size: 13px;
      color: #666;
      margin-top: 3px; }
  .byo-plans-area .payment-bar span {
    color: #757575;
    font-size: 12px;
    width: 100%;
    padding-top: 20px;
    display: block; }

.byo-plans-area .note {
  padding-top: 40px; }
  .byo-plans-area .note h4 {
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    padding-bottom: 15px; }
  .byo-plans-area .note p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #757575; }
  .byo-plans-area .note ul li {
    list-style-type: disc;
    color: #757575; }

.contactus_page_section .contactus_page_info h2 {
  font-size: 48px;
  line-height: 53px;
  font-weight: 400;
  padding-bottom: 15px;
  margin: 0;
  padding-bottom: 15px;
  margin: 0; }

.contactus_page_section .contactus_page_info a {
  color: #f15b13 !important; }
  .contactus_page_section .contactus_page_info a:hover {
    color: #0D0D0D !important; }

.contactus_page_section .contactus_page_info ul {
  padding: 0;
  margin: 0; }
  .contactus_page_section .contactus_page_info ul li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
    padding-bottom: 10px; }
    .contactus_page_section .contactus_page_info ul li i {
      margin-top: 6px; }

.contactus_page_section .form-box {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 30px; }
  .contactus_page_section .form-box h2 {
    font-size: 48px;
    line-height: 53px;
    font-weight: 400;
    padding-bottom: 15px;
    margin: 0;
    padding-bottom: 15px;
    margin: 0; }
  .contactus_page_section .form-box input[type="submit"].btn-style2 {
    font-weight: 500;
    height: 55px;
    width: 100%;
    padding: 0 45px 0 25px !important;
    border-radius: 5px;
    text-wrap: nowrap;
    border: none !important;
    text-wrap: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    color: #fff !important;
    background: url(../images/white-arrow.webp) #f15b13 no-repeat 62% center !important;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    margin: 0 !important; }
    .contactus_page_section .form-box input[type="submit"].btn-style2:hover {
      transition: all .3s ease-in-out;
      background: url(../images/white-arrow.webp) #75B7CD no-repeat 62% center !important; }
  .contactus_page_section .form-box p {
    padding: 0;
    margin: 0; }

.contactus_page_section .form-control {
  border-radius: 6px; }

.contactus_page_section .social-icons {
  margin: 30px 0; }
  .contactus_page_section .social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #f15b13;
    background: #0d0d0d17;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-decoration: none;
    transition: background-color 0.3s ease; }
    .contactus_page_section .social-icons a:hover {
      background: #0d0d0d2e !important; }

.footer-area {
  background: #212121;
  padding: 0;
  margin: 0; }
  .footer-area .foot-heading-text {
    color: #f15b13;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 26px; }
  .footer-area .newsletter h4 {
    font-size: 42px;
    line-height: 44px;
    font-weight: bold;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 30px; }
  .footer-area .newsletter p {
    color: #bababa;
    gap: 20px;
    display: flex;
    margin-bottom: 0;
    padding: 0; }
  .footer-area .newsletter .wpcf7 form.invalid .wpcf7-response-output {
    color: #fff;
    margin: 0; }
  .footer-area .newsletter .wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
    margin: 0; }
  .footer-area .footer-top {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 2px dashed #505050; }
  .footer-area .footer-mid {
    padding-top: 50px;
    padding-bottom: 30px;
    background: url(../images/footer-bg.webp) no-repeat left bottom; }
    .footer-area .footer-mid a {
      color: #BEBEBE !important; }
      .footer-area .footer-mid a:hover {
        color: #fff !important; }
    .footer-area .footer-mid .foot-logo {
      margin-bottom: 30px; }
    .footer-area .footer-mid .social-icon {
      margin-top: 30px;
      margin-bottom: 30px; }
      .footer-area .footer-mid .social-icon ul {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 12px; }
        .footer-area .footer-mid .social-icon ul li {
          background: #4D4D4D;
          border-radius: 100%;
          width: 34px;
          height: 34px;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: all 0.3s ease-out; }
          .footer-area .footer-mid .social-icon ul li:hover {
            background: #fff !important;
            transition: all 0.3s ease-out; }
  .footer-area .footer-botm {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #000; }
    .footer-area .footer-botm .copyright {
      text-align: center;
      color: #757575; }
  .footer-area ul {
    margin: 0;
    padding: 0 0 25px 0; }
    .footer-area ul li {
      color: #757575; }
      .footer-area ul li a {
        color: #757575 !important;
        line-height: 40px !important;
        transition: all 0.3s ease-out; }
        .footer-area ul li a:hover {
          color: #f5b394 !important;
          transition: all 0.3s ease-out; }

.thankyou {
  text-align: center; }
  .thankyou h2 {
    font-size: 48px;
    line-height: 53px;
    font-weight: 400;
    padding-bottom: 15px;
    margin: 0;
    padding-bottom: 15px;
    margin: 0; }
  .thankyou p {
    margin: 0;
    padding: 0; }

.fullwidth_area {
  text-align: left; }
  .fullwidth_area p {
    padding-bottom: 20px; }
  .fullwidth_area h2 {
    font-size: 48px;
    line-height: 53px;
    font-weight: 400;
    padding-bottom: 15px;
    margin: 0;
    padding-bottom: 15px;
    margin: 0; }
  .fullwidth_area h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin: 0;
    text-transform: none !important;
    font-weight: 500 !important; }
  .fullwidth_area ul {
    margin: 0;
    padding: 0 0 20px 0; }
    .fullwidth_area ul li {
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      padding: 0 0 0 27px;
      position: relative;
      margin-bottom: 5px !important;
      color: #757575; }
      .fullwidth_area ul li:before {
        position: absolute;
        top: 5px;
        left: 0;
        content: '';
        background: url(../images/orng-tick.svg) no-repeat;
        width: 16px !important;
        height: 16px; }
  .fullwidth_area ol {
    padding: 0 0 25px 30px;
    margin: 0; }
    .fullwidth_area ol li {
      list-style-type: decimal !important;
      color: #22262A; }

.inner-404-content .contentBx {
  text-align: center; }
  .inner-404-content .contentBx p {
    text-align: center;
    font-size: 25px;
    line-height: 35px;
    color: #2e5c57;
    padding: 0;
    margin: 30px 0 0 0; }

.jlc-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px; }

.jlc-wrapper {
  font-family: 'myriad_proregular' !important; }

.jlc-btn {
  background-color: #0073e6;
  color: #fff;
  border: none;
  padding: 12px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  width: 100%; }

.jlc-input {
  width: 100%;
  padding: 10px;
  margin: 0 !important;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #ccc; }

.jlc-cover {
  display: flex;
  flex-direction: column;
  gap: 10px; }

.jlc-sbmt {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-transform: capitalize;
  height: 48px;
  padding: 0 15px 0 20px !important;
  border-radius: 7px;
  text-wrap: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  cursor: pointer;
  color: #0B63E5 !important;
  border: 2px solid #0B63E5;
  background: #fff;
  transition: all 0.3s  ease-in-out;
  -webkit-transition: all 0.3s  ease-in-out;
  position: relative; }

.jlc-sbmt::after {
  content: "";
  background: url(../images/arrow-right-circle.svg) no-repeat 0 0 !important;
  margin: 0 0 0 15px;
  width: 20px;
  height: 20px;
  display: inline-flex; }

.form-message {
  position: relative;
  color: #f15b13 !important;
  padding: 0 !important;
  text-align: left !important;
  font-weight: 600 !important; }

.notoppad {
  padding-top: 0 !important; }

.nobotmpad {
  padding-bottom: 0 !important; }

.mob-view {
  display: none !important;
  visibility: hidden !important; }

.desktop-view {
  display: flex;
  align-items: center;
  justify-content: space-between;
  visibility: visible; }

.normal-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  visibility: visible; }

.normal-top-padd {
  padding-top: 80px !important; }

.normal-bottom-padd {
  padding-bottom: 80px !important; }

.flip-box {
  flex-direction: row-reverse; }

.gradient-area {
  background: linear-gradient(180deg, white 0%, #f2f2f2 100%); }

.no-gradient {
  background: none !important; }

.left-align {
  text-align: left; }
  .left-align p {
    text-align: left; }

.right-align {
  text-align: right; }
  .right-align p {
    text-align: right; }

.center-align {
  text-align: center; }
  .center-align p {
    text-align: center; }

.dyo-area img {
  width: 100%; }

.dyo-area h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  border-bottom: #D9D9D9 1px dashed;
  padding-bottom: 20px; }

.purple {
  background: #673AB7 !important; }
  .purple:hover {
    background: #5c35a1 !important; }

.light-purple {
  background: #ebe8f2 !important; }
  .light-purple:hover {
    background: #eee7fe !important; }

.green {
  background: #009688 !important; }
  .green:hover {
    background: #00766a !important; }

.note-area {
  text-align: center;
  padding-top: 40px; }
  .note-area a {
    color: #0B63E5 !important; }

.wpcf7-spinner {
  display: none;
  visibility: hidden; }

.cpu-box {
  position: relative;
  display: inline-block; }

.res-input {
  width: 80px;
  padding-right: 25px;
  /* space for icon */ }

.res-input.warn {
  border: 2px solid red; }

.warning-icon {
  display: none;
  position: relative;
  right: 0;
  top: 50%;
  color: red;
  font-size: 18px;
  pointer-events: none; }

.page-id-135 .tabber-header {
  display: none;
  visibility: hidden; }

.page-id-135 .sub-tabs-container {
  display: none;
  visibility: hidden; }

.page-id-135 .sub-tab-content {
  padding-top: 0; }

.newcontent {
  text-align: center;
  border: 1px solid #dadada;
  border-radius: 10px;
  padding: 20px;
  background: #fcfcfc; }

.jlc-wrapper {
  font-family: Arial, sans-serif; }

.jlc-btn {
  background-color: #0073e6;
  color: #fff;
  border: none;
  padding: 12px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  width: 100%; }

.jlc-input {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #ccc; }

.jlc-cover {
  display: flex;
  flex-direction: column;
  gap: 10px; }

.jlc-sbmt {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-transform: capitalize;
  height: 48px;
  padding: 0 25px 0 30px;
  border-radius: 7px;
  text-wrap: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  cursor: pointer;
  color: #0B63E5 !important;
  border: 2px solid #0B63E5;
  background: #fff;
  transition: all 0.3s  ease-in-out;
  -webkit-transition: all 0.3s  ease-in-out; }


.vps-promo-deals {
    background: #ccc;
    border-radius: 10px 10px 0 0;
    bottom: 0px;
    float: left;
    line-height: normal;
    opacity: .8;
    margin: 10px 10px 0;
    padding: 10px;
    position: fixed !important;
    width: 280px;
    z-index: 9;
}

/*.vps-promo-deals:hover {
    background: rgba(255,141,0,0.9);
    opacity: 1;
}*/
 

.promo-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer; 
}

.promo-header h3 {
    margin: 0;
    padding: 0 8px;
    font-size: 20px;
}

.promo-toggle {
    width: 20px;
    height: 20px;
}

.promo-content {
    margin-top: 8px;
}

.vps-promo-deals p {
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    padding: 5px 8px;
}

.vps-promo-deals.collapsed .promo-content {
    display: none;
}

.promo-code {
    font-weight: bold;
    color: #f66503; /* your orange */
    cursor: pointer;
    text-decoration: underline;
}

.promo-code:hover {
    opacity: 0.7;
}