/* =====================================================
Template Name   : Cleanox
Description     : Cleaning Services HTML5 Template
Author          : Themesland
Version         : 1.0
=======================================================*/

/* ===================
fonts
====================== */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;family=Roboto:wght@100;300;400;500;700;900&amp;display=swap");
/* ===================
general css
====================== */

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  scroll-behavior: inherit !important;
}

html,
body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  color: #14212b;
  line-height: 1.8;
}

a {
  color: #14212b;
  display: inline-block;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a:hover {
  color: #0049d0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1b1b1b;
  margin: 0px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

p {
  margin: 0px;
}

.img,
img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto;
}

label {
  color: #999;
  cursor: pointer;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #555;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #555;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}

/* ===================
preloader
====================== */

.preloader {
  background: #fff;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
}

.loader {
  width: 40px;
  height: 40px;
  position: relative;
  top: calc(50% - 30px);
  left: calc(50% - 20px);
}

.loader-box-1,
.loader-box-2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1d42d9;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: loader-bounce 2s infinite ease-in-out;
}

.loader-box-2 {
  animation-delay: -1s;
}

@keyframes loader-bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

/* ===================
theme default css
====================== */

.ovrflow-hidden {
  overflow: hidden;
}

.text-right {
  text-align: right;
}

.space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-pd {
  padding: 0 7rem;
}

.s-pd {
  padding: 0 12rem;
}

.h-100 {
  height: 100%;
}

.h-100vh {
  height: 100vh;
}

.bg {
  background-color: #f5fbff;
}

.bg-2 {
  background-color: var(--clr-bg-2);
}

.bg-3 {
  background-color: #ff4a17;
}

.bg-heading {
  background-color: #1b1b1b;
}

/* ===================
site heading css
====================== */

.site-heading {
  margin-bottom: 60px;
}

.site-title {
  font-weight: 700;
  font-size: 38px;
  color: #000;
  margin-top: 10px;
  margin-bottom: 0px;
}

.site-title span {
  color: #23caea;
}

.site-title-tagline {
  font-weight: 700;
  font-size: 18px;
  position: relative;
  padding-left: 0px;
  color: #a9c932;
}

.site-title-tagline::before {
  content: "";
  width: 45px;
  height: 45px;
  background-image: url(../images/home/aiden_logo.png);
  position: absolute;
  left: auto;
  right: -45px;
  top: -12px;
  background-size: 45px;
  background-repeat: no-repeat;

  /*width: 25px;
  height: 25px;
  background-image: url(../images/home/aiden_logo.png);
  position: absolute;
  left: auto;
  right: -35px;
  top: -4px;
  background-size: 25px;
  background-repeat: no-repeat;*/
}

.site-heading p {
  font-size: 16px;
}

/* heading divider */

.site-heading .devider {
  display: inline-block;
  width: 50px;
  height: 3px;
  background: #1b303d;
  position: relative;
  z-index: 1;
  left: 10px;
}

.site-heading.text-light .devider {
  background: #ffffff;
}

.site-heading.light .devider {
  background: #ffffff;
}

.site-heading .devider:before {
  position: absolute;
  left: -15px;
  top: 0;
  content: "";
  height: 3px;
  width: 10px;
  background: #1b303d;
}

.site-heading.light .devider:before {
  background: #ffffff;
}

/* animated heading divider */

.heading-divider {
  display: inline-block;
  position: relative;
  height: 3px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #1b303d;
  width: 90px;
  overflow: hidden;
}

.heading-divider:after {
  content: "";
  position: absolute;
  left: 0;
  top: -1.1px;
  height: 7px;
  width: 8px;
  background-color: #ffffff;
  -webkit-animation: heading-move 5s infinite linear;
  animation: heading-move 5s infinite linear;
}

@-webkit-keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(85px);
  }
  100% {
    transform: translateX(-1px);
  }
}

@keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(85px);
  }
  100% {
    transform: translateX(-1px);
  }
}

/* ===================
margin & padding
====================== */

.pb-140 {
  padding-bottom: 140px;
}

.pd-50 {
  padding: 50px 0;
}

.py-120 {
  padding: 120px 0;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mr-300 {
  margin-right: 300px;
}

.ml-300 {
  margin-left: 300px;
}

.pos-rel {
  position: relative;
  z-index: 1;
}

/* ===================
theme button
====================== */

.theme-icon-btn {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  padding: 9px 10px 10px 18px;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: #a9c932;
  border: none;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.theme-icon-btn i {
  margin-left: 8px;
  background: #fff;
  color: #b1579d;
  padding: 8px 10px;
  border-radius: 8px;
}

.theme-icon-btn:hover {
  background: #b1579d;
  color: #fff;
}

.theme-btn {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  padding: 11px 20px;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: #a9c932;
  border: none;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.theme-btn i {
  margin-left: 5px;
}

.theme-btn:hover {
  color: #fff;
  background-color: #b1579d;
}

.border-btn {
  font-size: 16px;
  color: #1b303d;
  font-weight: 600;
  padding: 9px 20px;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  border: 2px solid #1b303d;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.border-btn i {
  margin-left: 5px;
}

.border-btn:hover {
  color: #fff;
  border-color: #082680;
  background-color: #082680;
}

/* ===================
container
====================== */

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1185px;
  }
}

/* ===================
grids css
====================== */

.grid-2 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(4, 1fr);
}

.grid-5 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(5, 1fr);
}

.grid-6 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(6, 1fr);
}

.grid-px-2 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}

.gap-0 {
  grid-gap: 0;
}

.cs-gap-1 {
  grid-gap: 1rem;
}

.cs-gap-2 {
  grid-gap: 2rem;
}

/* ===================
scroll-top css
====================== */

#scroll-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 23px;
  border: none;
  outline: none;
  background-color: #a9c932;
  color: #fff;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
  text-align: center;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  transition: all 0.5s ease-in-out;
}

#scroll-top:hover {
  background-color: #0dc4e0;
}

/* ===================
top header css
====================== */

.top-header {
  background: transparent;
  padding: 9px 0;
  /*  border-bottom: 2px solid #b1579b;*/
}

.top-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.1px solid #b1579b;
  padding-bottom: 8px;
}

.top-header-left p {
  color: #000;
}

.top-header-left p strong {
  color: #a9c932;
}

.top-header-right .header-social a {
  color: #a9c932;
  margin-left: 15px;
  transition: all 0.5s ease-in-out;
}

.top-header-right .header-social a:hover {
  color: #b1579b;
}

/* ===================
middle header css
====================== */

.middle-header {
  padding: 10px 0;
}

.middle-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.middle-header-left,
.middle-header-right {
  display: flex;
  align-items: center;
  gap: 50px;
}

.middle-header-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.middle-header-item i {
  font-size: 40px;
  color: #b1579d;
}

.header-item-info span {
  color: #1b303d;
  font-size: 14px;
}

.header-item-info a {
  display: block;
  font-weight: 700;
  color: #1b303d;
  font-size: 18px;
}

#pointer-dot {
  left: 0;
  top: 0;
  margin-top: -0.5rem;
  margin-left: -0.3rem;
  width: 0;
  height: 0;
  border: 2.5px solid #b29a7b;
  position: fixed;
  border-radius: 0.4rem;
  pointer-events: none;
  transition: border-color 0.5s;
  z-index: 9999;
}

#pointer-ring {
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  padding: 1.5rem;
  border: 0.2rem solid #f1f1f1;
  position: fixed;
  border-radius: 10rem;
  pointer-events: none;
  z-index: 9999;
}

/* ===================
nav menu css
====================== */

.main {
  margin-top: -40px;
}

@media all and (min-width: 992px) {
  .navbar .nav-item .nav-link {
    margin-right: 18px;
    padding: 25px 10px 25px 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
  }
  .navbar .nav-item:last-child .nav-link {
    margin-right: 0;
  }
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    width: 375px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
  }
  .navbar .nav-item .dropdown-menu li {
    border-bottom: 1px dashed #051c55;
  }
  .navbar .nav-item .dropdown-menu li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 16px;
    font-weight: 400;
    padding: 8px 25px;
    color: #1b303d;
    position: relative;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out;
  }
  .navbar .nav-item .dropdown-menu .dropdown-item::before {
    content: "\f111";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    font-size: 8px;
    color: #a9c932;
    top: 15px;
    left: 16px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }
  .navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background: transparent;
    color: #1b303d;
    padding-left: 33px;
  }
  .navbar .nav-item .dropdown-menu .dropdown-item:hover::before {
    opacity: 1 !important;
  }
  .navbar .nav-item .nav-link {
    position: relative;
  }
  .navbar .nav-item:hover .nav-link {
    color: #fff;
  }
  .navbar .nav-item .nav-link::before {
    content: "\f111";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    font-size: 6px;
    color: #a9c932;
    top: 34px;
    left: -12px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }
  .navbar .nav-item:hover .nav-link::before {
    opacity: 1 !important;
  }
  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }
  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }
  .navbar .dropdown-menu.fade-up {
    top: 140%;
  }
  .navbar .header-btn {
    margin-left: 30px;
    padding-top: 8px;
  }
  .navbar .header-btn .theme-btn i {
    margin-left: 5px;
  }
}

/*bootstrap menu*/

.navbar {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 999;
}

.custom-navbar {
  background: #b1579b;
  padding: 0 20px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.custom-navbar::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 95%;
  height: 5px;
  background-color: #a9c932;
  border-radius: 10px;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.navbar.fixed-top {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
  animation: slide-down 0.7s;
}

.navbar.fixed-top {
  background: #ffffff;
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

.navbar .navbar-brand .logo-display {
  display: block;
}

.navbar .navbar-brand .logo-scrolled {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-display {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-scrolled {
  display: block;
}

button.navbar-toggler {
  font-size: 3.5rem;
  padding: 0;
  margin: 0;
}

button.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: inherit;
  height: inherit;
}

.navbar-brand img {
  width: 200px;
}

.header-btn .theme-btn {
  background: #a9c932;
  color: #ffffff;
}

.header-btn .theme-btn:hover {
  background: #db87b7;
}

/* dropdown toggler */

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: 0;
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  font-weight: 600;
  border: none;
  font-size: 14px;
}

@media all and (max-width: 1199px) {
  .navbar .header-btn {
    display: none;
  }
}

@media all and (max-width: 991px) {
  .navbar {
    top: 0;
    right: 0;
    left: 0;
    background-color: transparent;
    position: fixed;
  }
  .navbar-brand {
    padding-left: 10px;
  }
  .navbar-brand img {
    width: 190px;
  }
  .navbar-collapse {
    max-height: 290px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 20px;
    background-color: #fff;
  }
  .dropdown-toggle::after {
    float: right;
  }
  .navbar .nav-item .nav-link {
    color: #000;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
  }
  .navbar .nav-item .nav-link:hover {
    color: #000 !important;
  }
  .navbar-toggler-icon {
    font-size: 32px;
    color: #fff;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .navbar .dropdown-menu {
    border-radius: 10px;
  }
  .top-header {
    display: none;
  }
  .middle-header {
    display: none;
  }
  .custom-navbar {
    border-radius: 0;
  }
}

/* ======================
multi level dropdown menu
========================= */

.navbar .nav-item .dropdown-submenu {
  position: relative;
}

.navbar .nav-item .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 10px;
  font-weight: normal;
}

.navbar .nav-item .dropdown-submenu a:hover {
  background: transparent;
  color: #1d42d9;
}

.navbar .nav-item .dropdown-submenu .dropdown-menu {
  top: 120%;
  left: 100%;
  opacity: 0;
  visibility: hidden;
}

.navbar .nav-item .dropdown-submenu:hover .dropdown-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}

/* ======================
search popup
====================== */

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  /* easeInOutQuint */
}

.sidenav-bar-visible .search-popup {
  width: 80%;
}

.search-popup:before {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 560px;
  background-image: url(../img/shape/waves-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 0px;
  content: "";
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  border: none;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: #0060ff;
  text-align: center;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 70px 10px 30px;
  outline: none;
  border-radius: 15px;
  border: none;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #000000;
  padding: 0;
  border: none;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  color: #0049d0;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #000000;
}

.mobile-search-btn {
  display: none;
}

@media all and (max-width: 991px) {
  .mobile-search-btn {
    display: block;
    position: absolute;
    right: 15%;
    color: #051c55;
    font-size: 20px;
  }
}

@media all and (max-width: 767px) {
  .mobile-search-btn {
    right: 20%;
  }
}

/* ======================
search popup
====================== */

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  /* easeInOutQuint */
}

.sidenav-bar-visible .search-popup {
  width: 80%;
}

.search-popup:before {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 560px;
  background-image: url(../img/shape/waves-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 0px;
  content: "";
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  border: none;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: #1b303d;
  text-align: center;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 70px 10px 30px;
  outline: none;
  border-radius: 15px;
  border: none;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #000000;
  padding: 0;
  border: none;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  color: #0049d0;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #000000;
}

.mobile-search-btn {
  display: none;
}

@media all and (max-width: 991px) {
  .mobile-search-btn {
    display: block;
    position: absolute;
    right: 15%;
    color: #051c55;
    font-size: 20px;
  }
}

@media all and (max-width: 767px) {
  .mobile-search-btn {
    right: 20%;
  }
}

/* ===================
hero css 
====================== */

.hero-single {
  padding-top: 200px;
  padding-bottom: 160px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.hero-single::before {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  /*background: linear-gradient(30deg, rgba(226, 233, 238, 0.9) 0%, rgba(226, 233, 238, 0) 100%);*/
  top: 0;
  left: 0;
  content: "";
}

.hero-single .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.hero-single .hero-content .hero-title {
  color: #ffffff;
  font-size: 55px;
  font-weight: 700;
}

.hero-single .hero-content .hero-sub-title {
  color: #ffffff;
  font-size: 20px;
  padding-left: 60px;
  font-weight: 600;
  position: relative;
}

.hero-single .hero-content .hero-sub-title::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #ffffff;
  left: 0;
  top: 9px;
}

.hero-single .hero-content p {
  color: #fff;
  font-size: 20px !important;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}

.hero-single .hero-content .hero-btn {
  gap: 2rem;
  display: flex;
  margin-top: 1rem;
  justify-content: start;
}

.hero-title {
  font-weight: 700;
  margin: 20px 0;
}

.hero-sub-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.hero-single .video-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-single .video-btn .play-btn i::after {
  animation: ripple-dark-wave 1s linear infinite;
}

.hero-slider.owl-theme .owl-nav {
  margin-top: 0px;
}

.hero-slider.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 18px;
  margin: 0;
  padding: 0;
  background: transparent;
  background: #a9c932;
  display: inline-block;
  cursor: pointer;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}

.hero-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #a9c932;
  color: #fff;
}

.hero-slider.owl-theme .owl-nav .owl-prev {
  left: 40px;
}

.hero-slider.owl-theme .owl-nav .owl-next {
  right: 40px;
}

.hero-slider.owl-theme .owl-nav .owl-prev,
.hero-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

@media all and (max-width: 1199px) {
  .hero-single .hero-content .hero-title {
    font-size: 37px;
  }
  .hero-slider.owl-theme .owl-nav .owl-prev,
  .hero-slider.owl-theme .owl-nav .owl-next {
    top: unset;
    bottom: 5px !important;
  }
  .hero-slider.owl-theme .owl-nav .owl-next {
    left: 120px;
  }
}

@media all and (max-width: 991px) {
  .hero-single .hero-content .hero-title {
    font-size: 30px;
  }
}

@media all and (max-width: 767px) {
  .hero-slider .video-btn {
    height: 250px;
  }
  .hero-single {
    padding-bottom: 50px;
  }
  .hero-single .hero-content .hero-sub-title {
    font-size: 18px;
  }
}

/* =====================
play btn
===================== */

.play-btn {
  display: inline-block;
  padding: 0;
  height: 75px;
  width: 75px;
  line-height: 75px;
  font-size: 20px;
  text-align: center;
  background: #fff;
  color: #0049d0;
  position: absolute;
  border-radius: 50%;
}

.play-btn i::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 20px;
  height: 75px;
  width: 75px;
  border-radius: 50%;
  animation: ripple-wave 1s linear infinite;
  animation-play-state: running;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

@keyframes ripple-wave {
  from {
    box-shadow: 0 0 rgb(255 255 255 / 10%), 0 0 0 15px rgb(255 255 255 / 10%),
      0 0 0 30px rgb(255 255 255 / 10%);
  }
  to {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.1),
      0 0 0 30px rgba(255, 255, 255, 0.1), 0 0 0 45px rgba(255, 255, 255, 0.02);
  }
}

@keyframes ripple-dark-wave {
  from {
    box-shadow: 0 0 rgba(4, 49, 184, 0.2), 0 0 0 15px rgba(4, 49, 184, 0.2),
      0 0 0 30px rgba(4, 49, 184, 0.2);
  }
  to {
    box-shadow: 0 0 0 15px rgba(4, 49, 184, 0.1),
      0 0 0 30px rgba(4, 49, 184, 0.2), 0 0 0 45px rgba(4, 49, 184, 0.02);
  }
}

/* ===================
sticker css 
====================== */

.sticker {
  position: absolute;
  padding: 8px;
  z-index: 1;
  text-align: center;
}

.sticker::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  border: 3px dashed #b1579d;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  -webkit-animation: sticker-rotate 20s linear infinite;
  animation: sticker-rotate 20s linear infinite;
}

.sticker-wrapper {
  background: #b1579d;
  border-radius: 50%;
  padding: 10px;
}

.sticker-content {
  width: 150px;
  height: 150px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sticker-content h2 {
  color: #fff;
  font-size: 45px;
  margin-bottom: 5px;
  font-weight: bold;
}

.sticker-content h2 span {
  color: #a9c932;
}

.sticker-content p {
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
}

@-webkit-keyframes sticker-rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes sticker-rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@media all and (max-width: 767px) {
  .sticker-content {
    width: 100px;
    height: 100px;
  }
  .sticker-content h2 {
    font-size: 25px;
  }
  .sticker-content p {
    font-size: 12px;
  }
}

/* ===================
about css 
====================== */

.about-area {
  position: relative;
  display: block;
}

.about-left {
  position: relative;
  display: block;
  margin-right: 70px;
}

.about-left .sticker {
  right: -50px;
  top: -50px;
}

.about-img-box {
  position: relative;
  display: block;
}

.about-img-one {
  position: relative;
  display: block;
  overflow: hidden;
}

.about-img-one::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

.about-img-one:hover:before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}

.about-img-one img {
  width: 100%;
  border-radius: 12px;
}

.about-img-two {
  position: absolute;
  bottom: -70px;
  left: -70px;
  z-index: 2;
}

.about-img-two img {
  border-radius: 12px;
}

.about-right {
  position: relative;
  display: block;
}

.about-list-wrapper {
  position: relative;
  display: block;
  margin-top: 32px;
}

.about-list {
  position: relative;
  display: block;
}

.about-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-list li + li {
  margin-top: 6px;
}

.about-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.about-list li .icon span {
  font-size: 20px;
  color: #b1579d;
}

.about-list li .text {
  margin-left: 16px;
}

.about-list li .text p {
  color: #000;
  margin: 0;
}

.about-solutions {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid #ecf1f4;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 39px;
}

.about-solutions-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.about-solutions-icon span {
  font-size: 50px;
  color: #a9c932;
  position: relative;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.about-solutions:hover .about-solutions-icon span {
  transform: rotateY(360deg);
}

.about-solutions-text-box {
  margin-left: 20px;
}

.about-solutions-tex {
  font-weight: 600;
  color: #000;
  margin: 0;
  line-height: 30px;
}

@media all and (max-width: 1199px) {
  .about-img-two {
    position: absolute;
    left: unset;
    right: -50px;
  }
}

@media all and (max-width: 991px) {
  .about-right {
    margin-top: 100px;
  }
}

@media all and (max-width: 767px) {
  .about-img-two {
    width: 200px;
    left: unset;
    right: -70px;
    bottom: -40px;
  }
  .about-title {
    font-size: 30px;
  }
}

/* ===================
services css 
====================== */

.services-area {
  position: relative;
  display: block;
  background-color: #eef3f7;
}

.services-area-page {
  position: relative;
  display: block;
  background-color: #fff !important;
}

.services-item {
  background: #fff;
  border-radius: 10px;
  margin: 15px 4px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  transition: all 0.5s ease-in-out;
}

.services-item:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

.services-img {
  position: relative;
}

.services-img::before {
  content: "";
  position: absolute;
  z-index: 1;
  height: 80px;
  width: 105%;
  bottom: -10px;
  left: -5px;
  background: #b1579d;
  -webkit-clip-path: polygon(20% 73%, 100% 0, 100% 100%, 0 100%, 0 50%);
  clip-path: polygon(20% 73%, 100% 0, 100% 100%, 0 100%, 0 50%);
}

.services-img::after {
  content: "";
  position: absolute;
  z-index: 1;
  height: 80px;
  width: 105%;
  bottom: -20px;
  left: -5px;
  background: #fff;
  -webkit-clip-path: polygon(20% 73%, 100% 0, 100% 100%, 0 100%, 0 50%);
  clip-path: polygon(20% 73%, 100% 0, 100% 100%, 0 100%, 0 50%);
}

.services-img img {
  border-radius: 10px 10px 0 0;
}

.services-icon {
  position: absolute;
  background: #fff;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: 160px;
  right: 10px;
}

.services-icon::before {
  content: "";
  position: absolute;
  border: 2px dashed #b1579b;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  -webkit-animation: sticker-rotate 20s linear infinite;
  animation: sticker-rotate 20s linear infinite;
}

.services-icon img {
  width: 50px;
}

.services-content {
  padding: 25px 20px 10px 20px;
}

.services-title a {
  font-size: 25px;
  color: #000;
  transition: all 0.5s ease-in-out;
}

.services-title a:hover {
  color: #000;
}

.services-text {
  margin: 10px 0;
}

.services-arrow .theme-btn {
  margin-top: 10px;
  /*  box-shadow: -5px 5px 0 #b1579d;*/
}
.services-arrow a:hover {
  background: #a9c932;
}

@media all and (max-width: 1199px) {
  .services-icon {
    top: 120px;
  }
}

@media all and (max-width: 991px) {
  .services-icon {
    top: 140px;
  }
}

/* services 2 */

.services-item2 {
  position: relative;
  margin-bottom: 90px;
  transition: all 0.5s ease-in-out;
}

.services-item2:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.services-img2 img {
  border-radius: 15px;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.services-content2 {
  position: absolute;
  background: #fff;
  padding: 25px;
  left: 20px;
  right: 20px;
  bottom: -60px;
  border-radius: 15px;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.services-icon2 {
  position: absolute;
  background: #fff;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: 160px;
  right: 10px;
}

.services-icon2::before {
  content: "";
  position: absolute;
  border: 2px dashed #1b303d;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  -webkit-animation: sticker-rotate 20s linear infinite;
  animation: sticker-rotate 20s linear infinite;
}

.services-icon2 img {
  width: 40px;
}

.services-content2 span {
  color: #3ccbf3;
  font-weight: 700;
}

.services-content2 h3 {
  font-size: 23px;
}

.services-content2 h3 a {
  color: #082782;
  transition: all 0.5s ease-in-out;
}

.services-content2 h3 a:hover {
  color: #1b303d;
}

/* services 3 */

.services-item3 {
  background: #fff;
  border-radius: 15px;
  padding: 18px;
  margin-bottom: 25px;
  position: relative;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  transition: all 0.5s ease-in-out;
}

.services-item3:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.services-img3 img {
  border-radius: 15px;
}

.services-content3 {
  padding: 20px 15px 0px 15px;
}

.services-arrow3 {
  margin-top: 30px;
}

.services-icon3 {
  position: absolute;
  background: #fff;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  bottom: 15px;
  right: 15px;
}

.services-icon3::before {
  content: "";
  position: absolute;
  border: 2px dashed #1b303d;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  -webkit-animation: sticker-rotate 20s linear infinite;
  animation: sticker-rotate 20s linear infinite;
}

.services-icon3 img {
  width: 40px;
}

.services-title3 {
  margin-bottom: 10px;
}

.services-title3 a {
  font-size: 25px;
  color: #082680;
  transition: all 0.5s ease-in-out;
}

.services-title3 a:hover {
  color: #1b303d;
}

/* services 4 */

.services-item4 {
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 25px;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.services-icon4 {
  background: #000055;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  font-size: 40px;
  box-shadow: -5px 5px 0 #00bbef;
}

.services-content4 {
  margin: 25px 0;
}

.services-title4 {
  font-size: 25px;
  margin-bottom: 10px;
}

.services-title4 a {
  color: #082680;
  transition: all 0.5s ease-in-out;
}

.services-title4 a:hover {
  color: #b1579d;
}

.services-item4:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* ====================
service single
==================== */

.service-details img {
  border-radius: 12px;
}

.service-single-list i {
  color: #b1579d;
  margin-right: 10px;
}

.service-download a {
  border: 2px solid #1d42d9;
  padding: 10px 20px;
  color: #1d42d9;
  display: block;
  margin-bottom: 20px;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
}

.service-download a i {
  margin-right: 10px;
}

.service-download a:hover {
  background-color: #1d42d9;
  color: #fff;
}

/* ===================
CTA css 
====================== */

.cta-wrapper {
  position: relative;
  padding: 60px;
  border-radius: 20px;
  background: #b1579d;
  z-index: 1;
}

.cta-wrapper::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 20px;
  background-image: url(../img/shape/5.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cta-title span {
  font-weight: 300;
  display: block;
  font-size: 40px;
  margin-bottom: 10px;
  color: #fff;
}

.cta-title {
  font-size: 50px;
  color: #fff;
}

.cta-btn {
  text-align: right;
}

.cta-btn .theme-btn {
  background: #a9c932;
  color: #ffffff;
}

.cta-btn .theme-btn:hover {
  background: #a9c932;
  color: #fff;
}

@media all and (max-width: 1199px) {
  .cta-btn {
    text-align: left;
    margin-top: 30px;
  }
}

@media all and (max-width: 767px) {
  .cta-wrapper {
    padding: 30px;
  }
}

/* ===================
video css 
====================== */

.video-area {
  position: relative;
}

.video-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  z-index: 100;
}

.video-wrapper img {
  border-radius: 12px;
}

.video-area .play-btn {
  display: inline-block;
  padding: 0;
  height: 75px;
  width: 75px;
  text-align: center;
  background: #fff;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ===================
choose css 
====================== */

.choose-area {
  position: relative;
  overflow: hidden;
}

.choose-bg-img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 45%;
  height: 105%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-clip-path: polygon(0% 0%, 50% 0, 100% 50%, 50% 99%, 0% 100%);
  clip-path: polygon(0% 0%, 50% 0, 100% 50%, 50% 99%, 0% 100%);
}

.choose-left {
  float: right;
}

.choose-slider-wrapper {
  display: inline-block;
  position: relative;
}

.choose-compare-slider {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.choose-slider-wrapper {
  /*  border: 7px solid #1b303d;*/
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1;
  border-right-color: transparent;
}

.choose-right {
  padding-left: 35px;
}

.choose-item {
  margin-bottom: 30px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

.choose-item i {
  color: #a9c932;
  font-size: 30px;
}

@media all and (max-width: 1199px) {
  .choose-bg-img {
    display: none;
  }
  .choose-left {
    float: left;
    margin-bottom: 50px;
  }
  .choose-compare-slider {
    height: 100%;
    width: 100%;
  }
}

/* ===================
technology css 
====================== */

.technology-area {
  position: relative;
  padding: 110px 0px 70px;
}

.technology-left {
  position: relative;
}

.technology-left .technology-column {
  position: relative;
  padding-top: 30px;
}

.technology-area:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(20, 29, 56, 0.95);
}

.technology-title-tagline {
  text-transform: capitalize;
  font-size: 18px;
  color: #0049d0;
}

.technology-title {
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 35px;
  margin-top: 15px;
  margin-bottom: 30px;
  line-height: 1.2;
  text-transform: capitalize;
}

.technology-blocks-column {
  position: relative;
}

.technology-blocks-column .technology-column {
  position: relative;
}

.technology-blocks-column .technology-column .technology-block:nth-child(4) {
  margin-left: -100px;
}

.technology-block {
  position: relative;
  margin-bottom: 30px;
}

.technology-block .technology-box {
  position: relative;
  padding: 45px 15px;
  text-align: center;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.technology-block .technology-box .technology-overlay-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  z-index: 1;
}

.technology-block .technology-box .icon-box {
  position: relative;
  color: #0060ff;
  font-size: 64px;
  line-height: 1em;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.technology-block .technology-box:hover .icon-box {
  transform: rotateY(180deg);
}

.technology-block .technology-box h6 {
  position: relative;
  color: #ffffff;
  font-weight: 600;
  margin-top: 18px;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.technology-block .technology-box:hover {
  border-color: #ffffff;
  background-color: #ffffff;
}

.technology-block .technology-box:hover .icon-box {
  color: #0060ff;
}

.technology-block .technology-box:hover h6 {
  color: #000055;
}

.technology-area.style-two .technology-block {
  width: 20%;
  padding: 0px 15px;
}

.technology-area.style-two .technology-block h6 {
  text-transform: capitalize;
}

@media all and (max-width: 991px) {
  .technology-left {
    margin-bottom: 30px;
  }
  .technology-blocks-column .technology-column .technology-block:nth-child(4) {
    margin-left: 0px;
  }
  .technology-title {
    font-size: 30px;
  }
}

/* ===================
skill css 
====================== */

.skill-wrapper.grid-2 {
  grid-gap: 6rem;
}

.skill-img img {
  border-radius: 15px;
}

.progress-box {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.progress-box:last-child {
  margin-bottom: 0;
}

.progress-box h5 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.progress-box .progress {
  height: 5px;
  background-color: #e9ecfb;
  border-radius: 0;
}

.progress-box .progress .progress-bar {
  background-color: #1d42d9;
}

@media all and (max-width: 991px) {
  .skill-right .site-heading {
    font-size: 30px;
  }
  .skill-img img {
    width: 100%;
  }
}

/* ===================
testimonial css 
====================== */

.testimonial-area {
  background-image: url(../images/banner_interno/reviews_backgroud.jpg);
  /*background-image: url(../img/testimonial/testimonial.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.testimonial-single {
  background: #a9c932;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 20px;
  box-shadow: -5px 5px 0 #b8df25;
}

.testimonial-content {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 30px;
}

.testimonial-author-img {
  margin-right: 20px;
}

.testimonial-author-img img {
  border-radius: 50%;
}

.testimonial-author-info h4 {
  color: #ffffff;
  font-size: 19px;
}
.testimonial-quote p {
  color: #ffffff;
}

.testimonial-quote p i {
  font-size: 60px;
  margin-right: 10px;
  color: #b1579b;
}

.testimonial-area .owl-dots .owl-dot span {
  border: 3px solid #caced1;
  margin: 5px;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
}

.testimonial-area .owl-dots .owl-dot.active span {
  background-color: transparent;
  border-color: #1b303d;
}

/* ===================
counter css 
====================== */

/*.counter-area {
  background: #1D42D9;
  position: relative;
  background-image: url('../img/bg/count.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}*/

.counter-area {
  background: #b1579b;
  position: relative;
  z-index: -1;
  padding: 100px 0;
}
.counter-area::before {
  content: "";
  position: absolute;
  background-image: url(../images/bacckground/count.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  /*    opacity: .5;*/
  z-index: 1;
}

.counter-box {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  padding: 30px 20px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  border: 3px solid rgba(255, 255, 255, 0.1);
}

.counter-box::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url("../img/shape/1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: -1;
}

.counter-box .icon {
  height: 75px;
  width: 75px;
  font-size: 30px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #b1579d;
  border-radius: 50%;
  box-shadow: -5px 5px 0 #a9c932;
}

.counter-box .counter {
  display: block;
  line-height: 1;
  color: #051242;
  font-size: 50px;
  font-weight: 600;
}

.counter-box .title {
  color: #051242;
  font-family: "Karla", sans-serif;
  margin-top: 15px;
  font-size: 17px;
  letter-spacing: -1px;
}

@media all and (max-width: 767px) {
  .counter-area .col-lg-3:nth-child(2) .counter-box {
    margin-bottom: 40px !important;
  }
}

/* ========================
work / case studies css 
=========================== */

.cases-item {
  position: relative;
  margin-bottom: 30px;
}

.cases-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: #fff;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  border-radius: 15px;
}

.cases-item .cases-images {
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 15px;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.cases-desc {
  padding: 20px 30px;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}

.cases-desc h4 a {
  margin-bottom: 0;
  font-size: 22px;
  color: #000;
}

.cases-desc h4 a:hover {
  color: #000;
}

.cases-desc small {
  background: rgb(219 135 183 / 64%);
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 5px 20px;
  margin-bottom: 10px;
  border-radius: 50px;
  display: inline-block;
}

.cases-desc .theme-btn {
  padding: 6px 14px;
}

.cases-images {
  position: relative;
  overflow: hidden;
}

.cases-images img {
  border-radius: 15px;
}

.cases-images:before {
  background: rgb(177 87 157 / 62%);
  opacity: 0.9;
  position: absolute;
  border-radius: 15px;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.cases-item:hover .cases-images:before {
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.cases-hover {
  padding: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  -webkit-transition: -webkit-transform 0.7s ease-in-out 0s;
  transition: transform 0.7s ease-in-out 0s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.cases-hover p {
  margin-bottom: 0;
  color: #ffffff;
}

.cases-item:hover .cases-hover {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.cases-link {
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 9;
  -webkit-transition: -webkit-transform 0.7s ease-in-out 0s;
  transition: transform 0.7s ease-in-out 0s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  background: #ffffff;
  color: #0d2c13;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.5s ease-in-out;
}

.cases-link:hover {
  background: #a9c932;
  color: #ffffff;
}

.cases-item:hover .cases-link {
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

/* case filter */

.filter-btns {
  margin-bottom: 50px;
  text-align: center;
}

.filter-btns li {
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  border: 2px solid #0431b7;
  color: #0431b7;
  border-radius: 50px;
  padding: 2px 20px;
  margin: 5px;
  transition: all 0.5s ease-in-out;
}

.filter-btns li:hover,
.filter-btns li.active {
  background: #0431b7;
  color: #fff;
}

/* case 2 */

.cases-item2 {
  position: relative;
  margin-bottom: 120px;
}

.cases-item2 img {
  border-radius: 15px;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.cases-images2 {
  position: relative;
  overflow: hidden;
}

.cases-images2:before {
  background: #0049d0;
  opacity: 0.9;
  position: absolute;
  border-radius: 15px;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.cases-item2:hover .cases-images2:before {
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.cases-link2 {
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 9;
  -webkit-transition: -webkit-transform 0.7s ease-in-out 0s;
  transition: transform 0.7s ease-in-out 0s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  background: #ffffff;
  color: #0d2c13;
  display: inline-block;
  border-radius: 50%;
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.5s ease-in-out;
}

.cases-link2:hover {
  background: #a9c932;
  color: #ffffff;
}

.cases-item2:hover .cases-link2 {
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

.cases-desc2 {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 15px;
  padding: 30px 20px;
  left: 20px;
  right: 20px;
  bottom: -80px;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.cases-desc2 small {
  font-size: 20px;
  color: #00bbef;
}

.cases-desc2 .theme-btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.cases-desc2 .theme-btn:hover {
  background: #00bbef;
}

/* case 4 */

.cases-item4 {
  position: relative;
  margin-bottom: 25px;
  border-radius: 15px;
}

.cases-item4 img {
  border-radius: 15px;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.cases-images4 {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.cases-images4:before {
  background: #0049d0;
  opacity: 0.9;
  position: absolute;
  border-radius: 15px;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.cases-item4:hover .cases-images4:before {
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.cases-hover4 {
  padding: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  -webkit-transition: -webkit-transform 0.7s ease-in-out 0s;
  transition: transform 0.7s ease-in-out 0s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.cases-hover4 p {
  margin-bottom: 0;
  color: #ffffff;
}

.cases-item4:hover .cases-hover4 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.cases-link4 {
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 9;
  -webkit-transition: -webkit-transform 0.7s ease-in-out 0s;
  transition: transform 0.7s ease-in-out 0s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  background: #ffffff;
  color: #0d2c13;
  display: inline-block;
  border-radius: 50%;
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.5s ease-in-out;
}

.cases-link4:hover {
  background: #a9c932;
  color: #ffffff;
}

.cases-item4:hover .cases-link4 {
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

.cases-desc4 {
  position: absolute;
  border-radius: 15px;
  padding: 20px 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
}

.cases-desc4 small {
  font-size: 20px;
  color: #00bbef;
}

.cases-desc4 h4 a {
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.cases-desc4 h4 a:hover {
  color: #00bbef;
}

/* ======================
case single
====================== */

.case-sidebar .case-sidebar-content ul li {
  border-bottom: 1px solid #e7e7e7;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 33px;
}

.case-sidebar .case-sidebar-content ul li:last-child {
  border-bottom: none;
}

.case-sidebar-title {
  margin-bottom: 30px;
}

.case-sidebar .case-sidebar-content ul li span {
  display: block;
  font-weight: normal;
  margin: 0;
  text-transform: capitalize;
}

.case-sidebar .case-sidebar-content .rating a {
  color: #1d42d9;
}

.case-new-project {
  background: #1d42d9 !important;
}

.case-new-project h4 {
  color: #fff;
  margin-bottom: 30px;
}

.new-project-btn {
  background: #fff;
  color: #1d42d9;
  border: none;
  border-radius: 10px;
  padding: 10px 25px;
  transition: all 0.5s ease-in-out;
}

.new-project-btn:hover {
  background: #051c55;
  color: #fff;
}

.new-project-btn i {
  margin-left: 8px;
}

.case-details img {
  border-radius: 12px;
}

.case-single-list i {
  color: #0049d0;
  margin-right: 10px;
}

/* ===================
blog css 
====================== */

.blog-area .blog-single-item {
  margin-bottom: 30px;
}

.blog-area .item {
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  background: #ffffff;
  border-radius: 10px;
}

.blog-area .blog-items .item .thumb {
  position: relative;
  padding: 15px;
}

.blog-area .blog-items .item .thumb .date {
  position: absolute;
  left: 30px;
  bottom: -10px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.08);
  padding: 15px;
  font-size: 20px;
  color: #a9c932;
  font-weight: 700;
  border-radius: 5px;
  line-height: 1;
}

.blog-area .blog-items .item .thumb .date i {
  margin-right: 10px;
}

.blog-area .blog-items .info {
  padding: 30px;
}

.blog-area .blog-items .info h2,
.blog-area .blog-items .info h3,
.blog-area .blog-items .info h4 {
  font-weight: 600;
}

.blog-area .blog-items .info h2 a:hover,
.blog-area .blog-items .info h3 a:hover,
.blog-area .blog-items .info h4 a:hover {
  color: #1d42d9;
}

.blog-area.full-blog .blog-items .info {
  padding-top: 15px;
}

.blog-area .blog-items .item .thumb img {
  border-radius: 10px;
}

.blog-area .blog-items .info .meta ul li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  font-weight: 500;
  color: #232323;
  font-size: 13px;
}

.blog-area .blog-items .info .meta ul li i {
  font-weight: 500;
  margin-right: 2px;
  color: #1d42d9;
}

.blog-area .blog-items .info .meta ul li a:hover,
.blog-area .blog-items .info h4 a:hover,
.blog-area .btn-more:hover {
  color: #1d42d9;
}

.blog-area.content-less .btn-more {
  color: #1d42d9;
}

.blog-area .blog-items .info .meta {
  margin-bottom: 15px;
}

.blog-area .blog-items .info .meta a {
  font-weight: 500;
  font-size: 16px;
}

.blog-area .btn-more {
  margin-top: 15px;
  font-weight: 600;
  text-transform: capitalize;
}

.blog-area .btn-more i {
  position: relative;
  top: 2px;
  margin-left: 1px;
}

.blog-area .blog-items .info .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e7e7e7;
  margin-top: 20px;
  padding-top: 30px;
}

.blog-area .blog-items .info .bottom img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-right: 7px;
  border: 1px solid #e7e7e7;
  padding: 3px;
  max-width: 60px;
}

/* ===========================
blog single css
=========================== */

.blog-single-area img {
  border-radius: 12px;
}

.blog-thumb-img {
  margin-bottom: 20px;
}

.blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.blog-meta .blog-meta-left ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-meta i {
  margin-right: 5px;
}

.blog-meta a:hover {
  color: #1d42d9;
}

.blog-details-title {
  font-size: 34px;
}

.blockqoute {
  background: #eef3f7;
  border-left: 3px solid #1d42d9;
  padding: 30px;
  font-size: 17px;
  font-style: italic;
  margin: 20px 0;
}

.blockqoute-author {
  margin-top: 20px;
  padding-left: 60px;
  position: relative;
}

.blockqoute-author::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 40px;
  background: #000;
  left: 0;
  top: 10px;
}

.blog-details-tags {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-details-tags ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.blog-details-tags ul a {
  border: 2px solid #2a355e;
  padding: 2px 10px;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
}

.blog-details-tags ul a:hover {
  background: #2a355e;
  color: #fff;
}

.blog-author {
  display: flex;
  justify-content: start;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  margin: 50px 0;
  border-radius: 10px;
}

.blog-author img {
  width: 300px;
}

.author-info {
  padding: 20px;
}

.author-name {
  font-size: 25px;
  color: #051c55;
  margin: 8px 0;
}

.author-social {
  margin-top: 10px;
}

.author-social a {
  margin-right: 10px;
  color: #051c55;
  transition: all 0.5s ease-in-out;
}

.author-social a:hover {
  color: #1d42d9;
}

.blog-comments {
  margin-bottom: 50px;
}

.blog-comments-wrapper {
  margin: 30px 0;
}

.blog-comments-single {
  display: flex;
  justify-content: start;
  align-items: center;
}

.blog-comments-single img {
  border-radius: 50%;
  width: 150px;
}

.blog-comments-content {
  padding: 20px 30px;
}

.blog-comments-content span {
  font-size: 14px;
}

.blog-comments-content a {
  font-weight: 600;
  margin-top: 5px;
}

.blog-comments-content a:hover {
  color: #1d42d9;
}

.blog-comments-reply {
  margin-left: 50px;
}

.blog-comments-form h4 {
  margin-bottom: 20px;
}

.blog-comments-form .form-group {
  margin-bottom: 20px;
}

.blog-comments-form .form-control {
  padding: 10px 20px;
  border-radius: 8px;
  box-shadow: none;
  transition: all 0.5s ease-in-out;
}

.blog-comments-form .form-control:focus {
  border-color: #1d42d9;
}

.comment-btn {
  background: #1d42d9;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px 25px;
  transition: all 0.5s ease-in-out;
}

.comment-btn:hover {
  background: #051c55;
  color: #fff;
}

.comment-btn i {
  margin-right: 5px;
}

@media all and (max-width: 767px) {
  .blog-meta {
    flex-direction: column;
    font-size: 15px;
  }
  .blog-meta .blog-meta-left ul {
    gap: 10px;
  }
  .blog-details-tags {
    flex-direction: column;
    align-items: flex-start;
  }
  .blog-author {
    flex-direction: column;
    text-align: center;
    padding: 25px 0 0 0;
  }
  .blog-comments-single {
    flex-direction: column;
    text-align: center;
    padding: 30px 0px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    margin-bottom: 30px;
    border-radius: 10px;
  }
  .blog-comments-reply {
    margin-left: 0px;
  }
}

/* =========================
sidebar css
========================= */

.widget {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.widget .widget-title {
  color: #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
}

.widget .widget-title::before {
  position: absolute;
  content: "";
  width: 30px;
  border-bottom: 3px solid #b1579d;
  bottom: 0;
  left: 0;
}

.widget .widget-title::after {
  position: absolute;
  content: "";
  width: 5px;
  border-bottom: 3px solid #b1579d;
  bottom: 0;
  left: 35px;
}

.widget .search-form .form-control {
  padding: 10px 15px 10px 15px;
  border-radius: 10px;
  box-shadow: none;
}

.widget .search-form {
  position: relative;
}

.widget .search-form .form-control:focus {
  border-color: #1d42d9;
}

.widget .search-form button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px 18px 6px 18px;
  background: transparent;
  border: none;
  color: #6c7c89;
}

.widget .category-list a {
  display: block;
  margin-bottom: 10px;
  transition: all 0.5s ease-in-out;
}

.widget .category-list a:last-child {
  margin-bottom: 0px;
}

.widget .category-list a:hover {
  padding-left: 10px;
  color: #4c1e42;
}

.widget .category-list a i {
  margin-right: 5px;
}

.widget .category-list a span {
  float: right;
}

.widget .recent-post-single {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 20px;
}

.widget .recent-post-img {
  margin-right: 20px;
}

.widget .recent-post-img img {
  border-radius: 10px;
  width: 70px;
}

.widget .recent-post-bio h6 {
  font-size: 16px;
}

.widget .recent-post-bio span {
  font-size: 14px;
}

.widget .recent-post-bio span i {
  margin-right: 5px;
}

.widget .recent-post-bio h6 a:hover {
  color: #1d42d9;
}

.widget .archive-list a {
  display: block;
  margin-bottom: 10px;
  transition: all 0.5s ease-in-out;
}

.widget .archive-list a:last-child {
  margin-bottom: 0px;
}

.widget .archive-list a:hover {
  padding-left: 10px;
  color: #1d42d9;
}

.widget .archive-list a i {
  margin-right: 5px;
}

.widget .archive-list a span {
  margin-left: 10px;
}

.widget .social-share-link a {
  width: 35px;
  height: 35px;
  line-height: 31px;
  border: 2px solid #2a355e;
  color: #2a355e;
  text-align: center;
  border-radius: 50px;
  margin-right: 5px;
  transition: all 0.5s ease-in-out;
}

.widget .social-share-link a:hover {
  background: #b1579d;
  color: #fff;
}

.widget .tag-list a {
  border: 2px solid #2a355e;
  padding: 3px 15px;
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
  border-radius: 8px;
  transition: all 0.5s ease-in-out;
}

.widget .tag-list a:hover {
  background-color: #b1579d;
  color: #fff;
}

/* ===================
contact us css 
====================== */

.contact-wrapper {
  background: #fff;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  border-radius: 15px;
  position: relative;
}

.contact-form {
  padding: 0 40px;
}

.contact-form-header {
  margin-bottom: 30px;
  color: #1b303d;
}

.contact-form-header h2 {
  color: #1b303d;
  font-size: 30px;
  margin-bottom: 10px;
}

.contact-form .form-group {
  margin-bottom: 15px;
}

.contact-form .form-group .form-control {
  padding: 12px 20px;
  border-radius: 10px;
  box-shadow: none;
  transition: all 0.5s ease-in-out;
}

.contact-form .form-group .form-control:focus {
  border-color: #1d42d9;
}

.contact-map iframe {
  width: 100%;
  border-radius: 15px 0 0 15px;
  height: 560px;
  margin-bottom: -8px;
}

.contact-content {
  margin-bottom: 120px;
}

.contact-btn {
  background: #a9c932;
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  border: none;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  transition: all 0.5s ease-in-out;
}

.contact-btn:hover {
  color: #fff;
  background: #b1579d;
}

.contact-btn i {
  margin-right: 5px;
}

.contact-info {
  background: #fff;
  text-align: center;
  height: 200px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  padding: 20px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  z-index: 1;
}

.contact-info::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-image: url(../img/shape/1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50px;
  z-index: -1;
}

.contact-info i {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  border-radius: 50px;
  background: #b1579d;
  box-shadow: -5px 5px 0 #a9c932;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

.contact-info h5 {
  color: #051c55;
  margin-bottom: 5px;
}

.contact-info p {
  color: #051c55;
}

@media all and (max-width: 991px) {
  .contact-form {
    padding: 50px 20px;
  }
}

/* ===================
quote css 
====================== */

/*.quote-area {
  background-image: url(../images/bacckground/quote-bg.png);
  background-image: url(../img/quote/quote-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  position: relative;
}*/
.quote-area {
  background: #b1579b;
  position: relative;
  z-index: 1;
  /*padding: 100px 0;*/
  padding: 10px 0;
}
.quote-area::before {
  content: "";
  position: absolute;
  background-image: url(../images/bacckground/quote-bg.png);
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: -1;
}
.quote-thum {
  top: 0%;
}
.quote-thum {
  bottom: 0px;
  left: 0px;
  position: absolute;
  width: 47%;
}
.quote-content {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}

.quote-content .quote-header h6 {
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
}

.quote-content .quote-header h2 {
  color: #fff;
  font-size: 35px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.quote-content .form-group {
  margin-bottom: 25px;
}

.quote-content .form-group .form-control {
  height: 50px;
  font-size: 16px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
  box-shadow: none;
  transition: all 0.5s ease-in-out;
}

.quote-content .form-group .form-control:focus {
  border-color: #00a7e6;
}

.quote-content textarea {
  height: 120px !important;
}

.quote-content .form-control::placeholder {
  color: #f2f3f5;
  opacity: 1;
}

.quote-content .form-control:-ms-input-placeholder {
  color: #f2f3f5;
}

.quote-content .form-control::-ms-input-placeholder {
  color: #f2f3f5;
}

.quote-content .theme-btn {
  background: #a9c932;
  font-weight: 600;
  color: #ffffff;
}

.quote-content .theme-btn:hover {
  color: #fff;
  background: #a9c932;
}

@media all and (max-width: 1199px) {
  .quote-content .quote-header h2 {
    font-size: 25px;
  }
  .quote-thum {
    width: 60%;
    left: -110px;
  }
}

@media all and (max-width: 991px) {
  .quote-thum {
    display: none;
  }
}

/* ===================
team css 
====================== */

.team-content {
  display: flex;
  justify-content: space-between;
}

.team-item {
  position: relative;
  border-radius: 15px;
  margin-bottom: 25px;
  overflow: hidden;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.team-item-img {
  position: relative;
}

.team-item-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 10px);
  height: 40px;
  -webkit-clip-path: polygon(30% 0%, 0 100%, 100% 100%);
  clip-path: polygon(30% 0%, 0 100%, 100% 100%);
  background-color: #1b303d;
}

.team-item-img::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: calc(100% + 10px);
  height: 40px;
  -webkit-clip-path: polygon(30% 0%, 0 100%, 100% 100%);
  clip-path: polygon(30% 0%, 0 100%, 100% 100%);
  background-color: #ffffff;
}

.team-content {
  padding: 20px;
  position: relative;
}

.team-social-box span {
  width: 50px;
  height: 50px;
  background: #1b303d;
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.team-social {
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 90px;
  border-radius: 50px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.team-social a {
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-bottom: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #1b303d;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.team-social a:last-child {
  border-bottom: none;
}

.team-social a.active,
.team-social a:hover {
  background: #0dc4e0;
  color: #fff;
}

.team-item:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.team-social-box:hover .team-social {
  bottom: 70px;
  opacity: 1;
  visibility: visible;
}

.team-bio h5 a {
  font-size: 22px;
  color: #082680;
  font-weight: 700;
}

/* team 2 */

.team-item2 {
  background: #f7fbff;
  border-radius: 10px;
  text-align: center;
  padding: 35px 30px;
  margin-bottom: 25px;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.team-item2:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.team-item-img2 {
  border: 4px solid #00baee;
  border-right-color: transparent;
  border-radius: 50%;
  padding: 8px;
  margin-bottom: 20px;
}

.team-item-img2 img {
  border-radius: 50%;
}

.team-bio2 h5 {
  font-size: 22px;
  margin: 6px 0;
}

.team-bio2 h5 a {
  color: #004976;
  transition: all 0.5s ease-in-out;
}

.team-bio2 h5 a:hover {
  color: #00baee;
}

.team-bio2 span {
  color: #00baee;
}

.team-social2 {
  margin-top: 20px;
}

.team-social2 a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 2px;
  line-height: 41px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #004976;
  -webkit-box-shadow: 0px 8px 16px 0px rgb(0 73 118 / 10%);
  box-shadow: 0px 8px 16px 0px rgb(0 73 118 / 10%);
  transition: all 0.5s ease-in-out;
}

.team-social2 a:hover {
  background: #004976;
  color: #fff;
}

/* team 3 */

.team-item3 {
  margin-bottom: 100px;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.team-item3:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.team-item-img3 img {
  border-radius: 15px;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.team-content3 {
  position: absolute;
  bottom: -70px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.team-social3 {
  margin-top: 10px;
}

.team-social3 a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 2px;
  line-height: 41px;
  text-align: center;
  border-radius: 50%;
  color: #0049d0;
  background: #fff;
  -webkit-box-shadow: 0px 8px 16px 0px rgb(0 73 118 / 10%);
  box-shadow: 0px 8px 16px 0px rgb(0 73 118 / 10%);
  transition: all 0.5s ease-in-out;
}

.team-social3 a:hover {
  color: #fff;
  background: #0049d0;
}

.team-bio3 h5 {
  font-size: 22px;
}

.team-bio3 h5 a {
  color: #0049d0;
  transition: all 0.5s ease-in-out;
}

.team-bio3 h5 a:hover {
  color: #00baee;
}

/* ===================
team single css 
====================== */

.team-single-img img {
  border-radius: 15px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.team-details {
  padding: 30px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.team-details-info {
  margin: 20px 0;
}

.team-details-info li {
  margin-bottom: 10px;
}

.team-details-info a:hover {
  color: #1d42d9;
}

.team-details-info a i {
  margin-right: 10px;
  color: #1d42d9;
}

.team-details-social a {
  margin-right: 15px;
  font-size: 20px;
  color: #051c55;
  display: inline-block;
  transition: all 0.5s ease-in-out;
}

.team-details-social a:hover {
  color: #1d42d9;
}

.biography {
  padding-right: 20px;
  margin-bottom: 30px;
}

/* ===================
feature css 
====================== */

.feature-area {
  position: relative;
  display: block;
}

.feature-wrapper {
  position: relative;
  display: block;
}

.feature-single-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a9c930;
  box-shadow: -10px 10px 0 #b8df25;
  border-radius: 10px;
  padding: 20px 2px;
  margin-bottom: 30px;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}

@media (min-width: 768px) {
  .feature-single-item {
    height: 260px;
  }
}

@media (min-width: 992px) {
  .feature-single-item {
    height: 325px;
  }
}

.feature-single-item::before {
  content: "";
  position: absolute;
  background-image: url(../img/shape/6.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.feature-single-item:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

.feature-icon {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 5px;
}

.feature-icon i {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: #ffffff;
  transform: scale(1);
  transition: transform 500ms linear, color 500ms linear;
}

.feature-single-item:hover .feature-icon span {
  transform: scale(0.9);
  color: #1d42d9;
}

.feature-text {
  margin-left: 30px;
  margin-right: 15px;
}

.feature-text h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 4px;
}

.feature-text p {
  font-size: 14px;
  margin: 0;
  line-height: 30px;
}

/* ===================
top feature css 
====================== */

.top-feature-left {
  text-align: right;
}

.top-feature-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 10px;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 43px 0px rgb(10 10 10 / 14%);
  position: relative;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}

.top-feature-item:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

.top-feature-left .top-feature-item {
  flex-direction: row-reverse;
}

.top-feature-icon {
  padding: 8px;
  position: relative;
}

.top-feature-icon::before {
  content: "";
  position: absolute;
  border: 2px dashed #a9c932;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 50px;
  -webkit-animation: sticker-rotate 20s linear infinite;
  animation: sticker-rotate 20s linear infinite;
}

.top-feature-icon i {
  width: 80px;
  height: 80px;
  background: #b1579d;
  border-radius: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
}

.top-feature-content a h5 {
  color: #000;
  font-size: 22px;
  transition: all 0.5s ease-in-out;
}

.top-feature-content a h5:hover {
  color: #000;
}

.top-feature-img {
  border: 4px solid #a9c932;
  border-left-width: 15px;
  border-radius: 50%;
  padding: 10px;
  background: #b1579d;
  padding: 10px 0 10px 15px;
}

.top-feature-img img {
  border-radius: 50%;
}

@media all and (max-width: 991px) {
  .top-feature-img {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

/* ===================
step/process css 
====================== */

.process-single {
  position: relative;
}

.process-single .icon {
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  line-height: 100px;
  background: #b1579d;
  box-shadow: -5px 5px 0 #db87b7;
  border-radius: 50%;
  font-size: 40px;
  color: #fff;
  margin-bottom: 30px;
}

.process-single span {
  position: absolute;
  height: 35px;
  width: 35px;
  font-size: 14px;
  background: #a9c932;
  line-height: 35px;
  border-radius: 50%;
  color: #ffffff;
  left: -3px;
  top: -13px;
  font-weight: 600;
}

.process-single h4 {
  margin-bottom: 10px;
  color: #000;
}

.process-single::before {
  content: url(../img/shape/4.png);
  position: absolute;
  right: -153px;
  top: 34px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-single::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .process-single::before {
    display: none;
  }
}

.process-area .col-lg-3:last-child .process-single::before {
  display: none;
}

/* ===================
pricing css 
====================== */

.price-special {
  position: absolute;
  top: -20px;
  min-height: 35px;
  display: inline-block;
  line-height: 35px;
  padding: 0 20px;
  background: #1d42d9;
  border-radius: 17.5px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 500;
  z-index: 1;
  color: #ffffff;
}

.price-single {
  padding: 50px 55px;
  background: #fff;
  transition: all 0.4s ease-out 0s;
  border: 3px solid transparent;
  border-radius: 15px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.price-single:hover {
  box-shadow: 0px 10px 30px 0px rgba(34, 31, 60, 0.44);
  transition: all 0.4s ease-out 0s;
  border: 3px solid #221f3c;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .price-single {
    padding: 50px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .price-single {
    padding: 50px 20px;
  }
}

@media (max-width: 767px) {
  .price-single {
    padding: 50px 20px;
  }
}

.price-header span {
  min-height: 35px;
  display: inline-block;
  line-height: 35px;
  padding: 0 20px;
  background: rgba(34, 31, 60, 0.07);
  border-radius: 17.5px;
  margin-bottom: 5px;
}

.price-header h2 {
  margin-bottom: 25px;
  color: #051242;
}

.price-header i {
  font-size: 80px;
  margin-bottom: 45px;
  color: #221f3c;
}

.price-amount p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 48px;
}

.price-amount p span {
  font-size: 55px;
  font-weight: 600;
  color: #474747;
}

.price-amount p strong {
  font-size: 22px;
  margin-right: 3px;
}

.price-list {
  text-align: left;
  margin-bottom: 56px;
}

.price-list ul li {
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 16px;
  padding-left: 27px;
  position: relative;
}

.price-list ul li::before {
  position: absolute;
  content: "\f00c";
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-family: "Font Awesome 5 Pro";
  color: #221f3c;
}

.price-btn {
  background: #051242;
  color: #fff;
  padding: 12px 30px;
  text-transform: capitalize;
  border-radius: 10px;
  font-size: 18px;
  transition: all 0.5s ease-in-out;
}

.price-btn:hover {
  background: #1d42d9;
  color: #fff;
}

.price-btn i {
  margin-left: 7px;
}

.price-single.active {
  border-color: #1d42d9;
}

.price-single.active .price-btn {
  background: #1d42d9;
  color: #fff;
}

/* pricing 2 */

.pricing-area2 .pricing-item {
  box-shadow: 1px 0 50px rgb(0 0 0 / 10%);
  border-radius: 12px;
  overflow: hidden;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  background-color: #fff;
  padding: 40px 40px;
  position: relative;
  z-index: 1;
  height: 100%;
}

.pricing-area2 .pricing-item:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.pricing-area2 .pricing-item::before {
  position: absolute;
  right: -70px;
  bottom: 5px;
  content: "";
  height: 165px;
  width: 203px;
  background-image: url(../img/pricing/shape-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.pricing-area2 .pricing-item::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -100px;
  content: "";
  height: 203px;
  width: 213px;
  background-image: url(../img/pricing/shape-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.pricing-area2 .pricing-title {
  position: absolute;
  top: 30px;
  left: 0;
  color: #fff;
  padding: 5px 12px;
  border-radius: 0 20px 20px 0;
  text-transform: uppercase;
  background: #00aeff;
  box-shadow: 0px 12px 20px 0px rgb(6 163 245 / 30%);
}

.pricing-area2 .pricing-icon {
  font-size: 80px;
  text-align: center;
  color: #00aeff;
}

.pricing-area2 .price-total {
  display: flex;
  justify-content: center;
  font-size: 42px;
  color: #00aeff;
}

.pricing-area2 .price-total small {
  font-size: 24px;
  margin-top: 4px;
}

.pricing-area2 .price-box {
  text-align: center;
  margin-bottom: 30px;
}

.pricing-area2 .price-type {
  color: #071c35;
  font-weight: 700;
  font-size: 20px;
}

.pricing-area2 .pricing-features {
  border-top: 1px solid #e1e1f0;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: left;
}

.pricing-area2 .pricing-features li {
  font-size: 18px;
  padding: 5px 0 5px 40px;
  position: relative;
}

.pricing-area2 .pricing-features li::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  font-weight: 600;
  width: 26px;
  height: 26px;
  background: #ffede8;
  display: block;
  position: absolute;
  left: 0;
  color: #fe5164;
  border-radius: 35px;
  text-align: center;
  top: 6px;
  line-height: 26px;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.pricing-area2 .pricing-footer {
  text-align: center;
}

.pricing-area2 .pricing-footer .theme-icon-btn {
  background: #00aeff;
  box-shadow: 0px 12px 20px 0px rgb(6 163 245 / 30%);
}

.pricing-area2 .pricing-footer .theme-icon-btn::after {
  content: "";
  background: #fff;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  position: absolute;
  height: 120%;
  width: 15px;
  opacity: 0.2;
  left: -45%;
  top: -10%;
  transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
}

.pricing-area2 .pricing-footer .theme-icon-btn:hover::after {
  left: 130%;
}

.pricing-area2 .pricing-footer .theme-icon-btn i {
  color: #00aeff;
}

.pricing-area2 .active .pricing-title {
  background: #0431b7;
  box-shadow: 0px 12px 20px 0px rgb(4 49 183 / 30%);
}

.pricing-area2 .active .pricing-icon {
  color: #0431b7;
}

.pricing-area2 .active .price-total {
  color: #0431b7;
}

.pricing-area2 .active .pricing-footer .theme-icon-btn {
  background: #0431b7;
  box-shadow: 0px 12px 20px 0px rgb(4 49 183 / 30%);
}

.pricing-area2 .active .pricing-footer .theme-icon-btn i {
  color: #0431b7;
}

/* pricing 3 */

.price-single3 {
  padding-top: 170px;
  padding-bottom: 20px;
  position: relative;
  border-radius: 20px;
  z-index: 1;
}

.price-single3::before {
  content: "";
  position: absolute;
  background: #f3fafe;
  left: 0;
  top: -10px;
  height: 105%;
  width: 100%;
  border-radius: 20px;
  -webkit-clip-path: polygon(50% 20%, 100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(50% 20%, 100% 0, 100% 100%, 0 100%, 0 0);
  z-index: -1;
}

.price-single-icon3 i {
  background: #00baee;
  color: #fff;
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 50px;
  border-radius: 40px;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.price-header3 h5 {
  color: #00baee;
}

.price-amount3 {
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  margin-top: 20px;
  color: #004976;
}

.price-amount3 span {
  font-size: 30px;
}

.price-type3 {
  font-size: 16px;
  color: #004976;
}

.price-list3 ul {
  padding: 50px 40px 40px 80px;
  text-align: left;
  color: #004976;
}

.price-list3 ul li {
  margin-bottom: 10px;
}

.price-list3 ul li i {
  margin-right: 10px;
}

.pricing-wrapper3 .theme-icon-btn {
  background: #00baee;
}

.pricing-wrapper3 .theme-icon-btn:hover {
  background: #0431b7;
}

.price-single3.active .price-single-icon3 i {
  background: #0431b7;
}

.price-single3.active .pricing-wrapper3 .theme-icon-btn {
  background: #0431b7;
}

.price-single3.active .price-header3 h5 {
  color: #0431b7;
}

.price-single3.active .price-amount3 {
  color: #0431b7;
}

/* ===================
faq css 
====================== */

.faq-img {
  padding-right: 40px;
}

.faq-img img {
  width: 100%;
}

.faq-area .accordion-item {
  border: none;
  margin-bottom: 30px;
  border-radius: 10px !important;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.faq-area .accordion-item i {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  background: #1d42d9;
  color: #ffffff;
  border-radius: 50%;
  margin-right: 20px;
  position: relative;
  min-width: 40px;
}

.accordion-button {
  border-radius: 10px !important;
  font-weight: 700;
  box-shadow: none !important;
  border: none !important;
}

@media all and (max-width: 991px) {
  .faq-img {
    margin-bottom: 50px;
  }
}

/* ===================
partner css 
====================== */

.partner-area .partner-wrapper img {
  padding: 20px;
}

.partner-area2 .partner-item {
  padding: 20px;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
}

.partner-area2 .partner-item:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

/* ===================
breadcrumb css
====================== */

.site-breadcrumb {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  /*  background-position: center center !important;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding-top: 150px;
  padding-bottom: 100px;
  z-index: 1;
}

.site-breadcrumb::before {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  /*  background-color: rgba(0,0,0,0.7);*/
  opacity: 0.8;
  content: "";
}

.site-breadcrumb .breadcrumb-title {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}

.site-breadcrumb .breadcrumb-menu {
  position: relative;
  z-index: 1;
}

.site-breadcrumb .breadcrumb-menu li {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu li a {
  color: #fff;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.site-breadcrumb .breadcrumb-menu li.active {
  color: #a9c932;
}

.site-breadcrumb .breadcrumb-menu li::before {
  position: absolute;
  content: "\f101";
  font-family: "Font Awesome 5 Pro";
  right: -21px;
  top: 1px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.site-breadcrumb .breadcrumb-menu li:first-child {
  margin-left: 0;
}

.site-breadcrumb .breadcrumb-menu li:last-child:before {
  display: none;
}

.site-breadcrumb .breadcrumb-menu li a:hover {
  color: #a9c932;
}

.site-breadcrumb2 {
  padding-top: 250px;
}

@media (max-width: 991px) {
  .site-breadcrumb {
    padding-top: 200px;
  }
  .site-breadcrumb2 {
    padding-top: 320px;
  }
}

/* ===================
pagination css 
====================== */

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.pagination .page-link {
  border: none;
  background: #051c55;
  color: #fff;
  margin: 0 10px;
  border-radius: 10px !important;
  padding: 5px 15px;
  transition: all 0.5s ease-in-out;
}

.pagination .page-link:hover,
.pagination .page-item.active .page-link {
  background: #1d42d9;
}

/* ===================
RTL css
====================== */

body.rtl-mode {
  direction: rtl;
}

body.rtl-mode .item-area {
  direction: ltr;
}

body.rtl-mode .price-wrapper {
  direction: rtl;
}

@media (min-width: 992px) {
  body.rtl-mode .navbar-brand {
    margin-left: 3rem;
  }
  body.rtl-mode .navbar .nav-item .nav-link {
    margin-left: 3rem;
    margin-right: 0;
  }
}

/* ===================
auth css 
====================== */

.login-form {
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.login-form .login-header {
  text-align: center;
  margin-bottom: 50px;
}

.login-form .login-header img {
  width: 200px;
  margin-bottom: 10px;
}

.login-form .login-header h3 {
  color: #1d42d9;
  margin-bottom: 5px;
  font-weight: 800;
}

.login-form .login-header p {
  font-size: 20px;
}

.login-form .login-footer {
  margin-top: 40px;
}

.login-form .login-footer p {
  text-align: center;
}

.login-form .login-footer a {
  color: #1d42d9;
  transition: 0.5s;
}

.login-form .login-footer a:hover {
  color: #dd4b39;
}

.login-form .form-group {
  margin-bottom: 20px;
}

.login-form label {
  color: #000;
}

.login-form .form-group .form-control {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 12px 18px;
  box-shadow: none;
  transition: 0.5s;
}

.login-form .form-group .form-control:focus {
  border-color: #1d42d9;
}

.login-form .form-check-input {
  box-shadow: none;
}

.login-form .forgot-pass {
  color: #1d42d9;
  transition: 0.5s;
}

.login-form .forgot-pass:hover {
  color: #dd4b39;
}

.login-form .login-btn {
  width: 100%;
  background: #1d42d9;
  color: #fff;
  padding: 12px 0;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  transition: 0.5s;
}

.login-form .login-btn i {
  margin-right: 5px;
}

.login-form .login-btn:hover {
  background: #2a355e;
  color: #fff;
}

.login-form .form-check-input {
  margin-top: 6.3px;
}

.login-form .form-check-label a {
  color: #0364ff;
  transition: 0.5s;
}

.login-form .form-check-label a:hover {
  color: #dd4b39;
}

@media only screen and (max-width: 991px) {
  .login-form {
    padding: 40px 20px;
  }
}

/* ===================
career css 
====================== */

.career-single-item {
  padding: 40px;
  background: #fff;
  border-radius: 15px;
  margin-bottom: 30px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.job-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.job-meta .badge {
  background: #00bbef;
  border-radius: 50px;
  padding: 10px 20px;
}

.job-time {
  color: #1d42d9;
}

.job-time i {
  margin-right: 5px;
}

.job-info-list {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  color: #051c55;
}

.job-info-list li span {
  margin-right: 8px;
}

.job-content h3 {
  font-size: 25px;
  margin: 10px 0px;
  color: #051c55;
}

.job-btn {
  margin-top: 30px;
  border: 2px solid transparent;
  background: #0431b7;
  color: #fff;
  padding: 6px 25px;
  border-radius: 10px;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
}

.job-btn:hover {
  background: transparent;
  border-color: #0431b7;
  color: #0431b7;
}

.job-btn i {
  margin-left: 5px;
}

.career-promo-single {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 30px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.career-promo-single span {
  color: #1d42d9;
  font-size: 35px;
  margin-bottom: 20px;
}

@media all and (max-width: 767px) {
  .job-meta {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .job-info-list {
    flex-direction: column;
    align-items: flex-start;
  }
  .job-time {
    margin-top: 20px;
  }
}

/* ===================
career single css 
====================== */

.job-single-img img {
  border-radius: 10px;
  margin-bottom: 10px;
}

.job-single-list li {
  margin-bottom: 14px;
  margin-left: 10px;
}

.job-single-list li i {
  margin-right: 5px;
  color: #1d42d9;
}

.job-overview-list li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 20px;
}

.job-overview-list li i {
  margin-right: 15px;
  font-size: 22px;
  color: #1d42d9;
}

.overview-item h6 {
  font-size: 18px;
}

/* ===================
gallery css 
====================== */

.gallery-area .popup-img {
  margin-bottom: 30px;
  cursor: zoom-in;
  transition: all 0.5s ease-in-out;
}

.gallery-area .popup-img:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.gallery-area .popup-img img {
  border-radius: 15px;
}

/* ===================
coming soon css 
====================== */

.coming-soon {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
}

.coming-soon .container {
  position: relative;
}

.coming-soon:before {
  position: absolute;
  content: "";
  background: linear-gradient(75deg, #073482, #014cda);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
}

.coming-soon .newsletter-form {
  position: relative;
  margin-top: 30px;
}

.coming-soon .newsletter-form .input-newsletter {
  height: 50px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 30px;
  font-size: 14px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 25px;
}

.coming-soon .newsletter-form button {
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  height: auto;
  border: none;
  border-radius: 30px;
  background-color: #1d42d9;
  display: inline-block;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  transition: 0.5s;
}

.coming-soon .newsletter-form button:hover {
  background-color: #2a355e;
  color: #fff;
}

.coming-social {
  margin-top: 30px;
  text-align: center;
}

.coming-social a {
  color: #fff;
  margin: 5px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 2px solid #fff;
  display: inline-block;
  border-radius: 50px;
  transition: 0.5s;
}

.coming-social a:hover {
  background-color: #1d42d9;
  border-color: #1d42d9;
}

.countdown-wrap {
  margin-top: 30px;
}

.countdown-single {
  background: #fff;
  padding: 20px;
  margin: 10px;
  border-radius: 15px;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.countdown-single h2 {
  color: #0948b3;
}

.countdown-single h5 {
  color: #0948b3;
}

/* ===================
error css 
====================== */

.error-wrapper {
  text-align: center;
}

.error-wrapper h2 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.error-wrapper img {
  width: 100%;
}

.error-wrapper .theme-btn {
  margin-top: 30px;
}

/* ===================
terms/privacy css 
====================== */

.terms-content:not(:last-child) {
  margin-bottom: 54px;
}

.terms-content:first-child {
  margin-top: -3px;
}

.terms-content .terms-list {
  margin-top: 37px;
}

.terms-content h3 {
  padding-left: 20px;
  margin-bottom: 23px;
  position: relative;
}

.terms-content h3:after {
  width: 10px;
  height: 10px;
  background: #1d42d9;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  content: "";
}

.terms-content p:not(:last-child) {
  margin-bottom: 26px;
}

.terms-list li:not(:last-child) {
  margin-bottom: 16px;
}

/* ===================
booking form css 
====================== */

.booking-form {
  background-image: url(../img/bg/count.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  padding: 30px;
}

.booking-form .form-title span {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
}

.booking-form form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.booking-form .form-control {
  width: 27%;
  padding: 16px 18px;
  border: 0;
  margin-right: 15px;
  border-radius: 10px;
  font-size: 15px;
  box-shadow: none;
}

.booking-form button {
  padding: 14px;
  width: 185px;
  text-align: center;
  background-color: #00baee;
  color: #fff;
  font-weight: 700;
  border: 0;
  border-radius: 10px;
  font-size: 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.booking-form button:hover {
  background: #fff;
  color: #00baee;
}

.booking-form button i {
  margin-right: 5px;
}

@media all and (max-width: 992px) {
  .booking-form form {
    flex-direction: column;
  }

  .booking-form .form-control {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }

  .booking-form button {
    width: 100%;
  }
}

/* ===================
footer css 
====================== */

.footer-area {
  background: #b1579b;
  position: relative;
  z-index: 1;
}

.footer-area::before {
  content: "";
  position: absolute;
  background-image: url(../img/shape/2.png);
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  /*  opacity: .5;*/
  z-index: -1;
}

.footer-widget-box {
  margin-bottom: 20px;
}

.footer-widget {
  position: relative;
  z-index: 1;
}

.footer-logo img {
  width: 215px;
  margin-bottom: 30px;
}

.copyright {
  border-top: 1px solid #db87b7;
  padding: 20px 0;
}

.copyright .footer-menu {
  margin: 0;
  padding: 0;
}

.copyright .footer-menu li {
  display: inline-block;
  margin-right: 25px;
  font-size: 16px;
}

.copyright .footer-menu li a {
  color: #f5faff;
  transition: all 0.5s ease-in-out;
}

.copyright .footer-menu li a:hover {
  color: #a9c932;
}

.copyright .copyright-text {
  text-align: right;
  color: #f5faff;
  margin-bottom: 0px;
  font-size: 16px;
}

.copyright .copyright-text a {
  color: #a9c932;
  font-weight: 600;
}

.footer-widget-title {
  color: #fff;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  z-index: 1;
}

.footer-widget-title::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #a9c932;
  bottom: 0;
  left: 0;
}

.footer-widget-title::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 2px;
  background-color: #a9c932;
  bottom: 0;
  left: 45px;
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-list li a {
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.footer-list li a:hover {
  padding-left: 10px;
  color: #a9c932;
}

.footer-widget-box p {
  color: #fff;
  /* padding-right: 18px; */
  margin-bottom: 20px;
}

.footer-social {
  display: flex;
  gap: 8px;
  /* margin-top: 40px; */
}

.footer-social li a i {
  height: 38px;
  width: 38px;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
  border: 2px solid #a9c932;
  background: #a9c932;
  color: #ffffff;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}

.footer-social li a i:hover {
  border-color: #a9c932;
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

.footer-newsletter .subscribe-form .form-control {
  border: 2px solid #e8e8e8;
  padding: 12px 15px;
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
  box-shadow: none;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
}

.footer-newsletter .subscribe-form .form-control:focus {
  border-color: #a9c932;
}

.footer-newsletter .subscribe-form .form-control::placeholder {
  color: #c2d5e7;
  opacity: 1;
}

.footer-newsletter .subscribe-form .form-control:-ms-input-placeholder {
  color: #c2d5e7;
}

.footer-newsletter .subscribe-form .form-control::-ms-input-placeholder {
  color: #c2d5e7;
}

.footer-newsletter .subscribe-form .theme-btn {
  margin-top: 20px;
  background: #0dc4e0;
}

.footer-newsletter .subscribe-form .theme-btn:hover {
  background: #0431b7;
}

.footer-newsletter .subscribe-form .theme-btn i {
  margin-right: 5px;
}

.footer-contact li {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #f5faff;
  font-size: 16px;
  margin-bottom: 10px;
}

.footer-contact li a {
  color: #f5faff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-contact li i {
  margin-right: 10px;
  margin-top: 4px;
  font-size: 20px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #a9c932;
}

@media all and (max-width: 1199px) {
  .footer-widget-box {
    margin-bottom: 50px;
  }
}

@media all and (max-width: 991px) {
  .copyright .copyright-text {
    margin-top: 30px;
    text-align: left;
  }
}

@media all and (max-width: 767px) {
  .footer-widget-wrapper {
    padding-bottom: 0;
  }
}

/* ============================
home-2 css
============================ */

/* navbar */

.home-2 .navbar {
  background: #1b303d;
}

@media all and (max-width: 767px) {
  .home-2 .hero-single {
    padding-top: 200px;
    padding-bottom: 150px;
  }
}

/* ============================
home-3 css
============================ */

/* top header */

.home-3 .top-header {
  background: #031888;
}

.home-3 .header-widget li {
  font-size: 14px;
  padding-right: 16px;
  margin-right: 7px;
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.home-3 .header-widget li a {
  color: #ffffff;
}

.home-3 .header-widget li i {
  margin-right: 5px;
  font-size: 18px;
  top: 1px;
  position: relative;
}

/* navbar */

.home-3 .navbar {
  background: #fff;
}

.home-3 .navbar .nav-item .nav-link {
  color: #000055;
  font-weight: 700;
}

.home-3 .header-btn .theme-btn {
  background: #1b303d;
  color: #fff;
  font-weight: 500;
}

.home-3 .header-btn .theme-btn:hover {
  background: #6096fd;
  color: #fff;
}

.home-3 .navbar-toggler-icon {
  color: #1b303d;
}

@media all and (min-width: 992px) {
  .home-3 .navbar .nav-item .nav-link::before {
    content: "";
    position: absolute;
    background-color: #031888;
    height: 3px;
    width: 0;
    top: unset;
    bottom: 14px;
    border-radius: 50px;
    left: 0px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }
  .home-3 .navbar .nav-item .nav-link:hover::before {
    width: 50%;
    opacity: 1;
  }
  .home-3 .navbar .nav-item .dropdown-menu .dropdown-item::before {
    content: "";
    position: absolute;
    background-color: #0049d0;
    height: 3px;
    width: 0;
    top: unset;
    bottom: 14px;
    border-radius: 50px;
    left: 0px;
    top: 22px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }
  .home-3 .navbar .nav-item .dropdown-menu .dropdown-item:hover::before {
    width: 20px;
    opacity: 1;
  }
}

@media all and (max-width: 767px) {
  .home-3 .hero-single {
    padding-top: 200px;
    padding-bottom: 150px;
  }
}

/* ============================
home-4 css
============================ */

/* top header */

.home-4 .top-header {
  padding: 0;
}

.home-4 .top-header-right {
  display: flex;
  align-items: center;
  gap: 30px;
}

.home-4 .top-header-btn {
  background: #0dcee8;
  padding: 9px 40px;
  font-weight: bold;
  color: #284391;
  -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  transition: all 0.5s ease-in-out;
}

.home-4 .top-header-btn:hover {
  background: #fff;
  color: #284391;
}

/* navbar */

.home-4 .navbar {
  background: #fff;
}

.home-4 .navbar .nav-item .nav-link {
  color: #000055;
  font-weight: 700;
}

.home-4 .header-btn .theme-btn {
  background: #1b303d;
  color: #fff;
  font-weight: 500;
}

.home-4 .header-btn .theme-btn:hover {
  background: #6096fd;
  color: #fff;
}

.home-4 .navbar-toggler-icon {
  color: #1b303d;
}

.home-4 .mobile-menu-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.home-4 .header-btn {
  padding-top: 2px;
}

.home-4 .header-btn .header-search-btn {
  background: #1b303d;
  color: #fff;
  padding: 6px 13px;
  border-radius: 10px;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  transition: all 0.5s ease-in-out;
}

.home-4 .header-btn .header-search-btn:hover {
  background: #02154e;
  color: #fff;
}

@media all and (min-width: 992px) {
  .home-4 .navbar .nav-item .nav-link::before {
    content: "";
    position: absolute;
    background-color: #031888;
    height: 3px;
    width: 0;
    top: unset;
    bottom: 14px;
    border-radius: 50px;
    left: 0px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }
  .home-4 .navbar .nav-item .nav-link:hover::before {
    width: 50%;
    opacity: 1;
  }
  .home-4 .navbar .nav-item .dropdown-menu .dropdown-item::before {
    content: "";
    position: absolute;
    background-color: #0049d0;
    height: 3px;
    width: 0;
    top: unset;
    bottom: 14px;
    border-radius: 50px;
    left: 0px;
    top: 22px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }
  .home-4 .navbar .nav-item .dropdown-menu .dropdown-item:hover::before {
    width: 20px;
    opacity: 1;
  }
}

@media all and (max-width: 767px) {
  .home-4 .hero-single {
    padding-top: 200px;
    padding-bottom: 150px;
  }
}

/* ============================
home-5 css
============================ */

/* middle header */

.home-5 .middle-header {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #42508f;
}

.home-5 .middle-header span,
.home-5 .header-item-info a,
.home-5 .middle-header i {
  color: #fff;
}

/* hero area */

.home-5.main {
  margin-top: -180px;
}

.home-5 .hero-single {
  padding-top: 260px;
  padding-bottom: 100px;
  position: relative;
  border-bottom-right-radius: 150px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 101%, 0 90%);
  clip-path: polygon(0 0, 100% 0, 100% 101%, 0 90%);
}

.home-5 .hero-single::before {
  background: rgba(3, 24, 136, 0.85);
  border-bottom-right-radius: 150px;
}

.home-5 .hero-single .hero-content .hero-sub-title {
  color: #a9c932;
}

.home-5 .hero-single .hero-content p,
.home-5 .hero-single .hero-content .hero-title {
  color: #fff;
}

.home-5 .hero-single .hero-content .hero-sub-title::before {
  background: #a9c932;
}

.home-5 .hero-single .theme-icon-btn {
  background: #a9c932;
}

.home-5 .hero-single .theme-icon-btn:hover {
  background: #fff;
  color: #a9c932;
}

.home-5 .hero-single .theme-icon-btn:hover i {
  background: #a9c932;
}

.home-5 .hero-form-wrapper {
  background: #fff;
  padding: 30px 40px;
  margin: 20px 0 20px 50px;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.home-5 .hero-form .form-group {
  margin-bottom: 15px;
}

.home-5 .hero-form .form-control {
  padding: 10px 12px;
  border-radius: 8px;
  box-shadow: none;
  transition: all 0.5s ease-in-out;
}

.home-5 .hero-form .form-control:focus {
  border-color: #0049d0;
}

.home-5 .hero-form h3 {
  font-size: 30px;
  color: #13287d;
  margin-bottom: 20px;
}

.home-5 .hero-form-btn {
  margin-top: 20px;
  display: block;
  width: 100%;
  background: #0431b7;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  border: none;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  transition: all 0.5s ease-in-out;
}

.home-5 .hero-form-btn:hover {
  background: #00bbef;
  color: #fff;
}

@media all and (max-width: 1199px) {
  .home-5 .hero-single {
    clip-path: none;
    border-radius: unset;
  }
  .home-5 .hero-single::before {
    border-radius: unset;
  }
  .home-5 .hero-form-wrapper {
    margin: 0px;
    margin-top: 50px;
  }
  .home-5 .hero-form h3 {
    font-size: 25px;
  }
}

/* ============================
home-6 css
============================ */

/* top header */

.home-6 .top-header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.home-6 .top-header-widget ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.home-6 .top-header-widget ul li {
  color: #fff;
}

.home-6 .top-header-widget ul li i {
  margin-right: 5px;
  color: #00baee;
}

/* navbar */

.home-6 .navbar {
  background: #fff;
}

.home-6 .navbar .nav-item .nav-link {
  color: #000055;
  font-weight: 700;
}

.home-6 .header-btn .theme-btn {
  background: #1b303d;
  color: #fff;
  font-weight: 500;
}

.home-6 .header-btn .theme-btn:hover {
  background: #6096fd;
  color: #fff;
}

.home-6 .navbar-toggler-icon {
  color: #1b303d;
}

@media all and (min-width: 992px) {
  .home-6 .navbar .nav-item .nav-link::before {
    content: "";
    position: absolute;
    background-color: #031888;
    height: 3px;
    width: 0;
    top: unset;
    bottom: 14px;
    border-radius: 50px;
    left: 0px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }
  .home-6 .navbar .nav-item .nav-link:hover::before {
    width: 50%;
    opacity: 1;
  }
  .home-6 .navbar .nav-item .dropdown-menu .dropdown-item::before {
    content: "";
    position: absolute;
    background-color: #0049d0;
    height: 3px;
    width: 0;
    top: unset;
    bottom: 14px;
    border-radius: 50px;
    left: 0px;
    top: 22px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }
  .home-6 .navbar .nav-item .dropdown-menu .dropdown-item:hover::before {
    width: 20px;
    opacity: 1;
  }
}

/* hero area */

.home-6 .hero-single .hero-content .hero-btn {
  margin-top: 80px;
}

.home-6 .hero-single .video-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
}

.home-6 .hero-single .video-btn .play-btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.home-6 .hero-single .video-btn .play-btn i::after {
  width: 60px;
  height: 60px;
}

@media all and (max-width: 767px) {
  .home-6 .hero-single {
    padding-top: 200px;
    padding-bottom: 150px;
  }
}

/* ============================
home-7 css
============================ */

/* top header */

.home-7 .top-header {
  position: relative;
  z-index: 2;
  background: transparent;
}

.home-7 .header-widget li {
  font-size: 14px;
  padding-right: 16px;
  margin-right: 7px;
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.home-7 .header-widget li a {
  color: #ffffff;
}

.home-7 .header-widget li i {
  margin-right: 5px;
  font-size: 18px;
  top: 1px;
  position: relative;
}

/* navbar */

.home-7 .navbar {
  background: #fff;
}

.home-7 .navbar .nav-item .nav-link {
  color: #000055;
  font-weight: 700;
}

.home-7 .header-btn .theme-btn {
  background: #1b303d;
  color: #fff;
  font-weight: 500;
}

.home-7 .header-btn .theme-btn:hover {
  background: #6096fd;
  color: #fff;
}

.home-7 .navbar-toggler-icon {
  color: #1b303d;
}

@media all and (min-width: 992px) {
  .home-7 .navbar .nav-item .nav-link::before {
    content: "";
    position: absolute;
    background-color: #031888;
    height: 3px;
    width: 0;
    top: unset;
    bottom: 14px;
    border-radius: 50px;
    left: 0px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }
  .home-7 .navbar .nav-item .nav-link:hover::before {
    width: 50%;
    opacity: 1;
  }
  .home-7 .navbar .nav-item .dropdown-menu .dropdown-item::before {
    content: "";
    position: absolute;
    background-color: #0049d0;
    height: 3px;
    width: 0;
    top: unset;
    bottom: 14px;
    border-radius: 50px;
    left: 0px;
    top: 22px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }
  .home-7 .navbar .nav-item .dropdown-menu .dropdown-item:hover::before {
    width: 20px;
    opacity: 1;
  }
}

/* breadcrumb */
.home-7 .site-breadcrumb {
  padding-top: 280px;
}

.home-7 .site-breadcrumb::before {
  background: rgb(3, 24, 136);
  opacity: 0.85;
}

/* hero area */

.home-7.main {
  margin-top: -180px;
}

.home-7 .hero-single {
  padding-top: 300px;
  padding-bottom: 120px;
  position: relative;
  border-bottom-left-radius: 150px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 101%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 101%);
}

.home-7 .hero-single::before {
  background: rgba(3, 24, 136, 0.85);
  border-bottom-left-radius: 150px;
}

.home-7 .hero-single .hero-content .hero-sub-title {
  color: #a9c932;
}

.home-7 .hero-single .hero-content p,
.home-7 .hero-single .hero-content .hero-title {
  color: #fff;
}

.home-7 .hero-single .hero-content .hero-sub-title::before {
  background: #a9c932;
}

.home-7 .hero-single .video-btn .play-btn i::after {
  animation: ripple-wave 1s linear infinite;
}

.home-7 .hero-single .theme-icon-btn {
  background: #a9c932;
}

.home-7 .hero-single .theme-icon-btn:hover {
  background: #fff;
  color: #a9c932;
}

.home-7 .hero-single .theme-icon-btn:hover i {
  background: #a9c932;
}

@media all and (max-width: 1199px) {
  .home-7 .hero-single {
    clip-path: none;
    border-radius: unset;
  }
  .home-7 .hero-single::before {
    border-radius: unset;
  }
}

@media all and (max-width: 767px) {
  .home-7 .hero-single .video-btn {
    height: 250px;
  }
}

/* =======================
home-8
======================= */

/* navbar */

.home-8 .navbar {
  background: #1b303d;
}

/* =======================
home-9
======================= */

/* navbar */

.home-9 .navbar {
  background: #1b303d;
}

/* =======================
home-10
======================= */

/* top header */

.home-10 .top-header {
  background: #031888;
}

.home-10 .header-widget li {
  font-size: 14px;
  padding-right: 16px;
  margin-right: 7px;
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.home-10 .header-widget li a {
  color: #ffffff;
}

.home-10 .header-widget li i {
  margin-right: 5px;
  font-size: 18px;
  top: 1px;
  position: relative;
}

/* navbar */

.home-10 .navbar {
  background: #fff;
}

.home-10 .navbar .nav-item .nav-link {
  color: #000055;
  font-weight: 700;
}

.home-10 .header-btn .theme-btn {
  background: #1b303d;
  color: #fff;
  font-weight: 500;
}

.home-10 .header-btn .theme-btn:hover {
  background: #6096fd;
  color: #fff;
}

.home-10 .navbar-toggler-icon {
  color: #1b303d;
}

@media all and (min-width: 992px) {
  .home-10 .navbar .nav-item .nav-link::before {
    content: "";
    position: absolute;
    background-color: #031888;
    height: 3px;
    width: 0;
    top: unset;
    bottom: 14px;
    border-radius: 50px;
    left: 0px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }
  .home-10 .navbar .nav-item .nav-link:hover::before {
    width: 50%;
    opacity: 1;
  }
  .home-10 .navbar .nav-item .dropdown-menu .dropdown-item::before {
    content: "";
    position: absolute;
    background-color: #0049d0;
    height: 3px;
    width: 0;
    top: unset;
    bottom: 14px;
    border-radius: 50px;
    left: 0px;
    top: 22px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }
  .home-10 .navbar .nav-item .dropdown-menu .dropdown-item:hover::before {
    width: 20px;
    opacity: 1;
  }
}

/* hero area */

.home-10 .hero-single::before {
  background: transparent;
}

.home-10 .hero-single .hero-content .hero-sub-title {
  color: #a9c932;
}

.home-10 .hero-single .hero-content p,
.home-10 .hero-single .hero-content .hero-title {
  color: #fff;
}

.home-10 .hero-single .hero-content .hero-sub-title::before {
  background: #a9c932;
}

.home-10 .hero-single .theme-icon-btn {
  background: #a9c932;
}

.home-10 .hero-single .theme-icon-btn:hover {
  background: #fff;
  color: #a9c932;
}

.home-10 .hero-single .theme-icon-btn:hover i {
  background: #a9c932;
}

@media all and (max-width: 767px) {
  .home-10 .hero-img {
    margin-top: 50px;
  }
}

div#fixed-contact {
  display: none;
}
.hd-telephone {
  display: none;
}

/*estilos 3 puntitos*/
@media (max-width: 768px) {
  .hd-button {
    float: right;
    padding: 15px;
    top: 10px;
    right: 12px;
    position: relative;
    z-index: 99;
    cursor: pointer;
    position: absolute;
  }
  .hd-button {
    display: block;
  }
  .hd-button span,
  .hd-button span:after,
  .hd-button span:before {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #444441;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }
  .hd-button span,
  .hd-button span:after,
  .hd-button span:before {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #444441;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }
  .hd-button span:after,
  .hd-button span:before {
    content: "";
  }
  .hd-button span,
  .hd-button span:after,
  .hd-button span:before {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #444441;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }
  .hd-button span:after,
  .hd-button span:before {
    content: "";
  }
  .hd-button span:before {
    bottom: 100%;
    margin-bottom: 3px;
  }
  .hd-button span,
  .hd-button span:after,
  .hd-button span:before {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #444441;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }
  .hd-button span:after,
  .hd-button span:before {
    content: "";
  }
  .hd-button span,
  .hd-button span:after,
  .hd-button span:before {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #444441;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }
  .hd-button span:after {
    top: 100%;
    margin-top: 3px;
  }
  .hd-button span,
  .hd-button span:after,
  .hd-button span:before {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #444441;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }
  .hd-button span:after,
  .hd-button span:before {
    content: "";
  }
  .hd-button span,
  .hd-button span:after,
  .hd-button span:before {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #444441;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }
  .hd-button span:after,
  .hd-button span:before {
    content: "";
  }
  .hd-button span,
  .hd-button span:after,
  .hd-button span:before {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #ffffff;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }
  .hd-button span:after,
  .hd-button span:before {
    content: "";
  }
  .hd-button span,
  .hd-button span:after,
  .hd-button span:before {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #ffffff;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }
  .hd-telephone {
    display: none;
    position: absolute;
    background-color: #b1579d;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    float: right;
    right: 10px;
    z-index: 999;
    top: 65px;
    overflow: hidden;
    width: 255px;
  }
  .hd-telephone a {
    color: #fff;
    display: block;
    text-align: left;
    padding: 2px 0 2px 0;
    line-height: 15px;
    margin-left: 10px;
    font-size: 15px;
  }
}

/*nuevo footer desing*/
@media only screen and (max-width: 768px) {
  #footer {
    /*padding-bottom: 60px;*/
  }
  a#ui-to-top {
    margin-bottom: 180px;
  }
  div#fixed-contact {
    display: block;
  }
  div.new-footer {
    background-color: rgb(0 0 0 / 57%);
    position: fixed;
    display: block;
    bottom: 0;
    width: 100%;
    border-top: 3px solid #00dc8f;
    z-index: 99;
    height: 50px;
  }
  div#fixed-contact .phone-btn a {
    /*backface-visibility: hidden;*/
    background-color: #07db50 !important;
  }
  ul.link_footer > li {
    margin-right: 30px;
  }
  ul.list.list-marked-none.link_footer {
    margin-top: -10px;
  }
  div#fixed-contact .columns.phone-btn {
    left: 50%;
  }
  div#fixed-contact .columns {
    display: inline-block;
    width: auto;
    text-align: center;
    float: none;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 35%;
    padding: 0;
  }
  div#fixed-contact .email-btn a {
    display: block;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    top: -20px;
    position: relative;
    border: 6px solid rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    box-shadow: 0 0 20px rgb(0 0 0 / 25%);
    background-color: #07db50 !important;
  }
  div#fixed-contact .email-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 23px;
    color: #fff;
  }
  div#fixed-contact .phone-btn a {
    display: block;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    top: -20px;
    position: relative;
    border: 9px solid rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  }
  div#fixed-contact .phone-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 34px;
    color: #fff;
  }
  div#fixed-contact .quote-btn a {
    display: block;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    top: -20px;
    position: relative;
    border: 7px solid rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    box-shadow: 0 0 20px rgb(0 0 0 / 25%);
    background-color: #07db50 !important;
  }
  div#fixed-contact .quote-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 24px;
    color: #fff;
  }
  div#fixed-contact a i {
    display: block;
    color: #fff;
  }
  div#fixed-contact a div.pnl-email {
    background-color: #3f51b5;
  }
  .pnl-email > i {
    line-height: 50px;
  }
  div#fixed-contact a div.pnl-email,
  div#fixed-contact a div.pnl-freequote {
    border-radius: 100%;
    border: 1px solid white;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0px auto;
  }
  div#fixed-contact a div.pnl-freequote {
    background-color: #03a9f4;
  }
  .pnl-freequote > i {
    line-height: 50px;
  }
  div#fixed-contact .columns.quote-btn {
    left: calc(57% + 120px);
  }
  div#fixed-contact .columns:not(.phone-btn) {
    width: 30%;
  }
  div#fixed-contact a span {
    font-size: 16px;
    color: #fff;
    padding-top: 3px;
    display: block;
    font-family: inherit;
  }
  i.fa.fa-file-text {
    font-size: 21px;
  }
  div#fixed-contact .columns.email-btn {
    left: calc(55% - 120px);
  }
  i.fa.fa-envelope {
    font-size: 17px;
  }
  i#icon-new-footer {
    font-size: 20px;
  }
  ul.link_footer > li {
    /*width: 130px;*/
  }
  button#back-to-top-btn {
    margin-bottom: 75px;
  }
  i.icon.la.la-envelope-o.new {
    font-size: 23px;
  }
  i.icon.la.la-file-o {
    font-size: 27px;
  }
  div#fixed-contact {
    z-index: 9;
  }
  p.situacion {
    z-index: 99;
  }
}

.contenedor {
  height: 265px;
  width: 100%;
  margin-top: 0px;
  overflow: auto;
  box-sizing: border-box;
  text-align: left;
  padding-right: 20px;
  margin-bottom: 25px;
}

/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

.contenedor::-webkit-scrollbar {
  -webkit-appearance: none;
}

.contenedor::-webkit-scrollbar:vertical {
  width: 10px;
}

.contenedor::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
  display: none;
}

.contenedor::-webkit-scrollbar:horizontal {
  height: 10px;
  scrollbar-height: 10px;
}

.contenedor::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
  height: 50px;
}

.contenedor::-webkit-scrollbar-track {
  border-radius: 10px;
}

/*
*
* Preloader
*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: 0.3s all ease;
  pointer-events: none;
  backface-visibility: hidden;
}

.preloader::before,
.preloader::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  transition: 0.2s linear;
  transform: translateY(0);
  pointer-events: none;
}

.preloader::before {
  top: 0;
  bottom: 50%;
  background: #fff;
}

.preloader::after {
  top: 50%;
  bottom: 0;
  background: #f6f6f6;
}

.preloader.loaded::before,
.preloader.loaded::after {
  transition: 0.4s linear;
}

.preloader.loaded::before {
  transform: translateY(-100%);
}

.preloader.loaded::after {
  transform: translateY(100%);
}

.preloader.loaded .preloader-logo,
.preloader.loaded .preloader-body {
  opacity: 0;
  visibility: hidden;
  transition: 0s;
}

.preloader-logo,
.preloader-body {
  transition: 0s 0.2s;
}

.preloader-logo {
  position: relative;
  z-index: 10;
  transform: translate3d(0, -50%, 0);
  padding: 40px;
}

.preloader-body {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 0;
  right: 0;
  z-index: 10;
  text-align: center;
}

#loadingProgressG {
  width: 100vw;
  height: 5px;
  overflow: hidden;
  background: #b1579d;
  border-radius: 6px;
  margin: auto;
}

.loadingProgressG {
  background: #a9c932;
  margin-top: 0;
  margin-left: -100vw;
  animation-name: bounce_loadingProgressG;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  width: 100vw;
  height: 5px;
  transition: 0.5s;
}

@keyframes bounce_loadingProgressG {
  0% {
    margin-left: -100vw;
  }
  100% {
    margin-left: 100vw;
  }
}

/*Estlos añadidos*/

.navbar .nav-item .nav-link.active {
  position: relative !important;
}
.navbar .nav-item .nav-link.active::before {
  content: "\f111";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  font-size: 6px;
  color: #a9c932;
  top: 34px;
  left: -12px;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
a.link-desktop {
  display: block;
}
a.link-mobile {
  display: none;
}
a.btn-two {
  background-color: #b1579d;
}
a.btn-two:hover {
  background-color: #b8df25;
}
.social-share-link {
  margin-top: 15px;
}
i.icon-reviews-ser {
  background-color: #b1579d;
  color: #ffffff;
  width: 160px !important;
  height: 65px !important;
  line-height: 65px;
  text-align: center;
  border-radius: 100%;
  font-size: 21px;
}
i.icon-reviews-ser-two {
  background-color: #b1579d;
  color: #ffffff;
  width: 200px !important;
  height: 65px !important;
  line-height: 65px;
  text-align: center;
  border-radius: 100%;
  font-size: 22px;
}
i.icon-reviews {
  background-color: #db87b7;
  color: #ffffff;
  width: 65px !important;
  height: 65px !important;
  line-height: 65px;
  text-align: center;
  border-radius: 100%;
  font-size: 20px;
}
.tag-list {
  margin-top: 15px;
}
.category-list a.active1 {
  color: #a9c932;
}
img.logo-reviews {
  border-radius: 10px;
}
.new-content {
  text-align: right;
  margin-bottom: 15px;
}
button.contact-btn {
  margin-top: 15px;
}
ul.list-services-footer {
  display: inline-block;
}
ul.list-services-footer li {
  position: relative !important;
  width: 45%;
  margin-bottom: 15px;
}
img.img-ssl {
  border-radius: 100%;
  width: 105px;
}
a.link-sysall {
  color: #ffffff !important;
  font-weight: 100 !important;
}
a.link-sysall:hover {
  color: #a9c932 !important;
  font-weight: 100 !important;
}
a.nav-link.active {
  color: #a9c932 !important;
}

/*header*/
img.header_logo {
  position: absolute;
  top: 0px;
  display: block;
  border-radius: 100%;
}
img.logo_footer {
  max-width: 300px !important;
  width: 100%;
  min-width: 230px;
  /* margin-top: -25px; */
  /* left: -25px; */
  position: relative;
}
/* p.mb-20.text-footer {
  margin-top: -35px;
} */
p.title-menu {
  display: none;
}
.content_logo_mobile {
  display: none;
}
ul.list-pressure li {
  display: inline-block;
  width: 45%;
}
p.services-text {
  height: 160px;
}
/* .feature-text.text-main-painting {
  height: 180px;
} */
.process-single-two::before {
  content: url(../img/shape/4.png);
  position: absolute;
  right: -153px;
  top: 34px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-180deg);
}
.time-one span p,
.time-two span p {
  display: inline-block;
}
span.title-time {
  display: block;
  font-weight: 700;
  color: #1b303d;
  font-size: 18px;
}
p.title-hora {
  color: #1b303d;
  font-size: 14px;
}
.caption {
  border-radius: 10px;
}
.title-two {
  color: #a9c932;
}
img.img_request_a_quote {
  width: 590px;
}
h1.slogan_one {
  /*text-shadow:  4px 4px 4px #bebebe;*/
}
li.mobile_link_header {
  display: none;
}
h1.slogan_tre {
  color: #ffffff !important;
}
.info_contact_sec a {
  display: block;
  font-weight: 400 !important;
  color: #051c55 !important;
  font-size: 15px !important;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent !important;
}
.fixed-top img.header_logo {
  width: 150px;
  top: 0px;
}
p.text-color {
  color: #fff;
}
button.theme-btn {
  margin-top: 15px;
}
.choose-slider-wrapper::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  border: 3px dashed #b1579d;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  -webkit-animation: sticker-rotate 20s linear infinite;
  animation: sticker-rotate 20s linear infinite;
}
.contact_aside {
  background-color: #b1579b;
}
.contact_aside h5,
.contact_aside a {
  color: #fff !important;
}
.contact_aside .social-share-link a i {
  color: #ffffff !important;
}
.contact_aside .social-share-link a {
  border: 2px solid #fff !important;
}
/*.hero-slider {
    display: none;
    width: 100%;
    z-index: 1;
    height: 90vh !important;
    max-height: 90vh;
    margin-bottom: -8%;
}*/
.hero-section {
  height: 780px;
}
.feature-area-cuadros {
  padding: 50px 0;
}
.hero-section {
  margin-bottom: -50px;
}

.blog-area {
  /*    margin-bottom: 8%;*/
}
h3.title_ser_end {
  font-size: 20px;
}
.sub_ser {
  position: relative;
  margin-left: 30px;
}
.hero-single-one {
  background-position-y: 20%;
}
h6.hero-sub-title,
h1.hero-title,
.hero-content p {
  text-shadow: 4px 4px 4px #404040;
}
a.text_phone {
  color: #b1579b !important;
}
a.text_phone:hover {
  color: #b1579b !important;
}
/*swith*/
.switch-container {
  display: inline;
  font-family: Arial, sans-serif;
  margin: 20px;
  position: relative;
  top: 10px;
}

.switch-label {
  margin-right: 10px;
  font-size: 16px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #b1579b;
}

input:checked + .slider:before {
  transform: translateX(26px);
}
label.switch {
  width: 60px !important;
  display: inline-block !important;
  margin-left: 10px;
  margin-right: 10px;
}
.filter-button-group {
  text-align: center;
}

button.reservation-btn.active {
  background-color: #b1579b !important;
  border-color: #b1579b !important;
}
.filter-button-group button.reservation-btn {
  padding: 10px 35px;
  border-radius: 5px;
}
button.reservation-btn:hover,
button.reservation-btn.active {
  background-color: #b1579b !important;
  color: #fff;
  border-color: #b1579b;
}
span.lb-caption h6 {
  color: #fff;
}
h3.services-title {
  height: 90px;
}
img.logo-reviews {
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  li.mobile_link_header {
    display: block;
  }
  a.link-desktop {
    display: none;
  }
  a.link-mobile {
    display: block;
  }
  img.header_logo {
    display: none;
  }
  p.title-menu {
    color: #fff;
    text-align: left;
    position: absolute;
    left: 65px;
    display: block;
  }
  img.logo_mobile {
    width: 150px;
  }
  .content_logo_mobile {
    display: block;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
  }
  a#scroll-top {
    margin-bottom: 85px;
  }
  .preloader-logo img {
    width: 200px;
  }
  .preloader-logo {
    padding: 20px;
  }
  .navbar-collapse {
    max-height: 325px;
  }
  .site-breadcrumb {
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .content-main {
    display: flex;
    flex-flow: row wrap-reverse;
  }
  i.icon-reviews-ser,
  i.icon-reviews-ser-two {
    width: 70px !important;
    height: 70px !important;
  }
  .site-breadcrumb .breadcrumb-title {
    font-size: 30px;
  }
  img.logo-reviews {
    margin-bottom: 15px;
    width: 370px;
  }
  /* .modal-dialog {
    margin: 0px !important;
  } */
  .modal.fade.response-message.show {
    padding-top: 50px;
  }
  img.logo_footer {
    width: 300px !important;
    margin-top: -60px;
    margin-bottom: 30px;
    left: 0px;
    position: relative;
  }
  .hero-single {
    height: 80vh;
    padding-top: 130px;
    padding-bottom: 0px;
  }
  .hero-section {
    margin-bottom: -120px;
  }
  .hero-single-one {
    background-position-y: 20%;
    background-position-x: 85%;
  }
  .hero-single-two {
    background-position-x: 37%;
  }
  .hero-single-three {
    background-position-x: 30%;
  }
  .hero-single-four {
    background-position-x: 70%;
  }
  .hero-slider.owl-theme .owl-nav {
    margin-top: 20px;
    position: relative;
  }
  .feature-area-cuadros {
    padding: 10px 0;
  }
  .btn_back {
    text-align: center !important;
    margin-top: -62px;
  }
  .row_picture {
    margin-top: -50px;
    text-align: center;
  }
  li.mobile_link_header a {
    background-color: #a9c932 !important;
    color: #fff !important;
    width: 150px;
    padding: 8px;
    text-align: center;
  }
  ul.navbar-nav.ms-auto {
    margin-bottom: 20px;
  }
  li.nav-item.mobile_link_header a {
    color: #fff !important;
  }
  .position-fixed.bottom-0.w-100.d-lg-none.z-999 {
    z-index: 9;
  }
  ul.footer-menu {
    text-align: center;
  }
  p.copyright-text {
    text-align: center !important;
  }
  h3.services-title {
    height: 90px;
  }
  .btn_back {
    text-align: center !important;
    margin-top: 0px;
  }
}

/* SWITCH  */

/* From Uiverse.io by Bodyhc */
.checkbox-wrapper-35 .switch {
  display: none;
}

.checkbox-wrapper-35 .switch + label {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #78768d;
  cursor: pointer;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* font-size: 12px; */
  line-height: 15px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-wrapper-35 .switch + label::before,
.checkbox-wrapper-35 .switch + label::after {
  content: "";
  display: block;
}

.checkbox-wrapper-35 .switch + label::before {
  background-color: #05012c;
  border-radius: 500px;
  height: 20px;
  margin-right: 8px;
  -webkit-transition: background-color 0.125s ease-out;
  transition: background-color 0.125s ease-out;
  width: 50px;
}

.checkbox-wrapper-35 .switch + label::after {
  background-color: #fff;
  border-radius: 13px;
  box-shadow: 0 3px 1px 0 rgba(37, 34, 71, 0.05),
    0 2px 2px 0 rgba(37, 34, 71, 0.1), 0 3px 3px 0 rgba(37, 34, 71, 0.05);
  height: 13px;
  left: 4px;
  position: absolute;
  top: 4px;
  -webkit-transition: -webkit-transform 0.125s ease-out;
  transition: -webkit-transform 0.125s ease-out;
  transition: transform 0.125s ease-out;
  transition: transform 0.125s ease-out, -webkit-transform 0.125s ease-out;
  width: 13px;
}

.checkbox-wrapper-35 .switch + label .switch-x-text {
  display: block;
  margin-right: 0.3em;
}

.checkbox-wrapper-35 .switch + label .switch-x-toggletext {
  display: block;
  font-weight: bold;
  height: 15px;
  overflow: hidden;
  position: relative;
  width: 27px;
}

.checkbox-wrapper-35 .switch + label .switch-x-unchecked,
.checkbox-wrapper-35 .switch + label .switch-x-checked {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.125s ease-out, -webkit-transform 0.125s ease-out;
  transition: opacity 0.125s ease-out, -webkit-transform 0.125s ease-out;
  transition: transform 0.125s ease-out, opacity 0.125s ease-out;
  transition: transform 0.125s ease-out, opacity 0.125s ease-out,
    -webkit-transform 0.125s ease-out;
}

.checkbox-wrapper-35 .switch + label .switch-x-unchecked {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.checkbox-wrapper-35 .switch + label .switch-x-checked {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.checkbox-wrapper-35 .switch + label .switch-x-hiddenlabel {
  position: absolute;
  visibility: hidden;
}

.checkbox-wrapper-35 .switch:checked + label::before {
  background-color: #ffb500;
}

.checkbox-wrapper-35 .switch:checked + label::after {
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
}

.checkbox-wrapper-35 .switch:checked + label .switch-x-unchecked {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.checkbox-wrapper-35 .switch:checked + label .switch-x-checked {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
img.img_reviews {
    width: 70px !important;
    background-color: #fff;
    padding: 8px;
}
.testimonail-rating i.active {
    color: #ffc107 !important;
    padding: 3px;
}
.testimonail-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -15px;
    left: 0px;
    position: relative;
}
