@charset "UTF-8";
/*
Template Name: Ultran
Template URI: 
Description: Sass & Startup HTML Template 
Author: Capricorn Theme
Author URI: 
Version: 1.0
 */

/*-- Google Font Import 
-----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");

:root{
  --color-active-red: #de2127;
    --color-active-orange: #F8682C;
    --color-active-green: #91C300;
    --color-active-blue: #5fc4e5;
    --color-active-purple: #6A66B2;
    --color-active-yellow: #FFC300;
}
@media screen and (prefers-color-scheme: light) {
    :root {
      --brand-color-1: #5fc4e5;
      --brand-color-2: #dd2027;
      --brand-color-3: #4E4999;
      --brand-color-4: #F3912D;

      --white-bg: #fff;
      --text-color: #333;
      --light-text: #333;

      --theme-bg: #fff;
      --theme-bg-text: #333;

      --link-text-color: #0000dd;
      --light-text-color: #fff;
      --highlight-text-color: #dd2027;
      
      --primary-bg: #dd2027;
      --primary-bg-text: #fff;
      --primary-bg-dark: #cd3545;
      --primary-bg-darker: #bc3545;
      
      --light-bg: #dce2e2;
      --light-bg-text: #000;

      --secondary-bg: #F3912D;
      --secondary-bg-text: #fff;

      --black-bg: #000;
      --dark-bg-01: #08221B;
      --dark-bg-02: #090A1A;
      --dark-bg-03: #11332b;
      --dark-bg-04: #1C1E36;
      --menu-trigger: #333;
      --menu-close: #777;
      --popup-border: #888E9B;
      --off-canvas-menu-text: #b4afaf;

      --alternative-border: #ddd;
      --secondary-border: #E0E5E4;
      --default-border: #eee;

      --shade-color: rgba(0,0,0,0.10);
      --reverse-shade-color: rgba(255, 255, 255, 0.80);
      --dark-shade-color: rgba(0,0,0,0.20);
      --darkest-shade-color: rgba(0,0,0,0.40);
      --image-border-color: #cbd2d2;

      /* Typography */
      --text-h2: var(--brand-color-3);
      --text-h3: var(--brand-color-2);
      --text-h4: var(--brand-color-1);
      /* --text-h3: #5d5ba4;
      --text-h4: #6d6daf; */
  }
}
@media screen and (prefers-color-scheme: dark) {
    :root {
      --brand-color-1: #5fc4e5;
      --brand-color-2: #dd2027;
      --brand-color-3: #b5b2da;
      --brand-color-4: #F3912D;

      --white-bg: #000;
      --text-color: #ccc;
      --light-text: #555;

      --theme-bg: #000;
      --theme-bg-text: #ccc;

      --link-text-color: #eee;
      --light-text-color: #fff;
      --highlight-text-color: #dd2027;
      
      --primary-bg: #dd2027;
      --primary-bg-text: #fff;
      --primary-bg-dark: #cd3545;
      --primary-bg-darker: #bc3545;
      
      --light-bg: #555;
      --light-bg-text: #ccc;

      --secondary-bg: #F3912D;
      --secondary-bg-text: #fff;

      --black-bg: #000;
      --dark-bg-01: #08221B;
      --dark-bg-02: #090A1A;
      --dark-bg-03: #11332b;
      --dark-bg-04: #1C1E36;
      --menu-trigger: #333;
      --menu-close: #777;
      --popup-border: #888E9B;
      --off-canvas-menu-text: #b4afaf;

      --alternative-border: #ddd;
      --secondary-border: #E0E5E4;
      --default-border: #555;

      --shade-color: rgba(255,255,255,0.30);
      --reverse-shade-color: rgba(0, 0, 0, 0.30);
      --dark-shade-color: rgba(255,255,255,0.45);
      --darkest-shade-color:rgba(255,255,255,0.60);
      --image-border-color: #cbd2d2;

      /* Typography */
      --text-h2: var(--brand-color-3);
      --text-h3: var(--brand-color-2);
      --text-h4: var(--brand-color-1);
      /* --text-h3: #5d5ba4;
      --text-h4: #6d6daf; */
  }
}

/*--


    Typography 
-----------------------------------------*/
html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  background: var(--white-bg);
  color: var(--text-color);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  color: var(--text-color);
  /* font-family: "Inter", sans-serif; */
  font-weight: 400;
  margin: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
  
  font-weight: 500;
  transition: 0.5s;
  color: var(--link-text-color);
}
a:hover {
  color: var(--primary-bg);
}

p {
  /* font-family: "Inter", sans-serif; */
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.3px;
  color: var(--text-color);
  position: relative;
  margin-bottom: 0;
}

.p-xl {
  font-size: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .p-xl {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .p-xl {
    
  }
}

@media (max-width: 767px) {
  .p-xl br {
    display: none;
  }
}

button,
input,
textarea,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
}

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

img {
  display: inline-block;
  max-width: 100%;
}

i,
span,
a {
  display: inline-block;
  
}

ul {
}

table,
th,
tr,
td {
  border: 1px solid var(--secondary-border);
}

th,
tr,
td {
  padding: 10px;
}

hr {
  border-top: 1px solid var(--secondary-border);
}

/* ::selection {
  background: var(--primary-bg);
  color: var(--primary-bg-text);
} */

.fix {
  overflow: hidden;
}

/*Section Padding CSS*/
.section-padding {
  padding: 120px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-padding {
    padding: 90px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 60px 30px;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 40px 0px;
  }
}

/*Section Title */
.section-title {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 10px;
  }
}

.section-title h1 {
  font-size: 72px;
  font-weight: 600;
  letter-spacing: -3px;
  background: linear-gradient(180deg, var(--theme-bg) 0%, rgba(8, 60, 47, 0.51) 100%);
  background-clip: text;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .section-title h1 {
    font-size: 35px;
    letter-spacing: -1px;
  }
}

.section-title h2 {
  font-weight: 600;
  color: var(--text-color);
  font-size: 4rem !important;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h2 {
    font-size: 40px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 40px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 30px;
    margin: 15px 0;
  }
}

@media (max-width: 767px) {
  .section-title h2 br {
    display: none;
  }
}

.section-title h3 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -1px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h3 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h3 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section-title h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h3 br {
    display: none;
  }
}

.section-title h6 {
  font-weight: 600;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  padding: 7px 15px;
  background: var(--light-bg);
  color: var(--light-bg-text);
  border: 1px solid var(--light-bg);
  display: inline-block;
  border-radius: 50px;
  margin-bottom: 20px;
}

.section-title p {
  margin: 0;
}

/*Button Style */
.theme-btn, .white-btn, .primary-btn, .bordered-btn {
  display: inline-flex;
  background: var(--primary-bg);
  color: var(--primary-bg-text);
  
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.3px;
  padding: 15px 25px;
  border: 1.5px solid var(--primary-bg);
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .theme-btn, .white-btn, .primary-btn, .bordered-btn {
    padding: 12px;
  }
}
.theme-btn:hover, .white-btn:hover, .primary-btn:hover, .bordered-btn:hover {
  background: var(--primary-bg);
  border-color: var(--primary-bg);
  color: var(--primary-bg-text);
}

/* .theme-bg .theme-btn:hover, .theme-bg .white-btn:hover, .theme-bg .primary-btn:hover, .theme-bg .bordered-btn:hover, .absolute-header .theme-btn:hover, .absolute-header .white-btn:hover, .absolute-header .primary-btn:hover, .absolute-header .bordered-btn:hover {
  background: var(--light-bg);
  border-color: var(--theme-bg);
  color: var(--light-bg-text);
} */

.bordered-btn {
  background: transparent;
  padding: 12px 14px;
  border-color: var(--secondary-border);
  color: var(--text-color);
}
.bordered-btn:hover {
  background: var(--theme-bg);
  color: var(--theme-bg-text);
  border-color: var(--text-color);
}

.primary-btn {
  background: var(--theme-bg);
  border-color: transparent;
  color: var(--primary-bg);
}
.primary-btn:hover {
  background: var(--white-bg);
  border-color: var(--white-bg-text);
  color: var(--primary-bg);
}

.white-btn {
  background: var(--white-bg);
  border-color: var(--white-bg-text);
  color: var(--text-color);
}
.white-btn:hover {
  background: var(--theme-bg);
  border-color: var(--text-color);
  color: var(--theme-bg-text);
}

.theme-bg .white-btn:hover {
  background: var(--secondary-bg);
  border-color: var(--secondary-bg);
  color: var(--secondary-bg-text);
}

/*Form Style CSS */
input,
textarea,
select {
  width: 100%;
  background: transparent;
  border: 1px solid var(--alternative-border);
  padding: 13px 20px;
  
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

textarea {
  height: 200px;
}

input[type=submit],
button[type=submit] {
  background: var(--theme-bg);
  border-color: var(--text-color);
  border-radius: 0;
  display: inline-block;
  color: var(--theme-bg-text);
  width: 30%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  
  font-weight: 600;
}

input[type=submit]:hover,
button[type=submit]:hover {
  background: var(--primary-bg);
  color: var(--primary-bg-text);
}

input::placeholder,
textarea::placeholder {
  
  font-weight: 400;
}

input.form-control {
  padding: 12px 20px;
  line-height: 1.2;
}

/*Bootstrap Customize CSS*/
.container {
  /* max-width: 1300px; */
}

.container-fluid {
  padding: 0 20px;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}

.text-dark {
  color: var(--text-color) !important;
}

.text-white {
  color: var(--light-text-color) !important;
}

/* Bacground Color 
============== */
.theme-bg {
  background: var(--theme-bg);
}

.primary-bg {
  background: var(--primary-bg);
}

.secondary-bg {
  background: var(--secondary-bg);
}

.light-bg {
  background: var(--light-bg);
}

.white-bg {
  background: var(--white-bg) !important;
}

.theme-bg {
  background: var(--theme-bg);
}

.primary-bg-text {
  color: var(--primary-bg-text) !important;
}

.secondary-bg-text {
  color: var(--secondary-bg-text) !important;
}

.light-bg-text {
  color: var(--light-bg-text) !important;
}

.white-bg-text {
  color: var(--white-bg-text) !important;
}

.overlay, .overlay-5, .overlay-4, .overlay-3, .overlay-2 {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--dark-bg-02);
  opacity: 0.7;
  top: 0;
  left: 0;
  z-index: -1;
}

.overlay-2 {
  opacity: 0.2;
}

.overlay-3 {
  opacity: 0.3;
}

.overlay-4 {
  opacity: 0.4;
}

.overlay-5 {
  opacity: 0.5;
}

.overlay.active, .active.overlay-2, .active.overlay-3, .active.overlay-4, .active.overlay-5 {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: var(--black-bg);
  z-index: 99;
  opacity: 0.5;
  visibility: visible;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
}

.fix {
  overflow: hidden;
}

.alignleft {
  display: inline-flex;
  vertical-align: top;
  float: left;
  margin-right: 1.7em !important;
  margin-bottom: 1em !important;
  margin-top: 0.5em !important;
}

.alignright {
  display: inline-flex;
  vertical-align: top;
  float: right;
  margin-left: 1.7em !important;
  margin-bottom: 1em !important;
  margin-top: 0.5em !important;
}

.separator {
  display: block;
  background-color: var(--alternative-border);
  width: 30px;
  height: 3px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--light-bg);
  opacity: 1;
  visibility: visible;
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
}

.absolute-header .header-sticky {
  background: var(--theme-bg);
}

/*Margin & Padding */
.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pt-160 {
  padding-top: 160px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pt-170 {
  padding-top: 170px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pt-180 {
  padding-top: 180px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pt-190 {
  padding-top: 190px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pt-300 {
  padding-top: 300px;
}

.pb-300 {
  padding-bottom: 300px;
}

.pt-400 {
  padding-top: 400px;
}

.pb-400 {
  padding-bottom: 400px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pr-85 {
  padding-right: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pr-95 {
  padding-right: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.pl-150 {
  padding-left: 150px;
}

.pr-150 {
  padding-right: 150px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-200 {
  padding-right: 200px;
}

.pl-250 {
  padding-left: 250px;
}

.pr-250 {
  padding-right: 250px;
}

.pl-300 {
  padding-left: 300px;
}

.pr-300 {
  padding-right: 300px;
}

.pl-350 {
  padding-left: 350px;
}

.pr-350 {
  padding-right: 350px;
}

.pl-400 {
  padding-left: 400px;
}

.pr-400 {
  padding-right: 400px;
}

.pl-450 {
  padding-left: 450px;
}

.pr-450 {
  padding-right: 450px;
}

.pl-500 {
  padding-left: 500px;
}

.pr-500 {
  padding-right: 500px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mt-130 {
  margin-top: 130px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mt-160 {
  margin-top: 160px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mt-170 {
  margin-top: 170px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mt-180 {
  margin-top: 180px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mt-190 {
  margin-top: 190px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mt-250 {
  margin-top: 250px;
}

.mb-250 {
  margin-bottom: 250px;
}

.mt-300 {
  margin-top: 300px;
}

.mb-300 {
  margin-bottom: 300px;
}

.mt-350 {
  margin-top: 350px;
}

.mb-350 {
  margin-bottom: 350px;
}

.mt-400 {
  margin-top: 400px;
}

.mb-400 {
  margin-bottom: 400px;
}

.mt-450 {
  margin-top: 450px;
}

.mb-450 {
  margin-bottom: 450px;
}

.mt-500 {
  margin-top: 500px;
}

.mb-500 {
  margin-bottom: 500px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.mr-85 {
  margin-right: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.mr-95 {
  margin-right: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.ml-150 {
  margin-left: 150px;
}

.mr-150 {
  margin-right: 150px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-200 {
  margin-right: 200px;
}

.ml-250 {
  margin-left: 250px;
}

.mr-250 {
  margin-right: 250px;
}

.ml-300 {
  margin-left: 300px;
}

.mr-300 {
  margin-right: 300px;
}

.ml-350 {
  margin-left: 350px;
}

.mr-350 {
  margin-right: 350px;
}

.ml-400 {
  margin-left: 400px;
}

.mr-400 {
  margin-right: 400px;
}

.ml-450 {
  margin-left: 450px;
}

.mr-450 {
  margin-right: 450px;
}

.ml-500 {
  margin-left: 500px;
}

.mr-500 {
  margin-right: 500px;
}

/*-- Search Form --*/
.search-box button {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
  border: none;
  background: none;
  position: absolute;
  top: 32px;
  right: 10px;
  font-size: 20px;
}

.search-box button:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -40px;
  height: 40px;
  border-left: 2px solid var(--default-border);
  margin-top: -20px;
}

.search-box button:hover {
  cursor: pointer;
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.search-active .search-popup {
  opacity: 1;
  visibility: visible;
}

.search-popup .search-inner {
  position: relative;
  background: var(--dark-bg-04);
  padding: 45px 0 30px;
  z-index: 1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  height: 400px;
}

.search-active .search-popup .search-inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.search-popup .upper-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.search-popup .upper-text .text {
  /* font-family: "Inter", sans-serif; */
  font-size: 18px;
  letter-spacing: 1px;
}

.search-popup .close-search {
  position: absolute;
  right: 80px;
  top: 60px;
  font-size: 30px;
  line-height: 27px;
  z-index: 3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  background: none;
  color: var(--text-color);
}

.search-popup .form-group form {
  position: relative;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
  border-bottom: 1px solid var(--popup-border);
  width: 100%;
  padding-top: 140px;
}

.search-popup .form-group input[type=text],
.search-popup .form-group input[type=search] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: var(--text-color);
  padding: 10px 14px;
  height: 45px;
  width: 100%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  margin-bottom: 5px;
}

.search-popup .form-group input[type=submit],
.search-popup .form-group button {
  position: absolute;
  right: -140px;
  bottom: 5px;
  background: transparent !important;
  text-align: center;
  font-size: 24px;
  line-height: 45px;
  color: var(--popup-border);
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.form-group input::placeholder {
  font-size: 30px;
  color: var(--popup-border);
}

.menu-trigger span {
  background-color: var(--menu-trigger);
  display: block;
  height: 2px;
  margin: 8px auto;
  margin-left: 5px;
  width: 30px;
  transition: all 0.1s;
}

.menu-trigger span:nth-child(2) {
  margin-left: 0px;
}

.menu-trigger:hover span:nth-child(2) {
  margin-left: 5px;
}

.header-area.absolute-header .menu-trigger span {
  background: var(--white-bg);
}

.menu-trigger span:nth-child(2) {
  margin-left: 0px;
}

.off-canvas-menu {
  position: fixed;
  top: 0;
  right: -320px;
  background: var(--white-bg);
  box-shadow: -6px -3px 16px -8px rgba(0, 0, 0, 0.25);
  width: 350px;
  padding: 50px;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.off-canvas-menu.show-off-canvas-menu {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.off-canvas-menu p {
  
  color: var(--off-canvas-menu-text);
  font-weight: 400;
  position: absolute;
  bottom: 15px;
  opacity: 0.5;
}

.menu-close {
  position: absolute;
  right: 25px;
  top: 25px;
  color: var(--menu-close);
  padding: 7px;
  cursor: pointer;
  font-size: 30px;
  font-weight: 300;
}

.menu-close:hover {
  color: var(--menu-trigger);
}

.extra-info {
  background: var(--primary-bg) none repeat scroll 0 0;
  height: 100%;
  padding: 40px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  width: 400px;
  z-index: 999;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}

.extra-info.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.close-icon {
  margin-top: 0;
  text-align: right;
}

.close-icon > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

.close-icon > button i {
  color: var(--text-color);
  font-size: 30px;
}

.side-info {
  padding-top: 10px;
}

.contact-list h4 {
  color: var(--text-color);
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
}

.contact-list p {
  color: var(--text-color);
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 30px;
  
}

.contact-list p i {
  float: left;
  margin-top: 6px;
  width: 25px;
}

.contact-list p span {
  display: block;
  overflow: hidden;
}

.offcanvas-overlay {
  position: fixed;
  background: var(--black-bg);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.offcanvas-overlay.active {
  opacity: 0.5;
  visibility: visible;
}

.extra-info .site-logo-2 {
  width: 220px;
  text-align: center;
  margin-top: 20px;
}

.social-area-wrap a i {
  
}

.social-area-wrap a {
  width: 40px;
  height: 40px;
  background: var(--dark-bg-04);
  color: var(--text-color);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.social-area-wrap a:hover {
  opacity: 0.5;
}

/* Preloader*/
#loader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: var(--light-bg);
  z-index: 1000;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}

#loader:before, #loader:after {
  content: "";
  width: 80px;
  height: 80px;
  border: 2px solid var(--theme-bg);
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: loaderCircleAnim;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#loader:after {
  animation-delay: 1s;
}

@keyframes loaderCircleAnim {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  10% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1;
  }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}
.mouseCursor {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  .mouseCursor {
    display: none;
  }
}

.cursor-outer {
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--primary-bg);
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--black-bg);
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner span {
  color: var(--text-color);
  line-height: 80px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.mouseCursor.cursor-big {
  width: 80px;
  height: 80px;
}

.mouseCursor.cursor-big.cursor-outer {
  display: none;
}

.tp-cursor-point-area {
  cursor: none;
}

.header-area .navigation {
  height: 100px;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  /* background: var(--light-bg); */
}
.header-area .header-inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-area .header-inner-box .logo {
  height: 90px;
  display: flex;
  align-items: center;
  padding-right: 30px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  /* color: var(--primary-bg); */
}
@media (max-width: 767px) {
  .header-area .header-inner-box .logo {
    font-size: 30px;
  }
}

.main-menu ul {
  line-height: 1;
}
.main-menu ul > li {
  display: inline-block;
  line-height: 1;
  margin-right: 35px;
  position: relative;
}
.main-menu ul > li > a {
  display: inline-block;
  
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  color: var(--text-color);
  padding: 40px 0;
  overflow: hidden;
}
.main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-menu ul > li > ul {
  position: absolute;
  top: 100%;
  width: 235px;
  background: var(--white-bg);
  left: 0;
  z-index: 999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
  padding: 15px 0px;
}
.main-menu ul > li > ul li {
  display: block;
  margin-right: 0;
}
.main-menu ul > li > ul li a {
  display: block;
  padding: 12px 25px;
  
  font-weight: 500;
  color: var(--text-color);
}
.main-menu ul > li > ul li a i {
  transform: rotate(-45deg);
  
  position: absolute;
  right: 20px;
  bottom: 11px;
  transition: 0.3s;
}
.main-menu ul > li > ul li a:hover i {
  transform: rotate(0);
}
.main-menu ul > li > ul ul {
  left: 100%;
  top: 0;
}

.main-menu ul li {
  position: relative;
  transform: translateY(15px);
}
.main-menu ul li a.navlink:before {
  position: absolute;
  content: "";
  bottom: 30px;
  left: 0;
  width: 0%;
  height: 2px;
  /* background: var(--theme-bg); */
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.main-menu ul li a.navlink:hover:before {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.main-menu ul li.active {
  position: relative;
}

.main-menu ul li.active a {
  color: var(--text-color);
}

.main-menu ul li:hover a {
  color: var(--text-color);
}

.main-menu ul li.active:before {
  position: absolute;
  content: "";
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 2px;
  /* background: var(--theme-bg); */
}

.main-menu ul > li > ul li a.active {
  position: relative;
  padding-left: 50px;
}

.main-menu ul > li > ul li a.active:before {
  position: absolute;
  content: "";
  bottom: 50%;
  left: 25px;
  width: 16px;
  height: 2px;
  background: var(--text-color);
  margin-bottom: -1px;
  transition: 0.2s ease-out;
}

.main-menu ul > li > ul li:hover a {
  color: var(--primary-bg);
}

.header-area.absolute-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
}

.header-area.absolute-header .navigation {
  background: inherit;
}

.header-area.absolute-header .logo {
  color: var(--text-color);
}

.header-area.absolute-header .main-menu ul li a {
  color: var(--text-color);
}

.header-area.absolute-header .main-menu ul li a:before {
  background: var(--white-bg);
}

.header-area.absolute-header .main-menu ul li.active:before {
  background: var(--white-bg);
}

.header-area.absolute-header .main-menu ul li .sub-menu li a {
  color: var(--text-color);
}

.header-area.absolute-header .main-menu ul li .sub-menu li a:before {
  background: var(--theme-bg);
}

.header-area.absolute-header .main-menu ul > li > ul li:hover a {
  color: var(--primary-bg);
}

.mobile-nav {
  position: fixed;
  right: -380px;
  top: 0;
  width: 340px;
  height: 100vh;
  scroll-behavior: smooth;
  overflow-y: scroll;
  transition: right 0.5s ease-in;
  background-color: var(--light-bg);
  padding: 20px 10px;
  z-index: 9999;
  box-shadow: -15px 15px 30px 1px rgba(0, 0, 0, 0.20);
  -webkit-box-shadow: -15px 15px 30px 1px rgba(0, 0, 0, 0.20);
  -moz-box-shadow: -15px 15px 30px 1px rgba(0, 0, 0, 0.20);
  /* Vertical Menu Style */
}
.mobile-nav.show {
  right: 0px;
}
.mobile-nav .close-nav {
  border: 0;
  background: transparent;
  color: var(--text-color);
  border-radius: 30px;
  font-size: 30px;
  position: absolute;
  left: 20px;
  top: 20px;
}
.mobile-nav .close-nav i {
  font-size: 32px;
}
.mobile-nav .sidebar-nav {
  margin-top: 60px;
}
.mobile-nav .sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}
.mobile-nav .sidebar-nav .metismenu {
  display: flex;
  flex-direction: column;
}
.mobile-nav .sidebar-nav .metismenu > li {
  position: relative;
  display: flex;
  flex-direction: column;
}
.mobile-nav .sidebar-nav .metismenu a {
  position: relative;
  display: block;
  padding: 10px 15px;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: var(--text-color);
  outline-width: 0;
  letter-spacing: 1px;
}
.mobile-nav .sidebar-nav .metismenu ul li {
  display: block;
}
.mobile-nav .sidebar-nav .metismenu ul a {
  padding: 5px 15px 5px 35px;
  position: relative;
}
.mobile-nav .sidebar-nav .metismenu ul a:hover {
  padding-left: 40px;
}
.mobile-nav .sidebar-nav .metismenu ul a:hover::before {
  background-color: var(--light-bg);
}
.mobile-nav .sidebar-nav .metismenu ul a::before {
  position: absolute;
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid var(--text-color);
  content: "";
  top: 50%;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
}
.mobile-nav .sidebar-nav .metismenu ul ul {
  list-style-type: circle !important;
}
.mobile-nav .sidebar-nav .metismenu ul ul a {
  padding: 10px 15px 10px 45px;
}
.mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav .sidebar-nav .metismenu a:active {
  text-decoration: none;
  font-weight: 600;
  color: var(--text-color);
  background: var(--primary-bg);
  color: var(--primary-bg-text);
}

.mobile-nav-bar {
  position: absolute;
  top: 34px;
  right: 30px;
}

#hamburger i:before {
  font-size: 32px;
}

.header-area.absolute-header .container {
  background: transparent;
}

#hamburger {
  font-size: 32px;
  line-height: 1;
  text-align: right;
  display: none;
}
#hamburger i {
  cursor: pointer;
}
@media (max-width: 1199px) {
  #hamburger {
    display: block;
  }
}

.header-area.absolute-header #hamburger {
  color: var(--text-color);
}

.action-bar {
  padding-top: 100px;
}
.action-bar a {
  
  font-weight: 500;
  color: var(--text-color);
  margin-bottom: 10px;
}
.action-bar a i {
  margin-right: 10px;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .header-btn {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-logo {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.footer-logo p {
  
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .footer-widget {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.footer-widget h6 {
  color: var(--text-color);
  margin-bottom: 30px;
  
  font-weight: 600;
}

.footer-widget ul li {
  display: block;
}
.footer-widget ul li a {
  color: var(--text-color);
  margin-bottom: 15px;
  
  font-weight: 400;
}

.footer-copyright {
  /* border-top: 1px solid #22483f; */
  padding: 40px 0;
}
.footer-copyright p {
  
  text-align: center;
}

.footer-two .footer-widget h6 {
  color: var(--text-color);
}
.footer-two .footer-widget ul li {
  display: block;
}
.footer-two .footer-widget ul li a {
  color: var(--text-color);
}

.hero-area-right {
  max-width: calc(100% - 80px);
}
@media (max-width: 767px) {
  .hero-area-right {
    max-width: calc(100% - 0px);
  }
}

.hero-img-wrap {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-img-wrap {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .hero-img-wrap {
    margin-top: 60px;
  }
}

.hero-card-one {
  position: absolute;
  bottom: 20px;
  left: -50px;
  transform: translateY(0);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-card-one {
    left: -20px;
  }
}
@media (max-width: 767px) {
  .hero-card-one {
    display: none;
  }
}

.hero-card-two {
  position: absolute;
  right: -100px;
  top: -30px;
  transform: translateY(50%);
}
@media (max-width: 767px) {
  .hero-card-two {
    display: none;
  }
}

.hero-area-quote {
  border-radius: 8px;
  margin-top: 15px;
  padding: 25px 30px 25px;
}

.hero-area-quote .quote-icon {
  margin-bottom: 15px;
}

.hero-area-quote p {
  
  color: var(--text-color);
  font-weight: 500;
}

#hero-2 .hero-area-right {
  max-width: calc(100% - 0px);
}

.schedule-wrap {
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 80px 16px 16px 80px;
  width: 450px;
  height: 130px;
  display: inline-flex;
  padding: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .schedule-wrap {
    right: auto;
    left: 20px;
  }
}
@media (max-width: 767px) {
  .schedule-wrap {
    display: none;
  }
}

.schedule-icon {
  background: var(--white-bg);
  display: inline-flex;
  flex: 0 0 80px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.schedule-icon img {
  width: 45px;
  height: 45px;
}

.schedule-text {
  padding-left: 20px;
}

.schedule-text p {
  font-weight: 500;
  margin-bottom: 5px;
}

.banner-img-wrap img {
  border-radius: 16px;
}

.feat-item {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feat-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .feat-item {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 0;
  }
}

.feat-icon {
  background: var(--white-bg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 70px;
  height: 70px;
  border-radius: 50%;
}
.feat-icon i {
  font-size: 40px;
  color: var(--text-color);
}

.feature-wrap {
  padding: 50px 50px 0;
}
@media (max-width: 767px) {
  .feature-wrap {
    padding: 0;
  }
}

.feat-content {
  padding-left: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .mt-150 {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .hero-area .mt-150 {
    margin-top: 50px;
  }
}

.hero-card-two {
  -webkit-animation: bounce-left-right 2s ease-in-out 0s infinite alternate;
  animation: bounce-left-right 2s ease-in-out 0s infinite alternate;
}

@keyframes bounce-left-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}
.hero-card-one {
  -webkit-animation: bounce-up-down 2s ease-in-out 0s infinite alternate;
  animation: bounce-up-down 2s ease-in-out 0s infinite alternate;
}

@keyframes bounce-up-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.single-funfacts h2 {
  color: var(--text-color);
  font-size: 48px;
  font-weight: 600;
}
.single-funfacts .icon {
  margin: 10px 0;
}
.single-funfacts .icon i {
  color: #FF523D;
  font-size: 20px;
  margin: 10px 0;
}
.single-funfacts h6 {
  color: var(--text-color);
  
}
.single-funfacts h6 span {
  display: block;
  opacity: 0.5;
  margin-top: 10px;
}

.single-funfacts.rating .icon i {
  color: #F0AD4E;
}

.funfacts-section .section-title {
  margin-bottom: 0;
}

.funfacts-content-wrap {
  padding-left: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .funfacts-content-wrap {
    padding-left: 0;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .funfacts-content-wrap {
    padding-left: 0;
    margin-top: 60px;
  }
}

.single-counter-box {
  background: var(--light-bg);
  padding: 30px;
  margin-bottom: 25px;
  border-radius: 16px;
}
.single-counter-box p {
  font-size: 50px;
  font-weight: 600;
  color: var(--text-color);
  line-height: 50px;
}
.single-counter-box p span {
  font-size: 40px;
  font-weight: 600;
}
.single-counter-box h6 {
  margin-top: 10px;
}

.choose-tab .nav-tabs {
  justify-content: space-between;
}

.nav-tabs .nav-link {
  color: var(--text-color);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.3px;
  border: none;
  padding-left: 0;
  padding-bottom: 20px;
  margin-right: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-tabs .nav-link {
    
    margin-right: 0;
  }
}

.nav-tabs {
  border-bottom: 1px solid var(--alternative-border);
}

.nav-tabs .nav-link.active {
  border-bottom: 2px solid var(--theme-bg);
}

.nav-tabs .nav-link i {
  font-size: 30px;
  margin-right: 15px;
  color: var(--text-color);
}

@media (max-width: 768px) {
  .nav-tab .nav-link {
    padding-left: 0;
  }
}
.choose-us-content {
  max-width: calc(100% - 160px);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .choose-us-content {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 767px) {
  .choose-us-content {
    max-width: calc(100% - 0px);
  }
}

.choose-feature {
  padding-top: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .choose-feature {
    padding-top: 30px;
  }
}

.single-feature-item h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.single-feature-item p {
  
  margin-top: 20px;
  margin-bottom: 0;
}

.single-feature-item {
  margin-bottom: 30px;
}

.single-process-item {
  text-align: center;
  padding: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-process-item {
    padding: 25px;
  }
}
.single-process-item .process-num {
  width: 90px;
  height: 90px;
  background: var(--light-bg);
  color: #7F8C89;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.single-process-item h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 30px 0;
}
.single-process-item:hover .process-num {
  background: var(--primary-bg);
  color: var(--text-color);
}

.single-process-item.process-one {
  position: relative;
  z-index: 1;
}

.single-process-item.process-one:after {
  position: absolute;
  content: "";
  top: 65px;
  right: -280px;
  width: 100%;
  height: 55px;
  background-image: url(../img/Line-1-landing-01.png);
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-process-item.process-one:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-process-item.process-one:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .single-process-item.process-one:after {
    display: none;
  }
}

.single-process-item.process-two {
  position: relative;
  z-index: 1;
}

.single-process-item.process-two:after {
  position: absolute;
  content: "";
  top: 30px;
  right: -280px;
  width: 100%;
  height: 55px;
  background-image: url(../img/Line-2-landing-01.png);
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-process-item.process-two:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-process-item.process-two:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .single-process-item.process-two:after {
    display: none;
  }
}

.process-content-wrap {
  padding-left: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-content-wrap {
    padding-left: 0;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .process-content-wrap {
    padding-left: 0;
    margin-top: 60px;
  }
}
.process-content-wrap .cp-custom-accordion .accordion-buttons span {
  font-size: 40px;
  color: var(--primary-bg);
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -1px;
  margin-right: 20px;
}
.process-content-wrap .cp-custom-accordion .accordion-buttons {
  display: flex;
  align-items: center;
}
.process-content-wrap .cp-custom-accordion .accordion-buttons::after {
  display: none;
}
.process-content-wrap .cp-custom-accordion .accordion-body {
  padding: 15px 0 5px;
}

@media (max-width: 767px) {
  .process-section .mt-50 {
    margin-top: 0;
  }
}

.cta-section .section-title {
  margin-bottom: 0;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  padding: 35px;
}
.cta-inner p {
  
  margin-top: 20px;
  color: var(--text-color);
  line-height: 24px;
}
@media (max-width: 767px) {
  .cta-inner {
    flex-direction: column;
    text-align: center;
    gap: 30px;
    padding: 40px 30px;
  }
}

.cta-content {
  max-width: calc(100% - 60px);
}
@media (max-width: 767px) {
  .cta-content {
    max-width: calc(100% - 0px);
  }
}

@media (max-width: 767px) {
  .cta-content p br {
    display: none;
  }
}

.contact-form-wrap {
  background: var(--white-bg);
  padding: 50px;
  border-radius: 16px;
  margin-left: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-wrap {
    margin-left: 0;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .contact-form-wrap {
    margin-left: 0;
    margin-top: 60px;
    padding: 30px;
  }
}

.contact-form-wrap input, .contact-form-wrap textarea {
  border: none;
  background: var(--light-bg);
  border-radius: 8px;
  margin-bottom: 20px;
}

.contact-form-wrap textarea {
  height: 160px;
}

.contact-form-wrap input::placeholder, .contact-form-wrap textarea::placeholder {
  
}

.contact-form-wrap input[type=submit] {
  background: var(--primary-bg);
  color: var(--text-color);
  width: 100%;
  padding: 20px 0;
  margin-bottom: 0;
}

.testimonial-content-wrapper {
  margin-top: 60px;
}

.testimonial-left-content {
  max-width: calc(100% - 120px);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonial-left-content {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 767px) {
  .testimonial-left-content {
    max-width: calc(100% - 0px);
  }
}

.single-testimonial-item {
  border-radius: 8px;
  padding: 30px 25px;
  margin-bottom: 30px;
}
.single-testimonial-item .testimonial-rating i {
  color: var(--primary-bg);
}

.single-testimonial-item p {
  
  line-height: 26px;
  margin: 25px 0;
}

.testimonial-author {
  display: inline-flex;
  align-items: center;
}

.author-img {
  flex: 0 0 50px;
}

.author-img img {
  object-fit: cover;
}

.author-info h6 {
  
  font-weight: 600;
}

.author-info {
  padding-left: 15px;
}

.author-info h6 span {
  display: block;
  color: var(--text-color);
  
  font-weight: 400;
  margin-top: 5px;
}

.single-testimonial-item.mtm-60 {
  margin-top: -60px;
}
@media (max-width: 767px) {
  .single-testimonial-item.mtm-60 {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .single-testimonial-item.two.mt-60 {
    margin-top: 0;
  }
}

.testimonial-two .author-img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.testimonial-two .testimonial-rating i {
  color: #FCC032;
}

.testimonial-two .single-testimonial-item {
  padding: 30px;
}

.blog-content {
  padding: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-content {
    padding: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-content {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .blog-content {
    padding: 16px;
  }
}

.single-blog-item {
  border: 1px solid var(--secondary-border);
  border-radius: 8px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .single-blog-item {
    margin-bottom: 30px;
  }
}

span.blog-cat {
  
  font-weight: 600;
  background: var(--primary-bg);
  padding: 10px 20px;
  border-radius: 8px;
}

.single-blog-item h4 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.3px;
  margin: 20px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-blog-item h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-item h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .single-blog-item h4 {
    font-size: 20px;
  }
}

p.blog-meta {
  
  color: var(--text-color);
}

.blog-feature-img img {
  border-radius: 8px;
}

.blog-meta-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .blog-meta-wrap {
    flex-direction: column;
  }
}
.blog-meta-wrap .blog-meta p {
  
  margin: 0;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .blog-meta-wrap .blog-meta p {
    margin-top: 10px;
  }
}
.blog-meta-wrap .blog-meta p i {
  font-size: 18px;
  margin-right: 10px;
  color: var(--text-color);
}

.blog-content-wrap {
  max-width: calc(100% - 15px);
}
@media (max-width: 767px) {
  .blog-content-wrap {
    max-width: calc(100% - 0px);
  }
}
.blog-content-wrap h2 {
  font-size: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-content-wrap h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-content-wrap h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .blog-content-wrap h2 {
    font-size: 24px;
  }
}
.blog-content-wrap p {
  /* margin: 5px 0 20px 0; */
  text-align: justify;
}
.blog-content-wrap .social-icon i {
  font-size: 18px;
  color: var(--theme-bg-text);
  margin-right: 10px;
  background: var(--theme-bg);
  border-color: var(--text-color);
  border-radius: 50%;
  padding: 10px;
}
.blog-content-wrap .social-icon i:hover {
  background: var(--primary-bg);
  border-color: var(--primary-bg);
  color: var(--text-color);
}

.blog-quote-wrap {
  background: var(--default-border);
  padding: 40px 50px;
  display: flex;
  align-items: start;
  justify-content: space-around;
  height: 250px;
  margin-bottom: 30px;
  border-radius: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-quote-wrap {
    padding: 40px 35px;
  }
}
@media (max-width: 767px) {
  .blog-quote-wrap {
    flex-direction: column;
    padding: 30px;
    height: auto;
  }
}
.blog-quote-wrap .quote-icon {
  width: 100px;
}
.blog-quote-wrap .quote-icon i {
  font-size: 45px;
}
.blog-quote-wrap .blog-quote-text {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .blog-quote-wrap .blog-quote-text {
    padding-left: 0;
  }
}
.blog-quote-wrap .blog-quote-text p {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767px) {
  .blog-quote-wrap .blog-quote-text p {
    margin-top: 20px;
    font-size: 17px;
  }
}
.blog-quote-wrap h6.blog-author {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-left: 80px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .blog-quote-wrap h6.blog-author {
    padding-left: 0px;
  }
}
.blog-quote-wrap h6.blog-author:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 60px;
  height: 2px;
  background: #061815;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .blog-quote-wrap h6.blog-author:before {
    display: none;
  }
}
.blog-quote-wrap h6.blog-author span {
  font-weight: 400;
}
.blog-quote-wrap h2 {
  margin: 30px 0;
}

.blog-tag-wrap span {
  background: var(--white-bg);
  padding: 10px 16px;
  margin-left: 15px;
}

.pagination-wrap {
  padding: 35px 0;
  border-top: 1px solid var(--default-border);
  border-bottom: 1px solid var(--default-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}

.pagination-wrap a {
  
  color: #061815;
  display: flex;
  align-items: center;
}

.pagination-wrap a i {
  font-size: 25px;
  margin-right: 15px;
}

.commetns-section-wrap {
  margin-top: 30px;
}

.single-comments-wrap {
  background: var(--default-border);
  padding: 35px 25px;
  margin: 35px 0px;
  position: relative;
  border-radius: 8px;
}
.single-comments-wrap .single-comments-inner {
  display: flex;
}
@media (max-width: 767px) {
  .single-comments-wrap .single-comments-inner {
    flex-direction: column;
  }
}
.single-comments-wrap .single-comments-inner .comments-autor-thumb {
  flex: 0 0 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-comments-wrap .single-comments-inner .comments-autor-thumb {
    flex: 0 0 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-comments-wrap .single-comments-inner .comments-autor-thumb {
    flex: 0 0 140px;
  }
}
.single-comments-wrap .single-comments-inner .comments-content {
  padding-left: 25px;
}
@media (max-width: 767px) {
  .single-comments-wrap .single-comments-inner .comments-content {
    padding-left: 0;
    margin-top: 20px;
  }
}
.single-comments-wrap .single-comments-inner .comments-content h6 {
  font-size: 20px;
  font-weight: 600;
}
.single-comments-wrap .single-comments-inner .comments-content p.comments-date {
  
  color: var(--text-color);
  font-weight: 500;
  text-decoration: underline;
  margin: 14px 0;
}
.single-comments-wrap a.reply-btn {
  background: var(--theme-bg);
  color: var(--theme-bg-text);
  padding: 6px 15px;
  position: absolute;
  top: 35px;
  right: 55px;
  
  border-radius: 4px;
}
@media (max-width: 767px) {
  .single-comments-wrap a.reply-btn {
    right: 25px;
  }
}
.single-comments-wrap a.reply-btn:hover {
  background: var(--primary-bg);
  color: var(--primary-bg-text);
}

.comments-form-wrap {
  background: var(--white-bg);
  padding: 35px;
}
.comments-form-wrap h3 {
  margin: 0 0 30px;
}
.comments-form-wrap .comments-form input,
.comments-form-wrap .comments-form textarea {
  border: none;
  border-bottom: 1px solid var(--default-border);
  margin-bottom: 30px;
  border-radius: 8px;
}
.comments-form-wrap .comments-form textarea {
  height: 130px;
}

.blog-sidebar h5 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}

.search-bar-wrap {
  background: var(--default-border);
  padding: 35px;
  border-radius: 8px;
}
.search-bar-wrap input {
  border: none;
  background: var(--white-bg);
  padding: 15px;
  border-radius: 0;
}
.search-bar-wrap i {
  font-size: 18px;
  background: var(--theme-bg);
  border: 0;
  padding: 15px;
  color: var(--theme-bg-text);
  display: flex;
  align-items: center;
}
.search-bar-wrap i:hover {
  cursor: pointer;
}

.blog-category {
  border: 1px solid var(--default-border);
  margin: 30px 0;
  padding: 35px;
  border-radius: 8px;
}

.blog-category ul li {
  display: block;
}

.blog-category ul li a {
  font-size: 17px;
  font-weight: 500;
  color: #061815;
  margin-bottom: 25px;
}
.blog-category ul li a:hover {
  opacity: 0.6;
}

.blog-category ul li i {
  margin-right: 15px;
}

.recent-post-wrap {
  margin: 30px 0;
  border: 1px solid var(--default-border);
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .recent-post-wrap {
    padding: 30px;
  }
}

.single-recent-post {
  padding: 25px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--default-border);
}

.recent-post-thumbs {
  flex: 0 0 90px;
}
.recent-post-thumbs img {
  border-radius: 8px;
  width: 90px;
  height: 90px;
}

.recent-post-content {
  padding-left: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .recent-post-content p {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .recent-post-content p {
    margin: 0;
    
  }
}
.recent-post-content a h6 {
  font-size: 18px;
  font-weight: 500;
  color: #061815;
}
@media (max-width: 767px) {
  .recent-post-content a h6 {
    
    line-height: 20px;
  }
}

.popular-tag-wrap {
  border: 1px solid var(--default-border);
  margin: 30px 0;
  padding: 35px;
  border-radius: 8px;
}
.popular-tag-wrap span {
  
  font-weight: 500;
  background: var(--default-border);
  color: #061815;
  padding: 10px 15px;
  margin: 5px;
  border-radius: 4px;
}
.popular-tag-wrap span:hover {
  background: var(--theme-bg);
  color: var(--theme-bg-text);
  cursor: pointer;
}

.contact-area.bg-none:before {
  display: none;
}

.pagination {
  margin-top: 30px;
}

.page-link {
  margin-right: 15px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white-bg);
  border: 1px solid var(--alternative-border);
  color: var(--menu-trigger);
  border-radius: 7px;
}
.page-link:hover {
  background: var(--theme-bg);
  border-color: var(--text-color);
  color: var(--theme-bg-text);
}

.page-item:first-child .page-link {
  display: inline-flex;
  background: var(--theme-bg);
  border-color: var(--text-color);
}

.page-link.active {
  border-radius: 0;
  margin-right: 15px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--alternative-border);
  border-color: var(--alternative-border);
  border-radius: 7px;
  color: var(--text-color);
}

.rating-wrap {
  position: absolute;
  bottom: 20px;
  right: 35px;
  background: var(--white-bg);
  border-radius: 16px;
  padding: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rating-wrap {
    right: auto;
    left: 35px;
  }
}
@media (max-width: 767px) {
  .rating-wrap {
    right: auto;
    left: 15px;
    bottom: 10px;
    padding: 15px;
  }
}

.about-img-wrap {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img-wrap {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .about-img-wrap {
    margin-top: 60px;
  }
}

.rating-wrap i {
  color: #FCC032;
  font-size: 20px;
}

.rating-wrap span {
  display: block;
  color: var(--text-color);
  font-size: 40px;
  font-weight: 600;
  margin: 25px 0 15px;
}

.about-content-wrap {
  padding-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content-wrap {
    padding-left: 0;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .about-content-wrap {
    padding-left: 0;
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .about-three .about-img-wrap {
    margin-top: 0;
  }
}
.about-three .about-img-wrap img {
  border-radius: 16px;
}
.about-three .about-feature-item {
  margin-top: 30px;
}
.about-three .about-feature-item span {
  font-weight: 600;
  margin-right: 20px;
}
.about-three .about-feature-item span i {
  font-size: 18px;
  margin-right: 10px;
  font-weight: 600;
}

.about-page-img-wrapper img {
  border-radius: 8px;
}

.mission-vision-content {
  padding-left: 60px;
  max-width: calc(100% - 40px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mission-vision-content {
    padding-left: 0;
    margin-top: 60px;
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .mission-vision-content {
    padding-left: 0;
    margin-top: 30px;
    max-width: calc(100% - 0px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-page.breadcrumb-area {
    height: 300px;
  }
}
@media (max-width: 767px) {
  #about-page.breadcrumb-area {
    height: 300px;
  }
}

.service-left-content {
  max-width: calc(100% - 120px);
}
@media (max-width: 767px) {
  .service-left-content {
    max-width: calc(100% - 0px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-feature-wrap {
    margin-top: 60px;
  }
}

.single-service-feature .icon i {
  font-size: 35px;
  color: var(--primary-bg-text);
}

.single-service-feature .icon {
  width: 70px;
  height: 70px;
  background: var(--primary-bg);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.single-service-feature h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 30px 0 20px;
}

.single-service-feature {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .single-service-feature {
    margin-top: 60px;
    margin-bottom: 0;
  }
}

.single-service-item {
  text-align: center;
  margin-bottom: 60px;
}
.single-service-item h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 30px 0 20px;
}
.single-service-item .service-icon {
  width: 60px;
  height: 60px;
  background: var(--primary-bg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.single-project-wrap {
  text-align: center;
  padding: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-project-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .single-project-wrap {
    padding: 0;
    margin-bottom: 60px;
  }
}
.single-project-wrap h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0;
}

.faq-wrap {
  /* max-width: calc(100% - 80px); */
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-wrap {
    /* max-width: calc(100% - 40px); */
  }
}
@media (max-width: 767px) {
  .faq-wrap {
    /* max-width: calc(100% - 20px); */
  }
}

.cp-custom-accordion .accordion-buttons {
  position: relative;
  width: 100%;
  padding: 20px 0 12px;
  background-color: var(--theme-bg);
  color: var(--theme-bg-text);
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  border: none;
  border-bottom: 1px solid var(--default-border);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .cp-custom-accordion .accordion-buttons {
    padding: 20px 30px;
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .cp-custom-accordion .accordion-buttons {
    padding: 20px 0px;
    
    line-height: 30px;
    padding-left: 20px;
  }
}

.cp-custom-accordion .accordion-buttons span {
  
  padding-right: 0;
  color: var(--menu-close);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cp-custom-accordion .accordion-buttons {
    padding: 25px 28px;
    padding-left: 0;
  }
}
.cp-custom-accordion .accordion-buttons::after {
  position: absolute;
  content: "\f068";
  font-family: "Line Awesome Free";
  top: 15%;
  transform: rotate(-180deg);
  right: 0;
  font-size: 20px;
  font-weight: 500;
  opacity: 1;
  color: var(--text-color);
  border: 1.5px solid var(--alternative-border);
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
}

@media (max-width: 767px) {
  .cp-custom-accordion .accordion-buttons::after {
    top: 12px;
    right: 0;
    
  }
}
.cp-custom-accordion .accordion-buttons.collapsed::after {
  content: "\f067";
}

.cp-custom-accordion .collapsed {
  position: relative;
}

.cp-custom-accordion .accordion-body {
  background-color: var(--theme-bg);
  color: var(--theme-bg-text);
  /* color: #878787; */
  padding: 25px 0;
  position: relative;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .cp-custom-accordion .accordion-body {
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  .cp-custom-accordion .accordion-body {
    
    padding-right: 30px;
    padding-left: 30px;
  }
}
#faq-2 .faq-img-wrap img {
  border-radius: 16px;
}
#faq-2 .faq-wrap {
  padding-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #faq-2 .faq-wrap {
    padding-left: 3px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #faq-2 .faq-wrap {
    padding-left: 0;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  #faq-2 .faq-wrap {
    padding-left: 0;
    margin-top: 30px;
  }
}
#faq-2 .cp-custom-accordion .accordion-buttons span {
  background: var(--light-bg);
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
#faq-2 .cp-custom-accordion .accordion-buttons span img {
  width: 25px;
  height: auto;
}
#faq-2 .cp-custom-accordion .accordion-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 12px 0 15px;
  max-width: 480px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #faq-2 .cp-custom-accordion .accordion-buttons {
    padding: 0 0 10px;
  }
}
#faq-2 .cp-custom-accordion .accordion-buttons::after {
  position: absolute;
  content: "\f106";
}
#faq-2 .cp-custom-accordion .accordion-body {
  padding-right: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #faq-2 .cp-custom-accordion .accordion-body {
    padding-right: 0;
    
  }
}
@media (max-width: 767px) {
  #faq-2 .cp-custom-accordion .accordion-body {
    padding-right: 0;
    
  }
}

.faq-page .cp-custom-accordion .accordion-buttons span {
  
  padding-right: 30px;
  color: var(--menu-close);
}

.faq-page .cp-custom-accordion .accordion-buttons {
  padding: 30px 0 20px;
}

.single-price-wrap {
  background: var(--light-bg);
  border-radius: 16px;
  text-align: center;
  padding: 35px 50px 30px;
  margin-bottom: 30px;
  height: 650px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-price-wrap {
    padding: 35px 30px 30px;
  }
}
@media (max-width: 767px) {
  .single-price-wrap {
    padding: 35px 30px 30px;
  }
}
.single-price-wrap h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}
.single-price-wrap .price-amount h2 {
  font-size: 40px;
  font-weight: 600;
  margin-top: 40px;
}
.single-price-wrap .price-feature-list ul {
  margin-top: 40px;
}
.single-price-wrap .price-feature-list ul li {
  text-align: start;
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
  
  font-weight: 500;
}
.single-price-wrap .price-feature-list ul li i {
  position: absolute;
  top: 7px;
  left: 0;
}
.single-price-wrap .price-btn.theme-btn, .single-price-wrap .price-btn.bordered-btn, .single-price-wrap .price-btn.primary-btn, .single-price-wrap .price-btn.white-btn {
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .pricing-section.section-padding.pt-0.pb-90 {
    padding-bottom: 30px;
  }
}

.card-img-one {
  position: relative;
  left: 80px;
  top: -15px;
}
@media (max-width: 767px) {
  .card-img-one {
    left: 0;
  }
}

.card-img-two {
  position: relative;
  top: 30px;
}

.card-wrapper {
  position: relative;
  z-index: 1;
}

.card-wrapper:after {
  position: absolute;
  content: "";
  background: #E1EAE8;
  width: 300px;
  height: 320px;
  top: -40px;
  left: 35px;
  border-radius: 8px;
  z-index: -1;
}

.traffic-right-content {
  max-width: calc(100% - 70px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .traffic-right-content {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .traffic-right-content {
    margin-top: 60px;
    max-width: calc(100% - 0px);
  }
}

.card-img-one {
  -webkit-animation: bounce-left-right 2s ease-in-out 0s infinite alternate;
  animation: bounce-left-right 2s ease-in-out 0s infinite alternate;
}

@keyframes bounce-left-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}
.card-img-two {
  -webkit-animation: bounce-up-down 2s ease-in-out 0s infinite alternate;
  animation: bounce-up-down 2s ease-in-out 0s infinite alternate;
}

@keyframes bounce-up-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@media (max-width: 767px) {
  .clients-section {
    text-align: center;
  }
}

.clients-logo-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clients-logo-wrapper {
    margin-top: 60px;
    justify-content: start;
  }
}
@media (max-width: 767px) {
  .clients-logo-wrapper {
    margin-top: 60px;
    justify-content: center;
  }
}

.client-content-wrap {
  max-width: calc(100% - 60px);
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client-content-wrap {
    max-width: calc(100% - 0px);
  }
  .client-content-wrap h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .client-content-wrap {
    max-width: calc(100% - 0px);
  }
  .client-content-wrap h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.client-content-wrap img {
  margin-top: 30px;
  margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client-content-wrap img {
    width: 140px;
  }
}

.feature-single-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.feature-icon {
  background: var(--primary-bg);
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.feature-list-wrap {
  margin-top: 60px;
}

.feature-title h6 {
  
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feature-title h6 {
    
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-content-wrap {
    max-width: calc(100% - 80px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-img-wrap {
    margin-top: 60px;
  }
}

.team-img img {
  border-radius: 8px;
}

.team-title h6 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
}
.team-title h6 span {
  display: block;
  color: var(--text-color);
  font-weight: 500;
  margin-top: 10px;
}

.single-team-member {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .team-section .mt-60 {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .team-section.pb-90 {
    padding-bottom: 30px;
  }
}

.breadcrumb-area {
  /* background-image: url(../img/bread-bg.jpg); */
}

.breadcrumb-area {
  height: 400px;
  background-size: cover;
  background-position: center bottom;
  background-color: var(--light-bg);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.breadcrumb-area .breadcrumb-title {
  position: relative;
  z-index: 999;
}
.breadcrumb-area .breadcrumb-title h1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
  color: inherit;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area .breadcrumb-title h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  .breadcrumb-area .breadcrumb-title h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-area .breadcrumb-title h1 {
    font-size: 40px;
  }
}

.contact-page .contact-form-wrap {
  padding: 0;
  margin-left: 0;
}

.contact-page .contact-info-wrap {
  padding: 60px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-page .contact-info-wrap {
    padding: 53px 30px;
  }
}
.contact-page .contact-info-wrap p {
  margin-top: 15px;
}
.contact-page .contact-info-wrap h3 {
  font-size: 30px;
  font-weight: 600;
}
.contact-page .info-icon {
  background: var(--alternative-border);
  display: inline-flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-page .info-icon i {
  color: var(--text-color);
}
@media (max-width: 767px) {
  .contact-page .info-icon {
    position: static;
  }
}
.contact-page .single-contact-info {
  position: relative;
  margin-bottom: 45px;
}
.contact-page .info-content {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .contact-page .info-content {
    padding-left: 0;
    margin-top: 30px;
  }
}
.contact-page .info-content p {
  margin: 0;
}
.contact-page .info-content h4 {
  margin-bottom: 12px;
}

.contact-page iframe {
  width: 100%;
  height: 600px;
  filter: grayscale(1);
}

/*








 */










 .branded {
  display: inline-block;
  font-weight: bold;
}
.module-shorts{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px;
  background-color: var(--light-bg);
  margin-top: 5px;

}
.module-shorts>.header{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.module-shorts>.header>img{
  width: 24px;
  height: 24px;
  margin-right: 15px;
}
.module-shorts>.header>span{
  font-weight: bold;
  font-size: 1.1rem;
  color: var(--light-bg-text);
}
.module-shorts>p{
  margin-top: 5px;
  color: var(--light-bg-text);
}
.footer-items{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 15px 30px;
  border-top: 1px solid var(--primary-bg);
}
@media only screen and (max-width:600px) {
  .footer-items{
      flex-direction: column;
      padding: 30px 15px !important;
  }
  .footer-items>a{
      width: 100%;
  }
}
.progress-wrap svg.progress-circle path{
  stroke: var(--primary-bg);
  opacity: 0.20;
}
.hero-img-wrap{
  border-radius: 15px !important;
  border: 1px solid rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.hflex{
  display: flex;
}
.vflex{
  display: flex;
  flex-direction: column;
}

a.action-button{
  padding: 10px 15px;
  border-radius: 8px;
  background-color: var(--primary-bg);
  color: var(--primary-bg-text) !important;
}
a.action-button:hover{
  background-color: var(--primary-bg-dark) !important;
}
a.action-button:active{
  background-color: var(--primary-bg-darker) !important;
}
a.action-button>svg{
  stroke: var(--primary-bg-text);
}




*{
  line-height: 1.6;
}
.header-area .navigation{
  background-color: var(--light-bg);
}
h1.cmdoc, 
h2.cmdoc, 
h3.cmdoc, 
h4.cmdoc, 
h5.cmdoc, 
h6.cmdoc{
  margin-top: 35px;
}

.main-menu ul > li > ul{
  min-width: 300px;

  border: 1px solid var(--default-border);
  border-radius: 8px;
  box-shadow: 0px 0px 40px 20px rgba(0, 0, 0, 0.20);
  -webkit-box-shadow: 0px 0px 40px 20px rgba(0, 0, 0, 0.20);
  -moz-box-shadow: 0px 0px 40px 20px rgba(0, 0, 0, 0.20);
}

:root {
  --small-margin: 5px;
  --default-margin: 10px;
  --large-margin: 20px;

  --small-padding: 5px;
  --default-padding: 10px;
  --large-padding: 20px;

  --small-gap: 5px;
  --default-gap: 10px;
  --large-gap: 20px;

  --small-radius: 5px;
  --default-radius: 10px;
  --large-radius: 25px;
}


.toc-item{
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  margin: 0px;
  border-radius: 8px;

  color: var(--text-color) !important;

  border-left: 5px solid transparent;
}
.toc-item.active {
  border-left-color: var(--primary-bg);
  background-color: var(--light-bg);
}

.blog-category{
  padding: 15px;
}
.blog-sidebar{
  position: sticky;
  top: 120px;
}

.blog-category ul li a{
  margin-bottom: 0px;
}

ul.cmdoc{
  margin-bottom: 30px;
  align-self: center;
  justify-self: center;
  list-style: unset;
  padding-left: 1rem;
}
ul.cmdoc>li{
  /* border-bottom: 1px solid #ddd; */
  padding: 5px 10px;
}
p.cmdoc{
  margin-top: 5px 0px !important;
}

.blog-quote-wrap{
  height: unset;
}

.blog-content-wrap{
  margin-top: 30px;
}

.title-container{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;

  padding: 60px;
}

.title-container>h1{
  display: block;
  text-shadow: 0 5px 5px var(--darkest-shade-color);
  font-size: 5rem;
  font-weight: bold;
  padding: 15px 20px;
}

@media only screen and (max-width:700px){
  .title-container{
    flex-direction: column;
    padding: 30px 5px;

    background-position: 100% center;
    background-size: auto 100%;
  }
  .title-container>h1{
    font-size: 3rem;
  }
}

img.icon{
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
img.iconex{
  width: 36px;
  height: 36px;
}

img.hero-image{
  width: 100%;
  height: auto;
  object-fit: cover !important;
  border: 3px solid var(--image-border-color);
  border-radius: 8px;

  margin: 15px 0px;
}

.list-item{
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: start;
  gap: 10px;

  width: 100%;
  padding: 5px;
  border-radius: 5px;

  color: var(--text-color) !important;
}

.list-item>img{
  width: 24px;
  height: 24px;
  transform: translateY(3px);
}

.list-item>.caption{
  font-weight: bold;
}

.list-item:hover{
  background-color: var(--shade-color);
  color: var(--text-color);
}

.large-top-margin{
  margin-top: 30px !important;
}
.default-top-margin{
  margin-top: 15px !important;
}
.small-top-margin{
  margin-top: 5px !important;
}
.no-margin{
  margin: 0px !important;
}

h2{
  margin: 0px;
  margin-top: 30px;
  color: var(--text-h2) !important;
  font-size: 2rem !important;
  font-weight: normal;
}
h3{
  margin: 0px;
  margin-top: 20px;
  color: var(--text-h3) !important;
  font-size: 1.5rem;
}
h4{ /* used for sub-subheading */
  border-bottom: 1px solid var(--primary-bg);
  padding: 0px;
  padding-bottom: 5px;
  font-weight: 600;

  color: var(--text-h4) !important;
  font-size: 1.3rem;
}
h5{ /* used in see also section */
  font-size: 1.2rem;
  font-weight: bold;
  border-left: 5px solid var(--primary-bg);
  padding: 5px 10px;
}
h6{
  font-size: 1.1rem;
  font-weight: bold;
  padding: 5px 10px;
}

img.standard{
  border: 2px solid var(--image-border-color);
  border-radius: 10px;
  margin: 15px 0px;
}

.cmdoc-see-also{
  display: flex;
  flex-direction: column;
  gap: 5px;
  /* background-color: var(--shade-color); */
  border-radius: 8px;
  margin-top: 30px;

}
.cmdoc-see-also>.caption{
  display: inline-block;
  font-weight: bold;
  font-size: 1.5rem;
  width: 100%;
  padding: 5px 0px;
  border-bottom: 1px solid var(--primary-bg);
}
.cmdoc-see-also>a{
  width: auto;
  padding: 5px 10px;
}
ul.checked-list{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul.checked-list>li::before {
  content: "\2714";
  margin-right: 0.5em;
  /* color: var(--primary-bg-text); */
  /* background-color: var(--primary-bg); */
  padding: 2px 6px;
  border-radius: 3px;
}


.v-margin {
  margin-top: var(--default-margin) !important;
  margin-bottom: var(--default-margin) !important;
}
.v-margin-xl {
  margin: 40px 0px !important;
}

.top-margin-s {
  margin-top: var(--small-margin) !important;
}

.top-margin-m {
  margin-top: var(--default-margin) !important;
}

.top-margin-l {
  margin-top: var(--large-margin) !important;
}

.left-margin-s {
  margin-left: var(--small-margin) !important;
}

.left-margin-m {
  margin-left: var(--default-margin) !important;
}

.left-margin-l {
  margin-left: var(--large-margin) !important;
}

.right-margin-s {
  margin-right: var(--small-margin) !important;
}

.right-margin-m {
  margin-right: var(--default-margin) !important;
}

.right-margin-l {
  margin-right: var(--large-margin) !important;
}

.bottom-margin-s {
  margin-bottom: var(--small-margin) !important;
}

.bottom-margin-m {
  margin-bottom: var(--default-margin) !important;
}

.bottom-margin-l {
  margin-bottom: var(--large-margin) !important;
}

.vert-margin-s {
  margin-top: var(--small-margin) !important;
  margin-bottom: var(--small-margin) !important;
}

.vert-margin-m {
  margin-top: var(--default-margin) !important;
  margin-bottom: var(--default-margin) !important;
}

.vert-margin-l {
  margin-top: var(--large-margin) !important;
  margin-bottom: var(--large-margin) !important;
}

.horz-margin-s {
  margin-left: var(--small-margin) !important;
  margin-right: var(--small-margin) !important;
}

.horz-margin-m {
  margin-left: var(--default-margin) !important;
  margin-right: var(--default-margin) !important;
}

.horz-margin-l {
  margin-left: var(--large-margin) !important;
  margin-right: var(--large-margin) !important;
}

.all-margin-s {
  margin: var(--small-margin) !important;
}

.all-margin-m {
  margin: var(--default-margin) !important;
}

.all-margin-l {
  margin: var(--large-margin) !important;
}
.all-margin-xl {
  margin: 40px !important;
}

.no-margin {
  margin-left: 0px !important;
  margin-top: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
}

.top-padding-s {
  padding-top: 5px !important;
}

.top-padding-m {
  padding-top: 10px !important;
}

.top-padding-l {
  padding-top: var(--large-padding) !important;
}

.no-padding {
  padding: 0px !important;
}

.no-right-padding {
  padding-right: 0px !important;
}

.all-padding-s {
  padding: 5px !important;
}

.all-padding-m {
  padding: 10px !important;
}

.all-padding-l {
  padding: var(--large-padding) !important;
}



.right-padding-s {
  padding-right: 5px !important;
}

.right-padding-m {
  padding-right: 10px !important;
}

.right-padding-l {
  padding-right: var(--large-padding) !important;
}
.left-padding-s {
  padding-left: 5px !important;
}

.left-padding-m {
  padding-left: 10px !important;
}

.left-padding-l {
  padding-left: var(--large-padding) !important;
}

.bottom-padding-s {
  padding-bottom: 5px !important;
}

.bottom-padding-m {
  padding-bottom: 10px !important;
}

.bottom-padding-l {
  padding-bottom: var(--large-padding) !important;
}

.horz-padding-s {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.horz-padding-m {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.horz-padding-l {
  padding-left: var(--large-padding) !important;
  padding-right: var(--large-padding) !important;
}

.vert-padding-s {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.vert-padding-m {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.vert-padding-l {
  padding-top: var(--large-padding) !important;
  padding-bottom: var(--large-padding) !important;
}

.all-radius-s {
  border-radius: var(--small-radius) !important;
}

.all-radius-m {
  border-radius: 10px !important;
}

.all-radius-l {
  border-radius: var(--large-radius) !important;
}

.small-gap{
  gap: var(--small-gap);
}
.medium-gap{
  gap: var(--default-gap);
}
.large-gap{
  gap: var(--large-gap);
}

svg {
  fill: none;
  stroke: var(--text-color);
  stroke-width: 1.5px;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-grow: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

svg.button {
  display: inline-block;
  stroke-width: unset !important;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-grow: 0;
  flex-shrink: 0;
  width: 36px;
  height: 30px;
  padding: 3px 6px;
  background-color: var(--shade-color);
  border-radius: 5px;
}

.viewable-image{
  cursor: pointer;
}

.viewable-image:hover{
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.20);
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.20);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.20);
}

.image-stamp {
  display: inline-block;
  border: 3px solid var(--default-border);
  border-radius: 10px;
  width: 75px;
  height: 75px;
  object-fit: contain; /* maintains aspect ratio */
  background-color: transparent;
  margin: 0px 5px;
}




.vi-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1001;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.vi-overlay.visible {
  opacity: 1;
  pointer-events: all;
}
.vi-overlay img {
  max-width: 90%;
  max-height: 80%;
  margin-bottom: 10px;
  border-radius: 10px;
}
.vi-overlay .title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
}
.vi-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

ul{
  padding-left: 1rem !important;
}

ul.tick-list {
  list-style: none;
  padding-left: 0px !important;
  margin: 0;
  margin-top: 10px;
}

ul.tick-list li {
  position: relative;
  background-color: var(--shade-color);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 5px;
  padding: 5px;
  padding-left: 55px;
}

/* Custom tick icon */
ul.tick-list li::before {
  content: '✓';
  /* transform: translateY(-50%); */
  background-color: var(--primary-bg);
  color: var(--primary-bg-text);
  font-weight: bold;
  padding: 2px 15px;
  height: 100%;

  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

ul.tick-list ul {
  list-style: disc inside; /* or any default style you prefer */
  padding-left: 0px !important; /* add indentation */
}

ul.tick-list ul li {
  background-color: transparent;
  margin-bottom: 0px;
  padding: 0px;
  padding-left: 10px;
}
ul.tick-list ul li::before {
  content: none; /* remove the custom tick */
  background: none;
}



/* Buttons */
.comm-explainer {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 5px;

  margin: 15px 0px;
}

.comm-explainer>.comm{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;

  width: 100%;
  border-radius: 5px;
  background-color: var(--shade-color);
}

/* .comm-explainer>.comm>.comm-icon {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: start;
  flex-grow: 0;
  flex-shrink: 0;

  height: 42px;

  padding: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: var(--shade-color);
} */

.comm-explainer>.comm>.description {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;

  flex-grow: 1;
  flex-shrink: 1;

  height: 42px;
  padding-left: 10px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.comm-ui{
  padding: 0px 5px;
  border-radius: 5px;
  background: var(--light-bg);
}
.comm-ui>svg{
  transform: translateY(-2);
}
.focused-text{
  display: inline-block;
  background-color: var(--shade-color);
  padding: 0px 5px; 
}

p + ul {
  margin-top: 10px;
}

p:has(+ ul) {
  margin-bottom: 5px;
}


svg .brand-color-1{ stroke: var(--brand-color-1); }
svg .brand-color-2{ stroke: var(--brand-color-2); }
svg .brand-color-3{ stroke: var(--brand-color-3); }
svg .brand-color-4{ stroke: var(--brand-color-4); }


.comm-path {
  display: flex;
  align-items: center;
  gap: 10px;

  padding: 10px;
  border-radius: 10px;
  background-color: var(--shade-color);
  margin: 15px 0px;
}

.iconer svg {
  fill: none;
  stroke-width: 1.5px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 24px;
  height: 24px;
}

.spacer::before {
  content: "›";
  padding: 0 10px;
  font-size: 2.5rem;
  font-weight: 100;
  display: inline-block;
  line-height: 1rem;
  transform: translateY(3px);
}

.comm-icon{
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: start;
  
  padding: 0px 5px;
  display: inline-block;
  border-radius: 5px;
}

.iconer>svg, .comm-icon>svg{
  fill: none;
  stroke: var(--text-color);
  stroke-width: 1.5px;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-grow: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

svg.icon {
  fill: none;
  stroke: var(--text-color);
  stroke-width: 1.5px;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-grow: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin: 0 5px;
  transition: transform 0.3s ease;
}

.action-impact-detailer{
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: var(--shade-color);
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.action-impact-detailer>h4{
  border: none;
}
.action-impact-detailer>span{
  background-color: var(--reverse-shade-color);
  padding: 5px;
  border-radius: 5px;
}

body{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
  line-height: 1.6 !important;
}
.tablet{
  background-color: var(--shade-color);
  padding: 10px;
  border-radius: 5px;
  display: inline-block;
}

.iconer{
  min-width: 36px;
  min-height: 36px;
  display: flex;

  background-color: var(--reverse-shade-color);
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
  border-radius: 5px;

}







.definition-popup {
  position: absolute;
  background-color: var(--theme-bg);
  border: 1px solid var(--default-border);
  color: var(--text-color);
  padding: 0px;
  border-radius: 8px;
  max-width: 400px;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;

  box-shadow: 0px 0px 40px 20px rgba(0, 0, 0, 0.20);
  -webkit-box-shadow: 0px 0px 40px 20px rgba(0, 0, 0, 0.20);
  -moz-box-shadow: 0px 0px 40px 20px rgba(0, 0, 0, 0.20);

  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}
.definition-popup.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Popup header */
.popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;

  width: 100%;
  padding: 5px 15px 5px 15px;
  border-bottom: 1px solid var(--primary-bg);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}

.popup-title {
  margin: 0px;
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;

  font-weight: bold;
  font-size: 1.2rem;
}
.close-btn {
  background: none;
  border: none;
  color: var(--text-color);
  cursor: pointer;
  background-color:  var(--primary-bg);
  color: var(--primary-bg-text);

  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;

  font-size: 2rem;
  padding: 5px 10px;
  line-height: 1;
  transform: translateY(-8px);
}

/* Popup content */
.popup-content {
  font-size: 0.9em;
  padding: 15px 20px;
  text-align: justify;
}

/* Overlay for outside clicks */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 999;
  display: none;
}



.attention-note, .important-note{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px;
  margin: 20px 0px;
}
.attention-note>.title, .important-note>.title{
  display: flex;
  align-items: center;
  padding: 0px 10px;
}
.attention-note>.title>.icon, .important-note>.title>.icon{ 
  font-size: 1.6rem; 
}
.attention-note>.title>.caption, .important-note>.title>.caption{ 
  font-size: 1.2rem; 
  font-weight: bold;
  margin-top: 5px;
  color: var(--light-text);
}
.attention-note>.detail>p, .important-note>.detail>p,
.attention-note>.detail>ul>li, .important-note>.detail>ul>li
{ 
  color: var(--light-text);
}

.attention-note>div, .important-note>div{
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 0px 10px;
}

.attention-note{
  background-color: #ffeed9;
  border-left: 15px solid #ffa500;
}
.attention-note>.title{
  border-bottom: 2px solid #ffa500;
}

.important-note{
  background-color: #ffe1d8;
  border-left: 15px solid #ff5733;
}
.important-note>.title{
  border-bottom: 2px solid #ff5733;
}

.tips-note{
  display: flex;
  align-items: center;

  border-radius: 10px;
  padding: 10px;
  margin: 20px 0px;

  background-color: var(--shade-color);
}
.tips-note>.icon{
  display: inline-block;
  font-size: 1.6rem;

  flex-grow: 0;
  flex-shrink: 0;
}
.tips-note>.message{
  display: inline-block;
  font-size: 1.3rem;

  flex-grow: 1;
  flex-shrink: 1;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.has-background{
  background-color: var(--shade-color);
}












.slide-show {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}

.slides-container {
  display: flex;
  position: relative;
  height: auto; /* Adjust height as needed */
}

.slide {
  min-width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center; /* Vertical center */
  justify-content: center; /* Horizontal center */
  background: transparent; /* Optional: adds background for any empty space */
}

.slide img {
  width: 100%;
  object-fit: contain; /* Changed from 'cover' to 'contain' */
  display: block;
}

.slide.active {
  opacity: 1;
  position: relative;
}

.slide-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
}

.slide-btn {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 7px 15px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 18px;
  transition: background-color 0.3s;
}

.slide-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


@media only screen and (max-width: 600px) {
  .slides-container {
    height: auto;
  }
  .single-price-wrap{
    height: auto;
  }
}

.rounded-border{
  border-radius: 15px;
}

.normal-border{
  border: 1px solid var(--light-bg);
}
.highlighted-border{
  border: 1px solid var(--primary-bg);
}

.price-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 15px;

  border: 1px solid var(--dark-shade-color);
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 15px;
  background-color: var(--white-bg);
  height: 600px;
}
.price-container>*{
  width: 100%;
  margin: 0px;
}
.price-container>p, .price-container>h4, .price-container>h2{
  text-align: center;
  color: var(--text-color) !important;
}
.price-container>h4, .price-container>h2{
  font-size: 1.75rem;
}
.price-container>h4{
  padding: 15px 5px;
}
.price-container>h2{
  font-weight: bold;
  color: var(--text-h2) !important;
}

.price-container>ul{
  list-style: "✔";
  flex-grow: 1;
}
.price-container>ul>li{
  text-align: start;
  position: relative;
  margin-bottom: 15px;
  padding-left: 15px;
  font-weight: 500;
}
.price-container>a{
  text-align: center;
  display: inline-block;
}
.price-container>p{
  height: 100px;
  overflow: hidden;
}

.price-container.highlighted{
  border: 2px solid var(--primary-bg); 
}

.price-container.highlighted>h4{
  background-color: var(--primary-bg);
  border-radius: 8px;
  color: var(--primary-bg-text) !important;
}

span.highlighted{
  color: var(--primary-bg);
  font-weight: bold;
}

.footer-navigate{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;

  margin-top: 50px;

  border-top: 1px solid var(--primary-bg);
  padding: 20px 10px;
}
.footer-navigate>a{
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  align-items: center;
  gap: 10px;

  width: 50%;
  padding: 10px 15px;
  /* border: 2px solid black; */
  border-radius: 10px;
}
.footer-navigate>a:hover{
  border-color: var(--primary-bg);
  background-color: var(--shade-color);
}
.footer-navigate>a>svg{
  transition: 0.5s;
  stroke: var(--link-text-color);
}
.footer-navigate>a:hover>svg{
  stroke: var(--primary-bg);
}

li.separator {
  border: none;
  border-bottom: 1px solid #ccc; /* or your desired color */
  margin: 4px 0;
  height: 0;
  pointer-events: none; /* optional: prevents hover effects */
  width: 100%;
}

.construction-notice{
  position: fixed;
  top: 50%;
  left: 50%;
  width: 340px;
  z-index: 11111;

  transform:  translateY(-50%) translateX(-50%);
  
  background-color: var(--brand-color-2);
  padding: 25px;
  border-radius: 20px;
}
.construction-notice>span{
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--primary-bg-text);
}

.theme-btn>svg{
  stroke: var(--primary-bg-text) !important;
  margin-right: 10px !important;
}
.theme-text{
  color: var(--primary-bg) !important;
}
.theme-text>svg{
  stroke: var(--primary-bg) !important;
}




.cmtoast {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 30px;
    position: fixed;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20000;
    width: 500px;
    max-width: 100%;
    max-height: 300px;
    padding: 10px;
    border-radius: 10px;
    background-color: var(--white-bg);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23)
}

.cmtoast>.title {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    overflow-y: hidden;
    padding: 5px;
    padding-bottom: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.cmtoast>.title>svg {
    font-size: 1.2rem !important;
    width: 100px;
    display: inline-block;
    padding-left: 5px;
    flex-grow: 1;
    flex-shrink: 1
}

.cmtoast>.title>span {
    font-size: 1.2rem !important;
    font-weight: 500;
    width: 100px;
    display: inline-block;
    padding-left: 5px;
    flex-grow: 1;
    flex-shrink: 1
}

.cmtoast.success>.title {
    border-bottom: 1px solid var(--color-active-green)
}

.cmtoast.error>.title {
    border-bottom: 1px solid var(--color-active-red)
}

.cmtoast.warrning>.title {
    border-bottom: 1px solid var(--color-active-yellow)
}

.cmtoast>.title {
    border-bottom: 1px solid var(--default-border-color)
}

.cmtoast>.title>.tb-button {
    background-color: var(--page-background-color)
}

.cmtoast>.title>.tb-button:hover {
    background-color: var(--hover-bg-color)
}

.cmtoast.success>.title>.tb-button>svg {
    stroke: var(--color-active-green) !important
}

.cmtoast.error>.title>.tb-button>svg {
    stroke: var(--color-active-red) !important
}

.cmtoast.warrning>.title>.tb-button>svg {
    stroke: var(--color-active-yellow) !important
}

.cmtoast>p {
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 30px 10px;
    padding-top: 0;
    margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}