/*
@File: Torado Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the template.

This files table contents are outlined below>>>>>>>>
****************************************************
* - DEFAULT AREA STYLE - *

** - Global  Style

** - Navbar Area Style
** - Others Option For Responsive Area Style
** - Section Title Area Style

* - HOME PAGE STYLE - *

** - Banner Area Style
** - Home Area Style
** - Hero Area Style

* - OTHER STYLE AREA - *

** - Preloader Area Style
** - Go Top Style

** - Services Page Style
** - Services Details Page Style
** - About Page Style
** - Team Details Page Style
** - Pricing Plan Page Style
** - FAQ Accordion Page Style
** - Contact Us Page Style
** - Blog Page Style
** - Blog Details Page Style
** - Portfolio Page Style
** - Portfolio Details Page Style
** - My Account Area Style
** - Privacy Policy Area Style
** - 404 Error Page Style
** - Coming Soon Area Style
** - Our Terms & Conditions Page Style

****************************************************
*/
/* Global  Style */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap");
body {
  color: #757e99;
  font-size: 16px;
  font-family: "Jost", sans-serif;
}

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

a {
  color: #757e99;
  text-decoration: none;
  transition: all ease 0.5s;
}
a:hover {
  color: #009bff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #01113e;
  font-weight: 800;
  font-family: "Sen", sans-serif;
}

h4 {
  font-weight: 700;
  font-family: "Jost", sans-serif;
}

h5 {
  font-weight: 600;
  font-family: "Jost", sans-serif;
}

p {
  margin-bottom: 15px;
  line-height: 1.8;
  color: #757e99;
}
p:last-child {
  margin-bottom: 0;
}

.bg-color-f9faff {
  background-color: #f9faff;
}

.bg-color-f5f8ff {
  background-color: #f5f8ff;
}

.bg-color-f2f5ff {
  background-color: #f2f5ff;
}

.bg-color-01113e {
  background-color: #01113e;
}

.bg-color-f5f8ff {
  background-color: #f5f8ff;
}

.bg-color-f3faff {
  background-color: #f3faff;
}

.bg-color-025d91 {
  background-color: #025d91;
}

.bg-color-f3f3f3 {
  background-color: #f3f3f3;
}

.bg-color-e9f6ff {
  background-color: #e9f6ff;
}

.bg-color-025d91 {
  background-color: #025d91;
}

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

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

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

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

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

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

.default-btn {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  color: #ffffff;
  background-color: #009bff;
  transition: all ease 0.5s;
  border-radius: 5px;
  padding-top: 12px;
  padding-left: 28px;
  padding-right: 28px;
  padding-bottom: 12px;
}
.default-btn:hover {
  background-color: #593cfb;
  color: #ffffff;
}

.read-more {
  font-size: 18px;
  font-weight: 500;
  color: #009bff;
  display: inline-block;
  background: rgba(0, 155, 255, 0.06);
  padding: 12px 35px;
  border-radius: 5px;
  transition: all ease 0.5s;
  position: relative;
  z-index: 1;
}
.read-more::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background-color: #009bff;
  z-index: -1;
  opacity: 0;
  border-radius: 5px;
  transition: all ease 0.5s;
}
.read-more:hover {
  color: #ffffff;
}
.read-more:hover::before {
  opacity: 1;
  height: 100%;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}
.section-title h2 {
  font-size: 44px;
  margin-bottom: 0;
  color: #01113e;
}

.section-heading {
  margin-bottom: 30px;
}
.section-heading h2 {
  font-size: 44px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #01113e;
}

/*
Navbar Area Style
======================================================*/
.navbar-area {
  padding-top: 18px;
  padding-bottom: 18px;
}
.navbar-area.is-sticky {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: sticky;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.navbar-area .container-fluid {
  max-width: 1720px;
}
.navbar-area .navbar-brand .white-logo {
  display: none;
}
.navbar-area .mobile-responsive-menu .logo .white-logo {
  display: none;
}

.desktop-nav {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.desktop-nav .navbar {
  transition: all ease 0.5s;
  z-index: 2;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.desktop-nav .navbar ul {
  margin-bottom: 0;
  list-style-type: none;
}
.desktop-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
}
.desktop-nav .navbar .navbar-nav .nav-item a {
  font-size: 18px;
  color: #01113e;
  line-height: 1;
  position: relative;
  font-weight: 500;
  padding: 0;
  margin-left: 20px;
  margin-right: 20px;
}
.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle {
  position: relative;
  padding-right: 16px;
}
.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::after {
  display: none;
}
.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
  content: "\ebc0";
  position: absolute;
  top: 1px;
  right: -4px;
  font-family: boxicons !important;
  line-height: 1;
  font-size: 18px;
}
.desktop-nav .navbar .navbar-nav .nav-item a:hover, .desktop-nav .navbar .navbar-nav .nav-item a:focus, .desktop-nav .navbar .navbar-nav .nav-item a.active {
  color: #009bff;
}
.desktop-nav .navbar .navbar-nav .nav-item a i {
  font-size: 18px;
  line-height: 0;
  position: relative;
  top: 4px;
}
.desktop-nav .navbar .navbar-nav .nav-item:last-child {
  padding-right: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item.language-switcher-nav {
  position: relative;
  display: inline-block;
}
.desktop-nav .navbar .navbar-nav .nav-item.language-switcher-nav .lang-switcher-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.navbar-area .desktop-nav .navbar .navbar-nav .nav-item.language-switcher-nav {
  position: relative;
  display: inline-block;
  float: none;
}
.navbar-area {
  position: relative;
  overflow: visible;
}
.navbar-area .desktop-nav {
  position: relative;
}
.navbar-area .desktop-nav .navbar {
  position: relative;
}
.navbar-area .desktop-nav .navbar .navbar-collapse {
  position: relative;
}
.navbar-area .desktop-nav .navbar .navbar-nav {
  position: relative;
}
.navbar-area .language-switcher-nav {
  position: relative !important;
  display: inline-block !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
}
.navbar-area .desktop-nav .navbar .navbar-nav .nav-item.language-switcher-nav {
  position: relative !important;
  display: inline-block !important;
  float: none !important;
  clear: none !important;
}
.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item:hover a, .desktop-nav .navbar .navbar-nav .nav-item:focus a, .desktop-nav .navbar .navbar-nav .nav-item.active a {
  color: #009bff;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  position: absolute;
  visibility: hidden;
  border-radius: 0;
  display: block;
  width: 250px;
  border: none;
  z-index: 99;
  opacity: 0;
  top: 80px;
  left: 0;
  padding: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #000000;
  padding: 16px;
  border-bottom: 1px dashed #e3e3e3;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: block;
  position: relative;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::after {
  display: none;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::before {
  content: "\ea50";
  position: absolute;
  top: 18px;
  right: 13px;
  font-family: boxicons !important;
  line-height: 1;
  font-size: 17px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #009bff;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  right: 250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #1b2336;
  border-bottom: 1px dashed #e3e3e3;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  position: relative;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::after {
  display: none;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::before {
  content: "\ea4e";
  position: absolute;
  top: 14px;
  right: 13px;
  font-family: remixicon !important;
  line-height: 1;
  font-size: 17px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #009bff;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: 250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #009bff;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #1b2336;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #1b2336;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #1b2336;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #1b2336;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #1b2336;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #1b2336;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -1px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #00ca99;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -1px;
  visibility: visible;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #00ca99;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -15px;
  visibility: visible;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #00ca99;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #00ca99;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child {
  margin-right: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}
.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.desktop-nav .navbar .others-options ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.desktop-nav .navbar .others-options ul li {
  margin-right: 20px;
  display: inline-block;
}
.desktop-nav .navbar .others-options ul li:last-child {
  margin-right: 0;
}
.desktop-nav .navbar .others-options ul li .search {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 400px;
  height: 50px;
  transform: translateX(-50%) translateY(-50%);
}
.desktop-nav .navbar .others-options ul li .search__toggle:checked ~ .search__field {
  width: calc(100% - 80px);
  border-width: 2px;
}
.desktop-nav .navbar .others-options ul li .search__toggle:checked ~ .search__field .search__input::-moz-placeholder {
  opacity: 1;
}
.desktop-nav .navbar .others-options ul li .search__toggle:checked ~ .search__field .search__input::placeholder {
  opacity: 1;
}
.desktop-nav .navbar .others-options ul li .search__toggle:checked ~ .search__field .search__close {
  left: -25px;
}
.desktop-nav .navbar .others-options ul li .search__toggle:checked ~ .search__field .search__button {
  right: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50px;
}
.desktop-nav .navbar .others-options ul li .search__toggle:checked ~ .search__field .search__button--toggle {
  display: none;
}
.desktop-nav .navbar .others-options ul li .search__toggle:checked ~ .search__field .search__button--submit {
  display: flex;
}
.desktop-nav .navbar .others-options ul li .search__close {
  position: relative;
  top: 50%;
  left: 0;
  transform: translateX(-50%);
  transition: 0.3s;
}
.desktop-nav .navbar .others-options ul li .search__close::before, .desktop-nav .navbar .others-options ul li .search__close::after {
  position: absolute;
  display: block;
  content: "";
  width: 15px;
  height: 3px;
  background-color: #ffffff;
}
.desktop-nav .navbar .others-options ul li .search__close::before {
  transform: rotate(45deg);
}
.desktop-nav .navbar .others-options ul li .search__close::after {
  transform: rotate(-45deg);
}
.desktop-nav .navbar .others-options ul li .search__field {
  position: absolute;
  right: 0;
  left: 50%;
  width: 40px;
  height: 45px;
  border: 0px solid #ffffff;
  border-radius: 50px;
  transform: translateX(-50%);
  transform-origin: right;
  transition: 0.3s;
}
.desktop-nav .navbar .others-options ul li .search__input {
  position: absolute;
  left: 0;
  box-sizing: border-box;
  width: calc(100% - 40px);
  height: 100%;
  padding: 5px 15px;
  color: #ffffff;
  background-color: transparent;
  border: 0;
  outline: none;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.desktop-nav .navbar .others-options ul li .search__input::-moz-placeholder {
  color: #ffffff;
  opacity: 0;
  -moz-transition: 0.3s;
  transition: 0.3s;
  transition-delay: 0.3s;
}
.desktop-nav .navbar .others-options ul li .search__input::placeholder {
  color: #ffffff;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.3s;
}
.desktop-nav .navbar .others-options ul li .search__label {
  cursor: pointer;
}
.desktop-nav .navbar .others-options ul li .search__button {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 5px;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.3s;
}
.desktop-nav .navbar .others-options ul li .search__button--submit {
  display: none;
  border: 0;
}
.desktop-nav .navbar .others-options ul li .search__icon {
  position: relative;
  width: 19px;
  height: 19px;
}
.desktop-nav .navbar .others-options ul li .search__icon::before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 2px solid #0099ff;
  border-radius: 50px;
}
.desktop-nav .navbar .others-options ul li .search__icon::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 8px;
  height: 2px;
  background-color: #0099ff;
  transform: rotate(45deg);
  transform-origin: right;
}
.desktop-nav .others-options .menu .login-btn {
  display: inline-block;
  font-weight: 500;
  color: #ffffff;
  background-color: #593cfb;
  border-radius: 5px;
  padding: 14px 28px;
  transition: all ease 0.5s;
}
.desktop-nav .others-options .menu .login-btn:hover {
  background-color: #009bff;
}

.mobile-responsive-nav {
  display: none;
}

.login .form-check-label {
  color: #009bff;
}

.desktop-nav .others-options .option-item {
  position: relative;
  margin-right: 35px;
  margin-left: 35px;
}
.desktop-nav .others-options .option-item .search-btn {
  cursor: pointer;
  transition: all ease 0.5s;
  color: #070707;
  font-size: 25px;
  position: relative;
  top: 4px;
}
.desktop-nav .others-options .option-item .close-btn {
  transition: all ease 0.5s;
  color: #070707;
  font-size: 25px;
  display: none;
  cursor: pointer;
}
.desktop-nav .others-options .option-item .close-btn.active {
  display: block;
}
.desktop-nav .others-options .option-item .search-overlay {
  display: none;
}
.desktop-nav .others-options .option-item .search-overlay.search-popup {
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  margin-top: 34px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  z-index: 2;
}
.desktop-nav .others-options .option-item .search-overlay.search-popup .search-form {
  position: relative;
}
.desktop-nav .others-options .option-item .search-overlay.search-popup .search-form .search-input {
  outline: 0;
  border: none;
  box-shadow: none;
  display: block;
  width: 100%;
  height: 50px;
  background-color: #f4f4ff;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 70px;
  padding-bottom: 15px;
  border: 1px solid #dfdfff;
}
.desktop-nav .others-options .option-item .search-overlay.search-popup .search-form .search-input:focus {
  border: 1px solid #009bff;
}
.desktop-nav .others-options .option-item .search-overlay.search-popup .search-form .search-button {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  font-size: 18px;
  color: #ffffff;
  background-color: #009bff;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
}
.desktop-nav .others-options .option-item:hover .search-btn {
  color: #009bff;
}
.desktop-nav .others-options .option-item:hover .close-btn {
  color: #009bff;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
/*
Others Option For Responsive Area Style
======================================================*/
.others-option-for-responsive {
  display: none !important;
}
.others-option-for-responsive .dot-menu {
  top: -30px;
  right: 60px;
  height: 30px;
  z-index: 999;
  padding: 0 10px;
  cursor: pointer;
  position: absolute;
}
.others-option-for-responsive .dot-menu .inner {
  align-items: center;
  display: flex;
}
.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  margin: 0 2px;
  border-radius: 100%;
  transition: all ease 0.5s;
  background-color: #009bff;
}
.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #009bff;
}
.others-option-for-responsive .container {
  position: relative;
}
.others-option-for-responsive .container .container {
  position: absolute;
  right: -2px;
  top: 15px;
  opacity: 0;
  max-width: 320px;
  visibility: hidden;
  transform: scaleY(0);
  transition: all ease 0.5s;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 2;
}
.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.others-option-for-responsive .container .others-options {
  display: inline-flex;
  text-align: center;
  background-color: #ffffff;
  padding-top: 8px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 12px;
}
.others-option-for-responsive .container .others-options .optional-btn {
  margin-left: 0;
  margin-right: 43px;
  font-weight: 700;
  position: relative;
  top: 2px;
  padding-top: 14px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 14px;
}
.others-option-for-responsive .container .others-options .optional-btn i {
  font-size: 28px;
  margin-right: 0;
  color: #009bff !important;
  position: relative;
  top: 5px;
}
.others-option-for-responsive .container .others-options .common-btn {
  width: 100%;
  font-size: 15px;
}
.others-option-for-responsive .container .others-options .option-item {
  position: relative;
  margin-right: 35px;
  margin-left: 35px;
}
.others-option-for-responsive .container .others-options .option-item .search-btn {
  cursor: pointer;
  transition: all ease 0.5s;
  color: #01113e;
  font-size: 25px;
  position: relative;
  top: 10px;
}
.others-option-for-responsive .container .others-options .option-item .close-btn {
  transition: all ease 0.5s;
  color: #01113e;
  font-size: 25px;
  display: none;
  cursor: pointer;
  position: relative;
  top: 10px;
}
.others-option-for-responsive .container .others-options .option-item .close-btn.active {
  display: block;
}
.others-option-for-responsive .container .others-options .option-item .search-overlay {
  display: none;
}
.others-option-for-responsive .container .others-options .option-item .search-overlay.search-popup {
  position: absolute;
  top: 100%;
  right: 0;
  left: -50px;
  width: 265px;
  margin-top: 10px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  z-index: 2;
}
.others-option-for-responsive .container .others-options .option-item .search-overlay.search-popup .search-form {
  position: relative;
}
.others-option-for-responsive .container .others-options .option-item .search-overlay.search-popup .search-form .search-input {
  outline: 0;
  border: none;
  box-shadow: none;
  display: block;
  width: 100%;
  height: 50px;
  background-color: #f4f4ff;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 70px;
  padding-bottom: 15px;
  border: 1px solid #dfdfff;
}
.others-option-for-responsive .container .others-options .option-item .search-overlay.search-popup .search-form .search-input:focus {
  border: 1px solid #009bff;
}
.others-option-for-responsive .container .others-options .option-item .search-overlay.search-popup .search-form .search-button {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  font-size: 18px;
  color: #ffffff;
  background-color: #009bff;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
}
.others-option-for-responsive .container .others-options .option-item:hover .search-btn {
  color: #009bff;
}
.others-option-for-responsive .container .others-options .option-item:hover .close-btn {
  color: #009bff;
}

.result-pagination.search-pagination {
  margin-left: 0;
}

/*
Banner Area Style
======================================================*/
.banner-area {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../assets/images/banner/pozadina.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.banner-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 36.13%, rgba(0, 0, 0, 0) 59.69%);
  z-index: -1;
}
.banner-area .container-fluid {
  max-width: 1720px;
}
.banner-area .banner-content {
  max-width: 788px;
}
.banner-area .banner-content h1 {
  font-size: 96px;
  font-weight: 800;
  line-height: 100px;
  margin-bottom: 12px;
}
.banner-area .banner-content p {
  font-size: 18px;
  font-weight: 500;
  color: #4f4f50;
  margin-bottom: 25px;
}
.banner-area .banner-content .banner-btn {
  display: inline-block;
}
.banner-area .banner-content .banner-btn .popup-btn {
  display: inline-block;
  margin-left: 30px;
}
.banner-area .banner-content .banner-btn .popup-btn .play-icon {
  font-weight: 600;
  font-size: 16px;
  color: #01113e;
  transition: all ease 0.5s;
}
.banner-area .banner-content .banner-btn .popup-btn .play-icon i {
  display: inline-block;
  font-size: 25px;
  color: #ffffff;
  background-color: #593cfb;
  width: 55px;
  height: 55px;
  line-height: 50px;
  padding-top: 5px;
  padding-left: 2px;
  border-radius: 50%;
  text-align: center;
  margin-right: 12px;
  position: relative;
  bottom: -5px;
  transition: all ease 0.5s;
}
.banner-area .banner-content .banner-btn .popup-btn .play-icon i:hover {
  background-color: #009bff;
}
.banner-area .banner-content .banner-btn .popup-btn .play-icon:hover {
  color: #009bff;
}
.banner-area .banner-shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.banner-area .banner-shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/*
Home Two Banner Area Style
======================================================*/
.banner-area-two {
  padding-top: 124px;
  padding-bottom: 100px;
  position: relative;
}
.banner-area-two .container-fluid {
  max-width: 1720px;
}
.banner-area-two .banner-content {
  max-width: 710px;
}
.banner-area-two .banner-content h1 {
  font-size: 80px;
  font-weight: 800;
  line-height: 95px;
  margin-bottom: 15px;
}
.banner-area-two .banner-content p {
  font-weight: 500;
  margin-bottom: 30px;
}
.banner-area-two .banner-image {
  text-align: end;
  position: relative;
  margin-left: -50px;
}
.banner-area-two .banner-shape-3 {
  position: absolute;
  bottom: 100px;
  left: 31%;
}

/*
Home Three Banner Area Style
======================================================*/
.header-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.header-info .navbar-area.navbar-area-three {
  padding-top: 0;
  padding-bottom: 0;
}
.header-info .navbar-area.navbar-area-three .desktop-nav .navbar {
  background: #ffffff;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  border-radius: 60px;
}
.header-info .navbar-area.navbar-area-three .desktop-nav .others-options .menu .login-btn {
  border-radius: 30px;
}
.header-info .navbar-area.navbar-area-three.is-sticky {
  position: fixed;
}

.header-area {
  padding-top: 12px;
  padding-bottom: 12px;
}
.header-area .container-fluid {
  max-width: 1720px;
}
.header-area .header-content {
  text-align: center;
}
.header-area .header-content p {
  color: #ffffff;
}
.header-area .header-content p span {
  font-weight: 600;
}

.banner-area-three {
  padding-top: 115px;
  background-image: url("../../assets/images/background-image-2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.banner-area-three .container-fluid {
  max-width: 1720px;
}
.banner-area-three .redressing-content {
  max-width: 680px;
  padding-top: 35px;
}
.banner-area-three .redressing-content h1 {
  font-size: 90px;
  line-height: 100px;
  color: #ffffff;
  margin-bottom: 20px;
}
.banner-area-three .redressing-content p {
  font-size: 18px;
  color: #f6f6f7;
  margin-bottom: 30px;
}
.banner-area-three .redressing-content .default-btn {
  border-radius: 50px;
}
.banner-area-three .redressing-image {
  margin-right: 10px;
  position: relative;
  margin-left: -60px;
}
.banner-area-three .banner-shape-4 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  z-index: -1;
}

/*
Features Area Style
======================================================*/
.features-card {
  background-color: #f7f9ff;
  border-radius: 15px;
  padding: 35px 40px;
  margin-bottom: 30px;
}
.features-card .svg-image-1 {
  margin-bottom: 28px;
  transition: all ease 0.5s;
}
.features-card h4 {
  font-size: 24px;
  margin-bottom: 10px;
}
.features-card h4 a {
  color: #01113e;
}
.features-card h4 a:hover {
  color: #009bff;
}
.features-card:hover .svg-image-1 {
  animation: rotate-vertical 1.1s ease-out;
}

/*
Home Two Features Area Style
======================================================*/
.features-area-style .features-all {
  background-color: #f5f8ff;
  border-radius: 20px;
  padding-top: 100px;
  padding-left: 38px;
  padding-right: 38px;
  padding-bottom: 70px;
}
.features-area-style .features-all .single-features {
  position: relative;
  margin-bottom: 30px;
}
.features-area-style .features-all .single-features .features-info .features-image {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 155, 255, 0.1);
  border-radius: 10px;
  padding: 10px 12px;
  width: 88px;
  height: 80px;
  position: absolute;
  top: 4px;
  left: 0;
  transition: all 0.5s ease-in-out;
}
.features-area-style .features-all .single-features .features-info .features-image .features-1 {
  transition: transform 0.5s ease-out;
}
.features-area-style .features-all .single-features .features-info .features-image .features-1.great {
  padding-top: 10px;
}
.features-area-style .features-all .single-features .features-info .truth {
  padding-left: 110px;
}
.features-area-style .features-all .single-features .features-info .truth h4 {
  font-size: 24px;
  margin-bottom: 10px;
}
.features-area-style .features-all .single-features:hover .features-image {
  border-radius: 10%;
  transform: rotate(765deg);
  width: 80px;
  height: 80px;
  background-color: #009bff;
}
.features-area-style .features-all .single-features:hover .features-1 {
  transform: rotate(315deg);
  width: 60px;
  height: 58px;
}
.features-area-style .features-all .single-features:hover .features-1.great {
  padding-bottom: 10px;
}

.features-area-style.features-area-style-two .features-all {
  padding-left: 0;
  padding-right: 0;
}
.features-area-style.features-area-style-two .features-all .single-features {
  max-width: 600px;
}

/*
About Area Style
======================================================*/
.about-image .about-image-1 {
  border-radius: 10px;
}

.about-content {
  margin-left: 50px;
}
.about-content .bor {
  border-bottom: 1px solid rgba(221, 221, 221, 0.46);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.about-content .bor .about-card {
  background-color: #f8f8f8;
  border-radius: 5px;
  padding: 30px;
}
.about-content .bor .about-card h5 {
  font-size: 20px;
  font-family: "Jost", sans-serif;
  margin-bottom: 10px;
}
.about-content .about-info img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
.about-content .about-info .available p {
  margin-bottom: 6px;
}
.about-content .about-info .available ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.about-content .about-info .available ul li {
  font-size: 20px;
  font-weight: 500;
  color: #01113e;
}
.about-content .about-info .available ul li a {
  color: #593cfb;
}
.about-content .about-info .available ul li a:hover {
  color: #009bff;
}

/*
Home Two About Us Area Style
======================================================*/
.about-us-area .about-us-info {
  max-width: 100%;
  margin-left: 90px;
  position: relative;
}
.about-us-area .about-us-info ul {
  padding-left: 0;
  padding-right: 15px;
  margin-bottom: 0;
  list-style-type: none;
}
.about-us-area .about-us-info ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #01113e;
}
.about-us-area .about-us-info ul li:last-child {
  margin-bottom: 0;
}
.about-us-area .about-us-info ul li i {
  position: absolute;
  top: 3px;
  left: 0;
  color: #593cfb;
}
.about-us-area .about-us-info .default-btn {
  margin-top: 40px;
}
.about-us-area .about-us-info .about-shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.about-us-area .about-us-image {
  position: relative;
  margin-right: -50px;
}

/*
Home Three About Us Area Style
======================================================*/
.about-area-style {
  position: relative;
}
.about-area-style .about-injected {
  margin-left: 62px;
}
.about-area-style .about-injected ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.about-area-style .about-injected ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #01113e;
}
.about-area-style .about-injected ul li:last-child {
  margin-bottom: 0;
}
.about-area-style .about-injected ul li i {
  position: absolute;
  top: 3px;
  left: 0;
  color: #593cfb;
}
.about-area-style .about-injected .default-btn {
  font-size: 18px;
  border-radius: 50px;
  background-color: #593cfb;
  margin-top: 40px;
}
.about-area-style .about-injected .default-btn:hover {
  background-color: #009bff;
}
.about-area-style .about-image-9 {
  position: absolute;
  bottom: 65px;
  right: 200px;
}

/*
Works Area Style
======================================================*/
.single-works {
  transition: all ease 0.5s;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.single-works .works-shape-1 {
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  z-index: -1;
}
.single-works .works-image {
  background-color: #009bff;
  width: 68px;
  height: 68px;
  margin: auto;
  line-height: 68px;
  border-radius: 50%;
  text-align: center;
  transition: all ease 0.5s;
}
.single-works .works-image .works-image-1 {
  max-width: 50px;
}
.single-works .single-works-info {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 155, 255, 0.07);
  border-radius: 19px;
  padding: 40px 20px;
  margin-top: 6px;
  text-align: center;
}
.single-works .single-works-info h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
.single-works:hover .works-image {
  background-color: #01113e;
}
.single-works:hover .works-image .works-image-1 {
  animation: pop 0.3s 2;
}

/*
Home Two Works Area Style
======================================================*/
.works-area-two .works-content {
  margin-left: 50px;
}
.works-area-two .works-content ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.works-area-two .works-content ul li {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(85, 85, 85, 0.09);
  border-radius: 5px;
  display: inline-block;
  padding: 12px 18px 15px 14px;
  margin-bottom: 30px;
}
.works-area-two .works-content ul li:last-child {
  margin-bottom: 0;
}
.works-area-two .works-content ul li .warp {
  position: relative;
  padding-left: 120px;
  padding-top: 8px;
}
.works-area-two .works-content ul li .warp .number {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #593cfb;
  border-radius: 5px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
}
.works-area-two .works-content ul li .warp h5 {
  font-size: 22px;
  margin-bottom: 6px;
}
.works-area-two .works-content ul .middle {
  position: relative;
  margin-left: 45px;
  margin-right: -45px;
}
.works-area-two .work-image {
  position: relative;
  margin-right: -30px;
}

/*
Home Three Works Area Style
======================================================*/
.how-it-works-area .how-it-works-info {
  margin-right: 35px;
}
.how-it-works-area .how-it-works-info .works-single {
  position: relative;
  background-color: #f8f8f8;
  border-radius: 5px;
  margin-bottom: 30px;
  padding-top: 13px;
  padding-left: 15px;
  padding-right: 33px;
  padding-bottom: 15px;
}
.how-it-works-area .how-it-works-info .works-single:last-child {
  margin-bottom: 0;
}
.how-it-works-area .how-it-works-info .works-single .track {
  position: absolute;
  top: 13px;
  left: 15px;
  font-size: 36px;
  font-weight: 500;
  color: #fff5f5;
  background-color: #593cfb;
  box-shadow: 0px 0px 30px rgba(255, 136, 0, 0.09);
  width: 101px;
  height: 100px;
  line-height: 100px;
  border-radius: 5px;
  text-align: center;
}
.how-it-works-area .how-it-works-info .works-single .track-info {
  padding-left: 120px;
  padding-top: 5px;
}
.how-it-works-area .how-it-works-info .works-single .track-info h5 {
  font-size: 22px;
  margin-bottom: 10px;
}
.how-it-works-area .works-image {
  position: relative;
  z-index: 1;
}
.how-it-works-area .works-image .works-image-1 {
  margin-bottom: 20px;
  border-radius: 184.5px 10px 10px 10px;
}
.how-it-works-area .works-image .works-image-2 {
  border-radius: 10px 10px 135.5px 10px;
}
.how-it-works-area .works-image .works-image-3 {
  border-radius: 184.5px 10px 10px 10px;
  height: 485px;
  width: 100%;
}
.how-it-works-area .works-image .works-shape-1 {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

/*
Schedule Area Style
======================================================*/
.schedule-content {
  margin-right: 60px;
}
.schedule-content .single-schedule {
  margin-bottom: 30px;
}
.schedule-content .single-schedule:last-child {
  margin-bottom: 0;
}
.schedule-content .single-schedule .number {
  font-size: 20px;
  font-weight: 500;
  background-color: #009bff;
  color: #ffffff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  margin-right: 20px;
}
.schedule-content .single-schedule h5 {
  font-size: 20px;
  margin-bottom: 5px;
}

.schedule-image {
  position: relative;
}
.schedule-image .earn-image {
  position: relative;
}
.schedule-image .earn-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.schedule-image .about-image-3 {
  border-radius: 5px;
}
.schedule-image .about-image-4 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  transform: translateY(-50%);
}

/*
find Area Style
======================================================*/
.find-area .owl-carousel .owl-item img {
  width: auto;
  height: auto;
  margin: auto;
}

.find-card {
  background-color: #f9faff;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
}
.find-card .find-image {
  background-color: #ffffff;
  width: 170px;
  height: 170px;
  margin: auto;
  padding-top: 50px;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 20px;
}
.find-card h4 {
  font-size: 24px;
  transition: all ease 0.5s;
}
.find-card:hover .find-image img {
  animation: pop 0.3s 2;
}
.find-card:hover h4 {
  color: #009bff;
}

/*
Home Three find Area Style
======================================================*/
.find-area .owl-carousel .owl-item img {
  width: auto;
  height: auto;
  margin: auto;
  border-radius: 5px;
}
.find-area.find-area-style .find-card {
  background-color: #ffffff;
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.find-area.find-area-style .find-card .find-drive {
  height: auto;
  width: auto;
}
.find-area.find-area-style .find-card .find-drive img {
  border-radius: 5px;
}
.find-area.find-area-style .find-card .find-card-bottom {
  background-color: #f3faff;
  padding-top: 30px;
}

/*
Services Area Style
======================================================*/
.services-area .owl-carousel .owl-item img {
  width: auto;
  height: auto;
}

.services-card {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 155, 255, 0.05);
  border-radius: 20px;
  padding: 30px 48px;
  margin-bottom: 30px;
  transition: all ease 0.5s;
}
.services-card .services-image {
  background-color: rgba(0, 155, 255, 0.05);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  padding: 20px;
  transition: all ease 0.5s;
}
.services-card h4 {
  font-size: 24px;
  margin-left: 20px;
  transition: all ease 0.5s;
}
.services-card h4 a {
  color: #01113e;
}
.services-card h4 a:hover {
  color: #009bff;
}
.services-card p {
  margin-top: 18px;
  transition: all ease 0.5s;
}
.services-card:hover {
  background-color: #009bff;
}
.services-card:hover .services-image {
  background-color: #ffffff;
}
.services-card:hover .services-image img {
  animation: rotate-vertical 1.1s ease-out;
}
.services-card:hover h4 a {
  color: #ffffff;
}
.services-card:hover p {
  color: #ffffff;
}

.services-slider.owl-carousel.owl-theme, .testimonials-slider.owl-carousel.owl-theme {
  position: relative;
}
.services-slider.owl-carousel.owl-theme .owl-nav [class*=owl-], .testimonials-slider.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  font-size: 28px;
  color: #593cfb;
  background-color: rgba(123, 107, 198, 0.08);
  width: 50px;
  height: 50px;
  line-height: 58px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 91%;
  top: -24%;
  margin: 0;
  transform: translateY(-50%);
 
}
.services-slider.owl-carousel.owl-theme .owl-nav [class*=owl-].owl-next, .testimonials-slider.owl-carousel.owl-theme .owl-nav [class*=owl-].owl-next {
  right: 0;
  left: auto;
}
.services-slider.owl-carousel.owl-theme .owl-nav [class*=owl-].owl-next i, .testimonials-slider.owl-carousel.owl-theme .owl-nav [class*=owl-].owl-next i {
  padding-left: 3px;
}
.services-slider.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover, .testimonials-slider.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #593cfb;
  color: #ffffff;
}

.testimonials-slider.owl-carousel.owl-theme {
  position: relative;
}
.testimonials-slider.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  top: -20%;
}

/*
Home Tow Services Area Style
======================================================*/
.services-card.style-two {
  background-color: #f5f9ff;
  border-radius: 5px;
  padding: 30px 39px;
  transition: all ease 0.5s;
}
.services-card.style-two .services-image {
  background-color: #ffffff;
}
.services-card.style-two:hover {
  background-color: #f1f7ff;
}
.services-card.style-two:hover .services-image {
  background-color: #ffffff;
}
.services-card.style-two:hover .services-image img {
  animation: rotate-vertical 1.1s ease-out;
}
.services-card.style-two:hover h4 a {
  color: #01113e;
}
.services-card.style-two:hover p {
  color: #757e99;
}

/*
Home Three Services Area Style
======================================================*/
.services-area-three .service-bg {
  position: relative;
  z-index: 1;
}
.services-area-three .service-bg .service-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 500px;
  z-index: -1;
}
.services-area-three .services-card.style-two {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(253, 103, 45, 0.09);
  border-radius: 5px;
  padding: 30px;
}
.services-area-three .services-card.style-two .services-image {
  background: rgba(0, 155, 255, 0.08);
}
.services-area-three .services-card.style-two h4 {
  margin-left: 16px;
}
.services-area-three .service-content {
  margin-left: 20px;
}
.services-area-three .service-content .default-btn {
  border-radius: 50px;
}

/*
App Area Style
======================================================*/
.app-area .app-image {
  position: relative;
  z-index: 1;
  margin-left: 60px;
  margin-right: -50px;
}
.app-area .app-image .app-image-4 {
  display: none;
}
.app-area .app-image .app-two {
  margin-top: 62px;
}
.app-area .app-image .app-image-3 {
  position: absolute;
  top: 0;
  left: -50px;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.app-info {
  margin-left: 50px;
}
.app-info ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.app-info ul li {
  margin-bottom: 35px;
}
.app-info ul li:last-child {
  margin-bottom: 0;
}
.app-info ul li h5 {
  font-size: 24px;
  margin-bottom: 10px;
}
.app-info ul li p {
  padding-left: 25px;
}
.app-info a {
  background-color: #009bff;
  padding-top: 6px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 10px;
  border-radius: 5px;
  margin-top: 40px;
}
.app-info a .Download-app i {
  font-size: 30px;
  color: #ffffff;
  margin-right: 10px;
}
.app-info a .Download-app p {
  font-size: 14px;
  color: #ffffff;
}
.app-info a .Download-app h4 {
  font-size: 18px;
  color: #ffffff;
}
.app-info a.style-two {
  background-color: #593cfb;
  margin-left: -50px;
}
.app-info a.style-two:hover {
  background-color: #009bff;
}
.app-info a:hover {
  background-color: #593cfb;
}

/*
Home Two App Area Style
======================================================*/
.app-area.style-two .app-info a.style-two {
  margin-left: -50px;
}

/*
Home Tow App Area Style
======================================================*/
.app-area.style-two .app-image .app-one {
  margin-left: 45px;
}
.app-area.style-two .app-image .app-two {
  margin-left: 45px;
}
.app-area.style-two .app-image .app-image-3 {
  left: 0;
}

/*
Testimonials Area Style
======================================================*/
.testimonials-area .owl-carousel .owl-item img {
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 50%;
}

.testimonials-card {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 155, 255, 0.04);
  border-radius: 10px;
  padding: 40px 28px;
  margin-bottom: 30px;
  position: relative;
}
.testimonials-card .ride-testimonial {
  margin-bottom: 20px;
}
.testimonials-card .ride-testimonial h4 {
  font-size: 20px;
  margin-bottom: 5px;
}
.testimonials-card ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.testimonials-card ul li {
  display: inline-block;
  color: #ffc122;
  font-size: 20px;
}
.testimonials-card p {
  color: #01113e;
  margin-top: 15px;
  margin-bottom: 0;
}
.testimonials-card .quote-icon {
  position: absolute;
  top: 50px;
  right: 33px;
  font-size: 44px;
  color: rgba(123, 107, 198, 0.1);
  transition: all ease 0.5s;
}
.testimonials-card:hover .quote-icon {
  color: rgba(0, 153, 255, 0.2039215686);
  animation: pop 0.3s 2;
}

/*
Home Two Testimonial Area Style
======================================================*/
.testimonial-area .owl-carousel .owl-item img {
  width: 58px;
  height: auto;
  border-radius: 50%;
}
.testimonial-area .testimonials-card {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(85, 85, 85, 0.08);
  border-radius: 10px;
  padding: 40px 26px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
}
.testimonial-area .testimonials-card .quote-icon {
  top: 40px;
  right: 30px;
}

.testimonial-slider.owl-carousel.owl-theme {
  position: relative;
}
.testimonial-slider.owl-carousel.owl-theme .owl-dots {
  margin-top: 20px;
  padding-bottom: 18px;
  left: 0;
  right: 0;
}
.testimonial-slider.owl-carousel.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 7px;
  background-color: rgba(0, 155, 255, 0.46);
  border-radius: 10px;
  transition: all ease 0.5s;
}
.testimonial-slider.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  width: 50px;
  background-color: #009bff;
}

/*
Blog Area Style
======================================================*/
.blog-card {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(85, 85, 85, 0.07);
  border-radius: 10px;
  margin-bottom: 30px;
}
.blog-card .blog-image {
  position: relative;
}
.blog-card .blog-image .blog-image-1 {
  border-radius: 10px 10px 0px 0px;
}
.blog-card .blog-image .date {
  position: absolute;
  top: 28px;
  left: 0;
  font-weight: 500;
  color: #593cfb;
  background-color: #ffffff;
  border-radius: 0px 10px 10px 0px;
  padding: 10px 22px;
}
.blog-card .blog-info {
  padding: 30px 25px;
}
.blog-card .blog-info .vitae {
  margin-bottom: 20px;
}
.blog-card .blog-info .vitae .user-image-5 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 15px;
}
.blog-card .blog-info h4 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 25px;
}
.blog-card .blog-info h4 a {
  color: #01113e;
  display: inline-block;
}
.blog-card .blog-info h4 a:hover {
  color: #009bff;
}

/*
Footer Area Style
======================================================*/
.footer-widget {
  max-width: 315px;
  margin-bottom: 30px;
}
.footer-widget .footer-logo {
  margin-bottom: 30px;
}
.footer-widget p {
  margin-bottom: 20px;
  color: #555555;
}
.footer-widget ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.footer-widget ul li {
  display: inline-block;
  margin-right: 15px;
}
.footer-widget ul li:last-child {
  margin-right: 0;
}
.footer-widget ul li a {
  display: inline-block;
  background-color: #ffffff;
  width: 35px;
  height: 35px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}
.footer-widget ul li a i {
  color: #009bff;
  transition: all ease 0.5s;
}
.footer-widget ul li a:hover {
  background-color: #009bff;
}
.footer-widget ul li a:hover i {
  font-size: 18px;
  color: #ffffff;
}

.footer-we {
  margin-bottom: 22px;
}
.footer-we h4 {
  font-size: 24px;
  margin-bottom: 30px;
  font-family: "Jost", sans-serif;
}
.footer-we ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.footer-we ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
}
.footer-we ul li:last-child {
  margin-bottom: 0;
}
.footer-we ul li a {
  color: #01113e;
}
.footer-we ul li a:hover {
  color: #009bff;
}
.footer-we ul li i {
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 22px;
  color: #7b6bc6;
}
.footer-we.address ul li {
  margin-bottom: 32px;
  padding-left: 55px;
  color: #333333;
}
.footer-we.address ul li i {
  font-size: 18px;
  background-color: #ffffff;
  color: #009bff;
  width: 40px;
  height: 40px;
  line-height: 46px;
  border-radius: 50%;
  text-align: center;
  transition: all ease 0.5s;
}
.footer-we.address ul li a {
  position: relative;
  top: 8px;
}
.footer-we.address ul li:last-child {
  margin-bottom: 0;
}
.footer-we.address ul li p {
  color: #333333;
}
.footer-we.address ul li:hover i {
  background-color: #009bff;
  color: #ffffff;
}

.col-lg-3:nth-child(3) .footer-we {
  margin-left: 55px;
}
.col-lg-3:nth-child(4) .footer-we {
  margin-left: 32px;
}

/*
Copyright Area Style
======================================================*/
.copy-area {
  padding-top: 33px;
  padding-bottom: 36px;
  border-top: 1px solid rgba(196, 196, 196, 0.34);
}
.copy-area .copy-warp p {
  text-align: center;
  color: #111111;
}
.copy-area .copy-warp p span {
  font-size: 18px;
  font-weight: 600;
  color: #009bff;
}
.copy-area .copy-warp p a {
  font-size: 18px;
  font-weight: 600;
  color: #009bff;
}
.copy-area .copy-warp p a:hover {
  color: #593cfb;
}

/*
Home Two Estimate Area Style
======================================================*/
.estimate-area {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  z-index: 1;
}
.estimate-area .ready-heading h2 {
  font-size: 36px;
  color: #ffffff;
  line-height: 55px;
}
.estimate-area .estimate-form {
  margin-right: -195px;
  margin-left: 12px;
}
.estimate-area .form-group {
  position: relative;
}
.estimate-area .form-group .group-color {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 4px solid #009bff;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  z-index: 1;
}
.estimate-area .form-group .group-color-two {
  background: rgba(255, 255, 255, 0.28);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  z-index: 1;
}
.estimate-area .form-group .form-floating .form-control {
  border: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.28);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  padding: 20px 30px 20px 40px;
}
.estimate-area .form-group .form-floating .form-control::-moz-placeholder {
  color: #ffffff;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.estimate-area .form-group .form-floating .form-control::placeholder {
  color: #ffffff;
  transition: all ease 0.5s;
}
.estimate-area .form-group .form-floating .form-control:focus {
  border: 1px solid #009bff;
}
.estimate-area .form-group .form-floating .form-control:focus::-moz-placeholder {
  color: transparent;
}
.estimate-area .form-group .form-floating .form-control:focus::placeholder {
  color: transparent;
}
.estimate-area .estimate-btn .default-btn {
  border: none;
  text-align: end;
  padding: 16px 35px;
  border-radius: 0;
}
.estimate-area .ready-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: -1;
}

/*
Home Three Estimate Area Style
======================================================*/
.estimate-area.estimate-area-style .estimate-form .form-group .group-color {
  background-color: #01113e;
  width: 15px;
  height: 15px;
  border: 4px solid #ffffff;
}
.estimate-area.estimate-area-style .estimate-form .form-group .group-color-two {
  background-color: #01113e;
}
.estimate-area.estimate-area-style .estimate-form .form-group .form-floating .form-control {
  background-color: rgba(255, 255, 255, 0.16);
  border: 1px solid #dedede;
  border-radius: 30px;
}
.estimate-area.estimate-area-style .estimate-btn .default-btn {
  border-radius: 30px;
}

/*
Experience Area Style
======================================================*/
.experience-info {
  margin-right: 68px;
}
.experience-info .single-experience {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #01113e;
  padding-left: 30px;
  background-color: #f5f9ff;
  border-radius: 5px;
  padding: 12px 20px 12px 45px;
}
.experience-info .single-experience i {
  position: absolute;
  top: 55%;
  left: 15px;
  color: #009bff;
  transform: translateY(-50%);
}
.experience-info .col-lg-6:nth-child(1) {
  margin-bottom: 15px;
}
.experience-info .default-btn {
  margin-top: 35px;
}

/*
Call Now Area Style
======================================================*/
.call-now-area .call-now {
  padding: 75px 60px;
  border-radius: 5px;
  background-image: url("../../assets/images/zatrazite-ponudu.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}
.call-now-area .call-now .section-heading {
  max-width: 590px;
  margin-bottom: 0;
}
.call-now-area .call-now .section-heading h2 {
  color: #ffffff;
  line-height: 54px;
  margin-bottom: 0;
}
.call-now-area .call-now .book-btn {
  text-align: end;
}

/* home three */
.call-now-area.call-now-area-two {
  position: relative;
  z-index: 1;
}
.call-now-area.call-now-area-two::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 125px;
  background-color: #f3f3f3;
  z-index: -1;
}

/*
Home Three Pricing Area Style
======================================================*/
.pricing-area {
  position: relative;
}

.pricing-card {
  background-color: rgba(0, 155, 255, 0.05);
  border-radius: 5px;
  padding: 40px 35px;
  margin-bottom: 30px;
  transition: all ease 0.5s;
}
.pricing-card .pricing-image {
  width: 116px;
  height: 116px;
  margin: auto;
  line-height: 116px;
  border-radius: 50%;
  text-align: center;
  background-color: #def2ff;
  transition: all ease 0.5s;
}
.pricing-card h4 {
  font-size: 24px;
  font-weight: 800;
  margin-top: 22px;
  margin-bottom: 30px;
  text-align: center;
  transition: all ease 0.5s;
}
.pricing-card .pricing-info {
  position: relative;
  padding-top: 8px;
  transition: all 8s;
}
.pricing-card .pricing-info::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(228, 228, 228, 0.68);
  transition: all ease 0.5s;
}
.pricing-card .pricing-info ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.pricing-card .pricing-info ul li {
  position: relative;
  margin-bottom: 15px;
  transition: all ease 0.5s;
}
.pricing-card .pricing-info ul li:last-child {
  margin-bottom: 0;
}
.pricing-card .pricing-info ul li span {
  position: absolute;
  top: 0;
  right: 0;
}
.pricing-card .pricing-btn {
  text-align: center;
}
.pricing-card .pricing-btn .read-more {
  margin-top: 30px;
  border-radius: 30px;
}
.pricing-card .pricing-btn .read-more:hover::before {
  border-radius: 30px;
}
.pricing-card:hover {
  background-color: #009bff;
}
.pricing-card:hover .pricing-image {
  background-color: #ffffff;
}
.pricing-card:hover h4 {
  color: #ffffff;
}
.pricing-card:hover .pricing-info::before {
  background-color: rgba(228, 228, 228, 0.54);
}
.pricing-card:hover .pricing-info ul li {
  color: #ffffff;
}
.pricing-card:hover .pricing-btn .read-more {
  background: rgba(255, 255, 255, 0.29);
  color: #ffffff;
}
.pricing-card:hover .pricing-btn .read-more:hover::before {
  background-color: #593cfb;
  border-radius: 30px;
}

/*
Fitting Area Style
======================================================*/
.fitting-area .fitting-info {
  max-width: 660px;
}
.fitting-area .fitting-info .partner-bg {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(85, 85, 85, 0.07);
  border-radius: 5px;
  padding: 20px 0px 20px 55px;
}
.fitting-area .fitting-info .partner-bg .partner-info {
  line-height: 0;
  position: relative;
}
.fitting-area .fitting-info .partner-bg .partner-info::before {
  content: "";
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  border: 1px dashed #C2C2C2;
}
.fitting-area .fitting-info .partner-bg .partner-info h1 {
  font-size: 60px;
  font-weight: 700;
  font-family: "Sen", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  color: #593cfb;
}
.fitting-area .fitting-info .partner-bg .partner-info .target {
  font-size: 60px;
  font-weight: 700;
  font-family: "Sen", sans-serif;
  color: #593cfb;
  position: relative;
  top: 10px;
}
.fitting-area .fitting-info .partner-bg .partner-info p {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
.fitting-area .fitting-info .partner-bg .partner-info.two::before {
  right: 0;
}
.fitting-area .fitting-info .partner-bg .col-lg-4:nth-child(3) .partner-info {
  margin-left: 40px;
}
.fitting-area .fitting-info .partner-bg .col-lg-4:nth-child(3) .partner-info::before {
  display: none;
}
.fitting-area .fitting-image .about-image-10 {
  border-radius: 59px 242.5px 0px 0px;
}

/*
About Page Banner Area Style
======================================================*/
.navbar-area.about-navbar-area {
  border-bottom: 1px solid rgba(192, 192, 192, 0.31);
}

.Page-banner-area {
  padding-top: 100px;
  padding-bottom: 100px;
}
.Page-banner-area .banner-content {
  text-align: center;
  position: relative;
}
.Page-banner-area .banner-content h1 {
  font-size: 44px;
  margin-bottom: 10px;
}
.Page-banner-area .banner-content ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.Page-banner-area .banner-content ul li {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-size: 18px;
  font-weight: 500;
}
.Page-banner-area .banner-content ul li::before {
  content: "";
  position: absolute;
  top: 51%;
  right: 8px;
  bottom: 0;
  width: 1px;
  height: 15px;
  transform: translateY(-50%);
  background-color: #757e99;
}
.Page-banner-area .banner-content ul li:last-child {
  padding-right: 0;
}
.Page-banner-area .banner-content ul li:last-child::before {
  display: none;
}
.Page-banner-area .banner-content ul li a {
  color: #009bff;
}
.Page-banner-area .banner-content ul li a:hover {
  color: #593cfb;
}
.Page-banner-area .banner-content .page-banner-shape-1 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.Page-banner-area .banner-content .page-banner-shape-2 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/**/
.about-content.about-trusted {
  margin-left: 0;
  margin-right: 60px;
}

/**/
.experience-area.experience-area-two .experience-image img {
  border-radius: 287px;
}
.experience-area.experience-area-two .experience-info {
  margin-left: 30px;
  margin-right: 35px;
}

/**/
.how-it-works-area.how-it-works-area-two .works-image {
  position: relative;
  text-align: end;
}
.how-it-works-area.how-it-works-area-two .works-image .works-image-6 {
  border-radius: 19px;
}
.how-it-works-area.how-it-works-area-two .works-image .works-image-5 {
  position: absolute;
  bottom: 35px;
  left: -10px;
  border: 6px solid #ffffff;
  border-radius: 139px 139px 0px 0px;
}

/**/
.team-area .section-heading .team-btn {
  text-align: end;
}
.team-area .owl-carousel .owl-item img {
  width: auto;
  margin: auto;
}

.team-card {
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 30px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.team-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 278px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(85, 85, 85, 0.1);
  border-radius: 12px;
  z-index: -1;
  transition: all ease 0.5s;
}
.team-card .team-image {
  position: relative;
}
.team-card .team-image .team-1 {
  border-radius: 19px;
}
.team-card .team-image .social-icon {
  position: absolute;
  bottom: 20px;
  left: 25px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
}
.team-card .team-image .social-icon ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.team-card .team-image .social-icon ul li {
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
  border: 1px solid #009bff;
  transition: all ease 0.5s;
}
.team-card .team-image .social-icon ul li:first-child {
  margin-top: 0;
}
.team-card .team-image .social-icon ul li a {
  font-size: 18px;
  color: #009bff;
}
.team-card .team-image .social-icon ul li:hover {
  background-color: #009bff;
}
.team-card .team-image .social-icon ul li:hover a {
  color: #ffffff;
}
.team-card .team-card-info {
  text-align: center;
  margin-top: 25px;
  transition: all ease 0.5s;
}
.team-card .team-card-info h5 {
  font-size: 22px;
  margin-bottom: 5px;
}
.team-card .team-card-info h5 a {
  color: #01113e;
  transition: all ease 0.5s;
}
.team-card .team-card-info h5 a:hover {
  color: #009bff;
}
.team-card .team-card-info p {
  margin-bottom: 0;
  transition: all ease 0.5s;
}
.team-card:hover .team-image .social-icon {
  opacity: 1;
  visibility: visible;
}
.team-card:hover::before {
  background-color: #009bff;
}
.team-card:hover .team-card-info h5 a {
  color: #ffffff;
}
.team-card:hover .team-card-info p {
  color: #ffffff;
}

.team-slider.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  color: #593cfb;
  font-size: 28px;
  background-color: rgba(123, 107, 198, 0.08);
  width: 50px;
  height: 50px;
  line-height: 58px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: -90px;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease 0.5s;
}
.team-slider.owl-carousel.owl-theme .owl-nav .owl-prev i {
  right: 2px;
  position: relative;
}
.team-slider.owl-carousel.owl-theme .owl-nav[class*=owl-] .owl-next {
  right: -90px;
  left: auto;
}
.team-slider.owl-carousel.owl-theme .owl-nav[class*=owl-] .owl-next i {
  position: relative;
  left: 2px;
}
.team-slider.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #593cfb;
  color: #ffffff;
}

/*
Services Page Style
======================================================*/
.best-service-area .services-card {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(85, 85, 85, 0.08);
  border-radius: 20px;
}
.best-service-area .services-card:hover .services-image {
  background-color: rgba(0, 155, 255, 0.05);
}
.best-service-area .services-card:hover h4 a {
  color: #01113e;
}
.best-service-area .services-card:hover p {
  color: #757e99;
}

.service-pagination .pagination {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.service-pagination .pagination .page-item {
  margin-right: 10px;
}
.service-pagination .pagination .page-item .page-link {
  font-size: 18px;
  font-weight: 500;
  color: #757e99;
  border: 1px solid rgba(89, 60, 251, 0.23);
  width: 50px;
  height: 50px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  transition: all ease 0.5s;
}
.service-pagination .pagination .page-item .page-link.active {
  background-color: #593cfb;
  color: #ffffff;
}
.service-pagination .pagination .page-item .page-link span {
  font-size: 22px;
  position: relative;
  top: 2px;
  color: #01113e;
  transition: all ease 0.5s;
}
.service-pagination .pagination .page-item .page-link:hover {
  background-color: #593cfb;
  color: #ffffff;
}
.service-pagination .pagination .page-item .page-link:hover span {
  color: #ffffff;
}

/*
Service Details Page Style
======================================================*/
.service-details {
  margin-right: 20px;
}
.service-details .service-1 {
  border-radius: 10px;
  margin-bottom: 50px;
}
.service-details h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px;
}
.service-details h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
.service-details p {
  padding-right: 30px;
}
.service-details .strategy {
  margin-top: 30px;
  margin-bottom: 30px;
}
.service-details .strategy .service-2 {
  border-radius: 10px;
}
.service-details .strategy ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.service-details .strategy ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.service-details .strategy ul li i {
  position: absolute;
  top: 2px;
  left: 0;
  color: #009bff;
}

/*
Testimonials Page Style
======================================================*/
.testimonials-page-area .testimonials-card {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(85, 85, 85, 0.08);
  border-radius: 10px;
}
.testimonials-page-area .testimonials-card .ride-testimonial img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
}

/*
FAQ Page Style
======================================================*/
.faq-content .accordion-item {
  margin-bottom: 20px;
  border-radius: 3px;
  border: none;
  border-radius: 5px;
}
.faq-content .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-content .accordion-item .accordion-body {
  background: #ffffff;
  border: 1px solid #D9D9D9;
  border-radius: 0 0 5px 5px;
}
.faq-content .accordion-button {
  border: none;
  font-size: 18px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  background-color: #f8f8f8;
  box-shadow: unset !important;
}
.faq-content .accordion-button::before {
  right: 15px;
  top: 50%;
  content: "\ea4a";
  font-size: 24px;
  position: absolute;
  transform: translateY(-50%);
  font-family: boxicons;
}
.faq-content .accordion-button::after {
  display: none;
}
.faq-content .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #009bff;
}
.faq-content .accordion-button:not(.collapsed)::before {
  content: "\ea57";
}

.faq-image {
  margin-left: 35px;
}
.faq-image img {
  border-radius: 36px;
}

.faq-content .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #009bff !important;
}

/*
Sign Up Page Style
======================================================*/
.sign-up-area .sign-up-form {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(85, 85, 85, 0.07);
  border-radius: 20px;
  padding: 80px 110px;
}
.sign-up-area .sign-up-form h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 40px;
  text-align: center;
}
.sign-up-area .sign-up-form .form-control {
  border: none;
  box-shadow: none;
  border-radius: 3px;
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  color: #757e99;
  padding: 25px 20px;
  height: 60px;
  margin-bottom: 30px;
  transition: all ease 0.5s;
}
.sign-up-area .sign-up-form .form-control:focus {
  border: 1px solid #009bff;
}
.sign-up-area .sign-up-form .form-select {
  border: none;
  box-shadow: none;
  background-color: transparent;
  height: 60px;
  color: #757e99 !important;
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background-image: url("../../assets/images/svg/arrow-icon.svg");
  transition: all ease 0.5s;
}
.sign-up-area .sign-up-form .form-select:hover {
  border: 1px solid #009bff;
}
.sign-up-area .sign-up-form .default-btn {
  border: none;
  width: 100%;
  border-radius: 3px;
  text-align: center;
  padding: 15px;
}

/*
Blog Page Style
======================================================*/
.popular-post {
  background-color: #f8f8f8;
  box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.06);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.popular-post h4 {
  font-size: 22px;
  margin-bottom: 16px;
}
.popular-post .single-recent-post {
  overflow: hidden;
  padding-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid rgba(196, 196, 196, 0.31);
}
.popular-post .single-recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}
.popular-post .single-recent-post .thumb {
  width: 85px;
  height: 85px;
  margin-right: 5px;
  position: relative;
  display: inline-block;
}
.popular-post .single-recent-post .thumb .full-image {
  width: 85px;
  height: 85px;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.popular-post .single-recent-post .thumb .full-image.bg-1 {
  background-image: url("../../assets/images/blog/blog-image-3.jpg");
}
.popular-post .single-recent-post .thumb .full-image.bg-2 {
  background-image: url("../../assets/images/blog/blog-image-7.jpg");
}
.popular-post .single-recent-post .thumb .full-image.bg-3 {
  background-image: url("../../assets/images/blog/blog-image-8.jpg");
}
.popular-post .single-recent-post .single-recent-info {
  margin-left: 10px;
}
.popular-post .single-recent-post .single-recent-info p {
  font-size: 14px;
  color: #009bff;
  margin-bottom: 10px;
}
.popular-post .single-recent-post .single-recent-info h5 {
  font-size: 16px;
  line-height: 22px;
}
.popular-post .single-recent-post .single-recent-info h5 a {
  display: inline-block;
  color: #01113e;
}
.popular-post .single-recent-post .single-recent-info h5 a:hover {
  color: #009bff;
}

.categories {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 38px 30px;
  margin-bottom: 30px;
}
.categories h5 {
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(196, 196, 196, 0.31);
}
.categories ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.categories ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all ease 0.5s;
}
.categories ul li:last-child {
  margin-bottom: 0;
}
.categories ul li i {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 10px;
  color: #cccccc;
  transform: translateY(-50%);
  border: 1px solid #cccccc;
  border-radius: 50%;
  padding: 2px;
  transition: all ease 0.5s;
}
.categories ul li:hover i {
  color: #009bff;
  border: 1px solid #009bff;
}

.tags {
  background-color: #f8f8f8;
  box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 35px 30px 20px 30px;
}
.tags h5 {
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(147, 147, 147, 0.16);
}
.tags ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.tags ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
  transition: all ease 0.5s;
}
.tags ul li:last-child {
  margin-bottom: 0;
  margin-bottom: -15px;
}
.tags ul li a {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 12px 20px;
  font-size: 15px;
}
.tags ul li a:hover {
  background-color: #009bff;
  color: #ffffff;
  border-radius: 5px;
}

/*
Blog Details Page Style
======================================================*/
.blog-details {
  margin-right: 30px;
}
.blog-details h4 {
  font-size: 24px;
}
.blog-details .blog-card {
  box-shadow: none;
  border-radius: 0;
}
.blog-details .blog-card .blog-image {
  margin-bottom: 25px;
}
.blog-details .blog-card .blog-image img {
  border-radius: 10px;
}
.blog-details .blog-card .blog-info {
  padding: 0;
}
.blog-details .blog-card .blog-info h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 15px;
}
.blog-details .cannot {
  position: relative;
  background-color: #f5f5f5;
  border-left: 3px solid #009BFF;
  border-radius: 10px;
  margin-bottom: 30px;
  padding-top: 45px;
  padding-left: 45px;
  padding-right: 150px;
  padding-bottom: 45px;
}
.blog-details .cannot p {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 0;
}
.blog-details .cannot .quote-icon {
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translateY(-50%);
}
.blog-details .blog-satisfied {
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(217, 216, 216, 0.54);
}
.blog-details .blog-satisfied .blog-image-10 {
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.blog-details .blog-satisfied ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.blog-details .blog-satisfied ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.blog-details .blog-satisfied ul li:last-child {
  margin-bottom: 0;
}
.blog-details .blog-satisfied ul li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  color: #009bff;
}
.blog-details .share-tags {
  margin-bottom: 50px;
}
.blog-details .share-tags .first-tags ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.blog-details .share-tags .first-tags ul li {
  display: inline-block;
  margin-right: 5px;
}
.blog-details .share-tags .first-tags ul li:last-child {
  margin-right: 0;
}
.blog-details .share-tags .first-tags ul li a:hover {
  color: #009bff;
}
.blog-details .share-tags .first-tags ul li p {
  font-size: 18px;
  font-weight: 500;
  color: #01113e;
}
.blog-details .share-tags .second-side {
  text-align: end;
}
.blog-details .share-tags .second-side ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.blog-details .share-tags .second-side ul li {
  display: inline-block;
  margin-right: 10px;
}
.blog-details .share-tags .second-side ul li:last-child {
  margin-right: 0;
}
.blog-details .share-tags .second-side ul li a {
  display: inline-block;
  background-color: #f8f8f8;
  color: #009bff;
  width: 30px;
  height: 30px;
  line-height: 34px;
  border-radius: 50%;
  text-align: center;
}
.blog-details .share-tags .second-side ul li a:hover {
  background-color: #009bff;
  color: #ffffff;
}
.blog-details .share-tags .second-side ul li p {
  font-weight: 700;
  color: #009bff;
  margin-right: 15px;
}
.blog-details .leave {
  margin-bottom: 30px;
}
.blog-details .leave h4 {
  font-size: 30px;
  margin-bottom: 30px;
}
.blog-details .leave .form-control {
  box-shadow: none;
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  border-radius: 5px;
  padding: 15px 20px;
  height: 52px;
  margin-bottom: 20px;
  transition: all ease 0.5s;
}
.blog-details .leave .form-control:focus {
  border: 1px solid #009bff;
}
.blog-details .leave .textarea {
  height: 152px;
}
.blog-details .leave .common-btn {
  border: none;
}
.blog-details .leave .form-check {
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 30px;
}
.blog-details .leave .form-check .form-check-input {
  margin-left: 0;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #cfcdca;
}
.blog-details .leave .form-check .form-check-input:focus {
  box-shadow: none;
}
.blog-details .leave .form-check .form-check-label {
  padding-left: 10px;
  color: #777777;
}
.blog-details .leave .default-btn {
  border: none;
}

/*
Contact Us Page Style
======================================================*/
.contact-page .contact-card {
  position: relative;
  background-color: #ffffff;
  border: 1px solid rgba(10, 2, 62, 0.07);
  border-radius: 10px;
  padding: 30px 33px;
  margin-bottom: 30px;
}
.contact-page .contact-card .phone-icon {
  width: 96px;
  height: 96px;
  line-height: 96px;
  text-align: center;
  background-color: #009bff;
  border-radius: 10px;
  transition: all ease 0.5s;
}
.contact-page .contact-card .contact-card-info {
  padding-left: 20px;
}
.contact-page .contact-card .contact-card-info h5 {
  font-size: 18px;
}
.contact-page .contact-card .contact-card-info ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.contact-page .contact-card .contact-card-info ul li a {
  line-height: 26px;
}
.contact-page .contact-card .contact-card-info p {
  margin-bottom: 0;
}
.contact-page .contact-card:hover .phone-icon {
  background-color: #009bff;
}

/*
Contact Us Page Style
======================================================*/
.contact-form {
  margin-left: 25px;
}
.contact-form span {
  font-size: 18px;
  color: #009bff;
}
.contact-form h3 {
  font-size: 44px;
  font-weight: 800;
  margin-bottom: 20px;
}
.contact-form .form-group ul li {
  color: #ff0000;
}
.contact-form .form-control {
  border: none;
  height: 56px;
  box-shadow: none;
  background-color: #ffffff;
  border: 1px solid rgba(10, 2, 62, 0.07);
  border-radius: 5px;
  padding: 16px 23px;
  margin-bottom: 20px;
  transition: all ease 0.5s;
}
.contact-form .form-control::-moz-placeholder {
  color: #757e99;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.contact-form .form-control::placeholder {
  color: #757e99;
  transition: all ease 0.5s;
}
.contact-form .form-control:focus {
  border: 1px solid #009bff;
}
.contact-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.contact-form .form-control:focus::placeholder {
  color: transparent;
}
.contact-form .textarea {
  height: 245px;
}
.contact-form .book-btn {
  width: 100%;
  border: none;
  font-size: 18px;
  font-weight: 600;
  padding: 13px;
  margin-top: 10px;
  color: #ffffff;
  transition: all ease 0.5s;
  background-color: #009bff;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.contact-form .book-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  background-color: #593cfb;
  transition: all ease 0.5s;
  border-radius: 5px;
  z-index: -1;
}
.contact-form .book-btn:hover::before {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.contact-form .text-danger {
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px;
}

.map-area {
  overflow: hidden;
}
.map-area .map iframe {
  width: 100%;
  height: 570px;
  display: block;
}

/**/
.search-tools {
  margin-bottom: 30px;
}
.search-tools .form-group {
  position: relative;
}
.search-tools .form-group .form-control {
  box-shadow: none;
  border: 1px solid rgba(207, 204, 204, 0.34);
  border-radius: 5px;
  height: 52px;
  padding: 20px;
  transition: all ease 0.5s;
}
.search-tools .form-group .form-control:focus {
  border: 1px solid #009bff;
}
.search-tools .form-group .search-btn {
  position: absolute;
  top: 7px;
  right: 8px;
  border: none;
  background-color: #009bff;
  color: #ffffff;
  border-radius: 5px;
  font-size: 24px;
  padding: 1px 10px;
  transition: all ease 0.5s;
}
.search-tools .form-group .search-btn i {
  position: relative;
  top: 4px;
}
.search-tools .form-group .search-btn:hover {
  background-color: #593cfb;
}

/**/
.popular-services {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}
.popular-services h4 {
  font-size: 18px;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(197, 197, 197, 0.42);
}
.popular-services ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.popular-services ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}
.popular-services ul li:last-child {
  margin-bottom: 0;
}
.popular-services ul li i {
  position: absolute;
  top: 3px;
  left: 0;
  color: #009bff;
  font-size: 18px;
  font-weight: 500;
}

/**/
.download-file {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 30px;
}
.download-file h4 {
  font-size: 18px;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(197, 197, 197, 0.46);
}
.download-file a {
  position: relative;
  margin-bottom: 20px;
}
.download-file a:last-child {
  margin-bottom: 0;
}
.download-file a .file-1 {
  position: absolute;
  top: 4px;
  left: 0;
}
.download-file a .icon {
  padding-left: 40px;
}
.download-file a .icon h6 {
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  margin-bottom: 2px;
}
.download-file a .icon p {
  font-size: 12px;
}

/*
Terms & Conditions Page CSS
======================================================*/
.terms-conditions-area .container {
  max-width: 875px;
  margin: auto;
}

.terms-conditions {
  max-width: 800px;
  margin: auto;
}
.terms-conditions .title {
  margin-bottom: 30px;
  text-align: center;
}
.terms-conditions .title span {
  color: #009bff;
  display: block;
  margin-bottom: 10px;
}
.terms-conditions .title h2 {
  font-size: 36px;
  color: #009bff;
}
.terms-conditions img {
  margin-bottom: 30px;
}
.terms-conditions .conditions-content {
  margin-bottom: 30px;
}
.terms-conditions .conditions-content h3 {
  margin-bottom: 15px;
}
.terms-conditions .conditions-content p {
  margin-bottom: 10px;
}
.terms-conditions .conditions-content ul {
  margin-bottom: 15px;
  padding-left: 0;
  list-style-type: none;
  margin-top: 15px;
}
.terms-conditions .conditions-content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.terms-conditions .conditions-content ul li:last-child {
  margin-bottom: 0;
}
.terms-conditions .conditions-content ul li i {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 20px;
  color: #009bff;
}
.terms-conditions .conditions-content h3 {
  margin-bottom: 15px;
}
.terms-conditions .conditions-content p {
  margin-bottom: 10px;
}

/*
Privacy Policy Area CSS
=======================================================*/
.privacy-policy-area .container {
  max-width: 875px;
  margin: auto;
}

.privacy-policy-wrap img {
  margin-bottom: 30px;
}
.privacy-policy-wrap .privacy-content {
  margin-bottom: 30px;
}
.privacy-policy-wrap .privacy-content h3 {
  margin-bottom: 15px;
}
.privacy-policy-wrap .privacy-content p {
  margin-bottom: 10px;
}
.privacy-policy-wrap .privacy-content ul {
  margin-left: 0;
  margin-bottom: 15px;
  list-style-type: none;
  padding-left: 0;
  margin-top: 15px;
}
.privacy-policy-wrap .privacy-content li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.privacy-policy-wrap .privacy-content li:last-child {
  margin-bottom: 0;
}
.privacy-policy-wrap .privacy-content li i {
  position: absolute;
  left: 0;
  top: 1px;
  color: #009bff;
  font-size: 20px;
}

/*
Coming Soon Area CSS
=======================================================*/
.coming-soon-area {
  position: relative;
  z-index: 1;
  background-color: #f8f8f8;
  padding-top: 100px;
}
.coming-soon-area .d-table {
  width: 100%;
  height: 100%;
}
.coming-soon-area .d-table .d-table-cell {
  vertical-align: middle;
}
.coming-soon-area .coming-soon-content {
  max-width: 720px;
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  padding: 40px 60px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}
.coming-soon-area .coming-soon-content .logo {
  display: inline-block;
}
.coming-soon-area .coming-soon-content h2 {
  font-size: 48px;
  margin-top: 30px;
  margin-bottom: 0;
  color: #01113e;
}
.coming-soon-area .coming-soon-content #timer {
  margin-top: 40px;
}
.coming-soon-area .coming-soon-content #timer div {
  background-color: #009bff;
  color: #ffffff;
  width: 130px;
  height: 130px;
  border-radius: 0;
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
}
.coming-soon-area .coming-soon-content #timer div span {
  font-size: 16px;
  color: #ffffff;
  display: block;
  margin-top: -10px;
  font-weight: 400;
}
.coming-soon-area .coming-soon-content .newsletter-form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.coming-soon-area .coming-soon-content .newsletter-form .form-group {
  margin-bottom: 25px;
  width: 100%;
  position: relative;
}
.coming-soon-area .coming-soon-content .newsletter-form .form-group .form-control {
  box-shadow: none;
  border-radius: 0;
  padding-left: 0;
  border: none;
  border-bottom: 1px solid #c2c2c2;
  height: 50px;
  color: #757e99;
}
.coming-soon-area .coming-soon-content .newsletter-form .form-group .form-control::-moz-placeholder {
  color: #757e99;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.coming-soon-area .coming-soon-content .newsletter-form .form-group .form-control::placeholder {
  color: #757e99;
  transition: all ease 0.5s;
}
.coming-soon-area .coming-soon-content .newsletter-form .form-group .form-control:focus {
  border-bottom: 1px solid #009bff;
}
.coming-soon-area .coming-soon-content .newsletter-form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.coming-soon-area .coming-soon-content .newsletter-form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.coming-soon-area .coming-soon-content .newsletter-form .default-btn {
  border: none;
  background-color: #593cfb;
}
.coming-soon-area .coming-soon-content .newsletter-form .default-btn:hover {
  background-color: #009bff;
}
.coming-soon-area .coming-soon-content .newsletter-form .validation-danger {
  color: #ff0000;
}

/*
404 Error Page CSS
=======================================================*/
.error-area {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: 100px;
}
.error-area .d-table {
  width: 100%;
  height: 100%;
}
.error-area .d-table .d-table-cell {
  vertical-align: middle;
}
.error-area .error-content-wrap {
  z-index: 1;
  position: relative;
}
.error-area .error-content-wrap h1 {
  font-size: 300px;
  line-height: 1;
  font-weight: 700;
  color: #009bff;
  margin-top: -40px;
}
.error-area .error-content-wrap h1 .a {
  display: inline-block;
}
.error-area .error-content-wrap h1 .red {
  color: #593cfb;
  display: inline-block;
}
.error-area .error-content-wrap h1 .b {
  display: inline-block;
}
.error-area .error-content-wrap h3 {
  margin: 30px 0 0;
  position: relative;
  color: #01113e;
}
.error-area .error-content-wrap p {
  margin: 20px 0 20px;
  font-size: 19px;
  color: #01113e;
}
.error-area .error-content-wrap .default-btn.two {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  padding: 12px 40px;
  position: relative;
  z-index: 1;
  transition: all ease 0.5s;
}
.error-area .error-content-wrap .default-btn.two::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background-color: #593cfb;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  transition: all ease 0.5s;
}
.error-area .error-content-wrap .default-btn.two:hover {
  color: #ffffff;
}
.error-area .error-content-wrap .default-btn.two:hover::before {
  opacity: 1;
  width: 100%;
  visibility: visible;
}

/*
Go Top CSS
=======================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 50%;
  padding-top: 3px;
  font-size: 25px;
  right: 15px;
  background-color: #009bff;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
  color: #ffffff;
}
.go-top.active {
  top: 98%;
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}
.go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  background-color: #01113e;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
}
.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

/*
Preloader CSS
=======================================================*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background-color: #01113e;
}
#preloader #loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #009bff;
  animation: spin 2s linear infinite;
}
#preloader #loader::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  animation: spin 3s linear infinite;
}
#preloader #loader::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #009bff;
  animation: spin 1.5s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Others CSS */
.rotate {
  animation: rotation 20s infinite linear;
}

@keyframes full-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes pop {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes rotate-vertical {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.75);
    opacity: 0.6;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}/*# sourceMappingURL=style.css.map */

.team-card-info h3.h3usluge a {
    font-size: 20px !important;
    color: #01113e !important;
}

.schedule-content h2 {
    font-size: 33px;
}

/* Za mobilne uređaje */
@media (max-width: 768px) {
    .schedule-content h2 {
        font-size: 24px; /* ili 22px, po želji */
    }
}
.section-heading h2 {
    font-size: 33px;
}

/* Za mobilne uređaje */
@media (max-width: 768px) {
    .section-heading h2 {
        font-size: 24px; /* ili neka druga vrednost po tvom ukusu */
    }
}

.table-wrapper {
    width: 100%;
    overflow-x: auto;
  }

  table.custom-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px; /* osigurava horizontalni scroll na manjim ekranima */
  }

  table.custom-table thead {
    background-color: #f9f9f9;
  }

  table.custom-table th,
  table.custom-table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    white-space: nowrap;
  }

  table.custom-table img {
    width: 60px;
    height: auto;
    display: block;
  }

.responsive-heading {
  font-size: 30px !important; 
}

@media (max-width: 768px) {
  .responsive-heading {
    font-size: 20px !important;
  }
}


