@charset "UTF-8";
/*
@File: Baski 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 CSS
** - Navbar CSS
** - Buttons

*/
@import url("https://fonts.googleapis.com/css2?family=Poppins: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&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");

:root {
  --fontFamily: 'Poppins', sans-serif;
  --fontFamily2: 'Roboto', sans-serif;
  --mainColor: #247ffb;
  --secondColor: #0f1221;
  --mainColorShadow: #247ffb20;
  --secondColorShadow: #0f1221e7;
  --whiteColor: #ffffff;
  --blackColor: #111111;
  --paragraphColor: #666666;
  --card-title-fontSize: 21px;
  --fontSize: 16px;
  --transition: 0.5s;
  --boxShadow: rgba(114, 114, 114, 0.1) 0px 0px 8px;
}

body {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--fontFamily);
}

a {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--blackColor);
  text-decoration: none;
  outline: 0 !important;
}

a:hover {
  color: var(--mainColor);
  text-decoration: none;
}

:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-control {
  border: 1px solid transparent !important;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.form-control:focus {
  border: 1px solid var(--mainColor) !important;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  font-family: var(--fontFamily2);
  color: var(--paragraphColor);
  font-size: var(--fontSize);
  margin-bottom: 15px;
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

.ptb-footer {
  padding-top: 50px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-100 {
  padding-top: 70px;
}

.pb-100 {
  padding-bottom: 70px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-50 {
  padding-top: 50px;
}

.mst-30 {
  margin-top: 0px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-10 {
  margin-bottom: 10px;
}

.section-content {
  margin-top: 20px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 0px;
  background-color: var(--whiteColor) !important;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.bg-f9fafb {
  background-color: #f9f9f9;
}

.bg-f0f4f9 {
  background-color: #f0f4f9;
}

.slider-card-margin {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 30px;
}

#pre-loader {
  background-color: var(--whiteColor);
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

#pre-loader .preloader-img {
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*===================================
Topbar Area CSS
=====================================*/
.topbar {
  padding-top: 15px;
  padding-bottom: 15px;
}

.topbar-left-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.topbar-left-area ul li {
  display: inline-block;
  margin-right: 15px;
  color: var(--paragraphColor);
  font-size: 14px;
  font-family: var(--fontFamily2);
}

.topbar-left-area ul li i {
  color: var(--mainColor);
  margin-right: 3px;
}

.topbar-left-area ul li .fa-phone-alt {
  position: relative;
  top: 2px;
}

.topbar-left-area ul li a {
  color: var(--paragraphColor);
}

.topbar-right-area {
  text-align: end;
}

.topbar-social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.topbar-social-icons ul li {
  display: inline-block;
}

.topbar-social-icons ul li a {
  font-size: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0px 5px;
}

.topbar-3 {
  background-color: #13287e;
  padding-top: 15px;
  padding-bottom: 15px;
}

.topbar-3 .topbar-left-area ul li {
  font-weight: 400;
}

.topbar-3 .topbar-left-area ul li i {
  color: var(--whiteColor);
}

.topbar-3 .topbar-left-area ul li a {
  color: var(--whiteColor);
}

.topbar-3 .topbar-right-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.topbar-3 .topbar-right-area .top-login {
  margin-right: 20px;
  font-size: 14px;
  font-family: var(--fontFamily2);
}

.topbar-3 .topbar-right-area .top-login a {
  color: var(--whiteColor);
}

.topbar-3 .topbar-right-area .top-login i {
  color: var(--whiteColor);
  margin-right: 3px;
}

/*================================================
Select Area CSS
=================================================*/
.nice-select {
  border: 1px solid #eeeeee;
  background-color: white !important;
  height: auto;
  width: 100%;
  line-height: unset;
  font-size: var(--fontSize);
  font-family: var(--fontFamily2);
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 23px;
  padding-right: 15px;
}

.nice-select .selected {
  color: var(--mainColor);
}

.nice-select .list {
  width: 100%;
  z-index: 9999;
}

.nice-select .current {
  color: #6c757d !important;
}

::placeholder {
  color: #6c757d !important;
  opacity: 1;
}

.nice-select .list .option {
  color: #6c757d;
}

.contact-form-text-area form .form-control {
  background-color: white;
  color: #6c757d;
}

.option-select-area {
  position: relative;
  display: inline-block;
  max-width: 100%;
  color: var(--paragraphColor);
}

.option-select-area .fa-globe {
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 99;
  color: var(--whiteColor);
}

.option-select-area .nice-select .list {
  width: 85px;
  z-index: 999;
  display: inline-block;
}

.option-select-area .nice-select::after {
  right: 2px;
  width: 7px;
  height: 7px;
  border-color: var(--whiteColor);
}

.option-select-area .nice-select .option {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.option-select-area .nice-select .current {
  color: #e6e6e6;
  font-size: 14px;
}

/*================================================
Navbar Area CSS
=================================================*/
a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: absolute;
  background: transparent;
  padding: 20px 0 0;
  z-index: 2;
  height: 60px;
  text-transform: capitalize;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-container a.meanmenu-reveal {
  width: 35px;
  height: 30px;
  padding: 12px 15px 0 0;
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--mainColor);
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: var(--mainColor);
  height: 4px;
  margin-top: 5px;
  border-radius: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: var(--whiteColor);
  margin-top: 64px;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  border: none;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: var(--blackColor);
  border-top: 1px solid #dbeefd;
  text-decoration: none;
  text-transform: capitalize;
}

.mean-container .mean-nav ul li a:hover {
  background: var(--whiteColor);
}

.mean-container .mean-nav ul li a.active {
  color: var(--whiteColor);
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  color: var(--blackColor);
  border-top: 1px solid #dbeefd;
  opacity: 1;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
  text-transform: none;
  font-size: 15px;
  text-transform: capitalize;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 3px;
  width: 100%;
  height: 24px;
  padding: 12px !important;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: transparent !important;
  border: none !important;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav .navbar-nav {
  overflow-y: scroll;
  height: 100%;
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

.mean-nav .dropdown-toggle::after {
  display: none;
}

.mean-remove {
  display: none !important;
}

.mobile-nav {
  display: none;
  position: relative;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  background-color: var(--whiteColor);
  color: var(--blackColor);
}

.btn-primary,
.btn-primary:active {
  background-color: var(--whiteColor) !important;
  color: var(--blackColor) !important;
  border-color: var(--blackColor) !important;
}

.mobile-nav.mean-container .mean-nav ul li a.active {
  color: var(--mainColor);
}

/* Fix for box sizing on Foundation Framework etc. */
.main-nav {
  background-color: transparent;
}

.main-nav nav {
  padding-top: 20px;
  padding-bottom: 20px;
}

.main-nav nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.main-nav nav .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.main-nav nav .navbar-nav .nav-item {
  position: relative;
  padding: 15px 0;
}

.main-nav nav .navbar-nav .nav-item a {
  padding: 0;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  color: #1D284B;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--fontFamily2);
  margin-left: 14px;
  margin-right: 14px;
}

.main-nav nav .navbar-nav .nav-item a i {
  right: 0;
  top: 7px;
  font-size: 12px;
  position: absolute;
}

.main-nav nav .navbar-nav .nav-item a.dropdown-toggle {
  padding-right: 15px;
  position: relative;
}

.main-nav nav .navbar-nav .nav-item a.dropdown-toggle::after {
  content: '\f107';
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border: 0px;
  font-size: 12px;
  opacity: 0.6;
  transition: all 0.2s ease;
}

.main-nav nav .navbar-nav .nav-item:hover a.dropdown-toggle::after {
  opacity: 1;
  transform: translateY(-50%) rotate(180deg);
}

.main-nav nav .navbar-nav .nav-item a:hover {
  color: var(--mainColor);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-nav nav .navbar-nav .nav-item a.active {
  color: var(--mainColor);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-nav nav .navbar-nav .nav-item:hover a {
  color: var(--mainColor);
}

.main-nav nav .navbar-nav .nav-item:hover ul {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  left: 0;
  top: 70px;
  opacity: 0;
  z-index: 99;
  width: 220px;
  border: none;
  display: block;
  border-radius: 8px;
  visibility: hidden;
  position: absolute;
  transform: translateY(-10px);
  background: var(--whiteColor);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 12px 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
  padding: 0;
  margin: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  margin: 0;
  display: block;
  padding: 12px 20px;
  color: var(--blackColor);
  font-size: 15px;
  font-weight: 400;
  transition: all 0.2s ease;
  position: relative;
  border-radius: 4px;
  margin: 2px 8px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #ffffff !important;
  background: var(--mainColor) !important;
  transform: translateX(4px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
  float: right;
  margin-top: 2px;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover i {
  opacity: 1;
}

/* Dropdown Divider for Services Menu */
.main-nav nav .navbar-nav .nav-item .dropdown-menu li.dropdown-divider {
  height: 1px;
  margin: 8px 12px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 200px;
  background: var(--whiteColor);
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 12px 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 20px;
  left: 100%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
  font-size: 14px;
  padding: 10px 16px;
  margin: 2px 8px;
  border-radius: 4px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #ffffff !important;
  background: var(--mainColor) !important;
  transform: translateX(4px);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  top: -5px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -5px !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: var(--mainColor);
}

.main-nav nav .navbar-nav .nav-item:last-child .dropdown-menu {
  left: auto;
  right: 0;
}

.navbar-light .navbar-brand {
  color: var(--mainColor);
  font-weight: bold;
  text-transform: uppercase;
}

.navbar-light .navbar-brand:hover {
  color: var(--mainColor);
  font-weight: bold;
  text-transform: uppercase;
}

.mean-container .mean-bar {
  position: relative;
}

.mobile-nav .menu-sidebar-small-device {
  display: none;
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: absolute;
  top: 15px;
  right: 47px;
}

.mobile-nav .menu-sidebar-small-device .uni-button {
  padding: 5px 10px;
}

.menu-sidebar ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-sidebar ul li {
  margin-left: 15px;
}

.menu-sidebar ul li .default-button {
  margin-bottom: -5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu-small-device {
  display: none;
  position: absolute;
  right: 80px;
  top: 14px;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.menu-small-device li {
  list-style: none;
  display: inline-block;
}

/*================================================
Extra Navbar Area CSS
=================================================*/
.menu-sidebar .input-group {
  border: 1px solid #eeeeee;
  border-radius: 5px;
  margin-right: 15px;
}

.menu-sidebar .input-group .form-control {
  border: 0px !important;
  padding: 10px;
}

.menu-sidebar .input-group .btn {
  color: var(--paragraphColor);
}

.menu-sidebar .input-group .btn i {
  position: relative;
  top: 2px;
}

.main-nav {
  border-top: 1px solid #eeeeee;
}

.main-nav nav .navbar-nav {
  margin-right: 0;
}

.navbar-area-3 .main-nav {
  background-color: #13287e;
  border: 0px;
}

.navbar-area-3 .main-nav nav {
  background-color: var(--whiteColor);
  padding: 20px 30px;
  border-radius: 15px;
}

.navbar-area-3 .popup-button {
  border-radius: 50%;
}

.navbar-area {
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.sticky .main-nav {
  background-color: var(--whiteColor);
}

.sticky .main-nav nav {
  padding-left: 0;
  padding-right: 0;
}

/*================================================
Popup Area CSS
=================================================*/
.popup-button {
  border: 0px;
  font-size: 18px;
  border-radius: 0px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-color: #eeeeee;
  color: var(--blackColor);
  width: 45px;
  height: 45px;
  display: inline-block;
  line-height: 2.5px;
}

.popup {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  visibility: hidden;
  background-color: #000000ec;
}

.popup .popup-content {
  width: 0%;
  height: 100%;
  opacity: 0;
  margin-left: 0;
  margin-right: auto;
}

.popup .popup-content .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 50%;
}

.popup .popup-content .close-btn span {
  width: 30px;
  height: 4px;
  border-radius: 25px;
  background-color: red;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.popup .popup-content .close-btn span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup .popup-content .close-btn span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup .popup-content .close-btn:hover {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.popup .popup-content .close-btn:hover span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-225deg);
  transform: translate(-50%, -50%) rotate(-225deg);
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.popup .popup-content form {
  top: 20%;
  left: 50%;
  width: 30%;
  visibility: hidden;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.popup .popup-content form .search-box {
  border-radius: 10px !important;
  border: 1px solid var(--mainColor);
}

.popup .popup-content form .search-box input {
  padding: 5px 20px;
}

.popup .popup-content form .search-box .form-control {
  border-radius: 10px;
  border: 0px solid transparent !important;
}

.popup .popup-content form .search-box .btn {
  padding: 5px 15px;
  color: var(--whiteColor);
  border-radius: 0px 10px 10px 0px !important;
  background-color: var(--mainColor);
  font-size: 25px;
}

.popup .hi {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
  opacity: 1;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup .hi form {
  visibility: visible;
  top: 50% !important;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.banner-link {
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
}

.banner-link:hover,
.banner-link:visited,
.banner-link:active {
  color: #ffffff;
}

.banner-link span::after {
  content: " ›";
  font-size: 18px;
  margin-left: 4px;
  transition: margin-left 0.2s ease;
}

.banner-link:hover span::after {
  margin-left: 8px;
}

/*================================================
Header Responsive Area CSS
=================================================*/
@media only screen and (max-width: 767px) {
  .topbar-right-side {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .topbar-left-side {
    text-align: center;
  }

  .topbar-left-side ul li {
    margin-right: 7px;
    margin-left: 7px;
  }

  .topbar-left-area ul li {
    padding-top: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .topbar-right-side {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .topbar-left-side {
    text-align: center;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-nav nav .navbar-nav .nav-item a {
    margin-left: 11px;
    margin-right: 11px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-nav nav .navbar-nav .nav-item a {
    font-size: 14px;
    margin-left: 13px;
    margin-right: 13px;
  }
}

@media only screen and (max-width: 991px) {
  .main-responsive-nav {
    background-color: #ffffff;
    height: 65px;
    position: relative;
    z-index: 5;
  }

  .mobile-nav {
    display: block;
    position: relative;
  }

  .mobile-nav .logo {
    top: 10px;
    left: 0px;
    z-index: 999;
    position: absolute;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
  }

  .mobile-nav nav .navbar-nav {
    max-height: 64vh;
    overflow-y: scroll;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }

  .mobile-nav nav .navbar-nav .nav-item a i {
    display: none;
  }

  .mobile-nav nav .navbar-nav::-webkit-scrollbar {
    width: 7px;
  }

  .mobile-nav nav .navbar-nav::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .mobile-nav nav .navbar-nav::-webkit-scrollbar-thumb {
    background: #888;
  }

  .mobile-nav nav .navbar-nav::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  .mean-container .mean-bar {
    background-color: #ffffff;
    padding: 0;
  }

  .mean-container a.meanmenu-reveal {
    padding: 5px 2px 0 0;
    -webkit-transition: 0s !important;
    transition: 0s !important;
  }

  .main-nav {
    display: none !important;
  }

  .menu-sidebar {
    display: none;
  }

  .menu-small-device {
    z-index: 2;
    right: 45px;
    top: 16px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .menu-small-device .default-button {
    padding: 8px;
    font-size: 13px;
    margin-left: 15px;
  }

  .menu-small-device .popup-button {
    height: 38px;
    width: 38px;
  }

  .meanclose {
    top: 60% !important;
  }

  .topbar-left-area {
    text-align: start;
  }

  .topbar-left-area ul li {
    margin-left: 5px;
    margin-right: 5px;
  }

  .mobile-nav .call-button {
    top: 0;
  }
}

.footer-group {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/footer-bg.jpg");
  position: relative;
}

.footer-group::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--secondColorShadow);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.footer-group .container {
  position: relative;
  z-index: 1;
}

.footer-group-2 {
  background-color: #f9fafb;
  background-image: unset;
}

.footer-group-2::before {
  display: none;
}

.footer-group-2 .footer-logo-area p {
  color: var(--paragraphColor);
}

.footer-group-2 .footer-logo-area .footer-social-area span {
  color: var(--secondColor);
}

.footer-group-2 .footer-links h3 {
  color: var(--secondColor);
}

.footer-group-2 .footer-links ul li a {
  color: var(--paragraphColor);
}

.footer-group-2 .footer-contact-card h5 {
  color: var(--secondColor);
  font-weight: 600;
}

.footer-group-2 .footer-contact-card a {
  color: var(--paragraphColor);
}

.footer-group-2 .footer-newsletter p {
  color: var(--paragraphColor);
}

.footer-group-2 .footer-newsletter .input-group {
  border: 1px solid #eeeeee;
}

.footer-group-2 .copyright p {
  color: var(--secondColor);
  border-color: #eeeeee;
}

.footer-group-2 .copyright strong {
  color: var(--secondColor);
}

.footer-group-3::before {
  background-color: #13287e;
}

.footer-group-3 .footer-logo-area p,
.footer-group-3 .footer-newsletter p {
  color: #dadada;
}

.footer-group-3 .footer-links h3::before {
  background-color: var(--whiteColor);
}

.footer-group-3 .footer-links a {
  color: #dadada;
}

.footer-group-3 .footer-links i {
  color: var(--whiteColor);
}

.footer-group-3 .footer-newsletter .input-group {
  border-radius: 10px !important;
  overflow: hidden;
}

.footer-group-3 .footer-newsletter .input-group .default-button {
  border-radius: 10px !important;
}

.footer-group-3 .copyright p {
  color: var(--whiteColor);
}

/*===================================
Footer Area CSS
=====================================*/
.footer-logo-area img {
  margin-bottom: 30px;
}

.footer-logo-area p {
  color: #b4b4b4;
}

.footer-logo-area .footer-social-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.footer-logo-area .footer-social-area span {
  color: var(--whiteColor);
  width: 80px;
  margin-right: 10px;
  font-size: var(--fontSize);
  font-family: var(--fontFamily2);
}

.footer-logo-area .footer-social-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-logo-area .footer-social-area ul li {
  display: inline-block;
}

.footer-logo-area .footer-social-area ul li a {
  width: 30px;
  height: 30px;
  font-size: 14px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--mainColor);
  background-color: var(--whiteColor);
  margin-left: 3px;
}

.footer-logo-area .footer-social-area ul li a:hover {
  border-radius: 35%;
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.footer-links h3 {
  color: var(--whiteColor);
  margin-bottom: 20px;
  display: inline-block;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
  overflow: hidden;
}

.footer-links h3::before {
  content: '';
  width: 50px;
  height: 2px;
  background-color: var(--mainColor);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-animation: left-right 5s infinite linear;
  animation: left-right 5s infinite linear;
}

.footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links ul li {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 15px;
  font-family: var(--fontFamily2);
}

.footer-links ul li i {
  margin-right: 5px;
  color: var(--mainColor);
}

.footer-links ul li a {
  color: #b4b4b4;
}

.footer-links ul li a:hover {
  letter-spacing: .5px;
  color: var(--mainColor);
}

.footer-links ul li:last-child {
  margin-bottom: 0;
}

.footer-lp {
  padding-left: 50px;
}

.footer-contact h3 {
  margin-bottom: 0px;
}

.footer-contact-card {
  position: relative;
  padding-left: 30px;
  margin-top: 15px;
}

.footer-contact-card i {
  color: var(--mainColor);
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 3px;
}

.footer-contact-card h5 {
  color: var(--whiteColor);
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
}

.footer-contact-card a {
  color: #b4b4b4;
  font-size: 15px;
}

.footer-newsletter p {
  color: #b4b4b4;
  margin-bottom: 20px;
}

.footer-newsletter .input-group {
  background-color: var(--whiteColor);
}

.footer-newsletter .input-group .form-control {
  padding: 12px 15px;
  border: 0px !important;
  font-size: 15px;
  font-family: var(--fontFamily2);
}

.footer-newsletter .input-group .default-button {
  margin: 5px !important;
  border-radius: 0px;
  padding: 8px 20px;
}

/* Newsletter Form Result Messages */
#newsletter-result {
  margin-top: 12px;
  padding: 0;
  font-size: 13px !important;
  line-height: 1.4;
  transition: all 0.3s ease;
}

#newsletter-result p {
  margin: 0;
  padding: 10px 12px;
  border-radius: 3px;
  font-weight: 400;
  letter-spacing: 0.2px;
  font-size: 13px !important;
}

#newsletter-result.success p {
  background-color: rgba(212, 237, 218, 0.85);
  color: #0f5132;
  border: 1px solid rgba(195, 230, 203, 0.9);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

#newsletter-result.error p {
  background-color: rgba(248, 215, 218, 0.85);
  color: #58151c;
  border: 1px solid rgba(245, 198, 203, 0.9);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.validation-danger {
  color: red;
}

.validation-success {
  color: green;
}

/*================================================ 
CopyRight Area CSS
=================================================*/
.copyright {
  text-align: center;
  position: relative;
}

.copyright p {
  color: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #eeeeee20;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  font-family: var(--fontFamily2);
}

.copyright p a {
  font-weight: 600;
  text-decoration: none;
  color: var(--mainColor);
}

.copyright p strong {
  color: var(--whiteColor);
}

/*================================================
Go Top CSS
=================================================*/
.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0px 0px 30px 0px #96969696;
  box-shadow: 0px 0px 30px 0px #96969696;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: '↑';
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: var(--mainColor);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  content: '↑';
  text-align: center;
  line-height: 46px;
  font-size: 30px;
  opacity: 0;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--mainColor);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

@-webkit-keyframes top-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes top-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

/*================================================
Default Button Area CSS
=================================================*/
.default-button {
  padding: 10px 25px;
  position: relative;
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  color: var(--whiteColor);
  border: 2px solid var(--mainColor);
  background-color: var(--mainColor);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--fontFamily2);
  box-shadow: 0 2px 8px rgba(36, 127, 251, 0.2);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.default-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s ease;
}

.default-button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  transition: background 0.3s ease;
  border-radius: 6px;
}

.default-button span {
  position: relative;
  z-index: 1;
}

.default-button:hover {
  background-color: #1a5fb8;
  border-color: #1a5fb8;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(36, 127, 251, 0.3);
  color: var(--whiteColor);
}

.default-button:hover::before {
  left: 100%;
}

.default-button:hover::after {
  background: rgba(255, 255, 255, 0.05);
}

.default-button-2 {
  color: var(--mainColor);
  background-color: var(--whiteColor);
}

.default-button-2:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.default-button-3 {
  border-radius: 25px;
}

.read-more-btn {
  display: inline-block;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: var(--fontSize);
  font-weight: 500;
}

.read-more-btn:hover {
  letter-spacing: 1px;
}

/*================================================
Default Section Title Area CSS
=================================================*/
.default-section-title span {
  color: var(--mainColor);
  position: relative;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 500;
  font-size: var(--fontSize);
  font-family: var(--fontFamily);
}

.default-section-title h3 {
  margin-bottom: 15px;
  line-height: 1.4;
  color: var(--secondColor);
  font-size: 36px;
  font-weight: 700;
}

.default-section-title h3:last-child {
  margin-bottom: 0px;
}

.default-section-title-middle {
  max-width: 890px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/*================================================
Index 01 Banner Area CSS
=================================================*/
.main-banner {
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
  background-image: url("../images/banner/banner-1-bg.jpg");
  position: relative;
  overflow: hidden;
}

.main-banner::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--secondColorShadow);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.main-banner .container-fluid {
  position: relative;
  z-index: 1;
}

.main-banner .banner-text-area {
  max-width: 800px;
  margin-left: auto;
  padding-top: 215px;
  padding-bottom: 215px;
}

.banner-text-area h6 {
  color: var(--mainColor);
  font-size: var(--fontSize);
  font-weight: 500;
}

.banner-text-area h1 {
  line-height: 1.4;
  color: var(--whiteColor);
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 700;
}

.banner-text-area p {
  color: #eeeeee;
  max-width: 650px;
}

.banner-text-area .default-button {
  margin-top: 15px;
}

.banner-img-area {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("../images/banner/banner-1.jpg");
  height: 100%;
  position: relative;
  margin-right: -20px;
}

.banner-img-area img {
  display: none;
}

/*================================================
Index 01 Features Area CSS
=================================================*/
.partner-slider-area,
.partner-slider-area-2 {
  padding-top: 50px;
}

.partner-slider-area img,
.partner-slider-area-2 img {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: -webkit-grab;
  cursor: grab;
  width: auto !important;
}

.features-card {
  padding: 30px 30px 30px 135px;
  -webkit-box-shadow: var(--boxShadow);
  box-shadow: var(--boxShadow);
  background-color: var(--whiteColor);
  position: relative;
}

.features-card i {
  width: 80px;
  height: 80px;
  font-size: 35px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  position: absolute;
  left: 30px;
}

.features-card h4 {
  font-size: var(--card-title-fontSize);
  margin-bottom: 12px;
  font-weight: 600;
}

.features-card:hover i {
  -webkit-animation: bounce 1s infinite;
  animation: bounce 1s infinite;
}

.features-card-area {
  position: relative;
  margin-top: -70px;
  z-index: 2;
}

/*================================================
Index 01 About Area CSS
=================================================*/
.about-img-area {
  position: relative;
}

.about-img-area::before {
  content: '';
  width: 80%;
  height: 90%;
  background-color: var(--mainColor);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}

.about-img-area .small-img {
  position: absolute;
  z-index: 1;
  max-width: 50%;
  border: 10px solid var(--whiteColor);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-img-area .large-img {
  position: relative;
  max-width: 75%;
  display: block;
  margin-left: auto;
}

.about-card {
  position: relative;
  padding-left: 70px;
  margin-top: 30px;
  max-width: 600px;
}

.about-card i {
  color: var(--mainColor);
  font-size: 50px;
  position: absolute;
  left: 0;
}

.about-card h4 {
  color: var(--secondColor);
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}

.about-card:hover i {
  -webkit-animation: wobble 1s 1;
  animation: wobble 1s 1;
}

.about-text-area .default-button {
  margin-top: 30px;
}

/*================================================
Index 01 Fun facts & Services Area CSS
=================================================*/
.fun-service-group {
  position: relative;
}

.fun-service-group::before {
  content: '';
  width: 100%;
  height: 70%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/fun-facts-bg.jpg");
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.fun-service-group::after {
  content: '';
  width: 100%;
  height: 70%;
  background-color: var(--secondColorShadow);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.fun-service-group .fun-facts {
  position: relative;
  z-index: 1;
}

.fun-fact-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fun-fact-card i {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  border-radius: 50%;
  font-size: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--mainColor);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-color: var(--whiteColor);
}

.fun-fact-card h2 {
  margin-bottom: 5px;
  color: var(--whiteColor);
  font-size: 30px;
  font-weight: 700;
}

.fun-fact-card p {
  color: #eeeeeed3;
  font-size: 15px;
  font-weight: 400;
}

.fun-fact-card:hover i {
  color: var(--whiteColor);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background-color: var(--mainColor);
}

.service-1 {
  position: relative;
  z-index: 1;
}

.service-1 .default-section-title h3 {
  color: var(--whiteColor);
}

.service-card {
  padding: 10px;
  margin-top: 30px;
  -webkit-box-shadow: var(--boxShadow);
  box-shadow: var(--boxShadow);
  background-color: var(--whiteColor);
}

.service-card .service-card-img {
  overflow: hidden;
}

.service-card .service-card-img img {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.service-card .service-card-text-area {
  padding: 25px 20px 15px;
}

.service-card .service-card-text-area h4 {
  margin-bottom: 12px;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}

.service-card .service-card-text-area p {
  margin-bottom: 12px;
}

.service-card:hover .service-card-img img {
  -webkit-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
}

.service-slider-area .owl-dots {
  text-align: center;
}

.service-slider-area .owl-dots .owl-dot {
  width: 30px;
  height: 5px;
  margin: 0px 5px;
  border-radius: 5px;
  background-color: #ccd3d6;
}

.service-slider-area .owl-dots .active {
  background-color: var(--mainColor);
}

/*================================================
Index 01 Testimonials Area CSS
=================================================*/
.testimonial-card {
  padding: 30px;
  margin-top: 30px;
  -webkit-box-shadow: var(--boxShadow);
  box-shadow: var(--boxShadow);
  background-color: var(--whiteColor);
}

.testimonial-card p {
  font-size: 17px;
  font-style: italic;
}

.testimonial-card .testimonial-footer-area {
  margin-top: 20px;
}

.testimonial-card .testimonial-intro-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-card .testimonial-intro-area img {
  width: 70px;
  border-radius: 50%;
  margin-right: 20px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  border: 2px solid var(--secondColor);
}

.testimonial-card .testimonial-intro-area h5 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}

.testimonial-card .testimonial-intro-area span {
  color: var(--paragraphColor);
  font-size: 14px;
  font-family: var(--fontFamily2);
}

.testimonial-card:hover .testimonial-intro-area img {
  border-color: var(--mainColor);
}

.stars {
  text-align: end;
}

.stars ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.stars ul li {
  display: inline-block;
}

.stars ul li i {
  color: #febf08;
}

.stars ul span {
  color: var(--paragraphColor);
  margin-left: 5px;
  display: inline-block;
  font-size: var(--fontSize);
  font-family: var(--fontFamily2);
}

.testimonial-slider-area .owl-dots {
  text-align: center;
}

.testimonial-slider-area .owl-dots .owl-dot {
  width: 30px;
  height: 5px;
  margin: 0px 5px;
  border-radius: 5px;
  background-color: #ccd3d6;
}

.testimonial-slider-area .owl-dots .active {
  background-color: var(--mainColor);
}

/*================================================
Index 01 Project Area CSS
=================================================*/
.project-card {
  position: relative;
  margin-top: 30px;
  overflow: hidden;
}

.project-card .project-card-text {
  padding: 25px 25px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
  background-color: var(--whiteColor);
  position: absolute;
  left: 25px;
  bottom: 25px;
  opacity: 0;
}

.project-card .project-card-text::before {
  content: "";
  width: 55%;
  height: 100%;
  background-color: #eeeeee;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.project-card .project-card-text::after {
  content: "";
  width: 55%;
  height: 100%;
  background-color: #eeeeee;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
}

.project-card .project-card-text span {
  margin-bottom: 8px;
  display: inline-block;
  color: var(--mainColor);
  font-weight: 500;
  font-size: var(--fontSize);
  font-family: var(--fontFamily2);
}

.project-card .project-card-text h4 {
  margin-bottom: 0;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}

.project-card:hover .project-card-text {
  opacity: 1;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.project-card:hover .project-card-text::before,
.project-card:hover .project-card-text::after {
  width: 0%;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

/*================================================
Index 01 Why Choose Us Area CSS
=================================================*/
.why-we {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/why-we/why-we-bg.jpg");
  position: relative;
}

.why-we::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--secondColorShadow);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.why-we .container {
  position: relative;
  z-index: 1;
}

.why-we .container .default-section-title h3 {
  color: var(--whiteColor);
}

.why-we-img-area {
  position: relative;
}

.why-we-img-area::before {
  content: '';
  width: 80%;
  height: 90%;
  background-color: var(--mainColor);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}

.why-we-img-area .small-img {
  position: absolute;
  z-index: 1;
  max-width: 50%;
  border: 10px solid var(--whiteColor);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.why-we-img-area .large-img {
  position: relative;
  max-width: 75%;
  display: block;
  margin-left: auto;
}

.why-we-card {
  position: relative;
  padding-left: 90px;
  margin-top: 30px;
}

.why-we-card i {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--mainColor);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-color: var(--whiteColor);
  position: absolute;
  left: 0;
}

.why-we-card h4 {
  margin-bottom: 12px;
  color: var(--whiteColor);
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}

.why-we-card p {
  color: #eeeeee;
  max-width: 500px;
}

.why-we-card:hover i {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.why-we-features-card-area {
  position: relative;
}

.why-we-features-card-area::before {
  content: '';
  width: 100%;
  height: 80px;
  background-color: var(--whiteColor);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.ww-features-card {
  padding: 30px 25px 25px 105px;
  -webkit-box-shadow: var(--boxShadow);
  box-shadow: var(--boxShadow);
  margin-top: 30px;
  background-color: var(--whiteColor);
  position: relative;
}

.ww-features-card i {
  width: 60px;
  height: 60px;
  font-size: 35px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  position: absolute;
  left: 25px;
}

.ww-features-card h4 {
  font-size: var(--card-title-fontSize);
  margin-bottom: 12px;
  font-weight: 600;
}

.ww-features-card:hover i {
  -webkit-animation: bounce 1s infinite;
  animation: bounce 1s infinite;
}

/*================================================
Index 01 Blog Area CSS
=================================================*/
.blog-date {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-date li {
  display: inline-block;
  margin-right: 15px;
  color: var(--paragraphColor);
  position: relative;
  font-size: 15px;
  font-family: var(--fontFamily2);
}

.blog-date li::before {
  content: '/';
  font-size: 15px;
  position: absolute;
  right: -12px;
}

.blog-date li i {
  margin-right: 5px;
  color: var(--mainColor);
}

.blog-date li a {
  color: var(--paragraphColor);
}

.blog-date li:last-child {
  margin-right: 0;
}

.blog-date li:last-child::before {
  display: none;
}

.blog-card {
  margin-top: 30px;
  -webkit-box-shadow: var(--boxShadow);
  box-shadow: var(--boxShadow);
  background-color: var(--whiteColor);
}

.blog-card .blog-card-img {
  overflow: hidden;
  position: relative;
}

.blog-card .blog-card-img::before {
  content: '';
  width: 50%;
  height: 100%;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-color: rgba(255, 255, 255, 0.05);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.blog-card .blog-card-img::after {
  content: '';
  width: 50%;
  height: 100%;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-color: rgba(255, 255, 255, 0.05);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.blog-card .blog-card-img img {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  width: 100%;
}

.blog-card .blog-card-text-area {
  padding: 30px 20px;
}

.blog-card .blog-card-text-area span {
  color: var(--paragraphColor);
  font-size: 15px;
  font-family: var(--fontFamily2);
}

.blog-card .blog-card-text-area span i {
  color: var(--mainColor);
  margin-right: 3px;
}

.blog-card .blog-card-text-area h4 {
  line-height: 1.4;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}

.blog-card:hover .blog-card-img::before,
.blog-card:hover .blog-card-img::after {
  width: 0;
}

.blog-card:hover .blog-card-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*================================================
Index 02 Banner Area CSS
=================================================*/
.banner-text-area-2 h1 {
  color: var(--secondColor);
}

.banner-text-area-2 p {
  color: var(--paragraphColor);
}

.home-banner-img-area {
  padding-bottom: 100px;
  position: relative;
}

.home-banner-img-card-slider-area {
  padding: 25px 15px;
  max-width: 280px;
  -webkit-box-shadow: var(--boxShadow);
  box-shadow: var(--boxShadow);
  background-color: var(--whiteColor);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.home-banner-img-card-slider-area .owl-dots .owl-dot {
  width: 10px;
  height: 5px;
  margin: 0px 5px;
  border-radius: 5px;
  background-color: #ccd3d6;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.home-banner-img-card-slider-area .owl-dots .active {
  width: 20px;
  background-color: var(--mainColor);
}

.home-banner-img-card {
  padding-left: 5px;
  padding-right: 5px;
}

.home-banner-img-card i {
  font-size: 50px;
  color: var(--mainColor);
}

.home-banner-img-card h4 {
  color: var(--secondColor);
  margin-top: 8px;
  margin-bottom: 12px;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}

/*================================================
Index 02 About Area CSS
=================================================*/
.about-img-area-2 {
  position: relative;
}

.about-img-area-2 .small-img {
  position: absolute;
  z-index: 1;
  max-width: 50%;
  border: 10px solid var(--whiteColor);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-img-area-2 .large-img {
  position: relative;
  max-width: 75%;
  display: block;
  margin-left: auto;
}

.about-img-card {
  z-index: 2;
  padding: 15px;
  text-align: center;
  max-width: 120px;
  -webkit-box-shadow: var(--boxShadow);
  box-shadow: var(--boxShadow);
  background-color: var(--whiteColor);
  position: absolute;
  bottom: 30px;
  left: 20%;
}

.about-img-card h4 {
  margin-bottom: 5px;
  color: var(--mainColor);
  font-size: 30px;
  font-weight: 600;
}

.about-img-card p {
  color: var(--mainColor);
  font-family: var(--fontFamily);
}

/*================================================
Index 02 Fun Facts Area CSS
=================================================*/
.fun-fact-card-2 {
  position: relative;
}

.fun-fact-card-2::before {
  content: '';
  width: 90%;
  height: 100%;
  border-radius: 10px;
  background-color: var(--whiteColor);
  -webkit-box-shadow: var(--boxShadow);
  box-shadow: var(--boxShadow);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.fun-fact-card-2::after {
  content: '';
  width: 0%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-color: var(--mainColor);
  -webkit-box-shadow: var(--boxShadow);
  box-shadow: var(--boxShadow);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.fun-fact-card-2 .fun-fact-card-content {
  position: relative;
  z-index: 1;
  padding: 30px 25px 30px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fun-fact-card-2 .fun-fact-card-content i {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  border-radius: 50%;
  font-size: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--whiteColor);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-color: var(--mainColor);
}

.fun-fact-card-2 .fun-fact-card-content h2 {
  margin-bottom: 5px;
  color: var(--secondColor);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: 30px;
  font-weight: 700;
}

.fun-fact-card-2 .fun-fact-card-content p {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: 15px;
  font-weight: 400;
}

.fun-fact-card-2:hover::after {
  width: 90%;
  border-radius: 10px;
}

.fun-fact-card-2:hover .fun-fact-card-content i {
  background-color: var(--secondColor);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.fun-fact-card-2:hover .fun-fact-card-content h2,
.fun-fact-card-2:hover .fun-fact-card-content p {
  color: var(--whiteColor);
}

.ff-last::after {
  display: none;
}

/*================================================
Index 02 Services Area CSS
=================================================*/
.section-title .default-button {
  margin-left: auto;
  display: table;
}

.service-card-2 {
  margin-top: 30px;
  padding: 30px 25px;
  -webkit-box-shadow: var(--boxShadow);
  box-shadow: var(--boxShadow);
  background-color: var(--whiteColor);
}

.service-card-2 i {
  width: 70px;
  height: 70px;
  font-size: 30px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--whiteColor);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-color: var(--secondColor);
}

.service-card-2 h4 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}

.service-card-2 p {
  margin-bottom: 12px;
}

.service-card-2:hover i {
  background-color: var(--mainColor);
  -webkit-animation: wobble 1s 1;
  animation: wobble 1s 1;
}

/*================================================
Index 02 Team Area CSS
=================================================*/
.team-card {
  margin-top: 30px;
  -webkit-box-shadow: var(--boxShadow);
  box-shadow: var(--boxShadow);
  background-color: var(--whiteColor);
}

.team-card .team-card-img {
  position: relative;
  overflow: hidden;
}

.team-card .team-card-img img {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.team-card .team-card-img::before {
  content: '';
  width: 50%;
  height: 100%;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-color: rgba(0, 0, 0, 0.02);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.team-card .team-card-img::after {
  content: '';
  width: 50%;
  height: 100%;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-color: rgba(0, 0, 0, 0.02);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.team-card .team-card-text-area {
  padding: 20px 15px;
  text-align: center;
}

.team-card .team-card-text-area h4 {
  margin-bottom: 5px;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}

.team-card .team-card-text-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.team-card .team-card-text-area ul li {
  display: inline-block;
}

.team-card .team-card-text-area ul li a {
  width: 30px;
  height: 30px;
  font-size: 15px;
  margin: 0px 3px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #00000020;
  background-color: var(--whiteColor);
}

.team-card .team-card-text-area ul li a:hover {
  color: var(--whiteColor);
  border-color: var(--mainColor);
  background-color: var(--mainColor);
}

.team-card:hover .team-card-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.team-card:hover .team-card-img::before,
.team-card:hover .team-card-img::after {
  height: 0%;
}

/*================================================
Index 02 Testimonial Area CSS
=================================================*/
.testimonial-slider-area-2 .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid var(--whiteColor);
  -webkit-box-shadow: 0px 0px 0px 1px var(--secondColor);
  box-shadow: 0px 0px 0px 1px var(--secondColor);
}

.testimonial-slider-area-2 .owl-dots .active {
  -webkit-box-shadow: 0px 0px 0px 1px var(--mainColor);
  box-shadow: 0px 0px 0px 1px var(--mainColor);
}

.testimonial-card-2 .testimonial-footer-area {
  margin-top: 0;
  margin-bottom: 15px;
}

.testimonial-card-2 .testimonial-intro-area img {
  border: 0px;
}

/*================================================
Index 02 Why Choose Us Area CSS
=================================================*/
.why-we-text-area-2 .why-we-progress-bar-area {
  margin-top: 60px;
}

.barfiller {
  position: relative;
  height: 5px;
  border: 0px;
  margin-top: 45px;
  margin-bottom: 55px;
  background-color: #72727213;
  border-radius: 20px;
}

.barfiller .label {
  position: absolute;
  top: -35px;
  color: var(--blackColor);
  font-family: var(--fontFamily);
  font-size: 16px;
  font-weight: 400;
}

.barfiller .tip {
  margin-top: -40px;
  color: var(--blackColor);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--fontFamily);
  border-radius: 5px;
  background-color: transparent;
}

.barfiller .tip::after {
  left: 12px;
  border: 0px;
}

.barfiller .fill {
  background-color: var(--mainColor) !important;
  border-radius: 0px;
  position: relative;
}

.barfiller:last-child {
  margin-bottom: 0px;
}

/*================================================
Index 03 Banner Area CSS
=================================================*/
.banner {
  background-color: #13287e;
  padding-top: 50px;
  padding-bottom: 50px;
}

.banner-text-area-3 h6 {
  color: var(--whiteColor);
}

.banner-img-area-3 {
  position: relative;
}

.banner-img-area-3 .banner-3-main-img {
  width: 80%;
  border-radius: 10px;
}

.banner-video-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/banner/banner-3-2.jpg");
  overflow: hidden;
  border-radius: 10px;
  width: 280px;
  height: 280px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-video-area a {
  position: relative;
  text-align: center;
  z-index: 2;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--whiteColor);
  border: 10px solid var(--whiteColor);
  background-color: var(--mainColor);
}

.banner-video-area a::before {
  content: '';
  width: 110%;
  height: 110%;
  border-radius: 50%;
  border: 1px solid #eeeeeef3;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: breathe 3.5s infinite linear forwards;
  animation: breathe 3.5s infinite linear forwards;
}

.banner-video-area a::after {
  content: '';
  width: 110%;
  height: 110%;
  border-radius: 50%;
  border: 1px solid var(--mainColor);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: breathe 3s infinite linear forwards;
  animation: breathe 3s infinite linear forwards;
}

/*================================================
Index 03 About Area CSS
=================================================*/
.about-img-area-3 .about-img-card-3 {
  position: relative;
}

.about-img-area-3 .about-img-card-3 .large-img {
  max-width: 80%;
  display: block;
  margin-left: auto;
  border-radius: 10px;
}

.about-img-area-3 .about-img-card-3 .home-banner-img-card-slider-area {
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: unset;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*================================================
Index 03 Service Area CSS
=================================================*/
.service-card-3 {
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: var(--boxShadow);
  box-shadow: var(--boxShadow);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-color: var(--whiteColor);
}

.service-card-3 .service-card-img-3 {
  overflow: hidden;
}

.service-card-3 .service-card-img-3 img {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.service-card-3 .service-card-text-3 {
  padding: 0px 25px 30px;
}

.service-card-3 .service-card-text-3 i {
  width: 70px;
  height: 70px;
  font-size: 35px;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--whiteColor);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-color: var(--secondColor);
  position: relative;
  margin-top: -35px;
}

.service-card-3 .service-card-text-3 h4 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}

.service-card-3 .service-card-text-3 p {
  margin-bottom: 12px;
}

.service-card-3:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.service-card-3:hover .service-card-img-3 img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.service-card-3:hover .service-card-text-3 i {
  -webkit-animation: swing 2s infinite;
  animation: swing 2s infinite;
  background-color: var(--mainColor);
}

.service-slider-area-3 {
  position: relative;
}

.service-slider-area-3 .owl-nav {
  width: 106%;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.service-slider-area-3 .owl-nav button {
  width: 35px;
  height: 35px;
  border-radius: 8px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  color: var(--mainColor) !important;
  background-color: var(--whiteColor) !important;
}

.service-slider-area-3 .owl-nav button:hover {
  color: var(--whiteColor) !important;
  background-color: var(--mainColor) !important;
}

.service-slider-area-3 .owl-nav .owl-next {
  float: right;
}

/*================================================
Index 03 Features Area CSS
=================================================*/
.features-card-3 {
  position: relative;
  margin-top: 30px;
}

.features-card-3::before {
  content: '';
  width: 90%;
  height: 100%;
  border-radius: 10px;
  background-color: var(--whiteColor);
  -webkit-box-shadow: var(--boxShadow);
  box-shadow: var(--boxShadow);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.features-card-3 .features-card-3-content {
  padding: 30px 25px 30px 95px;
  position: relative;
  z-index: 1;
  margin-left: 10px;
}

.features-card-3 .features-card-3-content span {
  width: 60px;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--fontFamily);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--whiteColor);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -webkit-box-shadow: 0px 0px 0px 10px #0f122150;
  box-shadow: 0px 0px 0px 10px #0f122150;
  background-color: var(--secondColor);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.features-card-3 .features-card-3-content h4 {
  margin-bottom: 12px;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}

.features-card-3:hover .features-card-3-content span {
  background-color: var(--mainColor);
  -webkit-box-shadow: 0px 0px 0px 10px #247ffb50;
  box-shadow: 0px 0px 0px 10px #247ffb50;
}

.features-slider-area-3 .owl-dots {
  text-align: center;
}

.features-slider-area-3 .owl-dots .owl-dot {
  width: 30px;
  height: 5px;
  margin: 0px 5px;
  border-radius: 5px;
  background-color: #ccd3d6;
}

.features-slider-area-3 .owl-dots .active {
  background-color: var(--mainColor);
}

/*================================================
Index 03 Projects Area CSS
=================================================*/
.project-card-3 {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  border-radius: 10px;
}

.project-card-3::before {
  content: '';
  width: 100%;
  height: 0%;
  border-radius: 50% 50% 0% 0%;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000ef), color-stop(#00000041), to(#00000000));
  background-image: linear-gradient(to top, #000000ef, #00000041, #00000000);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.project-card-3 .project-card-3-text {
  width: 100%;
  padding: 25px 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
}

.project-card-3 .project-card-3-text span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--mainColor);
  font-weight: 500;
  font-size: var(--fontSize);
  font-family: var(--fontFamily2);
}

.project-card-3 .project-card-3-text h4 {
  margin-bottom: 0;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}

.project-card-3 .project-card-3-text h4 a {
  color: var(--whiteColor);
}

.project-card-3:hover::before {
  height: 100%;
  border-radius: 0;
}

.project-card-3:hover .project-card-3-text {
  -webkit-animation: fadeInLeft 1s 1;
  animation: fadeInLeft 1s 1;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
  opacity: 1;
}

.project-slider-area-3 {
  position: relative;
}

.project-slider-area-3 .owl-nav {
  width: 107%;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.project-slider-area-3 .owl-nav button {
  width: 35px;
  height: 35px;
  border-radius: 8px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  color: var(--mainColor) !important;
  background-color: #eeeeee !important;
}

.project-slider-area-3 .owl-nav button:hover {
  color: var(--whiteColor) !important;
  background-color: var(--mainColor) !important;
}

.project-slider-area-3 .owl-nav .owl-next {
  float: right;
}

/*================================================
Index 03 Team Area CSS
=================================================*/
.team-card-3 {
  border-radius: 10px;
  overflow: hidden;
}

/*================================================
Index 03 Why Choose Us Area CSS
=================================================*/
.why-we-img-3 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.why-we-img-3 .ww-img-3 {
  width: 280px;
  display: block;
  margin-left: auto;
  position: relative;
  border-radius: 10px;
}

.why-we-img-3::before {
  content: '';
  width: 80%;
  height: 100%;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url("../images/about/about1-2.jpg");
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*================================================
Index 03 Testimonials Area CSS
=================================================*/
.testimonial-card-3,
.blog-card-3 {
  border-radius: 10px;
  overflow: hidden;
}

/*================================================
Uni Banner Area CSS
=================================================*/
.uni-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url("../images/inner-images/uni-banner-bg.jpg");
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}

.uni-banner::before {
  content: '';
  height: 100%;
  width: 100%;
  background-color: rgba(15, 18, 33, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.uni-banner-text-area {
  text-align: center;
  position: relative;
}

.uni-banner-text-area h1 {
  text-shadow: 0px 0px 50px black;
  color: var(--whiteColor);
  margin-bottom: 8px;
  font-size: 42px;
  font-weight: 700;
}

.uni-banner-text-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.uni-banner-text-area ul li {
  display: inline-block;
  color: var(--mainColor);
  text-shadow: 0px 0px 50px black;
  margin-right: 30px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--fontFamily2);
}

.uni-banner-text-area ul li::after {
  content: '/';
  font-size: 16px;
  color: var(--whiteColor);
  position: absolute;
  right: -23px;
  top: 2px;
}

.uni-banner-text-area ul li:last-child {
  margin-right: 0px;
}

.uni-banner-text-area ul li:last-child::after {
  display: none;
}

.uni-banner-text-area ul li a {
  color: var(--whiteColor);
}

/*================================================
About Page Area CSS
=================================================*/
.why-we-4 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url("../images/why-we/ww4-bg.jpg");
  position: relative;
}

.why-we-4::before {
  content: '';
  height: 100%;
  width: 100%;
  background-color: rgba(15, 18, 33, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.why-we-4 .container {
  position: relative;
  z-index: 1;
}

.why-we-4 .why-we-text-area-2 .default-section-title h3 {
  color: var(--whiteColor);
}

.why-we-4 .why-we-text-area-2 .default-section-title p {
  color: var(--whiteColor);
}

.why-we-4 .why-we-text-area-2 .barfiller {
  background-color: #ccccccd9;
}

.why-we-4 .why-we-text-area-2 .barfiller .label,
.why-we-4 .why-we-text-area-2 .barfiller .tip {
  color: var(--whiteColor);
}

/*================================================
FAQ Area CSS
=================================================*/
.accordion-item {
  background-color: transparent;
  margin-top: 25px;
  border: 0px solid #eeeeee !important;
}

.accordion-item .accordion-body {
  background-color: transparent;
  padding: 0px;
}

.accordion-item .accordion-body p {
  font-size: var(--fontSize);
  font-family: var(--fontFamily2);
}

.accordion-button {
  border: 0px !important;
  min-height: 40px;
  position: relative;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  color: var(--secondColor) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: var(--whiteColor) !important;
  padding: 20px 15px 20px 80px;
  border-radius: 5px !important;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--fontFamily);
}

.accordion-button i {
  width: 60px;
  height: 60px;
  font-size: 15px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--secondColor);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-color: #ffffff;
  -webkit-box-shadow: var(--boxShadow);
  box-shadow: var(--boxShadow);
  position: absolute;
  left: 0px;
}

.accordion-button::after {
  display: none;
}

.accordion-button .fa-plus {
  z-index: 0;
  font-size: 0;
}

.accordion-button:not(.collapsed) {
  margin-bottom: 15px;
}

.accordion-button:not(.collapsed) i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.accordion-button:not(.collapsed) .fa-plus {
  z-index: 2;
  font-size: 15px;
}

/*================================================
Pagination Area CSS
=================================================*/
.paginations {
  display: table;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.paginations ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.paginations ul li {
  display: inline-block;
}

.paginations ul li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 5px 10px #cccccc;
  box-shadow: 0px 5px 10px #cccccc;
  font-family: var(--fontFamily2);
  font-size: var(--fontSize);
  font-weight: 700;
}

.paginations ul li a:hover {
  -webkit-box-shadow: 0px -5px 10px #cccccc;
  box-shadow: 0px -5px 10px #cccccc;
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.paginations ul .active a {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

/*================================================
Pricing Area CSS
=================================================*/
.pricing-card {
  margin-top: 30px;
  text-align: center;
  padding-bottom: 30px;
  -webkit-box-shadow: var(--boxShadow);
  box-shadow: var(--boxShadow);
}

.pricing-card .pricing-card-header-area {
  padding: 30px 15px 50px;
  background-color: #13287e;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.pricing-card .pricing-card-header-area h4 {
  color: var(--whiteColor);
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
}

.pricing-card .price-area {
  padding: 15px 30px 10px;
  text-align: center;
  display: inline-block;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -webkit-box-shadow: var(--boxShadow);
  box-shadow: var(--boxShadow);
  background-color: var(--whiteColor);
  position: relative;
  margin-top: -30px;
}

.pricing-card .price-area h2 {
  margin-bottom: 0;
  color: var(--secondColor);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: 36px;
  font-weight: 700;
}

.pricing-card .price-area h2 sup {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  top: -20px;
}

.pricing-card .price-area h2 sub {
  position: relative;
  bottom: 0;
  font-size: 15px;
  font-weight: 400;
}

.pricing-card ul {
  margin: 20px 0px;
  padding: 0 15px;
  list-style: none;
}

.pricing-card ul li {
  color: var(--paragraphColor);
  border-bottom: 1px solid #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: var(--fontSize);
  font-weight: 400;
  font-family: var(--fontFamily2);
}

.pricing-card ul li i {
  color: green;
  margin-right: 5px;
}

.pricing-card ul li .fa-times {
  color: red;
}

.pricing-card .default-button {
  margin-top: 10px;
  color: var(--secondColor);
  border-color: #eeeeee;
  background-color: var(--whiteColor);
}

.pricing-card .default-button::before,
.pricing-card .default-button::after {
  background-color: var(--mainColor);
}

.pricing-card .default-button:hover {
  color: var(--whiteColor);
}

.pricing-card:hover .pricing-card-header-area {
  background-color: var(--mainColor);
}

.pricing-card:hover .price-area {
  border-radius: 10px;
  -webkit-animation: swing 2s infinite;
  animation: swing 2s infinite;
}

.pricing-card:hover .price-area h2 {
  color: var(--mainColor);
}

.p-active .pricing-card-header-area {
  background-color: var(--mainColor);
}

.p-active .price-area {
  border-radius: 10px;
  -webkit-animation: swing 2s 1;
  animation: swing 2s 1;
}

.p-active .price-area h2 {
  color: var(--mainColor);
}

/*================================================ 
Log In Page CSS
=================================================*/
.login-form {
  margin-top: 20px;
}

.login-form form label {
  color: var(--blackColor);
  font-family: var(--fontFamily);
  font-size: var(--fontSize);
  font-weight: 500;
}

.login-form form .form-control {
  border: 1px solid #eeeeee !important;
  padding: 12px 15px;
}

.login-form form .form-check label {
  font-weight: 400;
  font-size: 14px;
  font-family: var(--fontFamily2);
}

.login-form form .default-button {
  width: 100%;
}

.login-form p {
  font-size: 14px;
  font-style: italic;
  font-family: var(--fontFamily2);
}

.form-check-input:checked {
  border-color: var(--mainColor);
  background-color: var(--mainColor);
}

/*================================================
Terms & Privacy area CSS
=================================================*/
.terms {
  margin-bottom: -15px;
}

.terms strong {
  color: var(--blackColor);
}

.terms a {
  color: var(--mainColor);
}

.terms h1,
.terms h2,
.terms h3,
.terms h4,
.terms h5 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: var(--fontFamily);
  font-weight: 600;
}

.terms h6 {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--fontFamily);
}

.terms h1 {
  font-size: 30px;
}

.terms h2 {
  font-size: 28px;
}

.terms h3 {
  font-size: 26px;
}

.terms h4 {
  font-size: 24px;
}

.terms h5 {
  font-size: 22px;
}

.terms p {
  font-size: var(--fontSize2);
  font-family: var(--fontFamily2);
}

.terms ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.terms ul li {
  margin: 10px 0px;
  font-size: var(--fontSize);
  color: var(--paragraphColor);
  font-family: var(--fontFamily2);
}

.terms ul li span {
  font-weight: 700;
  margin-right: 8px;
  color: var(--blackColor);
}

.terms .payment li {
  position: relative;
  padding-left: 20px;
}

.terms .payment li::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--mainColor);
  position: absolute;
  left: 0;
  top: 6px;
}

/*================================================
Error Area CSS
=================================================*/
.border-b {
  border-top: 1px solid #eeeeee;
}

.error-content {
  max-width: 600px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.error-content h4 {
  margin-top: 25px;
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 700;
}

.error-content .input-group {
  border-radius: 25px !important;
  background-color: #f8f8f8;
}

.error-content .input-group .form-control {
  border: 0px !important;
  border-radius: 25px;
  padding: 15px 15px;
  background-color: #f9f9f9;
}

.error-content .input-group .btn {
  width: 40px;
  height: 40px;
  margin-top: 8px;
  margin-right: 8px;
  border-radius: 50% !important;
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.error-content .default-button {
  margin-top: 15px;
}

/*================================================
Details Page Text Area CSS
=================================================*/
.details-page-text-area h3 {
  margin-bottom: 12px;
  line-height: 1.4;
  font-size: 30px;
  font-weight: 700;
}

.details-page-text-area .details-page-main-img {
  margin-bottom: 30px;
  width: 100%;
}

.details-page-text-area h4 {
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 24px;
  font-weight: 700;
}

.details-page-text-area .details-page-text-imag-area {
  margin-top: 20px;
}

.details-page-text-area .details-page-text-imag-area img {
  margin-bottom: 25px;
}

.service-details-text-area .details-page-main-img {
  margin-top: 10px;
}

.service-details-text-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-details-text-area ul li {
  display: inline-block;
  margin-right: 20px;
  color: var(--paragraphColor);
  font-size: var(--fontSize);
  font-family: var(--fontFamily2);
}

.service-details-text-area ul li i {
  color: var(--mainColor);
  margin-right: 3px;
}

/*================================================
Details Page Sidebar area CSS
=================================================*/
.sidebar-card {
  padding: 30px 25px;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.sidebar-card h3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #247ffb50;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}

.search-box .input-group {
  border-radius: 0px;
  overflow: hidden;
}

.search-box .form-control {
  background-color: var(--whiteColor);
  border: 0px !important;
  padding: 10px;
  border-radius: 0;
  font-size: var(--fontSize);
  font-family: var(--fontFamily2);
}

.search-box .form-control::-webkit-input-placeholder {
  color: var(--paragraphColor);
}

.search-box .form-control:-ms-input-placeholder {
  color: var(--paragraphColor);
}

.search-box .form-control::-ms-input-placeholder {
  color: var(--paragraphColor);
}

.search-box .form-control::placeholder {
  color: var(--paragraphColor);
}

.search-box .btn {
  border-radius: 0px !important;
  color: var(--whiteColor);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-color: var(--mainColor);
}

.search-box .btn:hover {
  background-color: var(--secondColor);
}

.sidebar-categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-categories ul li {
  font-weight: 400;
  font-size: var(--fontSize);
  font-family: var(--fontFamily2);
}

.sidebar-categories ul li i {
  margin-right: 5px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  color: var(--mainColor);
}

.sidebar-categories ul li a {
  display: block;
  margin-top: 15px;
  color: var(--paragraphColor);
}

.sidebar-categories ul li a:hover {
  color: var(--mainColor);
}

.sidebar-categories ul li:hover i {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.sidebar-opening-hours ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-opening-hours ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 12px;
  color: var(--paragraphColor);
  font-size: var(--fontSize);
  font-family: var(--fontFamily2);
}

.sidebar-tag ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.sidebar-tag ul li {
  display: inline-block;
}

.sidebar-tag ul li a {
  padding: 7px 20px;
  border-radius: 0px;
  display: inline-block;
  border: 1px solid #eeeeee;
  color: var(--paragraphColor);
  background-color: var(--whiteColor);
  font-size: 14px;
  font-family: var(--fontFamily2);
  margin-right: 5px;
  margin-top: 10px;
}

.sidebar-tag ul li a:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.popular-post-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}

.popular-post-card img {
  margin-right: 15px;
  border-radius: 0px;
  width: 90px;
}

.popular-post-card h5 {
  line-height: 1.4;
  margin-top: 7px;
  font-size: 17px;
  font-weight: 600;
}

.popular-post-card p {
  margin-bottom: 2px;
  font-size: 14px;
}

.blog-details-text-area h3 {
  margin-top: 12px;
}

.blog-quote {
  padding: 30px;
  background-color: #f9f9f9;
  position: relative;
  margin-top: 25px;
  margin-bottom: 30px;
}

.blog-quote i {
  font-size: 54px;
  color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}

.blog-quote p {
  max-width: 600px;
  text-align: center;
  margin-left: auto;
  color: var(--secondColor);
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 600;
}

.blog-text-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f9f9f9;
  padding: 0px 20px 15px;
}

.blog-text-footer ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.blog-text-footer ul li {
  display: inline-block;
}

.blog-text-footer ul li span {
  font-weight: 600;
  margin-right: 10px;
  padding: 0px !important;
  background-color: transparent !important;
}

.blog-text-footer .tag-area {
  margin-top: 15px;
}

.blog-text-footer .tag-area ul li {
  margin-right: 5px;
  font-size: 15px;
  font-family: var(--fontFamily2);
}

.blog-text-footer .tag-area ul li i {
  color: var(--mainColor);
}

.blog-text-footer .tag-area ul li a {
  color: var(--paragraphColor);
}

.blog-text-footer .tag-area ul li span {
  position: relative;
  top: 2px;
}

.blog-text-footer .tag-area ul li:first-child {
  margin-right: 0;
}

.blog-text-footer .social-icons {
  margin-top: 15px;
}

.blog-text-footer .social-icons ul li span {
  color: var(--paragraphColor);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--fontFamily);
}

.blog-text-footer .social-icons ul li a {
  width: 30px;
  height: 30px;
  font-size: 15px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 10px #cccccc;
  box-shadow: 0px 5px 10px #cccccc;
  margin: 0px 1px;
  padding-top: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--mainColor);
  background-color: var(--whiteShadow);
}

.blog-text-footer .social-icons ul li a:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.bd-comments {
  margin-top: 30px;
}

.bd-comments h3 {
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}

.bd-form {
  margin-top: 30px;
  padding: 30px;
  background-color: #f9f9f9;
}

.bd-form h3 {
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}

.bd-form .form-control {
  border: 1px solid #eeeeee !important;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 15px 15px;
  border-radius: 5px;
  background-color: var(--whiteColor);
}

.bd-form .form-check label {
  color: var(--paragraphColor);
  font-size: 14px;
  font-family: var(--fontFamily2);
}

.bd-form .default-button {
  margin-top: 15px;
}

.comment-card {
  margin-top: 30px;
  position: relative;
  padding-left: 95px;
}

.comment-card img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  left: 0;
}

.comment-card h5 {
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 17px;
}

.comment-card span {
  color: #707070c0;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  font-family: var(--fontFamily2);
}

.comment-card p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.comment-card .reply-button {
  color: var(--mainColor);
  font-weight: 600;
  font-size: var(--fontSize);
  font-family: var(--fontFamily2);
}

.comment-card .reply-button:hover {
  letter-spacing: 1px;
}

/*================================================
Contact Page CSS
=================================================*/
.contact-form-area h2 {
  font-size: 28px;
  margin-bottom: 15px;
  line-height: 1.3;
}

.contcat-card-area.pt-70 {
  padding-top: 50px !important;
}

.contact-card {
  margin-top: 20px;
  padding: 20px 15px 20px 80px;
  position: relative;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-color: #f9f9f9;
}

.contact-card i {
  width: 50px;
  height: 50px;
  font-size: 24px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--whiteColor);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-color: var(--mainColor);
  position: absolute;
  left: 15px;
}

.contact-card h5 {
  margin-bottom: 8px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: 18px;
  font-weight: 600;
}

.contact-card p {
  margin-bottom: 0px;
}

.contact-card p a {
  color: var(--paragraphColor);
}

.contact-card:hover {
  background-color: var(--mainColor);
}

.contact-card:hover i {
  color: var(--mainColor);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background-color: var(--whiteColor);
}

.contact-card:hover h5,
.contact-card:hover p,
.contact-card:hover a {
  color: var(--whiteColor);
}

.contact-form-text-area {
  padding: 20px 30px;
  background-color: #f9fafb;
}

.contact-form-text-area form {
  margin-top: 10px;
}

.contact-form-text-area form .form-control {
  padding: 10px 12px;
  border: 1px solid #eeeeee;
  margin: 6px 0px;
}

.form-section .section-title {
  color: var(--secondColor);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.form-section .section-title small {
  font-size: 13px;
  font-weight: 400;
  color: #666;
}

.google-map {
  width: 100%;
  height: 100%;
}

.google-map .g-map {
  width: 100%;
  height: 100%;
}

/*================================================
Under Construction Page CSS
=================================================*/
.under-construction-area {
  padding: 80px 0;
  background-color: #f9fafb;
}

.under-construction-content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.under-construction-icon {
  font-size: 80px;
  color: var(--mainColor);
  margin-bottom: 30px;
  display: block;
}

.under-construction-content h1 {
  font-size: 36px;
  font-weight: 600;
  color: var(--secondColor);
  margin-bottom: 20px;
  line-height: 1.3;
}

.under-construction-content p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--paragraphColor);
  margin-bottom: 40px;
}

.under-construction-content .default-button {
  margin-top: 20px;
}

.with-errors ul li {
  color: red;
}

.text-danger {
  margin-top: 10px;
}

/*================================================
Custom Animation Area CSS
=================================================*/
@-webkit-keyframes left-right {
  100% {
    left: 100%;
  }
}

@keyframes left-right {
  100% {
    left: 100%;
  }
}

@-webkit-keyframes breathe {
  50% {
    -webkit-box-shadow: 0 0 0 15px rgba(188, 237, 243, 0.466);
    box-shadow: 0 0 0 15px rgba(188, 237, 243, 0.466);
  }
}

@keyframes breathe {
  50% {
    -webkit-box-shadow: 0 0 0 15px rgba(188, 237, 243, 0.466);
    box-shadow: 0 0 0 15px rgba(188, 237, 243, 0.466);
  }
}

@keyframes top-bottom {
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

/* Before/After Slider Styles */
.before-after-container {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  cursor: ew-resize;
}

.before-after-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.before-image {
  z-index: 1;
}

.after-image {
  z-index: 2;
}

.slider-bar {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #fff;
  z-index: 3;
  transform: translateX(-50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.slider-bar::before {
  content: '';
  position: absolute;
  top: 0;
  left: -25px;
  width: calc(100vw + 25px);
  bottom: 0;
  background: rgba(255, 255, 255, 0);
}

.slider-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background: #247ffb;
  border: 3px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: grab;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.slider-handle:hover {
  background: #1a6bd8;
  transform: translate(-50%, -50%) scale(1.1);
}

.slider-handle:active {
  cursor: grabbing;
  transform: translate(-50%, -50%) scale(1.2);
}

.slider-handle::before {
  content: '←';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateX(-8px);
  font-size: 14px;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  font-weight: bold;
}

.slider-handle::after {
  content: '→';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateX(8px);
  font-size: 14px;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  font-weight: bold;
}

/* Before/After Labels */
.before-after-container::before,
.before-after-container::after {
  content: '';
  position: absolute;
  top: 15px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.6);
  padding: 4px 8px;
  border-radius: 3px;
  z-index: 2;
  transition: opacity 0.3s ease;
}

.before-after-container::before {
  content: 'Before';
  left: 15px;
  opacity: var(--before-opacity, 1);
}

.before-after-container::after {
  content: 'After';
  right: 15px;
  opacity: var(--after-opacity, 1);
}

/* ========================================
   STANDARDIZED BANNER STYLES FOR ALL PAGES
======================================== */

/* Base Banner Styles - Compact & Minimal */
.uni-banner {
  position: relative;
  min-height: 240px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.uni-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(36, 127, 251, 0.88) 0%, rgba(36, 127, 251, 0.75) 100%);
  z-index: 1;
}

.uni-banner .container {
  position: relative;
  z-index: 2;
}

/* =============================================
   FAQ PAGE - MODERN LAYOUT STYLING
   ============================================= */

.faq-modern-section {
  background: #ffffff;
}

/* Introduction Section */
.faq-intro-wrapper {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  margin-bottom: 50px;
}

.faq-intro-image img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.faq-intro-content {
  padding-left: 30px;
}

.faq-intro-content .section-tag {
  display: inline-block;
  background: #e3f2fd;
  color: #1976d2;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}

.faq-intro-content h2 {
  font-size: 32px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 16px;
  line-height: 1.3;
}

.faq-intro-content p {
  font-size: 16px;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 24px;
}

.faq-quick-stats {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.quick-stat-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.quick-stat-item i {
  color: #1976d2;
  font-size: 20px;
}

.quick-stat-item span {
  font-size: 14px;
  font-weight: 600;
  color: #495057;
}

/* Category Navigation */
.faq-categories-nav {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  margin-top: 40px;
  margin-bottom: 30px;
}

.category-tabs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.category-tab {
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #495057;
  cursor: pointer;
  transition: all 0.3s ease;
}

.category-tab:hover {
  background: #e9ecef;
  border-color: #dee2e6;
  color: #212529;
}

.category-tab.active {
  background: #1976d2;
  border-color: #1976d2;
  color: #ffffff;
}

/* FAQ Grid */
.faq-item {
  margin-bottom: 16px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.faq-item.hidden {
  display: none;
}

.faq-grid .accordion-item {
  background: #ffffff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  margin-bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-grid .accordion-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.faq-grid .accordion-header {
  margin-bottom: 0;
}

.faq-grid .accordion-button {
  background: #ffffff;
  border: none;
  padding: 18px 24px 18px 60px;
  font-size: 16px;
  font-weight: 600;
  color: #212529;
  position: relative;
  box-shadow: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-align: left;
  line-height: 1.5;
}

.faq-grid .accordion-button:not(.collapsed) {
  background: #f8f9fa;
  color: #1976d2;
}

.faq-grid .accordion-button:focus {
  box-shadow: none;
  border: none;
}

.faq-grid .accordion-button::after {
  display: none;
}

/* Plus icon - collapsed state - minimal, no background */
.faq-grid .accordion-button .fa-plus {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #6c757d;
  transition: opacity 0.2s ease;
  opacity: 1;
  background: none;
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}

/* Minus icon - expanded state - blue circle */
.faq-grid .accordion-button .fa-minus {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #ffffff;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #1976d2;
  transition: opacity 0.2s ease;
  opacity: 0;
  border: none;
  box-shadow: none;
}

/* Smooth icon transitions - simple crossfade */
.faq-grid .accordion-button:not(.collapsed) .fa-plus {
  opacity: 0;
  visibility: hidden;
}

.faq-grid .accordion-button:not(.collapsed) .fa-minus {
  opacity: 1;
  visibility: visible;
}

.faq-grid .accordion-button.collapsed .fa-plus {
  opacity: 1;
  visibility: visible;
}

.faq-grid .accordion-button.collapsed .fa-minus {
  opacity: 0;
  visibility: hidden;
}

.faq-grid .accordion-body {
  padding: 0 24px 24px 24px;
  font-size: 15px;
  line-height: 1.7;
  color: #6c757d;
}

.faq-grid .accordion-body p {
  margin-bottom: 0;
}

/* CTA Section */
.faq-cta-box {
  background: #1975D1;
  border-radius: 12px;
  padding: 48px;
  box-shadow: none;
}

.faq-cta-box h3 {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.faq-cta-box p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0;
}

.btn-primary-faq {
  background: #ffffff;
  color: #1975D1;
  padding: 14px 32px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  border: 2px solid #ffffff;
}

.btn-primary-faq:hover {
  background: #ffffff;
  color: #1975D1;
  border-color: #ffffff;
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

/* FAQ Mobile Responsive */
@media (max-width: 991px) {
  .faq-intro-content {
    padding-left: 0;
    margin-top: 30px;
  }

  .faq-intro-content h2 {
    font-size: 26px;
  }

  .faq-quick-stats {
    gap: 16px;
  }

  .quick-stat-item span {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .faq-intro-wrapper {
    padding: 24px;
  }

  .faq-intro-content h2 {
    font-size: 24px;
  }

  .faq-intro-content p {
    font-size: 15px;
  }

  .category-tabs {
    gap: 8px;
  }

  .category-tab {
    padding: 8px 16px;
    font-size: 13px;
  }

  .faq-categories-nav {
    padding: 16px;
  }

  .faq-grid .accordion-button {
    padding: 16px 20px 16px 55px;
    font-size: 15px;
  }

  .faq-grid .accordion-button .fa-plus {
    left: 20px;
    font-size: 13px;
  }

  .faq-grid .accordion-button .fa-minus {
    left: 20px;
    font-size: 11px;
    width: 26px;
    height: 26px;
  }

  .faq-grid .accordion-body {
    padding: 0 20px 20px 20px;
    font-size: 14px;
  }

  .faq-cta-box {
    padding: 32px 24px;
    text-align: center;
  }

  .faq-cta-box h3 {
    font-size: 24px;
  }

  .faq-cta-box p {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .btn-primary-faq {
    width: 100%;
    text-align: center;
  }
}

/* =============================================
   ENHANCED QUOTE CARD - Service Pages
   ============================================= */

.quote-card-enhanced {
  background: #ffffff;
  border: 2px solid #1975D1;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(25, 117, 209, 0.1);
  transition: all 0.3s ease;
}

.quote-card-enhanced:hover {
  box-shadow: 0 6px 20px rgba(25, 117, 209, 0.15);
  transform: translateY(-2px);
}

.quote-card-icon {
  text-align: center;
  margin-bottom: 20px;
}

.quote-card-icon i {
  font-size: 48px;
  color: #1975D1;
}

.quote-card-title {
  font-size: 24px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 12px;
  text-align: center;
}

.quote-card-description {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 24px;
  text-align: center;
  line-height: 1.6;
}

.quote-card-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #dee2e6 50%, transparent 100%);
  margin: 24px 0;
}

.quote-card-section-title {
  font-size: 16px;
  font-weight: 600;
  color: #212529;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.quote-card-section-title i {
  color: #1975D1;
  font-size: 18px;
}

.quote-card-service-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}

.quote-card-service-list li {
  padding: 10px 12px;
  margin-bottom: 8px;
  background: #f8f9fa;
  border-radius: 6px;
  font-size: 14px;
  color: #495057;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s ease;
}

.quote-card-service-list li:hover {
  background: #e9ecef;
  transform: translateX(4px);
}

.quote-card-service-list li i {
  color: #1975D1;
  font-size: 14px;
}

.quote-card-contact-info {
  margin-bottom: 24px;
}

.quote-card-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 6px;
  margin-bottom: 10px;
  transition: all 0.2s ease;
}

.quote-card-contact-item:hover {
  background: #e9ecef;
}

.quote-card-contact-item i {
  font-size: 20px;
  color: #1975D1;
  width: 24px;
  text-align: center;
}

.quote-card-contact-item div {
  flex: 1;
}

.quote-card-contact-label {
  font-size: 12px;
  color: #6c757d;
  margin-bottom: 2px;
}

.quote-card-contact-value {
  font-size: 15px;
  font-weight: 600;
  color: #212529;
}

.quote-card-contact-value a {
  color: #212529;
  text-decoration: none;
}

.quote-card-contact-value a:hover {
  color: #1975D1;
}

.quote-card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 24px;
  background: #1975D1;
  color: #ffffff;
  border: 2px solid #1975D1;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.quote-card-button:hover {
  background: #1565c0;
  border-color: #1565c0;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(25, 117, 209, 0.3);
}

.quote-card-button i {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.quote-card-button:hover i {
  transform: translateX(4px);
}

/* Mobile Responsive */
@media (max-width: 991px) {
  .quote-card-enhanced {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .quote-card-enhanced {
    padding: 24px;
  }

  .quote-card-icon i {
    font-size: 40px;
  }

  .quote-card-title {
    font-size: 22px;
  }

  .quote-card-button {
    font-size: 15px;
    padding: 12px 20px;
  }
}

/* Banner Content Wrapper - Compact */
.banner-content-wrapper {
  padding: 35px 0 25px;
  text-align: center;
}

.banner-title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.banner-description {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 auto 20px;
  max-width: 650px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Banner Stats Row - Compact */
.banner-stats-row {
  margin-top: 20px;
}

.banner-stat-box {
  text-align: center;
  padding: 12px 10px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

.banner-stat-box:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}

.stat-number {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 3px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.stat-label {
  font-size: 12px;
  color: #fff;
  margin: 0;
  font-weight: 500;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

/* Page-Specific Banner Backgrounds */
.projects-hero-banner {
  background-image: url('https://images.unsplash.com/photo-1581578731548-c64695cc6952?w=1920&h=600&fit=crop&q=80');
  background-position: center 35%;
}

.services-hero-banner {
  background-image: url('https://images.unsplash.com/photo-1585421514738-01798e348b17?w=1920&h=600&fit=crop&q=80');
  background-position: center;
}

.about-hero-banner {
  background-image: url('https://images.unsplash.com/photo-1600880292089-90a7e086ee0c?w=1920&h=600&fit=crop&q=80');
  background-position: center 40%;
}

.faq-hero-banner {
  background-image: url('https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=1920&h=600&fit=crop&q=80');
  background-position: center;
}

.contact-hero-banner {
  background-image: url('https://images.unsplash.com/photo-1423666639041-f56000c27a9a?w=1920&h=600&fit=crop&q=80');
  background-position: center;
}

/* ========================================
   PROJECTS PAGE STYLES
======================================== */

/* Filter Tabs - Fixed Position (Not Sticky) */
.filter-tabs-wrapper {
  background: white;
  padding: 18px 0;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 10;
}

.filter-tabs {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.filter-tab {
  padding: 8px 18px;
  border: 2px solid #e0e0e0;
  background: white;
  color: #333;
  border-radius: 25px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.filter-tab:hover {
  border-color: var(--mainColor);
  color: var(--mainColor);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(36, 127, 251, 0.2);
}

.filter-tab.active {
  background: var(--mainColor);
  color: white;
  border-color: var(--mainColor);
}

.filter-tab .count {
  opacity: 0.8;
  font-size: 13px;
}

/* Results Info - Move below projects, above pagination */
.results-info {
  text-align: center;
  font-size: 14px;
  color: #666;
  padding: 20px 0 10px 0;
  margin-top: 15px;
}

/* Project Cards - Compact */
.project-item {
  margin-bottom: 25px;
}

.project-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.project-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.project-info {
  padding: 12px 15px;
}

.project-location {
  font-size: 13px;
  color: var(--mainColor);
  margin-bottom: 6px;
  font-weight: 500;
}

.project-location i {
  margin-right: 5px;
}

.project-description {
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

.filter-tab .count {
  display: inline-block;
  margin-left: 6px;
  opacity: 0.7;
  font-size: 13px;
}

/* Results Info */
.results-info {
  text-align: center;
  font-size: 16px;
  color: #666;
}

.results-count {
  font-weight: 600;
  color: var(--mainColor);
}

/* Project Cards */
.projects-grid .project-item {
  margin-bottom: 30px;
}

.project-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.project-item.hidden {
  display: none !important;
}

.project-image-wrapper {
  position: relative;
  padding-bottom: 61.86%;
  overflow: hidden;
  background: #f0f0f0;
}

.project-card img-comparison-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  color: white;
  z-index: 10;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Service Badge Colors */
.badge-standard {
  background: #4A94F7;
}

.badge-deep {
  background: #1E3A8A;
}

.badge-movein {
  background: #FF8C42;
}

.badge-office {
  background: #484848;
}

.badge-commercial {
  background: #607D8B;
}

.badge-airbnb {
  background: #FF5A5F;
}

.badge-window {
  background: #00BFFF;
}

.badge-construction {
  background: #FDB813;
}

/* Image Comparison Slider - Improve Arrow Visibility */
img-comparison-slider {
  --divider-width: 2px;
  --divider-color: rgba(255, 255, 255, 0.8);
  --default-handle-opacity: 1;
}

img-comparison-slider .handle {
  width: 50px;
  height: 50px;
  background: rgba(36, 127, 251, 0.95) !important;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
}

img-comparison-slider .handle::before,
img-comparison-slider .handle::after {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
}

.project-info {
  padding: 20px;
}

.project-location {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.project-location i {
  color: var(--mainColor);
}

.project-description {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  margin: 0;
}

/* Video Section - Compact with Divider */
.video-showcase-section {
  background: white;
  border-top: 1px solid #e8e8e8;
  margin-top: 40px;
  padding-top: 50px;
  position: relative;
}

.video-showcase-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 800px;
  height: 1px;
  background: linear-gradient(to right, transparent, #d0d0d0, transparent);
}

.video-showcase-section .section-title h3 {
  font-size: 26px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}

.video-showcase-section .section-title p {
  font-size: 15px;
  color: #666;
  margin-bottom: 30px;
}

.video-card {
  display: block;
  text-decoration: none;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 25px;
}

.video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.video-card:hover .play-button {
  transform: translate(-50%, -50%) scale(1.1);
  background: var(--mainColor);
}

.video-thumbnail {
  position: relative;
  padding-bottom: 56.25%;
  background: #f0f0f0;
}

.video-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(36, 127, 251, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 5;
}

.play-button::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 18px solid white;
  border-top: 11px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 4px;
}

.video-duration {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  z-index: 5;
}

.video-info {
  padding: 15px;
  background: white;
}

.video-info h3 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
}

.video-service {
  font-size: 13px;
  color: #666;
  margin: 0;
}

/* Pagination Styles - More Compact */
.pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.pagination-btn {
  padding: 8px 16px;
  background: white;
  border: 1px solid #e0e0e0;
  color: #666;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}

.pagination-btn:hover:not(:disabled) {
  border-color: var(--mainColor);
  color: var(--mainColor);
  background: rgba(36, 127, 251, 0.04);
}

.pagination-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.pagination-numbers {
  display: flex;
  gap: 6px;
}

.page-number {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e0e0;
  background: white;
  color: #666;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.page-number:hover {
  border-color: var(--mainColor);
  color: var(--mainColor);
  background: rgba(36, 127, 251, 0.04);
}

.page-number.active {
  background: var(--mainColor);
  color: white;
  border-color: var(--mainColor);
}

/* Videos Pagination - Additional spacing */
.videos-pagination {
  margin-top: 35px;
  padding-bottom: 20px;
}

/* Hidden class for filtering */
.hidden {
  display: none !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {

  /* Banner Mobile Styles - Compact */
  .uni-banner {
    min-height: 200px;
  }

  .banner-content-wrapper {
    padding: 25px 0 20px;
  }

  .banner-title {
    font-size: 26px;
    margin-bottom: 8px;
  }

  .banner-description {
    font-size: 13px;
    margin-bottom: 15px;
    max-width: 100%;
    padding: 0 10px;
  }

  .banner-stats-row {
    margin-top: 15px;
  }

  .banner-stat-box {
    padding: 10px 8px;
    margin-bottom: 8px;
  }

  .stat-number {
    font-size: 20px;
  }

  .stat-label {
    font-size: 11px;
  }

  /* Projects Page Mobile */
  .filter-tabs-wrapper {
    padding: 12px 0;
  }

  .filter-tabs {
    gap: 6px;
  }

  .filter-tab {
    padding: 6px 12px;
    font-size: 12px;
  }

  .filter-tab .count {
    font-size: 11px;
  }

  .project-item {
    margin-bottom: 18px;
  }

  .project-image-wrapper {
    height: 200px;
  }

  .project-info {
    padding: 10px 12px;
  }

  .video-showcase-section {
    margin-top: 30px;
    padding-top: 40px;
  }

  .video-showcase-section .section-title h3 {
    font-size: 22px;
  }

  .pagination-wrapper {
    gap: 8px;
    margin-top: 25px;
  }

  .pagination-btn {
    padding: 6px 12px;
    font-size: 12px;
  }

  .page-number {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  img-comparison-slider .handle {
    width: 45px;
    height: 45px;
  }
}

/* Why Choose Us Section - Custom Styles */
.why-choose-us-section {
  background: #f9fafb;
}

.why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(36, 127, 251, 0.15) !important;
}

.why-card .why-icon i {
  transition: all 0.3s ease;
}

.why-card:hover .why-icon i {
  transform: scale(1.1);
  color: #1a6bd8;
}

/* Responsive adjustments for Why Choose Us */
@media only screen and (max-width: 991px) {
  .why-card {
    padding: 30px 20px !important;
  }

  .why-card h4 {
    font-size: 17px !important;
  }

  .why-card p {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 767px) {
  .why-grid {
    margin-top: 35px !important;
  }

  .why-card {
    padding: 25px 20px !important;
  }

  .why-icon i {
    font-size: 42px !important;
  }
}

/*================================================
Construction Page Enhancements CSS
=================================================*/
.construction-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.construction-card {
  max-width: 800px;
  background: white;
  border-radius: 16px;
  padding: 60px 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  text-align: center;
  animation: construction-fadeInUp 0.6s ease-out;
}

@keyframes construction-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.construction-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);
  border-radius: 50%;
  margin-bottom: 30px;
  position: relative;
  animation: construction-pulse 2s ease-in-out infinite;
}

@keyframes construction-pulse {

  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(33, 150, 243, 0.4);
  }

  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 15px rgba(33, 150, 243, 0);
  }
}

.construction-icon-wrapper svg {
  width: 50px;
  height: 50px;
  stroke: white;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.construction-spray-bottle {
  position: relative;
}

.construction-spray-stream {
  position: absolute;
  top: -5px;
  right: -10px;
}

.construction-spray-stream circle {
  animation: construction-spray 2s ease-in-out infinite;
  opacity: 0;
}

.construction-spray-stream circle:nth-child(1) {
  animation-delay: 0s;
}

.construction-spray-stream circle:nth-child(2) {
  animation-delay: 0.15s;
}

.construction-spray-stream circle:nth-child(3) {
  animation-delay: 0.3s;
}

.construction-spray-stream circle:nth-child(4) {
  animation-delay: 0.45s;
}

@keyframes construction-spray {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(1);
  }

  20% {
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    transform: translate(15px, -15px) scale(0.3);
  }
}

.construction-sparkles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.construction-sparkle {
  position: absolute;
  fill: white;
  opacity: 0;
  animation: construction-sparkle 3s ease-in-out infinite;
}

.construction-sparkle:nth-child(1) {
  top: 15%;
  right: 10%;
  width: 8px;
  height: 8px;
  animation-delay: 0s;
}

.construction-sparkle:nth-child(2) {
  top: 35%;
  right: -5%;
  width: 6px;
  height: 6px;
  animation-delay: 1s;
}

.construction-sparkle:nth-child(3) {
  bottom: 25%;
  right: 5%;
  width: 7px;
  height: 7px;
  animation-delay: 2s;
}

@keyframes construction-sparkle {

  0%,
  100% {
    opacity: 0;
    transform: scale(0) rotate(0deg);
  }

  50% {
    opacity: 1;
    transform: scale(1) rotate(180deg);
  }
}

.construction-title {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
  line-height: 1.3;
}

.construction-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.6;
}

.construction-progress-bar {
  width: 100%;
  height: 6px;
  background: #e8ecf1;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

.construction-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #2196F3 0%, #1976D2 100%);
  border-radius: 10px;
  width: 75%;
  animation: construction-progressAnimation 2s ease-out;
}

@keyframes construction-progressAnimation {
  from {
    width: 0%;
  }

  to {
    width: 75%;
  }
}

.construction-features {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.construction-feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #555;
}

.construction-feature-icon {
  width: 20px;
  height: 20px;
  background: #2196F3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.construction-feature-icon::after {
  content: '✓';
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.construction-cta-button {
  display: inline-block;
  background: #2196F3;
  color: white;
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(33, 150, 243, 0.3);
}

.construction-cta-button:hover {
  background: #1976D2;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(33, 150, 243, 0.4);
}

.construction-back-link {
  margin-top: 20px;
  font-size: 14px;
}

.construction-back-link a {
  color: #2196F3;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.construction-back-link a:hover {
  color: #1976D2;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .construction-card {
    padding: 40px 30px;
  }

  .construction-title {
    font-size: 24px;
  }

  .construction-subtitle {
    font-size: 15px;
  }

  .construction-features {
    flex-direction: column;
    align-items: center;
  }
}

/*================================================
Contact Page Enhancements CSS
=================================================*/

/* Compact Contact Hero Section */
.compact-contact-hero {
  position: relative;
}

.compact-contact-hero h1 {
  line-height: 1.2;
}

.compact-contact-hero .default-button {
  padding: 14px 28px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.compact-contact-hero .default-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(36, 127, 251, 0.3);
}

.compact-contact-hero .default-button[style*="background: #fff"]:hover {
  background: #247ffb !important;
  color: #fff !important;
}

.trust-indicators .trust-item {
  transition: all 0.3s ease;
}

.trust-indicators .trust-item:hover {
  transform: translateY(-2px);
}

/* Contact Info Section */
.contact-info-section .section-header h3 {
  position: relative;
  padding-bottom: 12px;
}

.contact-info-section .section-header h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #247ffb;
  border-radius: 2px;
}

.contact-info-section .contact-item {
  transition: all 0.3s ease;
}

.contact-info-section .contact-item:hover {
  transform: translateX(3px);
  box-shadow: 0 3px 10px rgba(36, 127, 251, 0.1);
  border-color: #247ffb !important;
}

.contact-info-section .contact-item a:hover {
  color: #1a6bd8 !important;
}

/* Trust Cards - Full Width Section */
.trust-card {
  transition: all 0.3s ease !important;
}

.trust-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(36, 127, 251, 0.15) !important;
  border-color: #247ffb !important;
}

.trust-card:hover i {
  transform: scale(1.1);
}

/* Testimonial Card */
.testimonial-card {
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12) !important;
}

/*================================================
How It Works Section CSS (Contact Page)
=================================================*/
.how-it-works-section {
  background: #f9fafb;
  padding: 25px;
  border-radius: 10px;
}

.how-it-works-section .section-header h3 {
  position: relative;
  padding-bottom: 12px;
}

.how-it-works-section .section-header h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #247ffb;
  border-radius: 2px;
}

.process-step-card {
  transition: all 0.3s ease;
}

.process-step-card:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(36, 127, 251, 0.1);
  border-color: #247ffb !important;
}

.process-step-card .step-icon {
  transition: all 0.3s ease;
}

.process-step-card:hover .step-icon {
  transform: scale(1.1);
  background: #1a6bd8 !important;
}

/* Responsive for Contact Page Elements */
@media only screen and (max-width: 991px) {
  .compact-contact-hero {
    padding: 50px 0 !important;
  }

  .compact-contact-hero h1 {
    font-size: 36px !important;
  }

  .compact-contact-hero p {
    font-size: 16px !important;
  }

  .trust-indicators {
    gap: 20px !important;
  }

  .contact-info-section,
  .how-it-works-section,
  .google-map {
    margin-bottom: 25px !important;
  }

  .google-map iframe {
    height: 250px !important;
  }

  .why-choose-section {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
  }

  .testimonial-section {
    padding-bottom: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .compact-contact-hero {
    padding: 40px 0 !important;
  }

  .compact-contact-hero h1 {
    font-size: 28px !important;
    margin-bottom: 12px !important;
  }

  .compact-contact-hero p {
    font-size: 15px !important;
    margin-bottom: 25px !important;
  }

  .hero-cta-buttons {
    margin-bottom: 25px !important;
  }

  .compact-contact-hero .default-button {
    display: block !important;
    margin: 0 auto 12px auto !important;
    max-width: 280px;
  }

  .trust-indicators {
    flex-direction: column !important;
    gap: 15px !important;
    align-items: flex-start !important;
  }

  .trust-indicators .trust-item {
    margin: 0 auto;
  }

  .contact-info-section,
  .how-it-works-section {
    padding: 20px !important;
  }

  .contact-item {
    padding: 15px !important;
    margin-bottom: 10px !important;
  }

  .trust-card {
    padding: 25px 15px !important;
    margin-bottom: 20px;
  }

  .trust-card h5 {
    font-size: 16px !important;
  }

  .testimonial-card {
    padding: 30px 20px !important;
  }

  .testimonial-card p {
    font-size: 16px !important;
  }

  .process-step-card {
    padding: 15px 15px 15px 60px !important;
  }

  .process-step-card .step-icon {
    width: 35px !important;
    height: 35px !important;
    left: 15px !important;
  }

  .process-step-card .step-icon i {
    font-size: 16px !important;
  }

  .process-step-card h5 {
    font-size: 14px !important;
  }

  .process-step-card p {
    font-size: 12px !important;
  }

  .google-map iframe {
    height: 200px !important;
  }
}

/*# sourceMappingURL=style.css.map */