/*!
Theme Name: PWL
Author: PureWL Team
Description: PureWL WordPress custom theme.
Version: 1.0.0
Tested up to: 1.0.0
Requires PHP: 7.4 or above
Text Domain: pwl


*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 
 
 
*/
/*theme-background-colors*/
/*theme-background-colors*/
/*theme-border-radius*/
/*theme-font-colors*/
/*theme-font-colors*/
/*theme-border-colors*/
/*theme-border-colors*/
/*custom-font-size*/
/*custom-font-size*/
/*font-sizes*/
/*font-weight*/
/*line-height*/
@font-face {
  font-family: poppinsExtraBold;
  src: url(./assets/Fonts/Poppins/Poppins-ExtraBold.ttf); }
@font-face {
  font-family: poppinsBold;
  src: url(./assets/Fonts/Poppins/Poppins-Bold.ttf); }
@font-face {
  font-family: poppinsLight;
  src: url(./assets/Fonts/Poppins/Poppins-Light.ttf); }
@font-face {
  font-family: poppinsMedium;
  src: url(./assets/Fonts/Poppins/Poppins-Medium.ttf); }
@font-face {
  font-family: poppinsRegular;
  src: url(./assets/Fonts/Poppins/Poppins-Regular.ttf); }
h1 {
  font-size: 44px;
  font-weight: 600;
  line-height: 60px;
  font-family: poppinsBold;
  text-transform: capitalize;
  color: #00264D; }

h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
  color: #201D26;
  font-family: poppinsBold; }

h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 50px;
  color: #000;
  font-family: poppinsBold; }

h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #000;
  font-family: poppinsMedium; }

h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #201D26;
  font-family: poppinsMedium; }

p {
  font-size: 15px;
  color: #27221F;
  font-weight: 400;
  font-family: poppinsRegular;
  line-height: 27px; }

.spacer {
  margin-bottom: 100px; }

.padder {
  padding: 100px 0; }

.padder-small {
  padding: 40px 0; }

.theme-btn {
  background: linear-gradient(90deg, #00264D 0%, #002F4E 33%, #004853 88%, #004F55 100%);
  text-decoration: none;
  color: #fff;
  text-transform: none;
  font-family: poppinsMedium;
  display: inline-block;
  padding: 15px 22px !important;
  font-size: 18px;
  font-weight: 500;
  border-radius: 40px; }

.fa-arrow-right {
  position: relative;
  left: 2px;
  transition: all .5s ease; }

.theme-btn:hover .fa-arrow-right {
  left: 7px; }

.red-link {
  text-decoration: none;
  text-transform: capitalize;
  background: var(--button-bg, linear-gradient(246deg, #EA7024 17.35%, #EA4833 52.82%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 38px; }

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #869791; }

.icon-container.big-icon-container {
  width: 160px;
  height: 160px; }
  .icon-container.big-icon-container img {
    height: auto; }

.icon-container.small-icon-container {
  width: 72px;
  height: 72px; }
  .icon-container.small-icon-container img {
    height: 35px; }

.divider {
  border-bottom: 2px solid #554753;
  width: 572px;
  max-width: 80%;
  border-radius: 20px;
  margin: 100px auto; }

.container {
  width: 1310px;
  max-width: 100%; }

.header .container {
  width: 1486px; }
.header a.navbar-brand:after {
  content: "";
  border: 1px solid #D7D7D7;
  position: relative;
  left: 20px;
  top: 2px; }
.header .navbar-nav .nav-link.active,
.header .navbar-nav .nav-link.show {
  color: #221C1C; }
.header li.nav-item {
  padding-left: 23px; }
  .header li.nav-item a,
  .header li.nav-item select {
    color: #221C1C;
    font-size: 17px;
    font-family: poppinsRegular;
    font-weight: 400 !important; }
.header ul.navbar-nav {
  margin-left: 0px;
  align-items: center; }
.header .nav-item.dropdown a.nav-link::after {
  content: url(/wp-content/themes/pwl/assets/img/template2-img/dropdownicon.png);
  top: 7.2px;
  position: absolute;
  right: -4px; }
.header .dropdown .dropdown-menu {
  display: none; }
.header .dropdown:hover > .dropdown-menu,
.header .dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
  padding: 12px;
  border-radius: 7px;
  border: none; }
.header .dropdown-menu {
  background-color: #FFF0E7;
  color: #000;
  box-shadow: none;
  border-radius: 0px;
  margin: 0px; }
.header ul.dropdown-menu.submenu.submenu-list ul li {
  list-style: none; }
  .header ul.dropdown-menu.submenu.submenu-list ul li a {
    padding: 10px 5px;
    width: auto;
    display: inline-block;
    color: #000; }
.header .offcanvas {
  background-color: #fff;
  padding: 0px; }
.header .anchor-style:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: relative;
  background: linear-gradient(90deg, #00264D 0%, #002F4E 33%, #004853 88%, #004F55 100%);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
  bottom: 0px; }
.header .anchor-style:hover:after {
  width: 100%; }
.header .dropdown-item:focus,
.header .dropdown-item:hover {
  background-color: transparent; }
.header button.navbar-toggler {
  border: none;
  padding: 0px; }
.header .navbar-toggler:focus {
  box-shadow: none; }
.header li.nav-item.features {
  padding-left: 15px; }
.header .theme-btn {
  padding: 15px 22px;
  font-size: 18px;
  font-weight: 500;
  margin-left: 23px;
  border-radius: 40px; }
.header select,
.header select:focus-visible {
  background: none;
  border: none;
  outline: none; }

footer {
  background: linear-gradient(90deg, #00264D 0%, #002F4E 33%, #004853 88%, #004F55 100%); }
  footer footer {
    padding-top: 100px;
    padding-bottom: 40px; }
  footer h3 {
    color: #fff; }
  footer .row {
    margin-left: 0px;
    margin-right: 0px; }
  footer .accordion:nth-child(3) {
    padding-left: 80px; }
  footer .accordion:nth-child(4) {
    padding-left: 145px; }
  footer .accordion-item {
    background-color: transparent;
    border: none; }
    footer .accordion-item .accordian-btn {
      display: none; }
  footer ul {
    padding-left: 0px; }
    footer ul li {
      color: #ffffff;
      list-style: none;
      margin: 10px 0; }
      footer ul li a {
        color: #ffffff;
        text-decoration: none;
        font-size: 15px;
        font-family: poppinsRegular; }
  footer .copyright {
    color: #fff;
    font-size: 15px;
    opacity: 0.4; }
  footer .social-links {
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
    margin-bottom: 0px; }
    footer .social-links a {
      width: 39px;
      height: 39px;
      margin: 0 auto;
      border: 1px solid rgba(255, 255, 255, 0.4);
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 90px;
      margin-left: 10px;
      font-size: 14px;
      color: #fff;
      opacity: 0.5; }

section.section_one {
  padding-top: 116px; }
  section.section_one .container {
    height: 600px;
    display: flex;
    align-items: center; }
    section.section_one .container .col-12:last-child {
      display: flex;
      justify-content: center; }
    section.section_one .container .first-fold-content {
      padding-bottom: 100px; }
    section.section_one .container .label_home {
      display: inline-block;
      margin-bottom: 20px; }
      section.section_one .container .label_home p {
        margin-bottom: 0px;
        color: #00264D;
        display: flex;
        align-items: center;
        font-size: 18px; }
        section.section_one .container .label_home p img {
          padding-right: 5px; }
    section.section_one .container h3 {
      font-size: 24px;
      font-weight: 500;
      color: #00264D;
      font-family: poppinsMedium; }
    section.section_one .container ul {
      list-style: none;
      padding-left: 0; }
      section.section_one .container ul li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: 400;
        color: #27221F;
        line-height: 29px;
        font-family: poppinsRegular; }
      section.section_one .container ul li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.2em;
        /* adjust for vertical alignment */
        width: 20px;
        height: 20px;
        background-image: url("http://dev.pwl-customize.com/wp-content/uploads/2025/06/check-01.png");
        background-size: contain;
        background-repeat: no-repeat; }
    section.section_one .container .cta_two {
      display: flex;
      margin-top: 60px; }
      section.section_one .container .cta_two a.theme-btn {
        padding: 21px 44px !important; }
      section.section_one .container .cta_two p.money_back_label {
        margin-top: 18px;
        color: #000000;
        font-size: 14px; }
      section.section_one .container .cta_two p.money_back_label:before {
        content: url(http://dev.pwl-customize.com/wp-content/uploads/2025/06/check-contained.png);
        position: relative;
        top: 4px;
        margin-right: 6px; }
    section.section_one .container .vector-image {
      height: 601px; }

.main-bar {
  background: linear-gradient(90deg, #00264D 0%, #002F4E 33%, #004853 88%, #004F55 100%); }
  .main-bar .features {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px; }
    .main-bar .features .feature-item {
      display: flex;
      flex-direction: row;
      align-items: center;
      color: white;
      font-size: 14px;
      gap: 8px;
      text-align: center; }
      .main-bar .features .feature-item span {
        display: block;
        font-weight: 500;
        font-size: 20px;
        line-height: 44px;
        font-family: 'poppinsRegular'; }

.card-slider {
  text-align: center;
  overflow: hidden; }
  .card-slider .parent_card {
    padding: 64px 34px;
    border: 2px solid #FFD6C1;
    border-radius: 20px;
    min-height: 536px; }
    .card-slider .parent_card .icon-container {
      margin: 0 auto; }
  .card-slider .owl-carousel .owl-item img {
    width: auto; }
  .card-slider .owl-carousel button.owl-prev {
    position: absolute;
    top: 40%;
    left: -65px;
    transform: rotate(180deg); }
    .card-slider .owl-carousel button.owl-prev span {
      display: none; }
  .card-slider .owl-carousel button.owl-next {
    position: absolute;
    top: 40%;
    right: -65px; }
    .card-slider .owl-carousel button.owl-next span {
      display: none; }
  .card-slider .owl-carousel button.owl-next:after,
  .card-slider .owl-carousel button.owl-prev:after {
    content: url(/wp-content/themes/pwl/assets/img/template3-img/right-arrow-crousel.png); }
  .card-slider .owl-carousel button.owl-next.disabled:after,
  .card-slider .owl-carousel button.owl-prev.disabled:after {
    content: url(/wp-content/themes/pwl/assets/img/template3-img/disabled-arrow.png); }
  .card-slider .owl-carousel button.owl-next.disabled {
    transform: rotate(180deg); }
  .card-slider .owl-carousel button.owl-prev.disabled {
    transform: rotate(0deg); }
  .card-slider h4 {
    margin-top: 57px;
    margin-bottom: 26px; }

.card-text .container {
  background: linear-gradient(90deg, #00264D 0%, #002F4E 33%, #004853 88%, #004F55 100%);
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 20px; }
  .card-text .container h2 {
    color: #fff;
    font-size: 31px;
    line-height: 55px;
    font-weight: 600; }
  .card-text .container a.theme-btn.border_btn {
    background: transparent;
    border: 2px solid #fff;
    padding: 21px 44px !important; }

.cards {
  height: 1320px; }
  .cards .container-fluid {
    background: #FFF0E7;
    height: 840px; }
  .cards .parent_card {
    padding: 40px 38px 15px 38px;
    border: 2px solid #FFD6C1;
    border-radius: 20px;
    min-height: 405px;
    background-color: #fff; }
    .cards .parent_card h4 {
      margin-top: 39px;
      margin-bottom: 19px; }
  .cards .col-lg-6:last-child {
    background: #000;
    border-radius: 0 20px 20px 0;
    padding: 50px;
    height: 100%; }
    .cards .col-lg-6:last-child .brands-container {
      border-bottom: 1px solid #554753;
      padding: 10px;
      padding-bottom: 30px; }
      .cards .col-lg-6:last-child .brands-container img {
        margin-right: 12px; }
    .cards .col-lg-6:last-child .content {
      padding: 50px 10px 10px 10px; }
      .cards .col-lg-6:last-child .content h2 {
        color: #fff; }
      .cards .col-lg-6:last-child .content p {
        color: #fff; }
  .cards .col-lg-6:first-child {
    padding: 0px; }
    .cards .col-lg-6:first-child img {
      width: 100%;
      margin-top: -45px;
      height: 661px; }
  .cards h4 {
    line-height: 10px; }

.tabsSlider .pagination {
  display: none; }
.tabsSlider .active {
  border: 2px solid #EA4833; }
  .tabsSlider .active svg path {
    fill: url(#paint0_linear_3001_8985); }
.tabsSlider h3 {
  margin-top: 93px;
  margin-bottom: 20px; }
.tabsSlider .slider-container {
  width: 80%;
  height: 940px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  background: url(/wp-content/themes/pwl/assets/img/template3-img/tabSlideBg.png);
  background-repeat: no-repeat;
  background-position: top right; }
  .tabsSlider .slider-container .icon-container.slide-container {
    width: 743px;
    height: 743px;
    max-width: 100%;
    border-radius: 743px;
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
    transform: none;
    margin-top: 170px;
    text-align: center;
    padding: 25px;
    transition: transform 0.3s ease-in-out;
    border-color: #EA4833; }
    .tabsSlider .slider-container .icon-container.slide-container img {
      height: auto;
      transform: none; }
.tabsSlider .slides {
  display: flex;
  transition: transform 0.5s ease;
  position: absolute;
  top: 9%;
  left: 10%; }
  .tabsSlider .slides .slide {
    visibility: hidden; }
  .tabsSlider .slides .slide.active {
    visibility: visible; }
.tabsSlider .slide {
  flex: 0 0 100%;
  max-width: 100%;
  height: 940px;
  border: none;
  width: 100px;
  position: relative; }
  .tabsSlider .slide .content {
    text-align: center;
    width: 743px;
    max-width: 100%;
    margin: auto; }
    .tabsSlider .slide .content p {
      padding-left: 100px;
      padding-right: 100px; }
.tabsSlider .slide-box-container:has(.slide1.active) .icon-container {
  transform: rotate(75deg); }
.tabsSlider .slide-box-container:has(.slide2.active) .icon-container {
  transform: rotate(125deg); }
.tabsSlider .slide-box-container:has(.slide3.active) .icon-container {
  transform: rotate(155deg); }
.tabsSlider .slide-box-container:has(.slide4.active) .icon-container {
  transform: rotate(185deg); }
.tabsSlider .slide-box-container:has(.slide5.active) .icon-container {
  transform: rotate(215deg); }
.tabsSlider .slide-box-container:has(.slide6.active) .icon-container {
  transform: rotate(245deg); }
.tabsSlider .slide-box-container:has(.slide7.active) .icon-container {
  transform: rotate(275deg); }
.tabsSlider .slide-box-container:has(.slide8.active) .icon-container {
  transform: rotate(305deg); }
.tabsSlider .slider-nav {
  display: flex;
  justify-content: space-evenly;
  margin-top: 10px;
  padding: 0 200px; }
.tabsSlider .slider-nav button {
  background: none;
  border: none;
  cursor: pointer;
  margin: 0 5px;
  padding: 5px 10px;
  transition: background 0.3s ease; }
.tabsSlider .slider-nav button.active {
  color: #fff; }
.tabsSlider .arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  padding: 10px;
  background: #fff;
  color: #fff;
  z-index: 1; }
.tabsSlider .arrow.prev {
  left: 10px; }
  .tabsSlider .arrow.prev img {
    transform: rotate(225deg); }
.tabsSlider .arrow.next {
  right: 10px; }

.img-cards .col-lg-4 .parent_card img {
  max-width: 100%;
  width: 100%; }
.img-cards .col-lg-4 .card_content {
  padding: 32px 36px;
  border: 1px solid #FFD6C1;
  border-radius: 0 0 20px 20px;
  box-shadow: 0px 17px 34px 0px rgba(255, 230, 215, 0.6); }
  .img-cards .col-lg-4 .card_content h4 {
    font-size: 18px; }
  .img-cards .col-lg-4 .card_content .publisher {
    border-top: 1px solid #DEDEDE;
    padding-top: 24px; }
    .img-cards .col-lg-4 .card_content .publisher p {
      color: #949494;
      line-height: normal;
      margin-bottom: 0px; }
.img-cards .red-link {
  font-size: 20px;
  padding-top: 50px;
  border: 2px solid linear-gradient(90deg, #00264D 0%, #002F4E 33%, #004853 88%, #004F55 100%); }
.img-cards .theme-btn {
  margin-top: 50px;
  background: transparent;
  border: 2px solid;
  border: 2px solid #00264D;
  color: #00264D;
  padding: 21px 44px !important; }

.reviews .trustpilot {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center; }

.faqs {
  background-color: #F5F9FF; }
  .faqs .accordion-item {
    margin-bottom: 50px;
    border-radius: 20px;
    border: none; }
    .faqs .accordion-item .accordion-button:not(.collapsed) {
      background-color: transparent;
      box-shadow: none; }
    .faqs .accordion-item .accordion-button {
      color: #27221F;
      border-radius: 20px; }
    .faqs .accordion-item .accordion-button:focus {
      box-shadow: none; }
    .faqs .accordion-item .accordion-button:after {
      background-image: url("http://dev.pwl-customize.com/wp-content/uploads/2025/06/Vector-5.png"); }
  .faqs .accordion-body {
    padding-bottom: 32px; }
  .faqs .accordion-item:first-child .accordion-button {
    border-top: none; }
  .faqs .accordion-item:last-child {
    margin-bottom: 0px; }
    .faqs .accordion-item:last-child .accordion-button {
      border-radius: 20px; }

.map {
  background-color: #F5F9FF; }
  .map .container .custom-border h2 {
    color: #fff; }
  .map .container .custom-border p {
    color: #fff; }
  .map .container .row .col-lg-4 .row {
    margin-top: 66px; }
    .map .container .row .col-lg-4 .row .col-lg-12 {
      align-items: baseline; }
      .map .container .row .col-lg-4 .row .col-lg-12 .countries img {
        padding-right: 70px; }
      .map .container .row .col-lg-4 .row .col-lg-12 .text h4 {
        color: #221C1C !important;
        font-size: 40px !important;
        line-height: 30px !important; }
      .map .container .row .col-lg-4 .row .col-lg-12 .text p {
        color: #27221F;
        font-size: 18px;
        line-height: 30px; }
  .map .container .row .col-lg-8 {
    margin-top: 66px; }
    .map .container .row .col-lg-8 .map-container {
      position: relative;
      display: inline-block; }
      .map .container .row .col-lg-8 .map-container .map-image {
        display: block;
        max-width: 100%;
        height: auto; }
      .map .container .row .col-lg-8 .map-container .circle,
      .map .container .row .col-lg-8 .map-container .circle::before {
        content: " ";
        margin: 15px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        margin: 0 auto;
        transition: all 0.3s;
        background: linear-gradient(90deg, #00264D 0%, #002F4E 33%, #004853 88%, #004F55 100%); }
      .map .container .row .col-lg-8 .map-container .circle::before {
        animation: mymove 2s infinite;
        position: absolute;
        background: linear-gradient(90deg, #00264D 0%, #002F4E 33%, #004853 88%, #004F55 100%); }
      .map .container .row .col-lg-8 .map-container .circle.one {
        position: absolute;
        top: 79px;
        left: 86px; }
      .map .container .row .col-lg-8 .map-container .circle.two {
        position: absolute;
        top: 233px;
        left: 176px; }
      .map .container .row .col-lg-8 .map-container .circle.three {
        position: absolute;
        top: 210px;
        left: 325px; }
      .map .container .row .col-lg-8 .map-container .circle.four {
        position: absolute;
        top: 70px;
        left: 360px; }
      .map .container .row .col-lg-8 .map-container .circle.five {
        position: absolute;
        top: 130px;
        left: 450px; }
      .map .container .row .col-lg-8 .map-container .circle.six {
        position: absolute;
        top: 250px;
        left: 530px; }

.featured-card .col-lg-2 {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center; }
.featured-card .col-lg-6 {
  padding: 0 24px; }
  .featured-card .col-lg-6 .parent-card {
    border: 1.4px solid #EBEEF2;
    border-radius: 20px;
    padding: 32px; }
    .featured-card .col-lg-6 .parent-card .col-lg-9 h3 {
      font-size: 26px;
      line-height: 32px;
      font-family: poppinsRegular;
      font-weight: 600;
      color: #000000; }
    .featured-card .col-lg-6 .parent-card .col-lg-9 p {
      margin-bottom: 0px !important; }
.featured-card .theme-btn {
  margin-top: 50px;
  background: transparent;
  border: 2px solid;
  /* border-image-source: linear-gradient(90deg, #00264D 0%, #002F4E 33%, #004853 88%, #004F55 100%); */
  /* color: purple; */
  border: 2px solid #00264D;
  color: #00264D;
  padding: 21px 44px !important; }

.tabs .col-lg-5 {
  display: flex;
  align-items: center;
  justify-content: center; }
.tabs .nav-pills .nav-link.active, .tabs .nav-pills .accordion-button:not(.collapsed), .tabs .nav-pills .accordion-item, .tabs .nav-pills .accordion-button {
  background: transparent; }
.tabs .nav-pills .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #000;
  font-size: 24px;
  font-weight: 600; }
.tabs .nav-pills .accordion-button {
  font-size: 24px; }
.tabs .nav-pills .accordion-button::after {
  display: none; }
.tabs .nav-pills .nav-link {
  opacity: 0.4; }
.tabs .nav-pills .nav-link.active {
  opacity: 1; }
.tabs .nav-pills .accordion-item {
  border: none;
  border-left: 3px solid;
  border-image: linear-gradient(90deg, #00264D 0%, #002F4E 33%, #004853 88%, #004F55 100%);
  border-image-slice: 10%;
  border-radius: 0px; }
.tabs .nav-pills .accordion-button:focus {
  box-shadow: none; }
.tabs .nav-pills .accordion-body {
  font-size: 18px;
  line-height: 32px;
  padding-top: 0px; }

.footerAd-fold {
  background-image: url(/wp-content/themes/pwl/assets/img/footer-fold.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #201D26; }
  .footerAd-fold .footer_content h2 {
    color: #fff; }
  .footerAd-fold .footer_content p {
    color: #fff; }
  .footerAd-fold .divider {
    border-bottom: 4px solid #fff;
    width: 120px;
    border-radius: 20px;
    margin: 15px 0; }

.img-slider .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 45%;
  left: -65px;
  transform: rotate(180deg);
  border: 1px solid #1E1E1E;
  width: 40px;
  height: 40px;
  border-radius: 56px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .img-slider .owl-carousel .owl-nav button.owl-prev span {
    display: none; }
.img-slider .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 45%;
  right: -65px;
  border: 1px solid #1E1E1E;
  width: 40px;
  height: 40px;
  border-radius: 56px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .img-slider .owl-carousel .owl-nav button.owl-next span {
    display: none; }
.img-slider .owl-carousel button.owl-next:after,
.img-slider .owl-carousel button.owl-prev:after {
  content: url(/wp-content/themes/pwl/assets/img/template3-img/right-arrow.png);
  height: 20px; }
.img-slider .parent_card img {
  height: 600px; }

.protocol-tabel {
  background-color: #FFF0E7;
  background-image: url(/wp-content/themes/pwl/assets/img/template3-img/protocol-tabel.png);
  background-position: bottom; }
  .protocol-tabel .tabel-container {
    border: 2px solid #FFD6C1;
    border-radius: 20px;
    margin-bottom: 20px; }
  .protocol-tabel table:first-child .table_header_bg {
    vertical-align: middle;
    background: #fff; }
    .protocol-tabel table:first-child .table_header_bg th {
      color: #000; }
    .protocol-tabel table:first-child .table_header_bg th:first-child {
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px; }
    .protocol-tabel table:first-child .table_header_bg th:last-child {
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px;
      border-right: none; }
  .protocol-tabel table {
    border-radius: 20px;
    margin: 0 auto; }
    .protocol-tabel table tbody {
      vertical-align: middle; }
      .protocol-tabel table tbody tr:first-child td:first-child {
        border-top-left-radius: 20px; }
      .protocol-tabel table tbody tr:first-child td:last-child {
        border-top-right-radius: 20px; }
      .protocol-tabel table tbody tr:last-child td {
        border-bottom: transparent; }
      .protocol-tabel table tbody tr:last-child td:first-child {
        border-bottom-left-radius: 20px; }
      .protocol-tabel table tbody tr:last-child td:last-child {
        border-bottom-right-radius: 20px; }
      .protocol-tabel table tbody td:last-child {
        border-right: none; }
    .protocol-tabel table th, .protocol-tabel table td {
      border-right: 1px solid #dee2e6;
      text-align: center;
      width: 155px; }
      .protocol-tabel table th span, .protocol-tabel table td span {
        border: 1px solid;
        width: 100%;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 20px; }
    .protocol-tabel table th {
      padding: 20px; }
    .protocol-tabel table td {
      padding: 10px 20px; }
  .protocol-tabel .text-primary {
    border: 1px solid #0094FF;
    color: #0094FF; }
  .protocol-tabel .medium {
    color: #B814A8;
    border-color: #B814A8; }

@media screen and (max-width: 991px) {
  div#page {
    overflow: hidden; }

  h1 {
    font-size: 26px;
    line-height: 35px; }

  h2 {
    font-size: 24px;
    line-height: 32px; }

  h3 {
    font-size: 22px;
    line-height: 30px; }

  h4 {
    line-height: 30px; }

  p {
    font-size: 13px; }

  .icon-container.small-icon-container {
    height: 49px;
    width: 49px;
    border-radius: 49px; }

  .header {
    padding: 0px; }
    .header .container {
      max-width: 100%;
      border-radius: 0px; }
    .header .navbar {
      padding: 0px; }
    .header .offcanvas-body .theme-btn {
      width: 90%;
      display: block;
      text-align: center;
      padding: 10px 17px; }
    .header .offcanvas-body .outline-btn {
      border: 2px solid #002F4E;
      background: none;
      padding: 7px 17px;
      margin-left: auto;
      margin-top: 20px; }
    .header .nav-link:has(.fa) {
      display: none; }
    .header .offcanvas-body .navbar-nav {
      display: contents; }
    .header li.nav-item {
      padding-left: 0px; }
      .header li.nav-item a {
        margin-left: 20px;
        margin-bottom: 10px;
        margin-top: 10px; }
    .header li.nav-item.features {
      padding-left: 0px; }
    .header ul.dropdown-menu.submenu.submenu-list {
      padding: 0px;
      border-radius: 0px;
      margin: 0px; }
      .header ul.dropdown-menu.submenu.submenu-list a {
        padding-left: 0px !important; }
    .header .dropdown .dropdown-menu {
      display: none;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease-in-out;
      margin-left: 0px; }
    .header .dropdown.active .dropdown-menu {
      display: block;
      max-height: 500px;
      margin-top: 0.125em;
      margin-left: 0px;
      border-radius: 1px; }
    .header .nav-item.dropdown a.nav-link::after {
      right: 20px; }
    .header .dropdown-menu {
      background-color: #FFF0E7;
      border: none;
      padding: 0px; }
    .header div#offcanvasNavbar2 {
      width: 80%; }
    .header .offcanvas-body {
      padding: 0px !important; }
    .header .navbar-toggler-icon {
      content: url(/wp-content/themes/pwl/assets/img/template2-img/hamburgericon.svg); }
    .header .theme-btn {
      margin-left: auto; }

  footer footer {
    padding-top: 50px; }
  footer .container {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%; }
  footer .accordion:nth-child(3) {
    padding-left: 0px; }
  footer .accordion:nth-child(4) {
    padding-left: 0px; }
  footer .accordion {
    padding: 0px; }
    footer .accordion .desktop_single_row {
      display: none; }
    footer .accordion button[aria-expanded='true'] .icon::after {
      transform: rotate(180deg);
      transition: 0.2s ease-in-out; }
    footer .accordion button[aria-expanded='true'] + .accordion-content {
      max-height: 400px; }
    footer .accordion .accordion-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.5s ease-in-out;
      background-color: #FFF0E7;
      padding-left: 20px; }
    footer .accordion .accordion-item .accordian-btn {
      display: block;
      position: relative;
      text-align: left;
      width: 100%;
      padding: 1em 20px;
      border: none;
      background: none;
      outline: none; }
      footer .accordion .accordion-item .accordian-btn .icon {
        position: absolute;
        top: 18px;
        right: 6px;
        width: 22px;
        height: 22px; }
      footer .accordion .accordion-item .accordian-btn .icon::after {
        position: absolute;
        content: url(https://d23doghbk4hgd3.cloudfront.net/wp-content/uploads/2023/12/28093137/Vector-3.png);
        transition: 0.2s ease-in-out; }
  footer .footer-bottom {
    text-align: center; }
    footer .footer-bottom .social-links {
      margin: 0 auto;
      flex-wrap: wrap;
      justify-content: center; }
      footer .footer-bottom .social-links li {
        margin-bottom: 0; }
      footer .footer-bottom .social-links a {
        margin-left: 0px;
        margin-right: 15px; }
  footer ul li a {
    color: #000; }

  .theme-btn {
    margin: 0 auto; }

  br {
    display: none; }

  section.section_one {
    padding: 100px 20px; }
    section.section_one .container {
      height: auto; }
      section.section_one .container .first-fold-content {
        padding-left: 0px; }
      section.section_one .container .cta_two .theme-btn {
        padding: 20px 10px; }
      section.section_one .container .cta_two .add_new_cta {
        margin-left: 10px;
        padding: 18px 10px; }
      section.section_one .container .vector-image {
        height: auto;
        width: auto; }

  .card-slider .parent_card {
    min-height: auto; }

  .card-text .container {
    text-align: center; }
    .card-text .container h2 {
      margin-bottom: 20px; }

  .cards {
    height: auto; }
    .cards .container-fluid {
      height: auto; }
    .cards .parent_card {
      padding: 40px;
      min-height: auto;
      margin-bottom: 25px; }
    .cards .col-lg-6:first-child {
      display: none; }
    .cards .col-lg-6:last-child {
      border-radius: 0px; }
      .cards .col-lg-6:last-child .brands-container {
        display: flex;
        align-items: center;
        justify-content: center; }

  .tabsSlider .pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px; }
  .tabsSlider .dot {
    width: 10px;
    height: 10px;
    background-color: #D6D6D6;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer; }
  .tabsSlider .dot.active {
    background-color: #869791;
    border: none; }
  .tabsSlider .slider-container {
    width: 100%;
    height: auto; }
    .tabsSlider .slider-container .slide-box-container .icon-container.slide-container {
      margin-top: 0px;
      transform: none;
      border-radius: 100px;
      border: 2px solid #FFD6C1; }
    .tabsSlider .slider-container h3 {
      margin-top: 50px; }
    .tabsSlider .slider-container .content {
      width: 400px; }
      .tabsSlider .slider-container .content p {
        padding-left: 30px;
        padding-right: 30px; }
      .tabsSlider .slider-container .content img {
        margin: auto;
        height: 300px;
        margin-bottom: 25px; }
  .tabsSlider .slide {
    height: auto; }
  .tabsSlider .slides {
    left: auto; }
  .tabsSlider .arrow.prev {
    left: 0px; }
  .tabsSlider .arrow {
    display: none; }
  .tabsSlider .arrow.next {
    right: 0px; }
  .tabsSlider .slide-box-container {
    display: flex;
    justify-content: center; }
  .tabsSlider .slider-nav {
    padding: 0px;
    flex-wrap: wrap; }
    .tabsSlider .slider-nav .icon-container.small-icon-container {
      margin-bottom: 20px;
      margin-left: 20px; }

  .img-cards .col-lg-4 {
    margin-bottom: 30px; }
  .img-cards .col-lg-4:last-child {
    margin-bottom: 0px; }

  .featured-card .col-lg-6 .parent-card .col-lg-9 {
    padding-top: 30px;
    text-align: center; }
  .featured-card .col-lg-6:first-child {
    margin-bottom: 1.5rem; }

  .map {
    text-align: center; }
    .map .custom-border {
      padding-bottom: 30px; }
    .map .row .col-lg-6 .row {
      justify-content: space-evenly; }
      .map .row .col-lg-6 .row .col-lg-6 {
        justify-content: start; }
        .map .row .col-lg-6 .row .col-lg-6 .text {
          text-align: left; }
    .map .map-container {
      margin-top: 30px; }

  .footerAd-fold {
    background-image: none;
    text-align: center; }
    .footerAd-fold .divider {
      margin: 20px auto; }

  .protocol-tabel .tabel-container {
    width: max-content; } }
@media screen and (max-width: 767px) {
  footer .footer-bottom .copyright {
    text-align: center; }
  footer .footer-bottom .social-links {
    padding-left: 15px;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10px; }
    footer .footer-bottom .social-links li {
      margin: 10px 0; }

  section.section_one {
    text-align: center; }
    section.section_one .label_home {
      margin: 0 auto; }
    section.section_one .container .first-fold-content {
      padding-left: calc(var(--bs-gutter-x) * .5); }
      section.section_one .container .first-fold-content img {
        margin: 0 auto; }
    section.section_one .container .cta_two {
      justify-content: center; }
      section.section_one .container .cta_two .theme-btn {
        padding: 18px 10px;
        font-size: 12px; }

  .main-bar .col-md-4 .content-container {
    width: 45%;
    margin-bottom: 30px;
    display: block;
    text-align: center; }
    .main-bar .col-md-4 .content-container .content {
      padding-left: 0px; }
      .main-bar .col-md-4 .content-container .content h4 {
        margin-top: 15px; }
  .main-bar .col-md-4:last-child .content-container {
    margin-bottom: 0px; }
  .main-bar .col-md-4::after {
    display: none; }

  .tabsSlider .slider-container {
    background-image: none; }
    .tabsSlider .slider-container .slide-box-container .icon-container.slide-container {
      height: 600px;
      border-radius: 50px;
      box-shadow: 0px 17px 34px 0px rgba(255, 230, 215, 0.6); }
    .tabsSlider .slider-container .content h3 {
      margin-top: 25px; }
    .tabsSlider .slider-container .content img {
      margin: auto;
      height: 200px;
      margin-bottom: 25px; }

  .cards .col-lg-6:last-child .brands-container img {
    margin-right: 12px;
    height: 17px; } }
@media (min-width: 992px) and (max-width: 1063px) {
  .header li.nav-item,
  .header li.nav-item.features {
    padding-left: 0px; }
  .header li.nav-item a.nav-link {
    font-size: 10px; }

  section.section_one .container .cta_two .theme-btn {
    padding: 20px 10px;
    font-size: 12px; }
  section.section_one .container .cta_two .add_new_cta {
    padding: 17px 10px; } }
@media (min-width: 992px) and (max-width: 1400px) {
  .header li.nav-item {
    padding-left: 13px; }
    .header li.nav-item a {
      font-size: 12px; }

  .cards {
    height: auto; }
    .cards .container-fluid {
      height: auto; }
    .cards .parent_card {
      padding: 40px;
      min-height: auto;
      margin-bottom: 25px; }
    .cards .col-lg-6:first-child img {
      height: -webkit-fill-available; }
    .cards .col-lg-6:last-child {
      border-radius: 0px; }
      .cards .col-lg-6:last-child .brands-container {
        display: flex;
        align-items: center;
        justify-content: center; }

  .tabsSlider .slider-container {
    width: 100%; }
  .tabsSlider .slide-box-container {
    display: flex;
    justify-content: center; }
  .tabsSlider .slides {
    left: auto; } }
@-webkit-keyframes mymove {
  50% {
    transform: scale(2);
    opacity: 0; }
  100% {
    transform: scale(2);
    opacity: 0; } }
ul.navbar-nav.justify-content-end.align-items-lg-center.flex-grow-1 {
  width: 34% !important; }

.menu-header-menu-container {
  width: 100%; }

nav#header-collapse {
  border-bottom: 1px solid #E0E0E0; }

.offcanvas-body {
  align-items: center; }

.security-section {
  background-color: #fff; }
  .security-section .section-title {
    font-size: 38px;
    font-weight: 600;
    color: #2E243F;
    margin-bottom: 1rem;
    line-height: 100%;
    font-family: 'poppinsMedium'; }
  .security-section .section-subtitle {
    font-size: 18px;
    margin: 0 auto;
    color: #27221F;
    line-height: 35px; }
  .security-section .feature-item {
    text-align: center;
    padding: 20px; }
    .security-section .feature-item img {
      width: 60px;
      height: 60px;
      margin-bottom: 15px; }
    .security-section .feature-item h5 {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 10px;
      color: #000;
      font-family: 'poppinsRegular';
      line-height: 100%;
      margin-top: 40px;
      margin-bottom: 20px; }
    .security-section .feature-item p {
      font-size: 16px;
      color: #27221F;
      line-height: 32px; }

.vpn-tabs-section {
  background-color: #F5F9FF; }
  .vpn-tabs-section .nav-tabs {
    border-bottom: none;
    margin-top: 70px; }
    .vpn-tabs-section .nav-tabs .nav-link {
      color: #000000;
      font-weight: 500;
      border: none;
      margin: 0px 60px;
      background-color: transparent;
      border-radius: 0;
      font-size: 20px;
      font-family: 'poppinsRegular'; }
      .vpn-tabs-section .nav-tabs .nav-link:hover {
        color: #2E63CB; }
      .vpn-tabs-section .nav-tabs .nav-link.active {
        color: #2E63CB;
        border-bottom: 2px solid #2E63CB;
        font-size: 20px;
        font-weight: 700;
        font-family: 'poppinsMedium'; }
  .vpn-tabs-section .tab-block {
    margin-top: 70px; }
    .vpn-tabs-section .tab-block .image-wrap {
      text-align: center; }
    .vpn-tabs-section .tab-block .content-wrap {
      padding-left: 100px; }
      .vpn-tabs-section .tab-block .content-wrap img.img-tabs_icon {
        margin-bottom: 24px; }
      .vpn-tabs-section .tab-block .content-wrap h4 {
        font-size: 36px;
        font-weight: 600;
        margin-bottom: 1rem;
        font-family: 'poppinsRegular'; }
      .vpn-tabs-section .tab-block .content-wrap p {
        margin-top: 24px;
        color: #27221F;
        font-size: 18px;
        line-height: 32px; }
      .vpn-tabs-section .tab-block .content-wrap .theme-btn {
        margin-top: 50px;
        padding: 21px 44px !important; }

.section-title {
  font-size: 38px;
  font-weight: 600;
  color: #2E243F;
  margin-bottom: 1rem;
  line-height: 100%;
  font-family: 'poppinsMedium'; }

.section-subtitle {
  font-size: 18px;
  margin: 0 auto;
  color: #27221F;
  line-height: 35px; }

/*# sourceMappingURL=style.css.map */
