/* Printox - The best way to print */

@import url(fontawesome.css);

.full-width-header {
  /* max-width: 92vw; */

  margin: auto;

}

/* .full-width-footer {

  width: 102vw;

  margin-left: -9vw;

} */

@media (max-width: 435px) {
  .grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);
  }
}

.package-center {
  display: flex;

  justify-content: center;

  align-content: center;

  flex-wrap: wrap;

  gap: 25px;
}

.flex {
  display: flex;

  align-items: center;

  justify-content: space-between;
}

@media (max-width: 415px) and (min-width: 350px) {
  #tabs ul li a {
    width: 129px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .none-img {
    display: none;
  }
}

@media (max-width: 1024px) and (min-width: 748px) {
  #pricing-table .plan4 {
    margin-left: 0px;
  }
}

/* @media (max-width: 600px){

  #pricing-table .plan2 ,#pricing-table .plan1{

  margin-left: 0px;

}

} */

.none {
  display: none !important;
}

@media (max-width: 766px) {
  .menu-fix {
    padding-right: 15px;

    /* padding-left: 45px; */

    /* width: 120px;

    height: 115px;

    right: 10px;

    /* position: absolute;

    bottom: -20px; */

    cursor: pointer;
  }

  .dropdowns {
    display: none;
  }

  /* .features{

    display: none;

  } */

  .show-menu {
    display: block;
  }

  .menu-icon {
    position: absolute;

    z-index: 100;

    cursor: pointer;
  }

  .relative {
    position: relative;
  }
}

@media (min-width: 1320px) {
  footer {
    margin-left: -6rem;
  }
}

@media (max-width: 600px) {
  .margin-auto {
    margin: auto 40px;
  }

  .block {
    display: block;
  }

  .print1-label,
  .print2-label,
  .print3-label,
  .print4-label,
  .print5-label,
  .print6-label,
  .print7-label,
  .print8-label,
  .print9-label,
  .print10-label,
  .print11-label,
  .print12-label {
    margin-left: auto;

    margin-right: 25px;
  }

  .slider-container {
    height: 60vh !important;
  }

  .left-slide h1 {
    font-size: 25px !important;
  }

  p {
    font-size: small;
  }

  button {
    padding: 8px !important;
  }

  .left-slide {
    width: 40% !important; 
  }

  .right-slide {
    width: 60% !important;
    left: 40% !important;
  }

  .slider-container .action-buttons button {
    left: 40% !important;
  }


  /* .left-slide>div{

    height: 60vh !important;

  } */
}

body {
  font-family: "Montserrat", sans-serif;
}

body {
  min-height: 100vh;

  width: 100%;

  max-width: 100vw;

  overflow-x: hidden;

  background-color: #0c1228;

  padding-left: 5px !important;
}

a {
  color: #45baba;

  text-decoration: none;
}

a:hover {
  color: #4ceced;

  text-decoration: none;
}

ul {
  padding: 0px;

  margin: 0px;

  list-style: none;
}

p {
  font-size: 13px;

  font-weight: 300;

  line-height: 22px;
}

.section-heading {
  text-align: center;

  margin-bottom: 0px;
}

.section-heading h2:before {
  width: 1px;

  height: 44px;

  background-color: rgba(250, 250, 250, 0.1);

  position: absolute;

  top: -44px;

  content: "";

  left: 50%;

  transform: translate(-50%);
}

.section-heading h2 {
  margin-top: 44px;

  position: relative;

  font-size: 18px;

  font-weight: 500;

  color: #f5f5f5;

  display: inline-block;

  padding: 15px 20px;

  border: 2px solid rgba(250, 250, 250, 0.1);

  border-radius: 5px;
}

@media screen and (max-width: 799px) {
  .section-heading h2 {
    font-size: 16px;
  }
}

/* Buttons */

.main-button a {
  background-color: #45baba;

  color: #fff;

  font-size: 13px;

  text-transform: uppercase;

  letter-spacing: 0.5px;

  font-weight: 700;

  padding: 12px 20px;

  display: inline-block;

  outline: none;
}

a.menu-link {
  display: none;
}

@media screen and (max-width: 799px) {
  a.menu-link {
    float: right;

    display: block;
  }

  nav[role="navigation"] {
    clear: both;

    -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;
  }

  .js nav[role="navigation"] {
    overflow: hidden;

    max-height: 0;
  }

  nav[role="navigation"].active {
    max-height: 20em;

    height: 20em;

    overflow-y: scroll;
  }

  nav[role="navigation"] li:hover a,
  nav[role="navigation"] li.active a {
    color: #45baba;
  }

  @media screen and (max-width: 799px) {
    .js nav[role="navigation"] {
      max-height: none;
    }

    nav[role="navigation"] li {
      display: inline-block;

      margin: 0;
    }

    nav[role="navigation"] li a {
      border: 0;
    }
  }
}

/*-- Top Header --*/

#top-header {
  width: 100%;

  max-width: 100%;

  background-color: #162238;

  color: #ddd;

  border-bottom: 1px solid #2e384b;

  padding: 10px;

  /* padding-left: 100px !important;

  padding-right: 100px !important; */
}

.account-info {
  float: right;

  padding: 14px 0 12px 0;

  margin-right: -20px;
}

.account-info a {
  font-size: 14px !important;
}

.account-info img {
  width: 21px;
}

.account-info2 {
  text-align: left;

  padding: 14px 0 12px 0;

  font-size: 13px;

  font-weight: 400;

  font-family: inherit;

  color: #ddd;
}

.account-info2:hover {
  color: #fff;
}

.account-info2 a {
  color: #ddd;
}

.account-info2 a:hover {
  color: #fff;

  font-weight: 600;
}

.chat img {
  display: none;
}

.design img {
  display: none;
}

.cart-info {
  text-align: right;

  padding: 10px 0 0 0;

  font-size: 18px;
}

.badge:after {
  content: attr(value);

  font-size: 12px;

  font-family: Montserrat;

  color: #f5f5f5;

  background: #346f74;

  border-radius: 50%;

  padding: 0 5px;

  position: relative;

  left: -5px;

  top: -10px;

  opacity: 0.9;
}

.button-92 {
  --c: #f5f5f5;

  background: linear-gradient(90deg, #0000 33%, #fff5, #0000 67%)
      var(--_p, 100%) / 300% no-repeat,
    #346f74;

  color: #0000;

  border: none;

  transform: perspective(500px) rotateY(calc(25deg * var(--_i, -1)));

  text-shadow: calc(var(--_i, -1) * 0.08em) -0.01em 0 var(--c),
    calc(var(--_i, -1) * -0.08em) 0.01em 2px #0004;

  outline-offset: 0.1em;

  transition: 0.3s;
}

.button-92:hover,
.button-92:focus-visible {
  --_p: 0%;

  --_i: 1;
}

.button-92:active {
  text-shadow: none;

  color: var(--c);

  box-shadow: inset 0 0 9e9Q #0005;

  transition: 0s;
}

.button-92 {
  font-weight: 600;

  font-size: 13px;

  margin-top: 9px;

  margin-left: -10px;

  cursor: pointer;

  padding: 0.3em 1.1em;

  border-radius: 111px;
}

.quote-info {
  font-size: 14px;

  display: inline-block;

  font-family: Montserrat;

  font-weight: 600;

  color: #ddd;

  margin-left: -40px;
}

.logo2 {
  display: none;
}

@media screen and (max-width: 767px) {
  #top-header {
    padding: 11px 20px 0px 20px !important;
  }

  #flex-container {
    display: flex;

    flex-direction: row;

    justify-content: space-between;

    width: 100%;
  }

  .flex-item {
    width: 50%;

    height: auto;
  }

  .cart-info {
    font-size: 18px;

    margin: 0 0 0 -15px;
  }

  .account-info img {
    width: 25px;

    margin-top: -20px;

    margin-right: -10px;
  }

  .chat img {
    display: inline;

    width: 25px;

    margin-top: 5px;
  }

  .design img {
    display: inline;

    width: 25px;

    margin-left: -60px;

    margin-top: 5px;
  }

  .quote-info {
    display: none;
  }

  .account-info2 {
    display: none;
  }

  .logo2 {
    display: block;

    margin: 11px 0 -30px 0;

    padding-right: 22px;
  }

  .logo2 img {
    width: 99px;
  }
}

#main-header {
  background-color: #162238;

  color: #fff;

  border-bottom: 1px solid #2e384b;

  padding: 10px 10px;
}

.logo {
  margin: 25px 0;
}

.logo img {
  width: 120px;
}

.search-box {
  text-align: left;

  margin: 25px 0px;

  position: relative;

  height: 36px;

  background-color: #3b475f;

  border-radius: 111px;
}

.search-box input {
  margin-top: 0px;

  border: 0px;

  color: #ddd;

  font-size: 13px;

  background-color: transparent;

  outline: 0px;

  padding: 8px 0px 0px 20px;

  z-index: 2000;
}

.search-box input[type="submit"] {
  background-color: transparent;

  position: absolute;

  width: 34px;

  height: 34px;

  right: 5px;

  top: 0;

  border: 0px;

  content: "";

  color: transparent;

  background: url(../images/search2.gif);

  background-position: center;

  background-size: 30px;

  background-repeat: no-repeat;
}

.search-box input#s {
  padding: 0px 10px 0px 10px;

  height: 34px;

  line-height: 34px;
}

.menu-icon {
  display: none;
}

@media screen and (max-width: 767px) {
  .main-menu {
    padding-right: 0 !important;
  }

  #main-header {
    width: 100vw;

    padding: 10px 20px;

    background-color: #fff;

    display: inline-block;
  }

  .logo {
    display: none;
  }

  .menu-icon {
    display: block;

    text-align: right;

    margin-bottom: -57px;

    padding: 40px;
  }

  .menu-icon img {
    width: 20px;

    height: 20px;
  }

  /* .menu-icon img {

    width: 9%;

  } */

  .search-box {
    background-color: #ddd;

    height: 36px;

    width: 75%;
  }

  .search-box input {
    color: #2e384b;

    font-size: 15px;

    padding: 7px 0px 0px 30px;
  }

  .search-box input[type="submit"] {
    width: 35px;

    height: 35px;
  }

  .main-menu li {
    display: block;

    line-height: 1;

    margin-left: 0 !important;
  }

  .main-menu li .sub-menu {
    opacity: 1;

    visibility: visible;

    position: static;

    margin-left: auto;

    margin-right: auto;

    width: 100%;
  }

  .main-menu li .sub-menu li:last-child {
    border-bottom: 1px solid rgba(250, 250, 250, 0.25);
  }
}

@media screen and (max-width: 799px) and (max-height: 400px) {
  nav[role="navigation"].active {
    max-height: calc(80px + 100vh);

    overflow-y: auto;
  }
}

/*-- End Header --*/

/* #Resets

–––––––––––––––––––––––––––––––––––––––––––––––––– */

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* #Navigation Styles

–––––––––––––––––––––––––––––––––––––––––––––––––– */

nav {
  background: #162238;

  font-size: 0;

  position: relative;

  z-index: 4000;

  letter-spacing: -0.5px;
}

nav > ul > li {
  display: inline-block;

  font-size: 14px;

  font-weight: 500;

  padding: 0 13px;

  position: relative;

  vertical-align: middle;
}

nav > ul > li:first-child {
  padding-left: 0;
}

nav > ul > li:last-child {
  padding-right: 0;
}

nav > ul > li > a {
  color: #ddd;

  display: block;

  position: relative;

  padding: 20px 0;

  border-bottom: 3px solid transparent;
}

nav > ul > li:hover > a {
  color: #4ceced;

  border-bottom: 2px solid #4ceced;
}

/* #Mega Menu Styles

–––––––––––––––––––––––––––––––––––––––––––––––––– */

.mega-menu {
  background: #2e384b;

  display: none;

  left: 0;

  padding: 10px 0 30px 0;

  position: absolute;

  text-align: left;

  width: 100%;
}

@media screen and (max-width: 799px) {
  .mega-menu {
    z-index: 3000;

    padding: 10px 20px 30px 20px;
  }
}

.mega-menu h3 {
  color: #ddd;
}

.mega-menu ul {
  float: left;

  margin: 40px 11px 0 0;

  width: auto;
}

.mega-menu ul:last-child {
  margin-right: 0;
}

.mega-menu h5 {
  color: #ddd;

  font-weight: 600;

  font-size: 14px;

  padding: 0px 0px;

  margin-right: 25px;

  vertical-align: middle;
}

.mega-menu h6 {
  color: #ddd;

  font-weight: 400;

  font-size: 13px;

  padding: 0px 0px;

  width: 210px;

  margin-right: 25px;

  text-align: left;
}

.mega-menu h5:hover {
  color: #45baba;

  font-weight: 700;

  font-size: 14px;

  padding: 0px 0px;
}

.mega-menu h6:hover {
  color: #45baba;

  font-weight: 600;

  font-size: 13px;

  padding: 0px 0px;
}

.mega-menu img {
  width: 110px;

  border: 1px solid Gainsboro;

  border-radius: 5px;

  margin: 0;

  padding: 5px;

  text-align: left;
}

@media screen and (max-width: 799px) {
  .mega-menu img {
    width: 110px;
  }
}

/* #Droppable Class Styles

–––––––––––––––––––––––––––––––––––––––––––––––––– */

.droppable {
  position: static;
}

.droppable > a:after {
  content: "\f107";

  font-family: FontAwesome;

  font-size: 12px;

  padding-left: 6px;

  position: relative;

  top: -1px;
}

.droppable:hover .mega-menu {
  display: block;
}

/*–––––––––––––––––––––––––––––––––––––––––––––––––– */
.cf:before,
.cf:after {
  content: " ";

  /* 1 */

  display: table;

  /* 2 */
}

.cf:after {
  clear: both;
}

/* Slider */

/* Features */

.features {
  box-sizing: border-box;
}

.features:after {
  content: "";

  display: table;

  clear: both;
}

.features-post {
  position: relative;

  margin-bottom: 0px;

  z-index: 22;
}

.features-content {
  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  background-color: #0c1228;

  color: #ddd;

  padding: 20px 25px;

  border-radius: 5px 5px 0px 0px;
}

@media (max-width: 991px) {
  .content-show a h4 {
    text-align: center;
  }

  .features-content {
    position: relative;

    bottom: 0;

    left: 0;

    width: 100%;

    background-color: #0c1228;

    color: #ddd;

    padding: 20px 25px;

    border-radius: 5px 5px 0px 0px;
  }
}

.features-content:hover,
.features-content:active {
  background-color: #2e384b;

  /* box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5); */
}

.features-content h4 {
  font-size: 14px;

  text-transform: uppercase;

  font-weight: 600;

  color: #ddd;

  margin-bottom: 0px;
}

.features-content h4 img {
  width: 33px;

  margin-right: 5px;
}

.features-content p {
  margin-bottom: 0px;
}

.features-content .content-hide a {
  margin-top: 15px;

  display: inline-block;

  text-transform: uppercase;

  color: #fff;

  letter-spacing: 0.5px;

  font-weight: 600;

  font-size: 14px;

  border-bottom: 1px solid #44b7b7;
}

.features-content p.hidden-sm {
  display: none;
}

.second-features,
.third-features {
  border-left: 1px solid rgba(250, 250, 250, 0.1);
}

.content-hide {
  margin-top: 15px;

  display: none;

  z-index: 0;
}

.content-hide p {
  color: #fff;
}

@media screen and (max-width: auto) {
  .features {
    background-color: #0c1228;
  }

  .features-content {
    position: relative;
  }

  .features-post {
    border-left: 0;
  }
}

@media screen and (max-width: 799px) {
  .features-content {
    padding: 15px;
  }

  .features-content h4 {
    font-size: 13px;

    text-align: center;
  }

  .features-content h4 img {
    width: 36px;

    margin-bottom: 12px;
  }

  .features-content p {
    display: none;
  }

  .features-content p.hidden-sm {
    display: block;
  }

  .features-content a {
    letter-spacing: 0px;

    font-size: 11px;

    font-weight: 600;

    text-align: center;
  }
}

@media screen and (max-width: 993px) {
  .features-post {
    text-align: center;

    width: 23%;

    margin-left: 1vw;
  }

  .second-features {
    text-align: center;

    width: 23%;

    /* margin-left: 120px; */

    margin-left: 25vw;
  }

  .third-features {
    text-align: center;

    width: 23%;

    /* margin-left: 240px; */

    margin-left: 49vw;
  }

  .fourth-features {
    text-align: center;

    width: 23%;

    /* margin-left: 360px; */

    margin-left: 74vw;
  }

  .feat-res {
    position: absolute;

    z-index: 1000;
  }

  .features-content {
    bottom: 5rem;
  }
}

/* Why Choosing Us */

section.why-us {
  background-color: #162238;

  padding: 19px 0 100px 0;
}

#tabs {
  text-align: center;
}

#tabs ul {
  margin-top: 30px;

  padding: 0;

  -webkit-column-count: 3;

  -moz-column-count: 3;

  column-count: 3;

  -webkit-column-gap: 0;

  -moz-column-gap: 0;

  column-gap: 0;
}

#tabs ul::after {
  clear: both;

  content: "";

  display: table;
}

#tabs ul li {
  display: block;

  font-weight: 400;

  font-size: 1.2em;

  letter-spacing: 1px;

  text-align: center;
}

#tabs ul li a {
  display: block;

  font-size: 15px;

  font-weight: 700;

  letter-spacing: 1px;

  cursor: pointer;

  outline: 0;

  padding-bottom: 30px;

  color: #ddd;

  text-decoration: none;

  text-transform: uppercase;

  position: relative;
}

#tabs ul li a:after {
  transition: all 0.3s;

  width: 10px;

  height: 10px;

  background-color: #ddd;

  border-radius: 3px;

  content: "";

  position: absolute;

  left: 50%;

  transform: translate(-50%);

  bottom: 0;
}

#tabs ul li a:before {
  transition: all 0.3s;

  width: 25px;

  height: 25px;

  border: 2px solid transparent;

  border-radius: 3px;

  background-color: transparent;

  content: "";

  position: absolute;

  left: 50%;

  transform: translate(-50%);

  bottom: -5px;
}

#tabs ul li span {
  display: block;

  margin-bottom: 0.75em;
}

/* #tabs ul .ui-tabs-active {} */

#tabs ul .ui-tabs-active a {
  color: #45baba;
}

#tabs ul .ui-tabs-active a:after {
  background-color: #45baba;

  width: 15px;

  height: 15px;
}

#tabs ul .ui-tabs-active a:before {
  border-color: #45baba;
}

#tabs h4 {
  margin-top: 90px;

  font-size: 21px;

  font-weight: 700;

  letter-spacing: 1px;

  color: #ddd;

  margin-bottom: 30px;
}

#tabs p {
  color: #ddd;

  font-size: 15px;

  line-height: 28px;
}

.tabs-content {
  margin-top: 60px;

  text-align: left;
}

@media screen and (max-width: 767px) {
  .tabs-content {
    text-align: center;
  }
}

.tabs-content img {
  width: 100%;

  overflow: hidden;

  margin-top: 50px;

  padding-right: 45px;

  border-radius: 11px;
}

@media screen and (max-width: 767px) {
  .tabs-content img {
    padding-right: 0px;
  }
}

/* Coming Soon */

section.coming-soon {
  background-color: auto;

  padding: 0px 0px;
}

section.coming-soon .continer .counter div {
  display: inline-block;
}

section.coming-soon .continer h4 em {
  font-style: normal;

  color: #45baba;
}

@media screen and (max-width: 767px) {
  section.coming-soon .continer h4 {
    text-align: center;
  }
}

section.coming-soon .continer .counter .days,
section.coming-soon .continer .counter .hours,
section.coming-soon .continer .counter .minutes,
section.coming-soon .continer .counter .seconds {
  width: 22%;

  height: 140px;

  border-radius: 15px 0 15px 0;

  float: left;

  text-align: center;

  font-size: 48px;

  font-weight: 700;

  letter-spacing: 1px;

  color: #ddd;

  background-color: rgba(250, 250, 250, 0.1);
}

@media screen and (max-width: 992px) {
  section.coming-soon .continer .counter .days,
  section.coming-soon .continer .counter .hours,
  section.coming-soon .continer .counter .minutes,
  section.coming-soon .continer .counter .seconds {
    font-size: 26px;
  }

  section.coming-soon .continer .counter .days .value,
  section.coming-soon .continer .counter .hours .value,
  section.coming-soon .continer .counter .minutes .value,
  section.coming-soon .continer .counter .seconds .value {
    margin-top: 40px !important;
  }

  section.coming-soon .continer .counter span {
    font-size: 14px !important;
  }
}

section.coming-soon .continer .counter .days,
section.coming-soon .continer .counter .hours,
section.coming-soon .continer .counter .minutes {
  margin-right: 4%;
}

section.coming-soon .continer .counter .days .value,
section.coming-soon .continer .counter .hours .value,
section.coming-soon .continer .counter .minutes .value,
section.coming-soon .continer .counter .seconds .value {
  margin-top: 15px;

  display: block;

  width: 100%;
}

section.coming-soon .continer .counter span {
  font-size: 18px;

  text-transform: uppercase;

  color: #45baba;

  font-weight: 500;

  letter-spacing: 1px;

  margin-top: 0px;

  display: block;
}

section.coming-soon .right-content {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  section.coming-soon .right-content {
    margin-top: 60px;

    margin-left: 0px;
  }
}

section.coming-soon .top-content {
  margin-bottom: -8px;
}

/* Blogs */

section.courses {
  background-image: url(../images/BG-Favicon-01.jpg);

  background-repeat: no-repeat;

  background-attachment: fixed;

  background-size: cover;

  padding: 0px 40px 50px 40px;
}

section.courses .item img {
  margin-top: 20px;

  border-top-right-radius: 5px;

  border-top-left-radius: 5px;
}

.down-button,
.up-button {
  z-index: 0 !important;
}

section.courses .item .down-content {
  padding: 30px;

  background-color: #ddd;

  border-bottom-right-radius: 5px;

  border-bottom-left-radius: 5px;
}

section.courses .item .down-content h4 {
  font-size: 16px;

  text-transform: uppercase;

  color: #162238;

  letter-spacing: 0.5px;

  font-weight: 700;

  margin-top: 0px;

  margin-bottom: 20px;
}

section.courses .item .down-content p {
  margin-bottom: 25px;
}

section.courses .item .down-content img {
  width: 40px;

  border: 2px solid #45baba;

  border-radius: 50%;

  text-align: left;

  display: inline-block;
}

section.courses .item .down-content .text-button-pay {
  float: right;

  display: inline-block;

  margin-top: -30px;
}

section.courses .item .down-content .text-button-pay a {
  color: #45baba;

  font-size: 13px;
}

section.courses .item .down-content .text-button-free {
  float: right;

  display: inline-block;

  margin-top: -30px;
}

section.courses .item .down-content .text-button-free a {
  color: #7a7a7a;

  font-size: 13px;
}

section.courses .owl-carousel .owl-nav {
  display: none;
}

section.courses .owl-carousel .owl-dots {
  text-align: center;
}

section.courses .owl-carousel button.owl-dot {
  width: 10px;

  height: 10px;

  background-color: #ddd;

  margin: 50px 10px 0px 10px;

  border-radius: 3px;

  outline: none;
}

section.courses .owl-carousel button.active {
  background-color: #45baba;
}

/* Video */

section.video {
  background-image: url(../images/video-bg.jpg);

  background-repeat: no-repeat;

  background-size: cover;

  background-color: #172238;

  padding: 120px 0px;
}

section.video .left-content {
  color: #fff;
}

section.video .left-content span {
  text-transform: uppercase;

  font-size: 14px;

  letter-spacing: 0.5px;
}

section.video .left-content h4 {
  margin-top: 20px;

  font-size: 30px;

  color: #fff;

  font-weight: 800;

  letter-spacing: 0.5px;

  line-height: 40px;

  margin-bottom: 20px;
}

section.video .left-content h4 em {
  font-style: normal;

  color: #45baba;
}

section.video .left-content .main-button {
  margin-top: 30px;
}

.video-item {
  position: relative;

  width: 100%;

  max-width: 600px;

  margin: 0px auto 0;
}

@media screen and (max-width: 767px) {
  section.video .left-content {
    margin-bottom: 45px;
  }

  section.video .first-item .first-content h4,
  section.video .second-item .second-content h4 {
    text-align: center;
  }
}

/* Footer */

#top-footer {
  /* background-color: #162238; */

  color: #f5f5f5;

  padding: 50px 0 30px 0;

}

.footer-info {
  text-align: left;

  padding: 14px 0;

  font-size: 13px;

  font-weight: 600;

  font-family: inherit;

  color: #f5f5f5;
}

.footer-info:hover {
  color: #4ceced;
}

.footer-info a {
  color: #f5f5f5;
}

.footer-info a:hover {
  color: #4ceced;

  font-weight: 600;
}

.footer-info h2 {
  color: #f5f5f5;

  font-size: 21px;

  font-weight: 600;

  margin-left: 0px;
}

.footer-info h4 {
  color: #f5f5f5;

  font-size: 18px;

  font-weight: 600;
}

.footer-info p {
  color: #e5e5e5;

  text-align: justify;

  text-transform: none;

  font-weight: 400;

  padding: 20px 0 0 0;
}

.footer-info img {
  width: 40%;

  float: right;
}

@media screen and (max-width: 799px) {
  #top-footer {
    padding: 50px 20px 20px 20px;
  }

  .footer-info {
    text-align: center;
  }

  .footer-info p {
    font-size: 11.5px;

    text-align: center;
  }

  .footer-info a {
    font-size: 12px;
  }

  .footer-info img {
    margin: 15px 110px 10px 0;

    width: 44%;
  }
}

#bottom-footer {
  background-color: #162238;

  color: #e5e5e5;

  border-top: 1px solid #2e384b;

  border-bottom: 1px solid #2e384b;

  padding: 22px 0 18px 0;
}

.footer2-info {
  text-align: left;

  font-size: 13px;

  font-weight: 400;

  font-family: inherit;

  color: #e5e5e5;
}

.footer2-info:hover {
  color: #4ceced;
}

.footer2-info a {
  color: #e5e5e5;
}

.footer2-info a:hover {
  color: #4ceced;

  font-weight: 600;
}

.footer2-info img {
  width: 44px;

  margin-right: 20px;
}

.footer3-info {
  text-align: left;

  font-size: 13px;

  margin: 0;

  font-weight: 400;

  font-family: inherit;

  color: #e5e5e5;
}

.footer3-info:hover {
  color: #4ceced;
}

.footer3-info a {
  color: #e5e5e5;
}

.footer3-info a:hover {
  color: #4ceced;

  font-weight: 600;
}

.footer3-info img {
  width: 90px;

  margin: 0 40px 0 15px;
}

@media screen and (max-width: 799px) {
  #bottom-footer {
    padding: 20px;
  }

  .footer2-info {
    text-align: center;
  }

  .footer2-info img {
    width: 28px;

    float: left;
  }

  .footer2-info a {
    font-size: 11px;
  }

  .footer3-info {
    margin: 30px 0 0 0;
  }

  .footer3-info a {
    line-height: 2;

    font-size: 11px;
  }

  .footer3-info img {
    width: 66px;

    margin-left: 0px;

    float: left;
  }
}

footer {
  /* background-color: #152036; */

  text-align: center;
}

.footer-bg {
  background-color: #152036 !important;
}

footer p {
  margin-bottom: 0px;

  padding: 25px 0px;

  color: #f5f5f5;

  font-size: 13px;

  font-weight: 300;

  letter-spacing: 0.5px;
}

@media screen and (max-width: 767px) {
  footer p {
    font-size: 12px;

    font-weight: 300;

    padding: 22px 11px 30px 11px;

    letter-spacing: 0.25px;
  }
}

/* Mega Menu */

/* Pricing Table */

#pricing-table {
  margin: 19px auto 70px auto;

  text-align: center;

  background: auto;

  /* width: 86vw; */
}

@media screen and (max-width: 1280px) and (min-width: 1260px) {
  #pricing-table {
    width: 100vw;
  }
}

@media screen and (max-width: 799px) {
  #pricing-table {
    width: auto;

    max-width: 100%;
  }

  #pricing-table .plan4 {
    font-size: 13px;

    width: auto;

    position: relative;
  }

  #pricing-table .plan3 {
    font-size: 13px;

    width: auto;

    float: auto;

    margin-left: 70px;

    position: relative;
  }

  #pricing-table .plan2 {
    font-size: 13px;

    width: auto;

    float: auto;

    margin: 0 6px;
  }

  #pricing-table .plan1 {
    font-size: 13px;

    width: auto;

    float: auto;
  }
}

#pricing-table .plan4 {
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);

  background: #fff;

  border: 1px solid #45baba;

  color: #162238;

  padding: 20px;

  margin-left: 70px;

  margin-top: 40px;

  width: 330px;

  float: left;

  position: relative;
}

#pricing-table .plan3 {
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);

  background: #fff;

  border: 1px solid #45baba;

  color: #162238;

  padding: 20px;

  margin-top: 40px;

  width: 330px;

  float: left;

  position: relative;
}

#pricing-table .plan2 {
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);

  background: #fff;

  border: 1px solid #45baba;

  color: #162238;

  padding: 20px;

  margin-top: 40px;

  width: 265px;

  float: left;

  position: relative;
}

#pricing-table .plan1 {
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);

  background: #fff;

  border: 1px solid #45baba;

  color: #162238;

  padding: 20px;

  margin-top: 40px;

  width: 265px;

  float: left;

  position: relative;
}

#pricing-table #most-popular {
  z-index: 2;

  /* top: -13px; */

  border-width: 3px;

  padding: 30px 20px;

  margin-top: 40px;

  -moz-border-radius: 5px;

  -webkit-border-radius: 5px;

  border-radius: 5px;

  -moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, 0.15),
    -20px 0 10px -10px rgba(0, 0, 0, 0.15);

  -webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, 0.15),
    -20px 0 10px -10px rgba(0, 0, 0, 0.15);

  box-shadow: 20px 0 10px -10px rgba(0, 0, 0, 0.15),
    -20px 0 10px -10px rgba(0, 0, 0, 0.15);
}

#pricing-table .plan:nth-child(1) {
  -moz-border-radius: 5px 0 0 5px;

  -webkit-border-radius: 5px 0 0 5px;

  border-radius: 5px 0 0 5px;
}

#pricing-table .plan:nth-child(4) {
  -moz-border-radius: 0 5px 5px 0;

  -webkit-border-radius: 0 5px 5px 0;

  border-radius: 0 5px 5px 0;
}

#pricing-table h3 {
  font-size: 20px;

  font-weight: normal;

  padding: 20px;

  background-color: #eee;

  background-image: -moz-linear-gradient(#fff, #eee);

  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#eee)
  );

  background-image: -webkit-linear-gradient(#fff, #eee);

  background-image: -o-linear-gradient(#fff, #eee);

  background-image: -ms-linear-gradient(#fff, #eee);

  background-image: linear-gradient(#fff, #eee);
}

#pricing-table #most-popular h3 {
  background-color: #ddd;

  background-image: -moz-linear-gradient(#eee, #ddd);

  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#eee),
    to(#ddd)
  );

  background-image: -webkit-linear-gradient(#eee, #ddd);

  background-image: -o-linear-gradient(#eee, #ddd);

  background-image: -ms-linear-gradient(#eee, #ddd);

  background-image: linear-gradient(#eee, #ddd);

  margin-top: -30px;

  padding-top: 30px;

  -moz-border-radius: 5px 5px 0 0;

  -webkit-border-radius: 5px 5px 0 0;

  border-radius: 5px 5px 0 0;
}

#pricing-table .plan:nth-child(1) h3 {
  -moz-border-radius: 5px 0 0 0;

  -webkit-border-radius: 5px 0 0 0;

  border-radius: 5px 0 0 0;
}

#pricing-table .plan:nth-child(4) h3 {
  -moz-border-radius: 0 5px 0 0;

  -webkit-border-radius: 0 5px 0 0;

  border-radius: 0 5px 0 0;
}

#pricing-table h3 span {
  display: block;

  font-size: 18px;

  font-weight: 600;

  font-family: cursive;

  line-height: 1em;

  color: #346f74;

  background: #fff;

  border: 5px solid #fff;

  height: 100px;

  width: 100px;

  margin: 10px auto -65px;

  padding: 35px 0 0 0;

  -moz-border-radius: 100px;

  -webkit-border-radius: 100px;

  border-radius: 100px;

  -moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;

  -webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;

  box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
}

#pricing-table ul {
  margin: 20px 0 0 0;

  padding: 0;

  list-style: none;
}

#pricing-table li {
  border-top: 1px solid #ddd;

  padding: 10px 0;
}

#pricing-table .signup {
  position: relative;

  padding: 8px 22px;

  margin: 20px 0 0 0;

  color: #fff;

  font-size: 12px;

  font-weight: 600;

  text-transform: uppercase;

  text-decoration: none;

  display: inline-block;

  background-color: #45baba;

  border-radius: 100px;

  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);

  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 rgba(0, 0, 0, 0.7);

  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5),
    0 2px 0 rgba(0, 0, 0, 0.7);

  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 rgba(0, 0, 0, 0.7);
}

#pricing-table .signup:hover {
  background-color: #346f74;
}

#pricing-table .signup:active,
#pricing-table .signup:focus {
  background: #62bc30;

  top: 2px;

  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7) inset;

  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7) inset;

  box-shadow: 0 0 3px rgba(0, 0, 0, 0.7) inset;
}

.clear:before,
.clear:after {
  content: "";

  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  zoom: 1;
}

/* --------- Order Process --------*/

.order-process {
  margin: auto;

  background-color: #162238;
}

.order-process img {
  width: 100%;

  max-width: 100%;
}

@media screen and (max-width: 799px) {
  .order-process img {
    width: 100%;
  }
}

/* --------- Products Section NEW --------*/

.shell {
  padding: 20px 0 50px;
}

.wsk-cp-product {
  background: #fff;

  padding: 15px;

  border-radius: 6px;

  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

  position: relative;

  margin: 20px auto;
}

.wsk-cp-img {
  position: absolute;

  top: 0px;

  left: 50%;

  transform: translate(-50%);

  -webkit-transform: translate(-50%);

  -ms-transform: translate(-50%);

  -moz-transform: translate(-50%);

  -o-transform: translate(-50%);

  -khtml-transform: translate(-50%);

  width: 100%;

  padding: 15px;

  transition: all 0.2s ease-in-out;
}

.wsk-cp-img img {
  width: 100%;

  transition: all 0.2s ease-in-out;

  border-radius: 6px;
}

.wsk-cp-product:hover .wsk-cp-img {
  top: -30px;
}

.wsk-cp-product:hover .wsk-cp-img img {
  box-shadow: 0 15px 22px rgba(0, 0, 0, 0.25), 0 11px 8px rgba(0, 0, 0, 0.11);
}

.wsk-cp-text {
  padding-top: 73%;
}

.wsk-cp-text .category {
  text-align: center;

  font-size: 12px;

  font-weight: 500;

  padding: 5px;

  margin-bottom: 35px;

  position: relative;

  transition: all 0.2s ease-in-out;
}

.wsk-cp-text .category > * {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  -khtml-transform: translate(-50%, -50%);
}

.wsk-cp-text .category > span {
  padding: 8px 10px;

  border: 1px solid #0c1228;

  background: #2e384b;

  color: #f5f5f5;

  box-shadow: 0 15px 22px rgba(0, 0, 0, 0.25), 0 11px 8px rgba(0, 0, 0, 0.11);

  border-radius: 37px;

  transition: all 0.05s ease-in-out;
}

.wsk-cp-product:hover .wsk-cp-text .category > span {
  border-color: #ddd;

  box-shadow: none;

  padding: 9px 10px;
}

.wsk-cp-product:hover .wsk-cp-text .category {
  margin-top: 0px;
}

.wsk-cp-text .title-product {
  text-align: center;

  color: #162238;

  padding: 0 10px;
}

.wsk-cp-text .title-product h3 {
  font-size: 14px;

  font-weight: 500;

  margin: 10px auto;

  overflow: hidden;

  white-space: nowrap;

  text-overflow: ellipsis;

  width: 100%;
}

.wsk-cp-text .description-prod p {
  margin: 0;

  color: #162238;
}

/* Truncate */

.wsk-cp-text .description-prod {
  text-align: center;

  width: 100%;

  height: 62px;

  overflow: hidden;

  display: -webkit-box;

  -webkit-line-clamp: 3;

  -webkit-box-orient: vertical;

  margin-bottom: 15px;
}

.card-footer {
  padding: 0px;

  border-top: 1px solid #ddd;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.card-footer:after,
.card-footer:before {
  content: "";

  display: table;
}

.card-footer:after {
  clear: both;
}

.card-footer .wcf-left {
  float: left;

  font-family: sans-serif;

  font-size: 13px;

  color: #162238;
}

.card-footer .wcf-right {
  float: right;
}

.card-footer .wcf-left h6 {
  font-size: 16px;

  font-weight: 600;

  color: #346f74;
}

.price {
  font-size: 13px;

  color: darkred;

  text-decoration: none !important;

  font-weight: 600;
}

a.buy-btn {
  display: block;

  color: #162238;

  text-align: center;

  font-size: 18px;

  width: auto !important;

  height: auto !important;

  border-radius: 50%;

  border: 1px solid #162238;

  transition: all 0.2s ease-in-out;
}

a.buy-btn:hover,
a.buy-btn:active,
a.buy-btn:focus {
  border-color: #346f74;

  background: #45baba;

  color: #f5f5f5;

  text-decoration: none;
}

@media screen and (max-width: 799px) {
  .wsk-cp-product {
    margin: 40px auto;
  }

  .wsk-cp-product .wsk-cp-img {
    top: -40px;
  }

  .wsk-cp-product .wsk-cp-img img {
    /* box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); */
  }

  .wsk-cp-product .wsk-cp-text .category > span {
    border-color: #ddd;

    box-shadow: none;

    padding: 11px 28px;
  }

  .wsk-cp-product .wsk-cp-text .category {
    margin-top: 0px;
  }

  a.buy-btn {
    border-color: #346f74;

    background: #45baba;

    color: #f5f5f5;
  }
}

/* --------- Products Category --------*/

@media screen and (max-width: 799px) {
  .mainNav__icon {
    display: block;
  }
}

.mainHeading {
  width: 100%;

  height: 100%;

  position: relative;

  padding: 0 40px;

  background-image: linear-gradient(to top, #162238 0%, #2e384b 100%);

  margin-bottom: 100px;
}

@media screen and (max-width: 799px) {
  .mainHeading {
    padding: 0 20px;
  }
}

.mainHeading__content {
  max-width: 1110px;

  min-height: 500px;

  left: 50%;

  transform: translateX(-50%);

  display: flex;

  justify-content: space-between;

  align-items: center;

  position: relative;
}

@media screen and (max-width: 799px) {
  .mainHeading__content {
    min-height: 400px;
  }
}

.mainHeading__text {
  z-index: 1;

  color: #45baba;

  background-color: rgba(22, 34, 56, 0.77);

  padding: 40px;

  max-width: 620px;

  margin-top: 100px;

  width: 70%;

  backdrop-filter: blur(8px);

  animation: text 0.8s 0.6s ease backwards;

  position: relative;
}

.mainHeading__text:before {
  content: "";

  position: absolute;

  width: 5px;

  height: 100%;

  background-color: rgba(255, 255, 255, 0.7);

  top: 0;

  left: 0;

  animation: line 0.8s 0.6s ease backwards;
}

@keyframes line {
  0% {
    right: 0;

    width: 100%;

    opacity: 0;
  }
}

@media screen and (max-width: 799px) {
  .mainHeading__text {
    padding: 20px;

    margin: 90px 0 40px 0;
  }
}

@keyframes text {
  0% {
    opacity: 0;

    transform: translateX(200px);
  }
}

.mainHeading__preTitle {
  text-transform: uppercase;

  font-weight: 600;

  letter-spacing: 2px;

  margin-bottom: 16px;

  color: #45baba;
}

.mainHeading__title {
  text-transform: uppercase;

  font-weight: 200;

  letter-spacing: 1px;

  margin-bottom: 24px;

  font-size: 26px;

  color: #fff;
}

@media screen and (max-width: 799px) {
  .mainHeading__title {
    margin-bottom: 16px;

    font-size: 21px;
  }
}

.mainHeading__description {
  letter-spacing: 0.5px;

  font-size: 14px;

  line-height: 26px;

  color: #fff;
}

@media screen and (max-width: 799px) {
  .mainHeading__description {
    font-size: 14px;
  }
}

.mainHeading__image {
  right: 0;

  width: 100%;

  max-width: 500px;

  height: auto;

  border-radius: 11px;

  transform: translatey(100px);

  position: absolute;

  overflow: hidden;

  animation: image 0.6s 0.2s ease backwards;
}

@keyframes image {
  0% {
    opacity: 0;

    transform: translatey(200px);
  }
}

.mainHeading__image:before,
.mainHeading__image:after {
  content: "";

  position: absolute;

  width: 100%;

  height: 0%;

  top: 100%;

  background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);

  opacity: 1;

  left: 0;
}

.mainHeading__image:before {
  animation: imageBefore 1s 0.2s ease backwards;
}

@keyframes imageBefore {
  0% {
    height: 100%;

    top: 0;
  }
}

.mainHeading__image:after {
  background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);

  height: 100%;

  top: 0;

  opacity: 0.2;
}

.mainHeading__image img {
  width: 100%;

  height: 100%;
}

@media screen and (max-width: 799px) {
  .cta {
    margin-top: 16px;
  }
}

/* --------- SlideShow --------*/

/* --------- About Us Page --------*/

.service-content {
  background-image: url(../img/BG-Favicon-01.jpg);

  background-attachment: fixed;

  min-height: auto;

  background-size: cover;

  background-position: center center;

  padding-left: 15px;

  margin: 0;
}

.service-content .left-text {
  margin-right: 40px;
}

.service-content .left-text h4 {
  font-size: 18px;

  font-weight: 400;

  color: #fff;
}

.service-content .left-text h4 span {
  font-size: 24px;

  font-weight: 600;

  color: #fff;
}

h4,
.h4 {
  font-size: 14px;

  color: #fff;
}

.service-content .left-text .line-dec {
  width: 77px;

  height: 2px;

  background-color: #45baba;

  margin: 0px 0px 20px 0px;
}

.service-content .left-text p {
  color: #eee;

  text-align: justify;
}

.service-content .left-text ul {
  padding: 0;

  margin-top: 30px;

  list-style: none;
}

.service-content .left-text ul li {
  margin: 15px 0px;

  font-weight: 600;

  color: #fff;
}

.service-content .left-text .primary-button {
  margin: 30px 0px;
}

.service-content .service-item {
  background-color: rgba(0, 0, 0, 0.6);

  padding: 25px 30px 5px 30px;

  text-align: center;

  color: #fff;

  margin-bottom: 30px;

  border-radius: 7px;
}

.service-content .service-item .line-dec {
  width: 45px;

  height: 3px;

  background-color: #45baba;

  margin: 20px auto 15px auto;
}

.service-item p {
  text-align: center;

  color: #eee;

  font-size: 12px;

  line-height: 1.5;
}

.service-item h4 {
  text-align: center;

  line-height: 1.5;
}

@media screen and (max-width: 600px) {
  .service-content {
    padding: 0;

    margin-right: 70px;
  }

  .service-content .left-text {
    margin-right: 0px;
  }

  .service-content .left-text h4 {
    font-size: 14px;
  }

  .service-content .left-text h4 span {
    font-size: 18px;
  }
}

section.video {
  background-image: url(../images/);

  background-repeat: no-repeat;

  background-size: cover;

  background-color: #2e384b;

  padding: 80px 0 40px 15px;
}

section.video .left-content {
  color: #fff;

  margin-right: 50px;
}

section.video .left-content span {
  text-transform: uppercase;

  font-size: 14px;

  letter-spacing: 0.5px;
}

section.video .left-content h4 {
  margin: 20px 0;

  font-size: 28px;

  color: #fff;

  font-weight: 800;

  letter-spacing: 0.5px;

  line-height: 40px;
}

section.video .left-content h4 em {
  font-style: normal;

  color: #45baba;
}

section.video .left-content p {
  text-align: justify;

  font-weight: 300;
}

.video-item {
  position: relative;

  width: 100%;

  max-width: 600px;

  margin: 0px auto 0;
}

@media screen and (max-width: 767px) {
  section.video {
    padding-right: 70px;

    padding-left: 0;
  }

  section.video .left-content {
    margin-bottom: 45px;

    margin-right: 0;
  }

  section.video .left-content h4 {
    font-size: 18px;

    line-height: 30px;
  }

  section.video .first-item .first-content h4,
  section.video .second-item .second-content h4 {
    text-align: center;
  }
}

.video-item figure {
  position: relative;

  width: 100%;

  font-size: 0;
}

.video-item figure img {
  width: 100%;
}

.video-item figure a:before {
  content: "";

  position: absolute;

  bottom: 10px;

  right: 15px;

  width: 60px;

  height: 60px;

  margin-top: -32.5px;

  margin-left: -32.5px;

  border-radius: 50%;

  background-color: #f5a425;

  z-index: 10;
}

.video-item figure a:after {
  content: "";

  position: absolute;

  bottom: 27.5px;

  right: 20px;

  margin-top: -12.5px;

  margin-left: -7px;

  border: solid 13px transparent;

  border-left: solid 20px;

  border-left-color: #fff;

  z-index: 10;
}

.video-item figure a:hover:before {
  background-color: #f5a425;
}

.video-item .video-caption {
  position: absolute;

  z-index: 10;

  background-color: rgba(250, 250, 250, 0.75);

  height: 80px;

  width: 100%;

  padding: 27px 30px;

  bottom: 0;
}

.video-item .video-caption h4 {
  font-size: 20px;

  text-transform: uppercase;

  font-weight: 700;

  letter-spacing: 1px;
}

.mfp-bg {
  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 1042;

  overflow: hidden;

  position: fixed;

  background: #0b0b0b;

  opacity: 0.8;
}

.mfp-wrap {
  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 1043;

  position: fixed;

  outline: none !important;

  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  padding: 0 8px;

  box-sizing: border-box;
}

.mfp-container:before {
  content: "";

  display: inline-block;

  height: 100%;

  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;

  display: inline-block;

  vertical-align: middle;

  margin: 0 auto;

  text-align: left;

  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;

  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;

  cursor: -webkit-zoom-out;

  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;

  cursor: -webkit-zoom-in;

  cursor: -moz-zoom-in;

  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;

  -moz-user-select: none;

  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;

  position: absolute;

  top: 50%;

  width: auto;

  text-align: center;

  margin-top: -0.8em;

  left: 8px;

  right: 8px;

  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;

  cursor: pointer;

  background: transparent;

  border: 0;

  -webkit-appearance: none;

  display: block;

  outline: none;

  padding: 0;

  z-index: 1046;

  box-shadow: none;

  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;

  border: 0;
}

.mfp-close {
  width: 44px;

  height: 44px;

  line-height: 44px;

  position: absolute;

  right: 0;

  top: 0;

  text-decoration: none;

  text-align: center;

  opacity: 0.65;

  padding: 0 0 18px 10px;

  color: #fff;

  font-style: normal;

  font-size: 28px;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;

  right: -6px;

  text-align: right;

  padding-right: 6px;

  width: 100%;
}

.mfp-counter {
  position: absolute;

  top: 0;

  right: 0;

  color: #ccc;

  font-size: 12px;

  line-height: 18px;

  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;

  opacity: 0.65;

  margin: 0;

  top: 50%;

  margin-top: -55px;

  padding: 0;

  width: 90px;

  height: 110px;

  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";

  display: block;

  width: 0;

  height: 0;

  position: absolute;

  left: 0;

  top: 0;

  margin-top: 35px;

  margin-left: 35px;

  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;

  border-bottom-width: 13px;

  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;

  border-bottom-width: 21px;

  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;

  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;

  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;

  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;

  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;

  width: 100%;

  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;

  height: 0;

  overflow: hidden;

  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;

  display: block;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);

  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;

  max-width: 100%;

  height: auto;

  display: block;

  line-height: 0;

  box-sizing: border-box;

  padding: 40px 0 40px;

  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";

  position: absolute;

  left: 0;

  top: 40px;

  bottom: 40px;

  display: block;

  right: 0;

  width: auto;

  height: auto;

  z-index: -1;

  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);

  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;

  display: block;

  font-size: 12px;

  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;

  position: absolute;

  top: 100%;

  left: 0;

  width: 100%;

  cursor: auto;
}

.mfp-title {
  text-align: left;

  line-height: 18px;

  color: #f3f3f3;

  word-wrap: break-word;

  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;

    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;

    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;

    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);

    bottom: 0;

    margin: 0;

    top: auto;

    padding: 3px 5px;

    position: fixed;

    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;

    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;

    right: 0;

    width: 35px;

    height: 35px;

    line-height: 35px;

    background: rgba(0, 0, 0, 0.6);

    position: fixed;

    text-align: center;

    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);

    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;

    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;

    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;

    padding-right: 6px;
  }
}

/* --------- Help Center Page --------*/

.help {
  padding: 130px 50px;
}

.search {
  width: 100%;

  position: relative;

  display: flex;
}

.searchTerm {
  width: 100%;

  height: 44px;

  border: 2px solid #45baba;

  border-right: none;

  padding: 11px;

  border-radius: 5px 0 0 5px;

  outline: none;

  color: #45baba;
}

.searchTerm:focus {
  color: #fff;
}

.searchButton {
  width: 48px;

  height: 44px;

  border: 1px solid #45baba;

  background: #45baba;

  text-align: center;

  color: #eee;

  border-radius: 0 5px 5px 0;

  cursor: pointer;

  font-size: 22px;
}

.wrap {
  width: 35%;

  position: absolute;

  left: 50%;

  transform: translate(-50%, -50%);
}

.help-center {
  padding: 30px 80px;
}

.help-center h3 {
  margin: 0;

  font-size: 16px;

  font-weight: 600;

  color: #fff;

  text-align: center;
}

.help-center img {
  width: 66px;

  margin-bottom: 20px;

  display: block;

  margin-left: auto;

  margin-right: auto;
}

.help-center p {
  margin-top: 10px;

  font-size: 11px;

  font-weight: 300;

  color: #ddd;

  text-align: center;

  line-height: 1.5;
}

hr.new1 {
  border-top: 2px solid #2e384b;

  margin: 0 60px;
}

.column {
  float: left;

  width: 25%;

  padding: 35px 35px 18px 35px;

  background-color: #2e384b;

  border: 2px #0c1228 solid;

  border-radius: 11px;
}

.row:after {
  content: "";

  display: table;

  clear: both;
}

@media screen and (max-width: 992px) {
  .column {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .help {
    padding: 50px;
  }

  .wrap {
    width: 70%;
  }

  .column {
    width: 100%;
  }
}

.features {
  box-sizing: border-box;
}

.features:after {
  content: "";
  display: table;
  clear: both;
}

.features-post {
  position: relative;
  margin-bottom: 0;
  z-index: 22;
}

.features-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #0c1228;
  color: #ddd;
  padding: 20px 25px;
  border-radius: 5px 5px00;
}

.features-content:hover {
  background-color: #2e384b;
  /* box-shadow:00 30px rgba(0, 0, 0, 0.5); */
}

.features-content h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ddd;
  margin-bottom: 0;
}

.features-content h4 img {
  width: 33px;
  margin-right: 5px;
}

.features-content p {
  margin-bottom: 0;
}

.features-content .content-hide a {
  margin-top: 15px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 14px;
  border-bottom: 1px solid #44b7b7;
}

.features-content p.hidden-sm {
  display: none;
}

.second-features,
.third-features {
  border-left: 1px solid rgba(250, 250, 250, 0.1);
}

.content-hide {
  margin-top: 15px;
  display: none;
}

.content-hide p {
  color: #fff;
}

@media screen and (max-width: auto) {
  .features {
    background-color: #0c1228;
  }

  .features-content {
    position: relative;
  }

  .features-post {
    border-left: 0;
  }
}

@media screen and (max-width: 799px) {
  .features-post {
    width: 24%;
  }

  .second-features {
    width: 24%;
    margin-left: 120px;
  }

  .third-features {
    width: 24%;
    margin-left: 240px;
  }

  .fourth-features {
    width: 24%;
    margin-left: 360px;
  }

  .features-content {
    padding: 15px;
  }

  .features-content h4 {
    font-size: 13px;
    text-align: center;
  }

  .features-content h4 img {
    width: 36px;
    margin-bottom: 12px;
  }

  .features-content p {
    display: none;
  }

  .features-content p.hidden-sm {
    display: block;
  }

  .features-content a {
    letter-spacing: 0;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
  }
}
/* Pricing Table */

.pricing-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 66px 0;
  transition: all 0.4s ease;
}

.pricing-card {
  background: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 300px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  flex: 1 1 calc(25% - 20px);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s;
}

.pricing-card:hover {
  transform: translateY(-10px);
}

.card-header {
  padding: 10px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
}

.basic {
  background: linear-gradient(135deg, #cd7f32, #8e5a2a);
}
.standard {
  background: linear-gradient(135deg, #bdc3c7, #2c3e50);
}
.premium {
  background: linear-gradient(135deg, #f6d365, #fda085);
}
.enterprise {
  background: linear-gradient(135deg, #a18cd1, #fbc2eb);
}

.pricing-card .price {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: Georgia;
  text-decoration: none;
  text-align: center;
  padding: 15px 0 0 0;
  color: #346f74;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
}

/* .badge { position: absolute; top: 15px; left:-28px; background: #fff; color: #346F74; font-size: 12px; font-weight: bold; transform: rotate(-40deg); padding: 5px 20px; box-shadow: 0 2px 5px rgba(0,0,0,0.2); } */
.pricing-card.popular {
  border: 4px solid #fff;
  transform: scale(1.05);
  z-index: 1;
}

.features {
  padding: 0 30px;
  list-style: none;
  margin-bottom: 20px;
  flex-grow: 1;
}

.features li {
  padding: 10px 0;
  margin-right: 20px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  font-weight: 400;
}

.buy-btn {
  background: #45baba;
  color: white;
  border: solid #346f74 1px;
  border-radius: 55px;
  padding: 7px 25px;
  margin: 20px auto;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25), 0 3px 2px rgba(0, 0, 0, 0.11);
}

.buy-btn:hover {
  background: #346f74;
}

.more-info-btn {
  position: absolute;
  right: -25px;
  top: 50%;
  transform: rotate(90deg) translateY(-50%);
  transform-origin: center;
  padding: 8px 28px;
  border: 1px solid #0c1228;
  background: #2e384b;
  color: #f5f5f5;
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.25), 0 7px 5px rgba(0, 0, 0, 0.11);
  transition: all 0.05s ease-in-out;
  border-radius: 0 0 8px 8px;
  cursor: pointer;
  font-size: 13px;
  z-index: 12;
}

.info-panel {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 350px;
  height: 100vh;
  background: #fff;
  box-shadow: -2px 0 20px rgba(0, 0, 0, 0.2);
  z-index: 10000 !important;
  padding: 30px;
  overflow-y: auto;
  transition: right 0.4s ease;
}

.info-panel.active {
  right: 0;
}

.close-btn {
  background: crimson;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  float: right;
}

@media (max-width: 1024px) {
  .pricing-card {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 600px) {
  .pricing-card {
    flex: 1 1 100%;
  }

  .more-info-btn {
    right: -10px;
    font-size: 12px;
  }

  .price {
    font-size: 1.5rem;
  }
}

/* --------- Order Process --------*/

.order-process {
  margin: auto;
  background-color: #162238;
}

.order-process img {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 799px) {
  .order-process img {
    width: 100%;
  }
}
.price {
  font-size: 13px;
  color: darkred;
  text-decoration: line-through;
}

a.buy-btn {
  display: block;
  color: #162238;
  text-align: center;
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid #162238;
  transition: all 0.2s ease-in-out;
}

a.buy-btn:hover,
a.buy-btn:active,
a.buy-btn:focus {
  border-color: #346f74;
  background: #45baba;
  color: #f5f5f5;
  text-decoration: none;
}

@media screen and (max-width: 799px) {
  .wsk-cp-product {
    margin: 40px auto;
  }

  .wsk-cp-product .wsk-cp-img {
    top: -40px;
  }

  .wsk-cp-product .wsk-cp-img img {
    /* box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); */
  }

  .wsk-cp-product .wsk-cp-text .category > span {
    border-color: #ddd;
    box-shadow: none;
    padding: 11px 28px;
  }

  .wsk-cp-product .wsk-cp-text .category {
    margin-top: 0;
  }

  a.buy-btn {
    border-color: #346f74;
    background: #45baba;
    color: #f5f5f5;
  }
}

/* --------- Products Category --------*/

@media screen and (max-width: 799px) {
  .mainNav__icon {
    display: block;
  }
}

.mainHeading {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 40px;
  background-image: linear-gradient(to top, #162238 0%, #2e384b 100%);
  margin-bottom: 100px;
}

@media screen and (max-width: 799px) {
  .mainHeading {
    padding: 0 20px;
  }
}

.mainHeading__content {
  max-width: 1110px;
  min-height: 500px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 799px) {
  .mainHeading__content {
    min-height: 400px;
  }
}

.mainHeading__text {
  z-index: 1;
  color: #45baba;
  background-color: rgba(22, 34, 56, 0.77);
  padding: 40px;
  max-width: 620px;
  margin-top: 100px;
  width: 70%;
  backdrop-filter: blur(8px);
  animation: text 0.8s 0.6s ease backwards;
  position: relative;
}

.mainHeading__text:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  animation: line 0.8s 0.6s ease backwards;
}

@keyframes line {
  0% {
    right: 0;
    width: 100%;
    opacity: 0;
  }
}

@media screen and (max-width: 799px) {
  .mainHeading__text {
    padding: 20px;
    margin: 90px 0 40px 0;
  }
}

@keyframes text {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
}

.mainHeading__preTitle {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 16px;
  color: #45baba;
}

.mainHeading__title {
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 1px;
  margin-bottom: 24px;
  font-size: 26px;
  color: #fff;
}

@media screen and (max-width: 799px) {
  .mainHeading__title {
    margin-bottom: 16px;
    font-size: 21px;
  }
}

.mainHeading__description {
  letter-spacing: 0.5px;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}

@media screen and (max-width: 799px) {
  .mainHeading__description {
    font-size: 14px;
  }
}

.mainHeading__image {
  right: 0;
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 11px;
  transform: translatey(100px);
  position: absolute;
  overflow: hidden;
  animation: image 0.6s 0.2s ease backwards;
}

@keyframes image {
  0% {
    opacity: 0;
    transform: translatey(200px);
  }
}

.mainHeading__image:before,
.mainHeading__image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  top: 100%;
  background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
  opacity: 1;
  left: 0;
}

.mainHeading__image:before {
  animation: imageBefore 1s 0.2s ease backwards;
}

@keyframes imageBefore {
  0% {
    height: 100%;
    top: 0;
  }
}

.mainHeading__image:after {
  background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
  height: 100%;
  top: 0;
  opacity: 0.2;
}

.mainHeading__image img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 799px) {
  .cta {
    margin-top: 16px;
  }
}

.basic {
  background: linear-gradient(135deg, #cd7f32, #8e5a2a) !important;
}
.standard {
  background: linear-gradient(135deg, #bdc3c7, #2c3e50) !important;
}
.premium {
  background: linear-gradient(135deg, #f6d365, #fda085) !important;
}
.enterprise {
  background: linear-gradient(135deg, #a18cd1, #fbc2eb) !important;
}
