/* You can add global styles to this file, and also import other style files */
/* Default Style
============================*/
@font-face {
  font-family: "Leelawadee";
  src: url(../fonts/LeelawUI.ttf);
}

:root {
  --bs-body-font-family: "Leelawadee", sans-serif;
  --mainColor: var(--bs-primary);
  --optionalColor: var(--bs-warning);
  --headingColor: var(--bs-primary);
  --whiteColor: var(--bs-white);
  --blackColor: var(--bs-black);
  --fontSize: var(--bs-body-font-size);
  --transition: all ease 0.5s;
  --borderRadius: var(--bs-border-radius);
  --boxShadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

a {
  transition: var(--transition);
  text-decoration: none;
  color: var(--bodyColor);
}

a:hover {
  text-decoration: none;
  color: var(--mainColor);
}

a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  box-shadow: none;
  border: none;
  padding: 0;
}

button:focus {
  box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--headingColor);
  line-height: 1.4;
  font-weight: bold;
  font-family: var(--bs-body-font-family);
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

p {
  font-size: var(--fontSize);
  margin-bottom: 15px;
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.form-control {
  height: 50px;
  color: var(--blackColor);
  border: 1px solid #ebebeb;
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
  padding: 10px 20px;
  box-shadow: unset !important;
}

.form-control::placeholder {
  color: #676a6a;
}

.form-control:focus {
  border-color: var(--mainColor);
}

:focus {
  outline: 0 !important;
}

textarea.form-control {
  height: auto;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

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

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

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

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

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

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

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

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

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

/*Bg-color Style*/
.bg-color {
  background-color: #f1fbfc;
}

/*Default Btn Area Style*/
.default-btn {
  z-index: 1;
  line-height: 1;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-bottom: -5px;
  padding: 15px 40px 16px;
  color: var(--whiteColor);
  transition: var(--transition);
  background-color: var(--mainColor);
  border-radius: var(--borderRadius);
  font-size: 16px;
  font-weight: 700;
}

.default-btn:hover {
  color: var(--whiteColor);
}

.default-btn:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

/*Read More Btn Area Style*/
.read-more {
  font-weight: 600;
  font-size: 15px;
  color: var(--mainColor);
}

.read-more i {
  position: relative;
  position: relative;
  top: 1.7px;
  margin-left: 5px;
}

.read-more:hover {
  color: var(--mainColor);
  letter-spacing: 1px;
}

/*Section Title Area Style*/
.section-title {
  max-width: 750px;
  margin: -6px auto 50px;
  text-align: center;
  position: relative;
}

.section-title span {
  font-size: 16px;
  color: var(--mainColor);
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

.section-title h2 {
  font-size: 45px;
  margin-bottom: 20px;
  position: relative;
}

.section-title h2:last-child {
  margin-bottom: 0;
}

.section-title p {
  max-width: 600px;
  margin: auto;
}

.section-title.white-title span {
  color: var(--mainColor);
}

.section-title.white-title h2 {
  color: var(--whiteColor);
}

.section-title.white-title p {
  color: var(--whiteColor);
}

/* Header Area Style
  ======================================================*/
.header-area.header-area-three {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

.header-area .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.top-header {
  background-color: var(--optionalColor);
  padding-top: 15px;
  padding-bottom: 15px;
}

.top-header .header-left-content {
  line-height: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-header .header-left-content li {
  display: inline-block;
  margin-right: 32px;
  color: var(--whiteColor);
  font-size: 14px;
  position: relative;
  padding-left: 25px;
}

.top-header .header-left-content li span {
  display: block;
  margin-bottom: 5px;
}

.top-header .header-left-content li:last-child {
  margin-right: 0;
}

.top-header .header-left-content li i {
  color: var(--mainColor);
  display: inline-block;
  font-size: 18px;
  position: absolute;
  top: -2px;
  left: 0;
  text-align: center;
  border-radius: 50%;
}

.top-header .header-left-content li a {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: var(--whiteColor);
}

.top-header .header-left-content li a:hover {
  color: var(--mainColor);
}

.top-header .header-right-content {
  line-height: 1;
  text-align: right;
  position: relative;
  top: -4px;
}

.top-header .header-right-content .language-area {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: 25px;
}

.top-header .header-right-content .language-area .language-item-top {
  position: relative;
}

.top-header
  .header-right-content
  .language-area
  .language-item-top
  .language-bar
  span {
  color: var(--whiteColor);
  transition: var(--transition);
  font-size: 15px;
  font-weight: 600;
}

.top-header
  .header-right-content
  .language-area
  .language-item-top
  .language-bar
  i {
  font-size: 20px;
  color: var(--whiteColor);
  font-weight: 700;
  position: relative;
  top: 4px;
  transition: var(--transition);
}

.top-header
  .header-right-content
  .language-area
  .language-item-top
  .language-bar:hover
  span {
  color: var(--mainColor);
}

.top-header
  .header-right-content
  .language-area
  .language-item-top
  .language-bar:hover
  i {
  color: var(--mainColor);
}

.top-header
  .header-right-content
  .language-area
  .language-item-top
  .language-item-bottom {
  list-style: none;
  position: absolute;
  top: 50px;
  padding: 20px !important;
  box-shadow: var(--boxShadow);
  background-color: var(--whiteColor);
  width: 200px;
  right: -105px;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin: 0;
  text-align: left;
}

.top-header
  .header-right-content
  .language-area
  .language-item-top
  .language-item-bottom::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-top: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid var(--whiteColor);
  border-left: 8px solid transparent;
  top: -8px;
  left: 25px;
}

.top-header
  .header-right-content
  .language-area
  .language-item-top
  .language-item-bottom
  .language-item {
  margin-bottom: 15px;
}

.top-header
  .header-right-content
  .language-area
  .language-item-top
  .language-item-bottom
  .language-item:last-child {
  margin-bottom: 0;
}

.top-header
  .header-right-content
  .language-area
  .language-item-top
  .language-item-bottom
  .language-item
  .language-link {
  color: var(--headingColor);
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.top-header
  .header-right-content
  .language-area
  .language-item-top
  .language-item-bottom
  .language-item
  .language-link
  img {
  width: 20px;
  margin-right: 8px;
  border-radius: 50%;
  position: relative;
  top: -2px;
}

.top-header
  .header-right-content
  .language-area
  .language-item-top
  .language-item-bottom
  .language-item
  .language-link:hover {
  color: var(--mainColor);
}

.top-header
  .header-right-content
  .language-area
  .language-item-top:hover
  .language-item-bottom {
  visibility: visible;
  opacity: 1;
  top: 35px;
  z-index: 9999;
}

.top-header .header-right-content .log-in {
  display: inline-block;
  margin-right: 12px;
  padding-right: 8px;
  position: relative;
}

.top-header .header-right-content .log-in::before {
  content: "";
  position: absolute;
  top: 1px;
  right: -2px;
  width: 1px;
  height: 100%;
  background-color: var(--whiteColor);
  transform: rotate(18deg);
}

.top-header .header-right-content .log-in a {
  font-weight: 600;
  font-size: 15px;
  color: var(--whiteColor);
}

.top-header .header-right-content .log-in a:hover {
  color: var(--mainColor);
}

.top-header .header-right-content .register {
  display: inline-block;
}

.top-header .header-right-content .register a {
  font-weight: 600;
  font-size: 15px;
  color: var(--whiteColor);
}

.top-header .header-right-content .register a:hover {
  color: var(--mainColor);
}

.top-header.top-header-three {
  background-color: #fafafa;
}

.top-header.top-header-three .header-left-content li {
  color: var(--headingColor);
  font-weight: 600;
}

.top-header.top-header-three .header-left-content li span {
  display: block;
  margin-bottom: 5px;
}

.top-header.top-header-three .header-left-content li a {
  color: var(--headingColor);
  font-weight: 600;
}

.top-header.top-header-three .header-left-content li a:hover {
  color: var(--mainColor);
}

.top-header.top-header-three
  .header-right-content
  .language-area
  .language-item-top
  .language-bar
  span {
  color: var(--headingColor);
}

.top-header.top-header-three
  .header-right-content
  .language-area
  .language-item-top
  .language-bar
  i {
  color: var(--headingColor);
}

.top-header.top-header-three
  .header-right-content
  .language-area
  .language-item-top
  .language-bar:hover
  span {
  color: var(--mainColor);
}

.top-header.top-header-three
  .header-right-content
  .language-area
  .language-item-top
  .language-bar:hover
  i {
  color: var(--mainColor);
}

.top-header.top-header-three .header-right-content .log-in a {
  color: var(--headingColor);
}

.top-header.top-header-three .header-right-content .log-in a:hover {
  color: var(--mainColor);
}

.top-header.top-header-three .header-right-content .log-in::before {
  background-color: var(--headingColor);
}

.top-header.top-header-three .header-right-content .register a {
  color: var(--headingColor);
}

.top-header.top-header-three .header-right-content .register a:hover {
  color: var(--mainColor);
}

/* Nav Area Style
  ======================================================*/
.navbar-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: var(--boxShadow);
  background-color: rgba(var(--bs-purple-rgb), 0.8);
}

.navbar-area .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.navbar-area .desktop-nav {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-area .desktop-nav .navbar {
  position: inherit;
  padding: 0;
}

.navbar-area .desktop-nav .navbar .navbar-brand {
  font-size: inherit;
  line-height: 1;
  padding: 0;
  margin-right: 0;
}

.navbar-area .desktop-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  line-height: 1;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding: 0;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a {
  color: var(--bs-white);
  transition: var(--transition);
  padding: 40px 0;
  position: relative;
  z-index: 1;
  margin: 0 12px;
  font-size: 16px;
  font-weight: 700;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: var(--bs-white);
  transition: var(--transition);
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a i {
  font-size: 22px;
  line-height: 0;
  position: relative;
  top: 5px;
  right: 3px;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a:hover {
  color: var(--bs-white);
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a.active {
  color: var(--bs-white);
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  position: absolute;
  top: 130%;
  left: 12px;
  opacity: 0;
  width: 250px;
  visibility: hidden;
  z-index: 99;
  display: block;
  padding: 0;
  background-color: var(--bs-primary);
  border: none;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  box-shadow: var(--boxShadow);
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  width: 2px;
  background-color: var(--bs-white);
  transition: var(--transition);
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
  padding: 0;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: var(--bs-white);
  position: relative;
  padding: 15px 15px;
  border-bottom: 1px dashed #eeeeee;
  text-transform: capitalize;
  display: block;
  font-weight: 600;
  font-size: 15.5px;
  margin-left: 0;
  margin-right: 0;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  float: right;
  top: 8px;
  transition: var(--transition);
  font-size: 20px;
}

.navbar-area
  .desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 0;
  background-color: var(--bs-primary);
  transition: var(--transition);
  opacity: 0;
}

.navbar-area
  .desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:hover {
  color: var(--bs-white);
}

.navbar-area
  .desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:hover::before {
  opacity: 1;
  bottom: auto;
  top: 0;
  height: 100%;
}

.navbar-area
  .desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a.active {
  color: var(--bs-white);
}

.navbar-area
  .desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu {
  left: 100%;
  top: 0;
}

.navbar-area
  .desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li:last-child
  a {
  border-bottom: none;
}

.navbar-area
  .desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu {
  position: absolute;
  left: -98%;
  top: 20px !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.navbar-area
  .desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  position: absolute;
  right: -100%;
  top: 0;
  opacity: 0 !important;
  visibility: hidden !important;
}

.navbar-area
  .desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: var(--bs-white);
}

.navbar-area
  .desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover {
  color: var(--bs-white);
}

.navbar-area
  .desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus {
  color: var(--bs-white);
}

.navbar-area
  .desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: var(--bs-white);
}

.navbar-area
  .desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -4px !important;
}

.navbar-area
  .desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li:hover
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -20px !important;
}

.navbar-area
  .desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu:last-child
  .dropdown-menu {
  left: auto;
  right: -100%;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item:hover ul {
  opacity: 1;
  visibility: visible;
  top: 98%;
}

.navbar-area
  .desktop-nav
  .navbar
  .navbar-nav
  .nav-item:hover
  .dropdown-menu::before {
  height: 100%;
  right: auto;
  bottom: 0;
}

.navbar-area .desktop-nav .navbar .others-option {
  position: relative;
  top: 0;
}

.navbar-area .desktop-nav .navbar .others-option .search-box {
  position: absolute;
  top: 0;
  right: 178px;
  z-index: 1;
}

.navbar-area .desktop-nav .navbar .others-option .search-box .form-control {
  width: 46px;
  height: 46px;
  color: transparent;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  background-color: var(--bs-white);
  z-index: 9999;
  cursor: pointer;
}

.navbar-area
  .desktop-nav
  .navbar
  .others-option
  .search-box
  .form-control:focus {
  border-color: var(--whiteColor);
  width: 900px;
  color: var(--headingColor);
  cursor: auto;
}

.navbar-area
  .desktop-nav
  .navbar
  .others-option
  .search-box
  .form-control:focus
  ~ .search-btn {
  background-color: var(--whiteColor);
  border-radius: 0;
  cursor: pointer;
  pointer-events: auto;
}

.navbar-area
  .desktop-nav
  .navbar
  .others-option
  .search-box
  .form-control:focus
  ~ .close-btn {
  display: block;
}

.navbar-area .desktop-nav .navbar .others-option .search-box .search-btn,
.navbar-area .desktop-nav .navbar .others-option .search-box .close-btn {
  transition: background-color 0.2s ease-in-out;
  background-color: var(--whiteColor);
  color: var(--mainColor);
  font-size: 22px;
  text-align: center;
  border-radius: 50%;
  pointer-events: none;
  display: inline-block;
  position: absolute;
  width: 46px;
  height: 46px;
  top: 0;
  right: 0;
  transition: var(--transition);
}

.navbar-area .desktop-nav .navbar .others-option .search-box .search-btn i,
.navbar-area .desktop-nav .navbar .others-option .search-box .close-btn i {
  position: relative;
  top: 2px;
}

.navbar-area .desktop-nav .navbar .others-option .search-box .close-btn {
  display: none;
}

.navbar-area .desktop-nav .navbar .others-option .call-us {
  display: inline-block;
  margin-right: 62px;
  position: relative;
  top: -13px;
}

.navbar-area .desktop-nav .navbar .others-option .call-us i {
  font-size: 20px;
  color: var(--whiteColor);
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 5px;
}

.navbar-area .desktop-nav .navbar .others-option .call-us a {
  font-size: 16px;
  font-weight: 700;
}

.navbar-area .desktop-nav .navbar .others-option .get-quote {
  display: inline-block;
  margin-left: 20px;
}

.mobile-nav {
  display: none;
}

/* Others Option For Responsive Area Style
  ======================================================*/
.others-option-for-responsive {
  display: none;
}

.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 9991;
  position: absolute;
  right: 60px;
  top: -34px;
}

.others-option-for-responsive .dot-menu .inner {
  display: flex;
  align-items: center;
  height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  transition: var(--transition);
  background-color: var(--headingColor);
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: var(--mainColor);
}

.others-option-for-responsive .container {
  position: relative;
}

.others-option-for-responsive .container .container {
  position: absolute;
  right: 0;
  top: 10px;
  max-width: 320px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  transform: scaleY(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.others-option-for-responsive .others-option {
  position: relative;
  top: 0;
}

.others-option-for-responsive .others-option .search-box {
  position: absolute;
  top: 0;
  right: 178px;
  z-index: 9999;
}

.others-option-for-responsive .others-option .search-box .form-control {
  width: 46px;
  height: 46px;
  color: transparent;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  background-color: var(--whiteColor);
  z-index: 9999;
  cursor: pointer;
}

.others-option-for-responsive .others-option .search-box .form-control:focus {
  border-color: var(--mainColor);
  width: 900px;
  color: var(--headingColor);
  cursor: auto;
}

.others-option-for-responsive
  .others-option
  .search-box
  .form-control:focus
  ~ .search-btn {
  background-color: var(--mainColor);
  border-radius: 0;
  cursor: pointer;
  pointer-events: auto;
}

.others-option-for-responsive
  .others-option
  .search-box
  .form-control:focus
  ~ .close-btn {
  display: block;
}

.others-option-for-responsive .others-option .search-box .search-btn,
.others-option-for-responsive .others-option .search-box .close-btn {
  transition: background-color 0.2s ease-in-out;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  font-size: 22px;
  text-align: center;
  border-radius: 50%;
  pointer-events: none;
  display: inline-block;
  position: absolute;
  width: 46px;
  height: 46px;
  top: 0;
  right: 0;
  transition: var(--transition);
}

.others-option-for-responsive .others-option .search-box .search-btn i,
.others-option-for-responsive .others-option .search-box .close-btn i {
  position: relative;
  top: 2px;
}

.others-option-for-responsive .others-option .search-box .close-btn {
  display: none;
}

.others-option-for-responsive .others-option .call-us {
  display: inline-block;
  margin-right: 62px;
  position: relative;
  top: -13px;
}

.others-option-for-responsive .others-option .call-us i {
  font-size: 20px;
  color: var(--mainColor);
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 5px;
}

.others-option-for-responsive .others-option .call-us a {
  font-size: 15px;
  font-weight: 700;
}

.others-option-for-responsive .others-option .get-quote {
  display: inline-block;
  margin-left: 20px;
}

/* Banner Area Style
  ======================================================*/
.banner-area {
  height: 720px;
  position: relative;
  z-index: 1;
  background-image: url(../img/banner/banner-bg-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-area::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 450px;
  background-color: var(--optionalColor);
  z-index: -1;
}

.banner-area .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.banner-area.banner-area-three {
  background-image: none;
  background-color: #f9fafb;
  height: 100%;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 0;
}

.banner-area.banner-area-three::before {
  display: none;
}

.banner-area.banner-area-three .banner-content {
  margin: 0 auto 30px;
  max-width: 1080px;
  text-align: center;
}

.banner-area.banner-area-three .banner-content h1 {
  font-size: 72px;
}

.banner-content {
  overflow: hidden;
}

.banner-content span {
  display: block;
  margin-bottom: 10px;
  color: var(--mainColor);
}

.banner-content h1 {
  font-size: 57px;
  margin-bottom: 30px;
  color: var(--headingColor);
}

.banner-content p {
  margin-bottom: 40px;
  font-size: 17px;
  color: var(--headingColor);
}

.banner-content .banner-btn .default-btn.active {
  margin-left: 30px;
  background-color: var(--whiteColor);
  border: 1px solid var(--whiteColor);
  color: var(--mainColor);
}

.banner-content .banner-btn .default-btn.active::before {
  opacity: 0;
}

.banner-content .banner-btn .default-btn.active::after {
  opacity: 0;
}

.banner-content .banner-btn .default-btn.active span::before {
  opacity: 0;
}

.banner-content .banner-btn .default-btn.active span::after {
  opacity: 0;
}

.banner-content .banner-btn .default-btn.active:hover {
  background-color: var(--headingColor);
  color: var(--whiteColor);
  border-color: var(--headingColor);
}

.banner-content .banner-btn .default-btn.active:hover::before {
  opacity: 1;
}

.banner-content .banner-btn .default-btn.active:hover::after {
  opacity: 1;
}

.banner-content .banner-btn .default-btn.active:hover span::before {
  opacity: 1;
}

.banner-content .banner-btn .default-btn.active:hover span::after {
  opacity: 1;
}

.banner-img {
  position: relative;
  z-index: 1;
}

.banner-img .banner-shape-1 {
  position: absolute;
  top: -50px;
  right: -50px;
  z-index: -1;
  animation: moveScale 3s linear infinite;
}

.banner-img ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: right;
  margin-right: 45px;
  margin-top: 30px;
}

.banner-img ul li {
  display: inline-block;
  margin: 0 10px;
}

.banner-img ul li:first-child {
  margin-left: 0;
}

.banner-img ul li:last-child {
  margin-right: 0;
}

.banner-img ul li a {
  color: var(--whiteColor);
}

.banner-img ul li a:hover {
  color: var(--mainColor);
}

@keyframes moveScale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

/* Hero Slider Area Two Style
  ======================================================*/
.hero-slider-area {
  position: relative;
  z-index: 1;
}

.hero-slider-area .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.hero-slider-area ul {
  display: inline-flex;
  flex-flow: column nowrap;
  position: absolute;
  top: 20%;
  left: -10px;
  z-index: 1;
  list-style-type: none;
  padding: 0;
  margin: 0;
  transform: rotate(-180deg);
}

.hero-slider-area ul li {
  margin: 35px 0;
}

.hero-slider-area ul li a {
  display: block;
  transform: rotate(90deg);
  color: var(--headingColor);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}

.hero-slider-area ul li a:hover {
  color: var(--mainColor);
}

.hero-slider-item {
  display: block;
  height: 50rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slider-item.bg-1 {
  background-image: url(../images/inicio/Pag\ Web\ Koneksi\ -\ Inicio\ Home-03.png);
}

.hero-slider-item.bg-2 {
  background-image: url(../images/inicio/Pag\ Web\ Koneksi\ -\ Inicio\ Home-04.png);
}

.hero-slider-item.bg-3 {
  background-image: url(../img/slider/slider-3.jpg);
}

.hero-slider-content {
  max-width: 880px;
  margin-top: -100px;
}

.hero-slider-content .top-title {
  color: var(--mainColor);
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.hero-slider-content h1 {
  font-size: 70px;
  margin-bottom: 20px;
}

.hero-slider-content p {
  margin-bottom: 30px;
  max-width: 600px;
}

.hero-slider-area .owl-nav {
  margin-top: 0 !important;
}

.hero-slider-area .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 20px;
  margin: 0;
  background-color: transparent;
  padding: 0;
}

.hero-slider-area .owl-nav .owl-prev i {
  font-size: 20px;
  color: var(--mainColor);
  border: 1px solid var(--mainColor);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  transition: var(--transition);
}

.hero-slider-area .owl-nav .owl-prev:hover i {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.hero-slider-area .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 20px;
  margin: 0;
  background-color: transparent;
  padding: 0;
}

.hero-slider-area .owl-nav .owl-next i {
  font-size: 20px;
  color: var(--mainColor);
  border: 1px solid var(--mainColor);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  transition: var(--transition);
}

.hero-slider-area .owl-nav .owl-next:hover i {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.hero-slider-area .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
}

/* Partner Area Style
  ======================================================*/
.partner-area.partner-area-three {
  background-color: var(--optionalColor);
}

.partner-area .partner-bg {
  padding-left: 50px;
  padding-right: 50px;
}

.partner-area .owl-carousel .owl-item img {
  width: auto;
  margin: auto;
}

/* Future Area Style
  ======================================================*/
.future-area .section-title {
  margin-bottom: 30px;
}

.future-area.future-area-two {
  position: relative;
  z-index: 1;
}

.future-area.future-area-two .single-future-box {
  position: relative;
  margin-bottom: 30px;
  background-color: #f1fbfc;
}

.future-area.future-area-two .single-future-box.active {
  background-color: var(--optionalColor);
}

.future-area.future-area-two .single-future-box.active i {
  color: var(--whiteColor);
}

.future-area.future-area-two .single-future-box.active h3 {
  color: var(--whiteColor);
}

.future-area.future-area-two .single-future-box.active p {
  color: var(--whiteColor);
}

.future-area.future-area-two .single-future-box.active::before {
  border-color: var(--whiteColor);
}

.future-area.future-area-two .single-future-box.active::after {
  border-color: var(--whiteColor);
}

.future-area.future-area-two .single-future-box::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 50px;
  height: 50px;
  transition: var(--transition);
  border-top: 2px solid var(--mainColor);
  border-left: 2px solid var(--mainColor);
}

.future-area.future-area-two .single-future-box::after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  transition: var(--transition);
  border-bottom: 2px solid var(--mainColor);
  border-right: 2px solid var(--mainColor);
}

.future-area.future-area-two .single-future-box:hover {
  transform: translateY(-5px);
}

.future-area.future-area-three .single-future-box {
  background-color: transparent;
  border: 1px dashed var(--mainColor);
}

.future-area.future-area-three .single-future-box::before {
  opacity: 0;
}

.future-area.future-area-three .single-future-box::after {
  opacity: 0;
}

.future-area.future-area-three .single-future-box.active {
  border: 1px solid var(--optionalColor);
}

.future-area.future-area-three .single-future-box.active::before {
  opacity: 1;
}

.future-area.future-area-three .single-future-box.active::after {
  opacity: 1;
}

.future-area.future-area-three .single-future-box:hover {
  background-color: var(--optionalColor);
  border-color: var(--optionalColor);
}

.future-area.future-area-three .single-future-box:hover i {
  color: var(--whiteColor);
}

.future-area.future-area-three .single-future-box:hover h3 {
  color: var(--whiteColor);
}

.future-area.future-area-three .single-future-box:hover p {
  color: var(--whiteColor);
}

.future-area.future-area-three .single-future-box:hover::before {
  border-color: var(--whiteColor);
  opacity: 1;
}

.future-area.future-area-three .single-future-box:hover::after {
  border-color: var(--whiteColor);
  opacity: 1;
}

.single-future-box {
  padding: 30px;
  text-align: center;
  transition: var(--transition);
}

.single-future-box i {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  color: var(--mainColor);
}

.single-future-box h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.single-future-box:hover {
  background-color: #f1fbfc;
}

/* Company Area Style
  ======================================================*/
.company-area .section-title {
  max-width: 850px;
}

.company-area .container-fluid {
  max-width: 100%;
}

.company-area.company-area-three {
  position: relative;
}

.company-area.company-area-three .company-img-three {
  position: absolute;
  bottom: 0;
}

.company-area.company-area-three .company-content {
  margin-left: 30px;
}

.company-area.company-area-three .company-content h2 {
  font-size: 38px;
}

.company-content {
  max-width: 600px;
  margin-left: 60px;
}

.company-content .top-title {
  color: var(--mainColor);
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.company-content h2 {
  font-size: 40px;
  margin-bottom: 25px;
}

.company-content .some-bold {
  font-weight: 600;
}

.company-content .default-btn {
  margin-top: 20px;
}

.company-img {
  height: 100%;
  position: relative;
  background-image: url(../img/company-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.company-img .trusted {
  background-color: rgba(10, 32, 70, 0.9);
  padding: 30px;
  text-align: center;
  display: inline-block;
  max-width: 320px;
  position: absolute;
  bottom: 30px;
  right: -30px;
}

.company-img .trusted span {
  line-height: 1;
  display: inline-block;
  margin-bottom: 15px;
  color: var(--whiteColor);
  font-size: 50px;
  font-family: var(--bs-body-font-family);
}

.company-img .trusted h3 {
  font-size: 18px;
  color: var(--whiteColor);
}

.company-img .trusted p {
  color: var(--whiteColor);
}

/* Welcome Area Style
  ======================================================*/
.welcome-bg {
  position: relative;
  z-index: 1;
  background-image: url(../img/welcome-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.welcome-bg::before {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  position: absolute;
  background-image: linear-gradient(to right, transparent, #f1fbfc);
}

.welcome-content {
  max-width: 600px;
  margin-left: auto;
}

.welcome-content h2 {
  font-size: 40px;
  margin-bottom: 25px;
}

.welcome-content .some-bold {
  font-weight: 600;
}

.welcome-content .default-btn {
  margin-top: 20px;
}

/* Services Area Style
  ======================================================*/
.services-area.services-area-three {
  background-color: #f9fafb;
}

.services-area.services-area-three .single-services-box {
  border: 1px dashed var(--mainColor);
  margin-bottom: 30px;
}

.services-area.services-area-three .single-services-box h3 {
  transition: var(--transition);
}

.services-area.services-area-three .single-services-box p {
  transition: var(--transition);
}

.services-area.services-area-three .single-services-box:hover {
  border-color: var(--optionalColor);
  background-color: var(--optionalColor);
}

.services-area.services-area-three .single-services-box:hover h3 {
  color: var(--mainColor);
}

.services-area.services-area-three .single-services-box:hover p {
  color: var(--whiteColor);
}

.services-area.services-area-three .single-services-box:hover .read-more {
  color: var(--whiteColor);
}

.services-area .default-btn {
  display: table;
  margin: 20px auto 0;
}

.single-services-box {
  text-align: center;
  padding: 30px;
  position: relative;
  z-index: 1;
  transition: var(--transition);
  border: 1px solid #f5f5f5;
  height: 100%;
}

.single-services-box::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 0;
  height: 0;
  transition: var(--transition);
  opacity: 0;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
}

.single-services-box::after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 0;
  height: 0;
  transition: var(--transition);
  opacity: 0;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.single-services-box img {
  width: 65px;
  height: 65px;
  object-fit: contain;
}

.single-services-box i {
  font-size: 50px;
  color: var(--mainColor);
  line-height: 1;
  margin-bottom: 17px;
  display: inline-block;
}

.single-services-box h3 {
  color: currentColor;
  font-size: 20px;
  margin-bottom: 12px;
}

.single-services-box p {
  color: var(--bs-body-color);
}

.single-services-box .read-more {
  color: var(--headingColor);
}

.single-services-box .read-more:hover {
  color: var(--mainColor);
}

.single-services-box:hover {
  transform: translateY(-5px);
  background-color: rgba(var(--bs-body-color-rgb), 0.05);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
}

.single-services-box:hover::before {
  width: 50px;
  height: 50px;
  opacity: 1;
}

.single-services-box:hover::after {
  width: 50px;
  height: 50px;
  opacity: 1;
}

/* Why Chooses Us Area Style
  ======================================================*/
.why-choose-us-area .col-lg-6 {
  position: relative;
}

.why-choose-us-area .container-fluid {
  max-width: 100%;
}

.why-choose-us-area.why-choose-us-area-two .container {
  padding-left: 30px;
  padding-right: 30px;
}

.why-choose-us-area.why-choose-us-area-two .choose-us-content {
  padding: 103px;
  margin-top: 0;
  max-width: 100%;
}

.why-choose-us-area.why-choose-us-area-two .choose-us-content .top-title {
  color: var(--mainColor);
}

.why-choose-us-area.why-choose-us-area-two .choose-us-content h2 {
  color: var(--whiteColor);
  font-size: 36px;
}

.why-choose-us-area.why-choose-us-area-two .choose-us-content p {
  color: var(--whiteColor);
}

.why-choose-us-area.why-choose-us-area-two .choose-us-content ul li {
  color: var(--whiteColor);
}

.why-choose-us-area.why-choose-us-area-two .why-choose-us-img {
  background-image: url(../img/choose-us/choose-us-2.jpg);
}

.why-choose-us-area.why-choose-us-area-two .why-choose-us-img .choose-us-video {
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.why-choose-us-area.why-choose-us-area-three .choose-us-content {
  max-width: 100%;
  padding-right: 0;
}

.why-choose-us-area.why-choose-us-area-three .home-content {
  background-image: url(../images/inicio/Pag\ Web\ Koneksi\ -\ Inicio\ Home-05.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}

.why-choose-us-area.why-choose-us-area-three .home-content ul li p::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: var(--bs-primary);
  border-radius: 50%;
}

.why-choose-us-area.why-choose-us-area-three .choose-us-content .bold {
  font-weight: 600;
  margin-bottom: 15px;
}

.why-choose-us-area.why-choose-us-area-three .choose-us-content p {
  margin-bottom: 30px;
}

.why-choose-us-area.why-choose-us-area-three .choose-us-content ul {
  margin-bottom: 30px;
}

.why-choose-us-area.why-choose-us-area-three .choose-us-three {
  margin-bottom: 30px;
  text-align: center;
}

.why-choose-us-area.why-choose-us-area-three .why-choose-us-img {
  position: relative;
}

.why-choose-us-area.why-choose-us-area-three
  .why-choose-us-img
  .choose-us-video {
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.why-choose-us-area.about-page .why-choose-us-img-four {
  height: 100%;
  position: relative;
  background-image: url(../img/choose-us/choose-us-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.why-choose-us-area.about-page .why-choose-us-img-four::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: var(--whiteColor);
}

.why-choose-us-area.about-page .why-choose-us-img-four .choose-us-video {
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.why-choose-us-area.about-page .choose-us-content {
  margin-left: 30px;
}

.choose-us-content {
  max-width: 600px;
  padding-right: 60px;
  margin-top: -6px;
  margin-left: auto;
}

.choose-us-content .top-title {
  color: var(--mainColor);
  display: inline-block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}

.choose-us-content h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.choose-us-content p {
  margin-bottom: 20px;
}

.choose-us-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 33px;
}

.choose-us-content ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  color: var(--headingColor);
  font-family: var(--bs-body-font-family);
  font-weight: 600;
  font-size: 15px;
}

.choose-us-content ul li:last-child {
  margin-bottom: 0;
}

.why-choose-slider-content {
  position: relative;
}

.why-choose-slider-content .success {
  background-color: rgba(10, 32, 70, 0.9);
  padding: 30px;
  text-align: center;
  display: inline-block;
  max-width: 320px;
  position: absolute;
  bottom: 30px;
  left: -30px;
  z-index: 1;
}

.why-choose-slider-content .success span {
  line-height: 1;
  display: inline-block;
  margin-bottom: 15px;
  color: var(--whiteColor);
  font-size: 50px;
  font-family: var(--bs-body-font-family);
}

.why-choose-slider-content .success h3 {
  font-size: 18px;
  color: var(--whiteColor);
  margin-bottom: 0;
}

.why-choose-slider-content .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 40px;
}

.why-choose-slider-content
  .owl-theme
  .owl-nav.disabled
  + .owl-dots
  .owl-dot
  span {
  background-color: var(--whiteColor);
  transition: var(--transition);
}

.why-choose-slider-content
  .owl-theme
  .owl-nav.disabled
  + .owl-dots
  .owl-dot:hover
  span {
  background-color: var(--mainColor);
}

.why-choose-slider-content
  .owl-theme
  .owl-nav.disabled
  + .owl-dots
  .owl-dot.active
  span {
  background-color: var(--mainColor);
}

.why-choose-us-img {
  height: 691px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.why-choose-us-img.bg-1 {
  background-image: url(../img/choose-us/choose-us-1.jpg);
}

.why-choose-us-img.bg-2 {
  background-image: url(../img/choose-us/choose-us-2.jpg);
}

.why-choose-us-img.bg-3 {
  background-image: url(../img/choose-us/choose-us-3.jpg);
}

/* Get Quote Area Style
  ======================================================*/
.get-quote-area.get-quote-area-two .get-quote-img {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/get-quote-img.jpg);
}

.get-quote-area.get-quote-area-two .container {
  padding-left: 30px;
  padding-right: 30px;
}

.get-quote-area.get-quote-area-two .section-title {
  margin-bottom: 30px;
}

.get-quote-area.get-quote-area-two .section-title h2 {
  font-size: 36px;
  color: var(--whiteColor);
}

.get-quote-area.get-quote-area-two .get-quote-tab {
  padding: 30px;
  background-color: var(--optionalColor);
}

.get-quote-area.get-quote-area-two .get-quote-tab .tabs li {
  margin: 0 10px;
  color: var(--whiteColor);
}

.get-quote-area.get-quote-area-two .get-quote-form .we-area-title h3 {
  color: var(--whiteColor);
}

.get-quote-area.get-quote-area-two .get-quote-form .from-title {
  color: var(--whiteColor);
}

.get-quote-area.get-quote-area-two .get-quote-form .form-control {
  background-color: var(--whiteColor);
}

.get-quote-area.get-quote-area-two .get-quote-form .form-control::placeholder {
  color: #555555;
}

.get-quote-area.get-quote-area-two .skill-bar .progress-title {
  color: var(--whiteColor);
}

.get-quote-area.get-quote-area-two .skill-bar .progress-content-outter {
  background-color: #3b4d6b;
}

.get-quote-area.get-quote-area-three {
  background-color: #f9fafb;
}

.get-quote-area.get-quote-area-three .col-lg-4 {
  position: relative;
}

.get-quote-area.get-quote-area-three .section-title {
  margin-bottom: 30px;
}

.get-quote-area.get-quote-area-three .section-title h2 {
  font-size: 36px;
}

.get-quote-area.get-quote-area-three .get-quote-img-three {
  position: absolute;
  bottom: 0;
}

.get-quote-area.get-quote-area-three .form-control {
  background-color: var(--whiteColor);
}

.get-quote-tab {
  max-width: 810px;
  margin: auto;
}

.get-quote-tab .tabs {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1;
}

.get-quote-tab .tabs li {
  display: inline-block;
  cursor: pointer;
  margin: 0 20px;
  font-weight: 600;
}

.get-quote-tab .tabs li.current {
  color: var(--mainColor);
  border-bottom: 2px solid var(--mainColor);
  padding-bottom: 5px;
}

.get-quote-form .we-area-title h3 {
  font-size: 25px;
}

.get-quote-form .from-title {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}

.get-quote-form .form-group {
  margin-bottom: 30px;
}

.get-quote-form .form-group .nice-select {
  width: 100%;
  border-radius: 0;
  margin-bottom: 30px;
  height: 50px;
  padding-left: 20px;
}

.get-quote-form .form-group .nice-select .current {
  position: relative;
  top: 3px;
}

.get-quote-form .form-group .nice-select::after {
  width: 8px;
  height: 8px;
  right: 23px;
}

.get-quote-form .form-group .nice-select:focus {
  border-color: var(--mainColor);
}

.get-quote-form .default-btn {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  height: 50px;
}

/* Skill Area Style
  ======================================================*/
.skill-bar {
  margin-bottom: 30px;
}

.skill-bar .progress-title-holder {
  position: relative;
}

.skill-bar .progress-title {
  margin-bottom: 10px;
  display: inline-block;
}

.skill-bar .usd {
  margin-bottom: 10px;
  display: inline-block;
  float: right;
  color: var(--mainColor);
}

.skill-bar .progress-number-wrapper {
  width: 100%;
  z-index: 10;
  line-height: 24px;
  height: 24px;
  letter-spacing: 0px;
  text-transform: none;
  color: var(--whiteColor);
  font-size: 11px;
  font-weight: 600;
  font-style: normal;
}

.skill-bar .progress-number-mark {
  margin-bottom: 0;
  border-radius: 3px;
  color: var(--headingColor);
  padding: 0 8px;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: 600;
}

.skill-bar .down-arrow {
  border: 1px solid var(--mainColor);
  position: absolute;
  left: 50%;
  top: 0;
  height: 21px;
  transform: translateX(-50%);
}

.skill-bar .progress-content-outter {
  height: 6px;
  background-color: #d0f2f4;
}

.skill-bar .progress-content {
  height: 6px;
  background-color: var(--mainColor);
  width: 0%;
}

.skill-bar .percent {
  display: none;
}

/* Testimonials Area Style
  ======================================================*/
.testimonials-area.testimonials-area-two .testimonials {
  max-width: 100%;
  background-color: var(--optionalColor);
}

.testimonials-area.testimonials-area-two .testimonials .owl-nav .owl-prev {
  transform: translateY(-20px);
  left: -20px;
}

.testimonials-area.testimonials-area-two .testimonials .owl-nav .owl-prev span {
  background-color: var(--whiteColor);
}

.testimonials-area.testimonials-area-two
  .testimonials
  .owl-nav
  .owl-prev:hover
  span {
  background-color: var(--mainColor);
}

.testimonials-area.testimonials-area-two .testimonials .owl-nav .owl-next {
  transform: translateY(-20px);
  right: -20px;
}

.testimonials-area.testimonials-area-two .testimonials .owl-nav .owl-next i {
  background-color: var(--whiteColor);
}

.testimonials-area.testimonials-area-two
  .testimonials
  .owl-nav
  .owl-next:hover
  i {
  background-color: var(--mainColor);
}

.testimonials-area.testimonials-area-two .testimonials-item p {
  color: var(--whiteColor);
}

.testimonials-area.testimonials-area-two .testimonials-item h3 {
  color: var(--whiteColor);
}

.testimonials-area.testimonials-area-two .testimonials-item span {
  color: var(--whiteColor);
}

.testimonials-area.testimonials-area-two .testimonials-content {
  padding: 50px;
}

.testimonials-area.testimonials-area-two .testimonials-img {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonials-area.testimonials-area-two .testimonials-img.bg-1 {
  background-image: url(../img/testimonials/testimonials-7.jpg);
}

.testimonials-area.testimonials-area-two .testimonials-img.bg-2 {
  background-image: url(../img/testimonials/testimonials-8.jpg);
}

.testimonials-area.testimonials-area-three {
  background-color: #f9fafb;
}

.testimonials-area.testimonials-area-three .testimonials {
  max-width: 100%;
}

.testimonials-area.testimonials-area-three .testimonials .owl-nav .owl-prev {
  left: -21px;
  transform: translateY(-35px);
}

.testimonials-area.testimonials-area-three
  .testimonials
  .owl-nav
  .owl-prev
  span {
  background-color: var(--whiteColor);
}

.testimonials-area.testimonials-area-three
  .testimonials
  .owl-nav
  .owl-prev:hover
  span {
  background-color: var(--mainColor);
}

.testimonials-area.testimonials-area-three .testimonials .owl-nav .owl-prev,
.testimonials-area.testimonials-area-three .testimonials .owl-nav .owl-next {
  display: flex;
  background: #4e4d5066;
  padding: 0.75rem !important;
  border-radius: 100px;
}

.testimonials-area.testimonials-area-three .testimonials .owl-nav .owl-next {
  right: -21px;
  transform: translateY(-35px);
}

.testimonials-area.testimonials-area-three
  .testimonials
  .owl-nav
  .owl-next
  span {
  background-color: var(--whiteColor);
}

.testimonials-area.testimonials-area-three
  .testimonials
  .owl-nav
  .owl-next:hover
  span {
  background-color: var(--mainColor);
}

.testimonials-area.testimonials-area-three .testimonials-item {
  background-color: var(--whiteColor);
  border: 1px dashed var(--mainColor);
  padding: 30px;
  margin-bottom: 30px;
}

.testimonials-area.testimonials-area-three .testimonials-item p i {
  color: var(--mainColor);
}

.testimonials {
  text-align: center;
  margin: auto;
}

.testimonials .owl-theme .owl-nav {
  margin-top: 0 !important;
}

.testimonials .owl-theme .owl-nav .owl-prev,
.testimonials .owl-theme .owl-nav .owl-next {
  position: absolute;
  left: -50px;
  top: 50%;
  background-color: transparent;
  transform: translateY(-30px);
  margin: 0;
}

.testimonials .owl-theme .owl-nav .owl-prev span,
.testimonials .owl-theme .owl-nav .owl-next span {
  font-size: 20px;
  color: var(--mainColor);
  border: 1px solid var(--mainColor);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  transition: var(--transition);
}

.testimonials .owl-theme .owl-nav .owl-prev:hover span,
.testimonials .owl-theme .owl-nav .owl-next:hover span {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.testimonials .owl-theme .owl-nav .owl-next {
  right: -50px;
  left: auto;
}

.testimonials .owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
}

.testimonials .owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto 20px;
  border-radius: 50%;
}

.testimonials-item p {
  margin-bottom: 22px;
  font-size: 20px;
  position: relative;
}

.testimonials-item p i {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  font-size: 150px;
  opacity: 0.1;
  line-height: 1;
}

.testimonials-item h3 {
  margin-bottom: 5px;
  font-size: 18px;
}

.testimonials-item span {
  color: var(--bodyColor);
  font-weight: normal;
  margin-bottom: 0;
}

.testimonials .owl-nav .owl-prev,
.testimonials .owl-nav .owl-next {
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: #4e4d5066 !important;
  width: 40px;
  height: 40px;
  border-radius: 100px !important;
}

/* Team Area Style
  ======================================================*/
.team-area {
  position: relative;
}

.team-area .owl-theme .owl-nav {
  margin: 0;
}

.team-area .owl-theme .owl-nav .owl-prev,
.team-area .owl-theme .owl-nav .owl-next {
  background-color: transparent;
  padding: 0;
}

.team-area .owl-theme .owl-nav .owl-prev i,
.team-area .owl-theme .owl-nav .owl-next i {
  font-size: 20px;
  color: var(--mainColor);
  border: 1px solid var(--mainColor);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  transition: var(--transition);
}

.team-area .owl-theme .owl-nav .owl-prev:hover i,
.team-area .owl-theme .owl-nav .owl-next:hover i {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.team-area .owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
}

.team-area .owl-carousel .owl-item img {
  width: auto;
  margin: auto;
}

.single-team {
  text-align: center;
  position: relative;
  transition: var(--transition);
  margin-bottom: 30px;
  z-index: 1;
  /*background-color: #4e4d501a;*/
  padding: 30px;
  height: 100%;
}

.single-team .team-img {
  position: relative;
  z-index: 1;
}

.single-team .team-img .team-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: var(--transition);
  transform: scaleX(0);
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-team .team-img .team-link li {
  display: inline-block;
  margin: 0 -2px;
}

.single-team .team-img .team-link li a {
  margin: 0 0;
  display: inline-block;
}

.single-team .team-img .team-link li a i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: var(--boxShadow);
  text-align: center;
  color: var(--optionalColor);
  font-size: 20px;
  transition: var(--transition);
}

.single-team .team-img .team-link li a:hover i {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.single-team .team-content {
  padding-top: 30px;
}

.single-team .team-content h3 {
  font-size: 18px;
  color: var(--bs-body-color);
  transition: var(--transition);
}

.single-team .team-content span {
  color: var(--bs-primary);
  font-size: 15px;
}

.single-team:hover {
  transform: translateY(-5px);
  background-color: #e6e6e6 !important;
}

.single-team:hover .team-img .team-link {
  transform: scaleX(1);
}

.single-team:hover .team-content {
  padding-top: 30px;
}

/* FAQ Area Style
  ======================================================*/
.faq-area .container-fluid {
  max-width: 100%;
}

.faq-area.faq-area-three .faq-content {
  margin-left: 0;
  margin-bottom: 30px;
}

.faq-area.faq-area-three .faq-img-three {
  text-align: center;
  margin-bottom: 30px;
}

.faq-content {
  max-width: 600px;
  margin-left: 60px;
}

.faq-content .top-title {
  color: var(--mainColor);
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.faq-content h2 {
  font-size: 40px;
  margin-bottom: 25px;
}

.faq-img {
  height: 100%;
  position: relative;
  background-image: url(../img/faq-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-img .faq-video {
  background-color: rgba(10, 32, 70, 0.9);
  padding: 30px;
  text-align: center;
  display: inline-block;
  max-width: 280px;
  position: absolute;
  bottom: 30px;
  right: -30px;
}

.faq-img .faq-video span {
  font-size: 20px;
  display: inline-block;
  color: var(--whiteColor);
}

.video-button {
  width: 51px;
  height: 51px;
  text-align: center;
  border-radius: 50%;
  background: var(--mainColor);
  position: relative;
  margin: 30px auto 30px;
  z-index: 1;
}

.video-button i {
  color: var(--whiteColor);
  font-size: 40px;
  line-height: 51px;
  position: relative;
  left: 3px;
  top: 1px;
}

.video-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(18, 190, 200, 0.5);
  width: 100px;
  height: 100px;
  border-radius: 33.33% 50%;
  transform: translate(-50%, -50%);
  animation: video 20s linear infinite;
}

.video-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(18, 190, 200, 0.3);
  height: 73px;
  width: 73px;
  border-radius: 33.33% 50%;
  transform: translate(-50%, -50%);
  animation: video 25s linear infinite;
}

@keyframes video {
  0% {
    border-radius: 33.33% 50%;
    transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    border-radius: 50% 33.33%;
    transform: translate(-50%, -50%) rotate(1800deg);
  }
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  border-radius: 5px;
  display: block;
  margin-bottom: 20px;
  border: 0;
  background-color: transparent;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  color: var(--headingColor);
  text-decoration: none;
  position: relative;
  display: block;
  padding-left: 30px;
  margin-bottom: 10px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 25px;
  transition: var(--transition);
  color: var(--mainColor);
}

.faq-accordion .accordion .accordion-title.active i {
  transform: rotate(180deg);
}

.faq-accordion .accordion .accordion-title.active i::before {
  content: "\eaed";
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding-left: 30px;
}

.faq-accordion .accordion .accordion-content p {
  line-height: 1.8;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

/* Blog Area Style
  ======================================================*/
.single-blog-post {
  margin-bottom: 30px;
  transition: var(--transition);
}

.single-blog-post .blog-content {
  background-color: #f1fbfc;
  padding: 30px;
  transition: var(--transition);
}

.single-blog-post .blog-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 22px;
}

.single-blog-post .blog-content ul li {
  display: inline-block;
  margin: 0 10px;
  transition: var(--transition);
  position: relative;
}

.single-blog-post .blog-content ul li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -13px;
  width: 1px;
  height: 75%;
  background-color: var(--bodyColor);
  transform: rotate(25deg);
  transition: var(--transition);
}

.single-blog-post .blog-content ul li:first-child {
  margin-left: 0;
}

.single-blog-post .blog-content ul li:first-child::before {
  display: none;
}

.single-blog-post .blog-content ul li:last-child {
  margin-right: 0;
}

.single-blog-post .blog-content ul li i {
  color: var(--mainColor);
  display: inline-block;
  margin-right: 5px;
}

.single-blog-post .blog-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.single-blog-post .blog-content h3 a {
  color: var(--headingColor);
}

.single-blog-post .blog-content p {
  transition: var(--transition);
}

.single-blog-post .blog-content .read-more {
  color: var(--bodyColor);
  font-weight: 700;
}

.single-blog-post:hover {
  transform: translateY(-5px);
}

.single-blog-post:hover .blog-content {
  background-color: var(--optionalColor);
}

.single-blog-post:hover .blog-content ul li {
  color: var(--whiteColor);
}

.single-blog-post:hover .blog-content ul li a {
  color: var(--whiteColor);
}

.single-blog-post:hover .blog-content ul li::before {
  background-color: var(--whiteColor);
}

.single-blog-post:hover .blog-content h3 a {
  color: var(--whiteColor);
}

.single-blog-post:hover .blog-content p {
  color: var(--whiteColor);
}

.single-blog-post:hover .blog-content .read-more {
  color: var(--whiteColor);
}

/* Footer Area Style
  ======================================================*/
.footer-area {
  position: relative;
  z-index: 1;
}

.footer-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 360px;
  height: 114%;
  background-color: var(--bs-warning);
}

.footer-area::after {
  content: "";
  height: 1px;
  width: calc(100% - 22.5rem);
  background: var(--bs-border-color);
  position: absolute;
  top: 4.5rem;
  left: 22.5rem;
}

.single-footer-widget {
  margin-bottom: 30px;
  position: relative;
  /* top: 3.25rem; */
}

.single-footer-widget .logo {
  margin-bottom: 15px;
  display: inline-block;
}

.single-footer-widget p {
  margin-bottom: 25px;
}

.single-footer-widget .social-icon {
  line-height: 1;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-footer-widget .social-icon li {
  display: inline-block;
  margin-right: 5px;
}

.single-footer-widget .social-icon li a i {
  width: 40px;
  height: 40px;
  line-height: 28px;
  border: 1px solid var(--headingColor);
  color: var(--headingColor);
  text-align: center;
  transition: var(--transition);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-footer-widget .social-icon li a:hover {
  transform: translateY(-2px);
}

.single-footer-widget .social-icon li a:hover i {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
  color: var(--whiteColor);
}

.single-footer-widget h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.single-footer-widget .address {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-footer-widget .address li {
  position: relative;
  margin-bottom: 16px;
  position: relative;
  padding-left: 20px;
}

.single-footer-widget .address li span {
  color: var(--headingColor);
  font-weight: 600;
  display: block;
}

.single-footer-widget .address li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 11px;
  height: 11px;
  background-color: var(--mainColor);
  transition: var(--transition);
  border-radius: 50%;
}

.single-footer-widget .address li a {
  display: block;
}

.single-footer-widget .address li a:hover {
  color: var(--mainColor);
}

.single-footer-widget .address li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .address li i {
  position: absolute;
  color: var(--mainColor);
  left: 0;
  top: 5px;
  font-size: 25px;
}

.single-footer-widget .import-link {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-footer-widget .import-link li {
  margin-bottom: 10px;
}

.single-footer-widget .import-link li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .import-link li:hover::before {
  border-radius: 50%;
}

.single-footer-widget .import-link li:hover a {
  color: var(--mainColor);
}

.single-footer-widget .newsletter-form .form-control {
  background-color: var(--whiteColor);
}

.single-footer-widget .newsletter-form .default-btn {
  margin-top: 10px;
  display: block;
  width: 100%;
}

.single-footer-widget.single-bg {
  position: relative;
  z-index: 1;
}

.single-footer-widget.single-bg::before {
  content: "";
  position: absolute;
  top: -75px;
  left: -26px;
  width: 345px;
  height: 366px;
  background-color: var(--whiteColor);
  z-index: -1;
}

/* Copy Right Area Style
  ======================================================*/
.copy-right-area {
  border-top: 1px solid #d2dadb;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.copy-right-area p {
  color: var(--bodyColor);
}

.copy-right-area p a {
  color: var(--mainColor);
}

/* Counter Area Style
  ======================================================*/
.single-counter {
  text-align: center;
  transition: var(--transition);
  margin-bottom: 30px;
  background-color: var(--optionalColor);
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.single-counter p {
  color: var(--whiteColor);
  line-height: 1;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.single-counter h2 {
  color: var(--whiteColor);
  line-height: 1;
  font-size: 40px;
  margin-top: -8px;
  margin-bottom: 10px;
}

.single-counter .target {
  position: relative;
  top: 3px;
}

.single-counter .counter-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.single-counter:hover {
  transform: translateY(-5px);
}

/* Featured Services Area Style
  ======================================================*/
.featured-services-box {
  transition: var(--transition);
}

.featured-services-box .featured-services-title {
  position: relative;
  padding-left: 55px;
  margin-bottom: 30px;
}

.featured-services-box .featured-services-title i {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 30px;
  line-height: 1;
  color: var(--mainColor);
}

.featured-services-box .featured-services-title h3 {
  margin: 0;
  background-color: #f1fbfc;
  padding: 15px 15px;
  font-size: 20px;
  transition: var(--transition);
}

.featured-services-box .featured-services-title h3 a {
  color: var(--headingColor);
}

.featured-services-box .featured-services-title h3 a:hover {
  color: var(--mainColor);
}

.featured-services-box:hover {
  transform: translateY(-5px);
}

.featured-services-box:hover .featured-services-title h3 {
  background-color: var(--optionalColor);
}

.featured-services-box:hover .featured-services-title h3 a {
  color: var(--whiteColor);
}

/* Modal Area Style
  ======================================================*/
.modal .account-title h2 {
  font-size: 24px;
  margin-bottom: 15px;
}

.modal .forgot-login {
  float: right;
}

.modal .default-btn {
  margin-bottom: 10px;
  margin-top: 9px;
  width: 100%;
  display: block;
}

.modal .modal-content {
  border-radius: 0;
}

.modal .modal-body {
  padding: 30px 15px;
}

.modal .close {
  background-color: transparent;
  border: 0;
  padding: 5px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 1px;
  z-index: 9999;
  color: var(--headingColor);
  transition: var(--transition);
}

.modal .close:hover {
  color: var(--mainColor);
}

/*====================================================
  INNER PAGE STYLE AREA
  ======================================================*/
/* Page Title Area Style
  =====================================================*/
.page-title-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 12rem;
  padding-bottom: 150px;
  max-height: 532px;
}

.page-title-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--whiteColor);
  opacity: 0.25;
}

.page-title-area .page-title-content {
  position: relative;
  margin-top: -10px;
}

.page-title-area .page-title-content h2 {
  margin-bottom: 15px;
  font-size: 50px;
}

.page-title-area .page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: -5px;
}

.page-title-area .page-title-content ul li {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  margin-left: 20px;
  font-weight: 600;
  font-size: 16px;
}

.page-title-area .page-title-content ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  right: -3px;
  background-color: var(--headingColor);
  width: 1px;
  height: 15px;
  transform: rotate(25deg);
}

.page-title-area .page-title-content ul li.active {
  color: var(--mainColor);
}

.page-title-area .page-title-content ul li:first-child {
  margin-left: 0;
}

.page-title-area .page-title-content ul li:last-child {
  padding-right: 0;
}

.page-title-area .page-title-content ul li:last-child::before {
  display: none;
}

.page-title-area .page-title-content ul li a {
  color: var(--headingColor);
}

.page-title-area .page-title-content ul li a:hover {
  color: var(--mainColor);
}

.page-title-area.bg-1 {
  background-image: url(../img/page-bg/page-bg-1.jpg);
}

.page-title-area.bg-2 {
  background-image: url(../img/page-bg/page-bg-2.jpg);
}

.page-title-area.bg-3 {
  background-image: url(../img/page-bg/page-bg-3.jpg);
}

.page-title-area.bg-4 {
  background-image: url(../img/page-bg/page-bg-4.jpg);
}

.page-title-area.bg-5 {
  background-image: url(../img/page-bg/page-bg-5.jpg);
}

.page-title-area.bg-6 {
  background-image: url(../img/page-bg/page-bg-6.jpg);
}

.page-title-area.bg-7 {
  background-image: url(../img/page-bg/page-bg-7.jpg);
}

.page-title-area.bg-8 {
  background-image: url(../img/page-bg/page-bg-8.jpg);
}

.page-title-area.bg-9 {
  background-image: url(../img/page-bg/page-bg-9.jpg);
}

.page-title-area.bg-10 {
  background-image: url(../img/page-bg/page-bg-10.jpg);
}

.page-title-area.bg-11 {
  background-image: url(../img/page-bg/page-bg-1.jpg);
}

.page-title-area.bg-12 {
  background-image: url(../img/page-bg/page-bg-2.jpg);
}

.page-title-area.bg-13 {
  background-image: url(../img/page-bg/page-bg-3.jpg);
}

.page-title-area.bg-14 {
  background-image: url(../img/page-bg/page-bg-4.jpg);
}

.page-title-area.bg-15 {
  background-image: url(../img/page-bg/page-bg-5.jpg);
}

.page-title-area.bg-16 {
  background-image: url(../img/page-bg/page-bg-6.jpg);
}

.page-title-area.bg-17 {
  background-image: url(../img/page-bg/page-bg-7.jpg);
}

.page-title-area.bg-18 {
  background-image: url(../img/page-bg/page-bg-8.jpg);
}

.page-title-area.bg-19 {
  background-image: url(../img/page-bg/page-bg-9.jpg);
}

.page-title-area.bg-20 {
  background-image: url(../img/page-bg/page-bg-10.jpg);
}

.page-title-area.bg-21 {
  background-image: url(../img/page-bg/page-bg-1.jpg);
}

.page-title-area.bg-22 {
  background-image: url(../img/page-bg/page-bg-2.jpg);
}

.page-title-area.bg-23 {
  background-image: url(../img/page-bg/page-bg-3.jpg);
}

/* Services Details Area Style
  =====================================================*/
.services-details-content {
  max-width: 810px;
  margin: auto;
}

.services-details-content h2 {
  font-size: 35px;
}

.services-details-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

.services-details-content .content {
  margin-bottom: 30px;
}

.services-details-content .content.step-1 h2 {
  margin-bottom: 20px;
}

.services-details-content .content.step-1 .services-details-img {
  margin-bottom: 30px;
}

.services-details-content .content.step-5 p {
  margin-bottom: 20px;
}

.services-details-content .content.step-5 ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.services-details-content .content.step-5 ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  color: var(--headingColor);
  font-weight: 600;
  font-family: var(--bs-body-font-family);
  font-size: 15px;
}

.services-details-content .content.step-5 ul li:last-child {
  margin-bottom: 0;
}

.services-details-content .content.step-5 ul li i {
  font-size: 10px;
  border: 1px solid var(--mainColor);
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: var(--mainColor);
  position: absolute;
  top: 1px;
  left: 0;
}

/* Pricing Tables Area Style
  =====================================================*/
.single-pricing-box {
  text-align: center;
  background-color: #f1fbfc;
  padding-bottom: 30px;
  transition: var(--transition);
  margin-bottom: 30px;
}

.single-pricing-box .pricing-title {
  margin-bottom: 30px;
  padding: 30px;
  border-bottom: 1px solid #e1eaeb;
}

.single-pricing-box .pricing-title span {
  display: block;
  margin-bottom: 10px;
  font-family: var(--bs-body-font-family);
  font-weight: 600;
}

.single-pricing-box .pricing-title h1 {
  margin-bottom: 0;
  line-height: 1;
  font-size: 60px;
}

.single-pricing-box .pricing-title h1 sub {
  font-weight: normal;
  font-size: 40px;
}

.single-pricing-box ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding: 0 30px 30px;
  line-height: 1;
}

.single-pricing-box ul li {
  font-size: 16px;
  margin-bottom: 20px;
}

.single-pricing-box ul li:last-child {
  margin-bottom: 0;
}

.single-pricing-box ul li i {
  margin-right: 5px;
}

.single-pricing-box.active {
  position: relative;
  z-index: 1;
  background-image: url(../img/price-active-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-pricing-box.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--optionalColor);
  opacity: 0.9;
  z-index: -1;
}

.single-pricing-box.active .pricing-title {
  border-color: #475571;
}

.single-pricing-box.active .pricing-title span {
  color: var(--whiteColor);
}

.single-pricing-box.active .pricing-title h1 {
  color: var(--whiteColor);
}

.single-pricing-box.active .pricing-title p {
  color: var(--whiteColor);
}

.single-pricing-box.active ul li {
  color: var(--whiteColor);
}

.single-pricing-box.active ul li i {
  color: var(--whiteColor);
}

.single-pricing-box:hover {
  transform: translateY(-5px);
}

/* Claims Area Style
  =====================================================*/
.claims-content {
  max-width: 810px;
  margin: auto;
}

.claims-content h2 {
  font-size: 35px;
}

.claims-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

.claims-content .content {
  margin-bottom: 30px;
}

.claims-content .content.step-1 {
  text-align: center;
}

.claims-content .content.step-1 span {
  color: var(--mainColor);
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}

.claims-content .content.step-1 h2 {
  max-width: 440px;
  margin: 0 auto 20px;
}

.claims-content .content.step-1 .claims-img {
  margin-bottom: 30px;
}

.claims-content .content.step-5 {
  margin-bottom: 0;
}

.claims-content .content.step-5 .contact-us {
  background-color: #f1fbfc;
  padding: 20px;
  margin-bottom: 30px;
}

.claims-content .content.step-5 .contact-us span {
  display: block;
  position: relative;
  padding-left: 20px;
  color: var(--headingColor);
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 18px;
}

.claims-content .content.step-5 .contact-us span::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: var(--mainColor);
  border-radius: 50%;
}

.claims-content .content.step-5 .contact-us a {
  font-weight: 600;
  padding-left: 20px;
}

/* FAQ Area Style
  =====================================================*/
.faq-contact-area {
  max-width: 600px;
  margin: auto;
}

.faq-contact-area .section-title h2 {
  font-size: 35px;
}

.faq-contact-area .default-btn {
  display: table;
  margin: auto;
}

/* Business Insurance Area Style
  =====================================================*/
.business-insurance-content {
  max-width: 1020px;
  margin: auto;
}

.business-insurance-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

.business-insurance-content .content {
  margin-bottom: 30px;
}

.business-insurance-content .content.step-1 span {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.business-insurance-content .content.step-1 .business-insurance-img {
  height: 100%;
  background-image: url(../img/business-insurance-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.business-insurance-content .content.step-5 p {
  margin-bottom: 20px;
}

.business-insurance-content .content.step-5 ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 30px;
}

.business-insurance-content .content.step-5 ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  color: var(--headingColor);
  font-weight: 600;
  font-family: var(--bs-body-font-family);
  font-size: 15px;
}

.business-insurance-content .content.step-5 ul li:last-child {
  margin-bottom: 0;
}

.business-insurance-content .content.step-5 ul li i {
  font-size: 10px;
  border: 1px solid var(--mainColor);
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: var(--mainColor);
  position: absolute;
  top: 1px;
  left: 0;
}

.business-insurance-content .content.step-6 .faq-content {
  margin-left: 0;
  max-width: 100%;
}

.business-insurance-content .content.step-6 .faq-content h2 {
  font-size: 25px;
}

/* Health Insurance Area Style
  =====================================================*/
.health-insurance-content {
  max-width: 1020px;
  margin: auto;
}

.health-insurance-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

.health-insurance-content .content {
  margin-bottom: 30px;
}

.health-insurance-content .content.step-1 span {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.health-insurance-content .content.step-1 .health-insurance-img {
  height: 100%;
  background-image: url(../img/health-insurance-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.health-insurance-content .content.step-5 {
  margin-bottom: 0;
}

.health-insurance-content .content.step-5 p {
  margin-bottom: 20px;
}

.health-insurance-content .content.step-5 ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 30px;
}

.health-insurance-content .content.step-5 ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  color: var(--headingColor);
  font-weight: 600;
  font-family: var(--bs-body-font-family);
  font-size: 15px;
}

.health-insurance-content .content.step-5 ul li:last-child {
  margin-bottom: 0;
}

.health-insurance-content .content.step-5 ul li i {
  font-size: 10px;
  border: 1px solid var(--mainColor);
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: var(--mainColor);
  position: absolute;
  top: 1px;
  left: 0;
}

.health-insurance-content .content.step-6 .faq-content {
  margin-left: 0;
  max-width: 100%;
}

.health-insurance-content .content.step-6 .faq-content h2 {
  font-size: 25px;
}

/* Life Insurance Area Style
  =====================================================*/
.life-insurance-content {
  max-width: 1020px;
  margin: auto;
}

.life-insurance-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

.life-insurance-content .content {
  margin-bottom: 30px;
}

.life-insurance-content .content.step-1 span {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.life-insurance-content .content.step-1 .life-insurance-img {
  height: 100%;
  background-image: url(../img/life-insurance-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.life-insurance-content .content.step-5 p {
  margin-bottom: 20px;
}

.life-insurance-content .content.step-5 ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 30px;
}

.life-insurance-content .content.step-5 ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  color: var(--headingColor);
  font-weight: 600;
  font-family: var(--bs-body-font-family);
  font-size: 15px;
}

.life-insurance-content .content.step-5 ul li:last-child {
  margin-bottom: 0;
}

.life-insurance-content .content.step-5 ul li i {
  font-size: 10px;
  border: 1px solid var(--mainColor);
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: var(--mainColor);
  position: absolute;
  top: 1px;
  left: 0;
}

.life-insurance-content .content.step-6 .faq-content {
  margin-left: 0;
  max-width: 100%;
}

.life-insurance-content .content.step-6 .faq-content h2 {
  font-size: 25px;
}

/* Car Insurance Area Style
  =====================================================*/
.car-insurance-content {
  max-width: 1020px;
  margin: auto;
}

.car-insurance-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

.car-insurance-content .content {
  margin-bottom: 30px;
}

.car-insurance-content .content.step-1 span {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.car-insurance-content .content.step-1 .car-insurance-img {
  height: 100%;
  background-image: url(../img/car-insurance-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.car-insurance-content .content.step-4 {
  margin-bottom: 0;
}

.car-insurance-content .content.step-4 .car-insurance-img-2 {
  margin-bottom: 30px;
  margin-top: 15px;
}

.car-insurance-content .content.step-5 p {
  margin-bottom: 20px;
}

.car-insurance-content .content.step-5 ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 30px;
}

.car-insurance-content .content.step-5 ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  color: var(--headingColor);
  font-weight: 600;
  font-family: var(--bs-body-font-family);
  font-size: 15px;
}

.car-insurance-content .content.step-5 ul li:last-child {
  margin-bottom: 0;
}

.car-insurance-content .content.step-5 ul li i {
  font-size: 10px;
  border: 1px solid var(--mainColor);
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: var(--mainColor);
  position: absolute;
  top: 1px;
  left: 0;
}

.car-insurance-content .content.step-6 .faq-content {
  margin-left: 0;
  max-width: 100%;
}

.car-insurance-content .content.step-6 .faq-content h2 {
  font-size: 25px;
}

/* Sidebar Widget Style
  =====================================================*/
.sidebar-widget {
  margin-bottom: 35px;
  position: relative;
  padding: 20px;
  background-color: #f1fbfc;
}

.sidebar-widget h3 {
  font-size: 20px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-top: -5px;
  margin-bottom: 20px;
}

.sidebar-widget h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: var(--mainColor);
}

.sidebar-widget.search .search-form {
  background-color: var(--whiteColor);
}

.sidebar-widget.search .search-form .search-button {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--mainColor);
  top: 20px;
  right: 20px;
  font-size: 20px;
  color: var(--whiteColor);
  transition: var(--transition);
}

.sidebar-widget.search .search-form .search-button:hover {
  background-color: var(--headingColor);
}

.sidebar-widget.recent-post ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 2px;
}

.sidebar-widget.recent-post ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  padding-left: 90px;
}

.sidebar-widget.recent-post ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.sidebar-widget.recent-post ul li a {
  font-size: 16px;
  color: var(--headingColor);
  margin-bottom: 10px;
  font-weight: 600;
}

.sidebar-widget.recent-post ul li a:hover {
  color: var(--mainColor);
}

.sidebar-widget.recent-post ul li a img {
  position: absolute;
  top: 0;
  left: 0;
}

.sidebar-widget.recent-post ul li span {
  display: block;
  font-size: 14px;
}

.sidebar-widget.categories ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.sidebar-widget.categories ul li {
  position: relative;
  margin-bottom: 10px;
  font-size: 17px;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}

.sidebar-widget.categories ul li i {
  font-size: 15px;
  margin-right: 5px;
}

.sidebar-widget.categories ul li a span {
  float: right;
}

.sidebar-widget.categories ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar-widget.tags ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sidebar-widget.tags ul li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}

.sidebar-widget.tags ul li a {
  border: 1px solid #eeeeee;
  padding: 8px 12px;
  display: inline-block;
  background-color: var(--whiteColor);
}

.sidebar-widget.tags ul li a:hover {
  transform: translateY(-2px);
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border-color: var(--mainColor);
}

.sidebar-widget.tags ul li:last-child {
  margin-bottom: 0;
}

/* Blog Details Area Style
  ======================================================*/
.blog-details-content {
  margin-right: 30px;
}

.blog-details-content .blog-details-img {
  margin-bottom: 30px;
}

.blog-details-content .blog-top-content .news-content h3 {
  transition: var(--transition);
  margin-bottom: 20px;
  font-size: 25px;
}

.blog-details-content .blog-top-content .news-content .admin {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-bottom: 24px;
  line-height: 1;
}

.blog-details-content .blog-top-content .news-content .admin li {
  display: inline-block;
  font-size: 16px;
  margin-right: 30px;
  position: relative;
}

.blog-details-content .blog-top-content .news-content .admin li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -16px;
  width: 1px;
  height: 100%;
  background-color: var(--mainColor);
  transform: rotate(25deg);
}

.blog-details-content
  .blog-top-content
  .news-content
  .admin
  li:first-child::before {
  display: none;
}

.blog-details-content .blog-top-content .news-content .admin li:last-child {
  margin-right: 0;
}

.blog-details-content .blog-top-content .news-content .admin li i {
  color: var(--mainColor);
  font-size: 18px;
  position: relative;
  top: 2px;
}

.blog-details-content .blog-top-content blockquote {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #f1fbfc;
}

.blog-details-content .blog-top-content blockquote p {
  color: var(--headingColor);
  padding-left: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  font-weight: 600;
  font-size: 18px;
}

.blog-details-content .blog-top-content blockquote i {
  font-size: 93px;
  color: #b9ecef;
  position: absolute;
  top: 0;
  left: 15px;
  line-height: 1;
  border-right: 2px solid var(--mainColor);
  padding-right: 19px;
}

.blog-details-content .news-content-2 {
  margin-bottom: 30px;
}

.blog-details-content .news-content-2 h3 {
  font-size: 24px;
}

.blog-details-content .news-content-2 ul {
  margin-bottom: -10px;
}

.blog-details-content .news-content-2 ul li {
  margin-bottom: 15px;
}

.blog-details-content .news-content-2 ul li:last-child {
  margin-bottom: 0;
}

.blog-details-content .single-blog-post-img {
  margin-bottom: 30px;
}

.blog-details-content .tags-social {
  padding-top: 30px;
  border-top: 1px solid #e1e1e1;
  margin-top: 30px;
  margin-bottom: 40px;
}

.blog-details-content .tags-social span {
  margin-right: 10px;
  font-weight: 600;
  position: relative;
  top: 0px;
}

.blog-details-content .tags-social .tags {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.blog-details-content .tags-social .tags li {
  display: inline-block;
}

.blog-details-content .tags-social .tags li a {
  border: 1px solid var(--mainColor);
  padding: 5px 10px;
  display: inline-block;
  font-size: 14px;
  margin: 0 5px;
}

.blog-details-content .tags-social .tags li a:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}

.blog-details-content .tags-social .tags li:last-child a {
  margin-right: 0;
  margin-left: 0;
}

.blog-details-content .tags-social .social {
  display: inline-block;
  float: right;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.blog-details-content .tags-social .social li {
  display: inline-block;
}

.blog-details-content .tags-social .social li a i {
  font-size: 18px;
  margin: 0 5px;
  text-align: center;
  transition: var(--transition);
}

.blog-details-content .tags-social .social li a:hover i {
  color: var(--mainColor);
}

.blog-details-content .tags-social .social li:last-child a {
  margin-right: 0;
}

.blog-details-content .tags-social .social li:last-child a i {
  margin-left: 0;
  margin-right: 0;
}

.blog-details-content .comments {
  margin-bottom: 40px;
}

.blog-details-content .comments h3 {
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 24px;
  position: relative;
  display: inline-block;
}

.blog-details-content .comments h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: var(--mainColor);
}

.blog-details-content .comments ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.blog-details-content .comments ul li {
  position: relative;
  padding-left: 100px;
  margin-bottom: 30px;
}

.blog-details-content .comments ul li:last-child {
  margin-bottom: 0;
}

.blog-details-content .comments ul li img {
  margin-bottom: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.blog-details-content .comments ul li h3 {
  margin-bottom: 5px;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 600;
  font-size: 16px;
}

.blog-details-content .comments ul li h3::before {
  display: none;
}

.blog-details-content .comments ul li span {
  display: block;
  margin-bottom: 15px;
}

.blog-details-content .comments ul li a {
  font-size: 15px;
  font-weight: 600;
}

.blog-details-content .comments ul li a:hover {
  letter-spacing: 1px;
}

.blog-details-content .comments ul li a i {
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.blog-details-content .leave-reply h3 {
  margin-bottom: 30px;
  font-size: 24px;
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
}

.blog-details-content .leave-reply h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: var(--mainColor);
}

.blog-details-content .leave-reply p {
  margin-bottom: 30px;
}

.blog-details-content .leave-reply .form-group {
  margin-bottom: 25px;
}

.blog-details-content .leave-reply .form-group #chb1 {
  margin-right: 5px;
}

.blog-details-content .leave-reply .form-group label {
  margin-bottom: 10px;
}

.blog-details-content .leave-reply input[type="checkbox"],
.blog-details-content .leave-reply input[type="radio"] {
  margin-right: 5px;
  position: relative;
  top: 1px;
}

/* Main Contact Area Style
  =====================================================*/
.main-contact-area .container {
  max-width: 1050px;
  margin: auto;
}

.main-contact-area .form-group {
  margin-bottom: 30px;
}

.main-contact-area .form-group .form-control {
  background-color: var(--whiteColor);
}

.main-contact-area #contactForm {
  background-color: #f1fbfc;
  padding: 30px;
}

.main-contact-area .contact-info h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.main-contact-area .contact-info p {
  margin-bottom: 25px;
}

.main-contact-area .contact-info .address {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.main-contact-area .contact-info .address .location {
  position: relative;
}

.main-contact-area .contact-info .address .location i {
  position: absolute;
  color: #8b8c90;
  left: 0;
  top: 5px;
  font-size: 45px;
}

.main-contact-area .contact-info .address .location span {
  display: block;
  margin-bottom: 10px;
  color: var(--mainColor);
  font-size: 16px;
  font-weight: 600;
}

.main-contact-area .contact-info .address li {
  position: relative;
  margin-bottom: 20px;
}

.main-contact-area .contact-info .address li a {
  color: var(--bodyColor);
  display: block;
}

.main-contact-area .contact-info .address li a:hover {
  color: var(--mainColor);
}

.main-contact-area .contact-info .address li:last-child {
  margin-bottom: 0;
}

.main-contact-area .contact-info .address li i {
  position: absolute;
  color: #8b8c90;
  left: 0;
  top: 0;
  font-size: 45px;
}

.main-contact-area .contact-info .address li span {
  display: block;
  margin-bottom: 10px;
  color: var(--mainColor);
  font-size: 16px;
  font-weight: 600;
}

.main-contact-area #msgSubmit {
  text-align: left;
}

.hidden {
  display: none;
}

#msgSubmit {
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
}

.map-area iframe {
  height: 480px;
  width: 100%;
  border: none !important;
  display: block;
}

/* User Area CSS
  =====================================================*/
.user-area-style {
  position: relative;
  z-index: 1;
}

.user-area-style .contact-form-action {
  max-width: 600px;
  border-bottom: none;
  box-shadow: var(--boxShadow);
  background-color: var(--whiteColor);
  padding: 30px;
  margin: auto;
}

.user-area-style .contact-form-action .account-title {
  margin-bottom: 30px;
}

.user-area-style .contact-form-action .account-title h2 {
  font-size: 30px;
  position: relative;
  line-height: 1;
}

.user-area-style .contact-form-action form .form-condition {
  margin-bottom: 20px;
}

.user-area-style .contact-form-action form .form-condition .agree-label {
  font-weight: 600;
}

.user-area-style .contact-form-action form .form-condition .agree-label a {
  color: var(--mainColor);
}

.user-area-style .contact-form-action form .form-group {
  margin-bottom: 30px;
}

.user-area-style .contact-form-action form .login-action {
  margin-bottom: 30px;
}

.user-area-style .contact-form-action form .login-action .log-rem {
  display: inline-block;
}

.user-area-style .contact-form-action form .login-action .log-rem label {
  margin-bottom: 0;
}

.user-area-style .contact-form-action form .login-action .forgot-login {
  display: inline-block;
  float: right;
}

.user-area-style .contact-form-action form .right {
  float: right;
}

.user-area-style .contact-form-action p {
  margin-top: 25px;
  line-height: 1;
}

.user-area-style .contact-form-action p a {
  color: var(--headingColor);
}

.user-area-style .contact-form-action p a:hover {
  color: var(--mainColor);
}

.user-area-style .contact-form-action .show {
  text-align: right;
}

.user-area-style.recover-password-area .recover {
  max-width: 600px;
  margin: auto;
  border-top: 1px solid #ebebeb;
  padding-top: 30px;
}

.user-area-style.recover-password-area .recover .default-btn {
  margin-bottom: 0;
  margin-top: 30px;
}

.user-area-style.recover-password-area h3 {
  font-size: 30px;
  margin-top: -11px;
}

.user-area-style.recover-password-area p {
  margin-bottom: 30px;
  line-height: 1.8;
}

.user-area-style.recover-password-area p a {
  font-weight: 600;
}

.user-area-style.recover-password-area .now-register {
  float: right;
  margin: 0;
}

/* Privacy Policy Area Style
  =====================================================*/
.privacy-policy {
  max-width: 800px;
  margin: auto;
}

.privacy-policy .title {
  margin-bottom: 30px;
  text-align: center;
}

.privacy-policy .title h2 {
  font-size: 36px;
}

.privacy-policy .privacy-content {
  margin-bottom: 30px;
}

.privacy-policy .privacy-content h3 {
  margin-bottom: 15px;
  font-size: 22px;
}

.privacy-policy .privacy-content p {
  margin-bottom: 10px;
}

.privacy-policy .privacy-content ul {
  margin-bottom: 15px;
  list-style-type: disc;
  margin-top: 15px;
}

.privacy-policy .privacy-content ul li {
  margin-bottom: 10px;
}

.privacy-policy .privacy-content ul li:last-child {
  margin-bottom: 0;
}

.privacy-policy .privacy-content.eight {
  margin-bottom: 0;
}

.privacy-policy .privacy-content.eight p {
  margin-bottom: 0;
}

/* Terms Conditions Area Style
  =====================================================*/
.terms-conditions {
  max-width: 800px;
  margin: auto;
}

.terms-conditions .title {
  margin-bottom: 30px;
  text-align: var(--whiteColor);
}

.terms-conditions .title span {
  color: var(--mainColor);
  display: block;
  margin-bottom: 10px;
}

.terms-conditions .title h2 {
  font-size: 36px;
}

.terms-conditions .conditions-content {
  margin-bottom: 30px;
}

.terms-conditions .conditions-content h3 {
  margin-bottom: 15px;
  font-size: 22px;
}

.terms-conditions .conditions-content p {
  margin-bottom: 10px;
}

.terms-conditions .conditions-content ul {
  margin-bottom: 15px;
  list-style-type: disc;
  margin-top: 15px;
}

.terms-conditions .conditions-content ul li {
  margin-bottom: 10px;
}

.terms-conditions .conditions-content ul li:last-child {
  margin-bottom: 0;
}

.terms-conditions .conditions-content.six {
  margin-bottom: 0;
}

.terms-conditions .conditions-content.six p {
  margin-bottom: 0;
}

/* Coming Soon Area CSS
  =====================================================*/
.coming-soon-area {
  height: 100vh;
}

.coming-soon-area .coming-soon-content {
  max-width: 700px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  padding: 40px 60px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: relative;
  box-shadow: var(--boxShadow);
  background-color: var(--whiteColor);
}

.coming-soon-area .coming-soon-content .logo {
  display: inline-block;
}

.coming-soon-area .coming-soon-content h2 {
  font-size: 48px;
  margin-top: 30px;
  margin-bottom: 0;
}

.coming-soon-area .coming-soon-content #timer {
  margin-top: 40px;
}

.coming-soon-area .coming-soon-content #timer div {
  background-color: var(--headingColor);
  color: var(--whiteColor);
  width: 100px;
  height: 105px;
  border-radius: 5px;
  font-size: 40px;
  font-weight: 800;
  margin-left: 10px;
  margin-right: 10px;
}

.coming-soon-area .coming-soon-content #timer div span {
  display: block;
  margin-top: -2px;
  font-size: 17px;
  font-weight: 600;
}

.coming-soon-area .coming-soon-content form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.coming-soon-area .coming-soon-content form .form-group {
  margin-bottom: 25px;
  width: 100%;
  position: relative;
}

.coming-soon-area .coming-soon-content form .form-group .label-title {
  margin-bottom: 0;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  color: var(--headingColor);
}

.coming-soon-area .coming-soon-content form .form-group .label-title i {
  position: absolute;
  left: 0;
  transition: var(--transition);
  top: 12px;
  font-size: 22px;
}

.coming-soon-area .coming-soon-content form .form-group .label-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  transition: var(--transition);
  background: var(--mainColor);
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter {
  border-radius: 0;
  border: none;
  padding: 0 0 0 32px;
  color: var(--headingColor);
  height: 45px;
  display: block;
  width: 100%;
  transition: var(--transition);
  background-color: transparent;
  border-bottom: 1px solid #eeeeee;
  font-size: 16px;
  font-weight: 400;
}

.coming-soon-area
  .coming-soon-content
  form
  .form-group
  .input-newsletter::placeholder {
  color: var(--bodyColor);
  transition: var(--transition);
}

.coming-soon-area
  .coming-soon-content
  form
  .form-group
  .input-newsletter:focus {
  border-color: var(--mainColor);
  outline: 0 !important;
}

.coming-soon-area
  .coming-soon-content
  form
  .form-group
  .input-newsletter:focus::placeholder {
  color: transparent;
}

.coming-soon-area .coming-soon-content form .default-btn {
  border-radius: 0;
  position: relative;
}

.coming-soon-area .coming-soon-content form .default-btn::before {
  border-radius: 0;
}

.coming-soon-area .coming-soon-content form p {
  margin-bottom: 0;
  margin-top: 20px;
}

.coming-soon-area .online-treatment-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
}

.coming-soon-area .online-treatment-shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* 404 Error Area Style
  =====================================================*/
.error-area {
  text-align: center;
  position: relative;
  z-index: 1;
}

.error-area .error-content {
  z-index: 1;
  position: relative;
}

.error-area .error-content h1 {
  font-size: 300px;
  line-height: 1;
  font-weight: 700;
  color: var(--mainColor);
  margin-top: -48px;
}

.error-area .error-content h1 .a {
  display: inline-block;
}

.error-area .error-content h1 .red {
  color: #ff0000;
  display: inline-block;
  transform: rotate(45deg);
}

.error-area .error-content h1 .b {
  display: inline-block;
}

.error-area .error-content h3 {
  margin: 30px 0 0;
  position: relative;
  color: #ff0000;
}

.error-area .error-content p {
  margin: 20px 0 20px;
  font-size: 19px;
  color: var(--mainColor);
}

/*====================================================
  OTHERS STYLE AREA
  ======================================================*/
/*Video wave Style*/
.video-btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 0;
  color: var(--mainColor);
  position: relative;
  top: 3px;
  z-index: 1;
  background-color: rgba(249, 145, 21, 0.9);
  border-radius: 50%;
  transition: var(--transition);
}

.video-btn i {
  font-size: 42px;
  color: var(--whiteColor);
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
}

.video-btn::after,
.video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 0;
  border-radius: 50%;
  transition: var(--transition);
  animation: ripple 1.6s ease-out infinite;
  background-color: rgba(249, 145, 21, 0.9);
}

.video-btn:hover::before,
.video-btn:hover::after {
  background-color: rgba(249, 145, 21, 0.9);
}

@keyframes ripple {
  0%,
  35% {
    transform: scale(0);
    opacity: 1;
  }

  50% {
    transform: scale(1.5);
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    transform: scale(2);
  }
}

.video-btn-2 span {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}

.video-btn-2 span::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0.1px solid var(--mainColor);
  animation: videoTwo 8s linear infinite;
}

.video-btn-2 span::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0.1px solid var(--mainColor);
  animation: videoTwo 8s linear infinite;
}

.video-btn-2 span:nth-child(1)::after {
  animation-delay: 1s;
}

.video-btn-2 span:nth-child(1)::before {
  animation-delay: 5s;
}

.video-btn-2 span:nth-child(2)::after {
  animation-delay: 2s;
}

.video-btn-2 span:nth-child(2)::before {
  animation-delay: 6s;
}

.video-btn-2 span:nth-child(3)::after {
  animation-delay: 3s;
}

.video-btn-2 span:nth-child(3)::before {
  animation-delay: 7s;
}

.video-btn-2 span:nth-child(4)::after {
  animation-delay: 4s;
}

.video-btn-2 i {
  width: 90px;
  height: 90px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: var(--whiteColor);
  color: var(--mainColor);
  border: 5px solid var(--mainColor);
  font-size: 60px;
}

.video-btn-2.video-btn-3 i {
  color: var(--optionalColor);
  border-color: var(--optionalColor);
}

.video-btn-2.video-btn-3 span::before {
  border: 0.1px solid var(--optionalColor);
}

.video-btn-2.video-btn-3 span::after {
  border: 0.1px solid var(--optionalColor);
}

@keyframes videoTwo {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(5);
    opacity: 0;
  }
}

/*Nice select Area Style*/
.nice-select .list {
  width: 100%;
  border-radius: 0;
  height: 200px;
  overflow-y: scroll;
}

.nice-select .option:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.nice-select .option.selected.focus {
  color: var(--mainColor);
}

.nice-select .current {
  font-size: 16px;
}

/*Page-navigation Area Style*/
.pagination-area {
  margin-top: 10px;
  text-align: center;
}

.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 38px;
  color: var(--headingColor);
  text-align: center;
  display: inline-block;
  position: relative;
  background-color: #f5f6fa;
  border: 1px solid #d7d7d7;
  font-size: 17px;
  font-weight: 700;
  margin-left: 4px;
  margin-right: 4px;
}

.pagination-area .page-numbers:hover {
  color: var(--whiteColor);
  border-color: var(--mainColor);
  background-color: var(--mainColor);
}

.pagination-area .page-numbers i {
  position: relative;
  font-size: 25px;
  top: 6px;
}

.pagination-area .page-numbers.current {
  color: var(--whiteColor);
  border-color: var(--mainColor);
  background-color: var(--mainColor);
}

/*Overly Area Style*/
.overly-outside {
  position: relative;
  z-index: 1;
  transition: var(--transition);
}

.overly-outside::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: -1;
  transition: var(--transition);
  opacity: 0;
  border-top: 2px solid var(--mainColor);
  border-left: 2px solid var(--mainColor);
}

.overly-outside::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: -1;
  transition: var(--transition);
  opacity: 0;
  border-top: 2px solid var(--mainColor);
  border-right: 2px solid var(--mainColor);
}

.overly-outside .overly-inside::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: -1;
  transition: var(--transition);
  opacity: 0;
  border-bottom: 2px solid var(--mainColor);
  border-left: 2px solid var(--mainColor);
}

.overly-outside .overly-inside::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: -1;
  transition: var(--transition);
  opacity: 0;
  border-bottom: 2px solid var(--mainColor);
  border-right: 2px solid var(--mainColor);
}

.overly-outside:hover {
  transform: scale(0.99);
}

.overly-outside:hover::before {
  width: 25%;
  height: 25%;
  top: 0;
  bottom: auto;
  opacity: 1;
}

.overly-outside:hover::after {
  width: 25%;
  height: 25%;
  top: 0;
  bottom: auto;
  opacity: 1;
}

.overly-outside:hover .overly-inside::before {
  width: 25%;
  height: 25%;
  top: auto;
  bottom: 0;
  opacity: 1;
}

.overly-outside:hover .overly-inside::after {
  width: 25%;
  height: 25%;
  top: auto;
  bottom: 0;
  opacity: 1;
}

/*Tabs Area Style*/
.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.scrolltop-button {
  background-color: var(--bs-primary) !important;
}

.features-area .feature-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url(../img/koneksi-funcionalidad.png);
  background-position: left center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.values-area .card {
  border-top: 1.5rem solid var(--values-color) !important;
  transition: var(--transition);
}

.values-area .card:hover {
  background: var(--values-color);
}

.values-area .card:hover h4,
.values-area .card:hover p {
  color: var(--bs-white) !important;
  border-color: var(--bs-white) !important;
}

.values-area #mision {
  --values-color: var(--bs-warning);
}

.values-area #vision {
  --values-color: var(--bs-danger);
}

.values-area #valores {
  --values-color: var(--bs-primary);
}

.values-area .icon {
  width: 10rem;
  height: 10rem;
  background-size: 100%;
  margin: 0 auto;
  border-radius: 50%;
}

.values-area #mision .icon {
  background-image: url(../images/nosotros/Pag\ Web\ Koneksi\ -\ Nosotros-08.png);
}

.values-area #mision:hover .icon {
  background-image: url(../images/nosotros/Pag\ Web\ Koneksi\ -\ Nosotros-11.png);
}

.values-area #vision .icon {
  background-image: url(../images/nosotros/Pag\ Web\ Koneksi\ -\ Nosotros-09.png);
}

.values-area #vision:hover .icon {
  background-image: url(../images/nosotros/Pag\ Web\ Koneksi\ -\ Nosotros-12.png);
}

.values-area #valores .icon {
  background-image: url(../images/nosotros/Pag\ Web\ Koneksi\ -\ Nosotros-10.png);
}

.values-area #valores:hover .icon {
  background-image: url(../images/nosotros/Pag\ Web\ Koneksi\ -\ Nosotros-13.png);
}

.prestadores-area .card:hover {
  background-color: var(--bs-light);
}

.servicios-area .card {
  height: 15rem;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.servicios-area .card:hover::after {
  content: "";
  display: block;
  background: #4e4d50cc;
  width: calc(100% - 2.5rem);
  height: 0.25rem;
  position: absolute;
  bottom: -1rem;
  left: 1.25rem;
  border-radius: 4px;
}

.servicios-area:not(.servicios-area-home) .card {
  height: 24rem;
}

.servicios-area:not(.servicios-area-home) .card:hover {
  box-shadow: none;
}

.servicios-area:not(.servicios-area-home) .card:hover::after {
  content: "";
  display: block;
  background: #4e4d50cc;
  width: calc(100% - 12.5rem);
  height: 0.375rem;
  position: absolute;
  bottom: -1rem;
  left: 6.25rem;
  border-radius: 4px;
}

.servicios-area #medicos {
  background-image: url(../images/servicios/Pag\ Web\ Koneksi\ -\ Servicios-29.png);
}

.servicios-area #medicos:hover {
  background-image: url(../images/servicios/Pag\ Web\ Koneksi\ -\ Servicios-25.png);
}

.servicios-area #clinicas {
  background-image: url(../images/servicios/Pag\ Web\ Koneksi\ -\ Servicios-30.png);
}

.servicios-area #clinicas:hover {
  background-image: url(../images/servicios/Pag\ Web\ Koneksi\ -\ Servicios-26.png);
}

.servicios-area #farmacias {
  background-image: url(../images/servicios/Pag\ Web\ Koneksi\ -\ Servicios-31.png);
}

.servicios-area #farmacias:hover {
  background-image: url(../images/servicios/Pag\ Web\ Koneksi\ -\ Servicios-27.png);
}

.servicios-area #laboratorios {
  background-image: url(../images/servicios/Pag\ Web\ Koneksi\ -\ Servicios-32.png);
}

.servicios-area #laboratorios:hover {
  background-image: url(../images/servicios/Pag\ Web\ Koneksi\ -\ Servicios-28.png);
}

.servicios-area .servicios-area-home #medicos {
  background-image: url(../images/inicio/Pag\ Web\ Koneksi\ -\ Inicio\ Home-21.png);
}

.servicios-area .servicios-area-home #medicos:hover {
  background-image: url(../images/inicio/Pag\ Web\ Koneksi\ -\ Inicio\ Home-25.png);
}

.servicios-area .servicios-area-home #clinicas {
  background-image: url(../images/inicio/Pag\ Web\ Koneksi\ -\ Inicio\ Home-22.png);
}

.servicios-area .servicios-area-home #clinicas:hover {
  background-image: url(../images/inicio/Pag\ Web\ Koneksi\ -\ Inicio\ Home-26.png);
}

.servicios-area .servicios-area-home #farmacias {
  background-image: url(../images/inicio/Pag\ Web\ Koneksi\ -\ Inicio\ Home-23.png);
}

.servicios-area .servicios-area-home #farmacias:hover {
  background-image: url(../images/inicio/Pag\ Web\ Koneksi\ -\ Inicio\ Home-27.png);
}

.servicios-area .servicios-area-home #laboratorios {
  background-image: url(../images/inicio/Pag\ Web\ Koneksi\ -\ Inicio\ Home-24.png);
}

.servicios-area .servicios-area-home #laboratorios:hover {
  background-image: url(../images/inicio/Pag\ Web\ Koneksi\ -\ Inicio\ Home-28.png);
}

.servicios-area.servicios-area-accesos #medicos {
  background-image: url(../images/servicios/Pag\ Web\ Koneksi\ -\ Servicios-25.png);
}

.servicios-area.servicios-area-accesos #medicos:hover {
  background-image: url(../images/servicios/Pag\ Web\ Koneksi\ -\ Servicios-29.png);
}

.servicios-area.servicios-area-accesos #clinicas {
  background-image: url(../images/servicios/Pag\ Web\ Koneksi\ -\ Servicios-26.png);
}

.servicios-area.servicios-area-accesos #clinicas:hover {
  background-image: url(../images/servicios/Pag\ Web\ Koneksi\ -\ Servicios-30.png);
}

.servicios-area.servicios-area-accesos #laboratorios {
  background-image: url(../images/servicios/Pag\ Web\ Koneksi\ -\ Servicios-28.png);
}

.servicios-area.servicios-area-accesos #laboratorios:hover {
  background-image: url(../images/servicios/Pag\ Web\ Koneksi\ -\ Servicios-32.png);
}

.beneficios-area .beneficios-content {
  background-image: url(../images/inicio/Pag\ Web\ Koneksi\ -\ Inicio\ Home-16.png);
  background-size: 90%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 2.5rem 4rem;
  height: 100%;
}

.medico-area,
.laboratorio-area,
.clinica-area,
.farmacia-area {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.medico-area {
  background-image: url(../images/servicios/Pag\ Web\ Koneksi\ -\ Servicios\ -\ Prestador\ Actualizado-43.png);
}

.laboratorio-area {
  background-image: url(../images/servicios/Pag\ Web\ Koneksi\ -\ Servicios\ -\ Prestador\ Actualizado-42.png);
}

.clinica-area {
  background-image: url(../images/servicios/Pag\ Web\ Koneksi\ -\ Servicios\ -\ Prestador\ Actualizado-41.png);
}

.farmacia-area {
  background-image: url(../images/servicios/Pag\ Web\ Koneksi\ -\ Servicios\ -\ Prestador\ Actualizado-40.png);
}

.text-justify {
  text-align: justify;
}

[data-video] > img {
  transition: all 0.3s ease-out;
}

[data-video] > img:hover {
  transform: scale(1.08);
  box-shadow: 4px 4px 8px rgb(0 0 0 / 10%);
}
