
:root {
  --primary-color: #0068bb;
  --secondary-color: #121c22;
  --gradient-bg: linear-gradient(135deg, #0068bb, #003f73);
}
.container
{
  max-width: 1450px;
}

/* Loader Container */
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999999999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* Hide loader after page loads */
.loader-container.hide {
  opacity: 0;
  visibility: hidden;
}

/* Spinner Loader */
.spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  transition: 0.3s ease opacity;
  text-align: center;
  width: 100%;
  height: 100%;
}
#preloader:before {
  content: "";
  width: 80px;
  height: 80px;
  border: 3px solid #0068bb;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: LoaderCicle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#preloader:after {
  content: "";
  width: 80px;
  height: 80px;
  border: 3px solid #0068bb;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: LoaderCicle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 1s;
}
@keyframes "LoaderCicle" {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  10% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1;
  }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}
a:hover {
  color: #0068bb;
  text-decoration: none;
}
a:active {
  color: #0068bb;
  text-decoration: none;
}
.card {
  color: #4b4b4b;
}
.card .card-body {
  color: #4b4b4b;
}
.card .card-body h2
{
  font-size: 20px;
  margin-bottom: 0;
}

.text-primary {
  color: #0068bb !important;
}
.text-primary-hover:hover {
  color: #0068bb !important;
}
.text-secondary {
  color: #121c22 !important;
}
.text-secondary-hover:hover {
  color: #121c22 !important;
}
.bg-primary {
  /*background-color: #0068bb !important;*/
  background: var(--gradient-bg);
}
.bg-secondary {
  background-color: #121c22 !important;
}
.secondary-overlay[data-overlay-dark]:before {
  background: #121c22;
}
.left-overlay-secondary[data-overlay-dark]:before {
  background: rgba(18, 28, 34, 0.76);
  background: linear-gradient(-80deg, transparent, #121c22 70%);
}
.bg-white-light {
  background-color: rgba(255, 255, 255, 0.08);
}
.white-hover:hover {
  color: #fff !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.top100 {
  top: 100px;
}
.border-radius-img {
  border-radius: 0.375rem 0 0 0.375rem;
}
.w-50px {
  width: 50px !important;
}
.primary-shadow {
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.06);
}
.cursor-pointer {
  cursor: pointer;
}
.margin-left-minus-15px {
  margin-left: -15px;
}
.border-text {
  text-fill-color: transparent;
  text-stroke-color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
}
.position-right-bottom {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media screen and (max-width: 991px) {
  .border-radius-img {
    border-radius: 0.375rem 0.375rem 0 0;
  }
}
@media screen and (max-width: 575px) {
  .min-height-355 {
    min-height: 355px;
  }
}
@media screen and (max-width: 1199px) {
  .min-height-550 {
    min-height: 550px;
  }
}
@media screen and (max-width: 767px) {
  .min-height-550 {
    min-height: 450px;
  }
}
@media screen and (max-width: 991px) {
  .min-height-350 {
    min-height: 350px;
  }
}
.min-height-385 {
  min-height: 385px;
}
@media screen and (max-width: 1399px) {
  .min-height-385 {
    min-height: 300px;
  }
}
.min-height-700 {
  min-height: 700px;
}
@media screen and (max-width: 1199px) {
  .min-height-700 {
    min-height: 645px;
  }
}
@media screen and (max-width: 991px) {
  .min-height-700 {
    min-height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .min-height-700 {
    min-height: 420px;
  }
}
.min-height820 {
  min-height: 820px;
}
@media screen and (max-width: 1399px) {
  .min-height820 {
    min-height: 750px;
  }
}
@media screen and (max-width: 1199px) {
  .min-height820 {
    min-height: 700px;
  }
}
@media screen and (max-width: 991px) {
  .min-height820 {
    min-height: 600px;
  }
}
@media screen and (max-width: 575px) {
  .min-height820 {
    min-height: 490px;
  }
}
.min-vh-67 {
  min-height: 67vh !important;
}
@media screen and (min-width: 1200px) {
  .margin-top50 {
    margin-top: -50px;
  }
  .margin-top100 {
    margin-top: -100px;
  }
  .margin-top150 {
    margin-top: -150px;
  }
}
@media screen and (min-width: 767px) {
  .min-width-100vw {
    min-width: 100vw;
  }
}
@media screen and (min-width: 768px) {
  .min-width-100 {
    min-width: 100vw;
  }
}
.scrolling-card {
  position: sticky;
  z-index: 99;
  top: 100px;
}
.image-hover {
  position: relative;
  overflow: hidden;
}
.image-hover:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.image-hover:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.image-hover:active:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.image-hover:focus:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.list-style01 li {
  margin-bottom: 17px;
  color: rgba(255, 255, 255, 0.6);
}
.list-style01 li:last-child {
  margin-bottom: 0;
}
.list-style01 li span {
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 3px;
  color: #fff;
  font-size: 16px;
}
.list-style02 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-style02 li {
  position: relative;
  padding: 0 0 5px 30px;
  margin: 0 0 5px 0;
}
.list-style02 li:before {
  content: "\e64c";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "themify";
  color: #c0c0c0;
  font-size: 16px;
  color: #0068bb;
}
.list-style02 li:first-child {
  padding-top: 5px;
}
.list-style02 li:first-child:before {
  top: 6px;
}
.list-style02 li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.list-style03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.list-style03 li {
  position: relative;
  color: #fff;
  padding-left: 35px;
  font-size: 14px;
  justify-content: center;
}
.list-style03 li:before {
  content: "\f058";
  position: absolute;
  font-family: "Font Awesome 7 Free";
  font-weight: 600;
  top: -3px;
  left: 0;
  font-size: 18px;
  color: #0068bb;
}
@media screen and (max-width: 1399px) {
  .list-style03 {
    gap: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .list-style03 {
    gap: 15px;
    justify-content: start;
  }
}
.list-style04 li {
  padding-left: 27px;
  position: relative;
  margin-bottom: 9px;
}
.list-style04 li:last-child {
  margin-bottom: 0;
}
.list-style04 li:before {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 7 Free";
  font-weight: 600;
  font-size: 15px;
  top: 4px;
  left: 0;
  color: #0068bb;
}
.list-style05 li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}
.list-style05 li:last-child {
  margin-bottom: 0;
}
.list-style05 li a {
  color: #fff;
}
.list-style05 li a:hover {
  color: #0068bb;
}
.list-style05 li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #0068bb;
  border-radius: 50%;
}
.list-style06 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list-style06 li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #ffffff;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.list-style06 li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.list-style06 li a {
  color: #ffffff;
}
.list-style06 a:hover {
  color: #0068bb;
}
@media screen and (max-width: 991px) {
  .list-style06 li {
    font-size: 15px;
  }
}
.scroll-top-percentage {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  position: fixed;
  bottom: 40px;
  color: #fff;
  right: 50px;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: -ms-grid;
  display: grid;
  place-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
}
.scroll-top-percentage.active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#scroll-value {
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  color: var(--rr-common-white);
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 600;
}
#scroll-value i {
  font-size: 20px;
}
@media screen and (max-width: 1199px) {
  .scroll-top-percentage {
    right: 30px;
    bottom: 20px;
  }
}
@-webkit-keyframes "scrollToTop" {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes "scrollToTop" {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.btn-style01 {
  display: inline-block;
  background-color: #0068bb;
  white-space: normal;
  word-wrap: break-word;
  color: #fff !important;
  padding: 16px 30px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
  border-radius: 50rem;
  transition-duration: 0.3s;
}
.btn-style01:hover {
  background-color: #121c22;
  color: #fff !important;
}
.btn-style01:active {
  background-color: #121c22;
  color: #fff !important;
}
.btn-style01:focus {
  background-color: #121c22;
  color: #fff !important;
}
.btn-style01.md {
  padding: 13px 22px !important;
  font-size: 14px;
}
.btn-style01.sm {
  padding: 10px 18px !important;
  font-size: 14px;
}
.btn-style01.white-hover:hover {
  background-color: #fff;
  color: #121c22 !important;
}
.btn-style01.white-hover:active {
  background-color: #fff;
  color: #121c22 !important;
}
.btn-style01.white-hover:focus {
  background-color: #fff;
  color: #121c22 !important;
}
.btn-style01.white {
  background-color: #fff !important;
  color: #121c22 !important;
}
.btn-style01.white:hover {
  background-color: #121c22 !important;
  color: #fff !important;
}
.btn-style01.secondary {
  background-color: #121c22;
  color: #fff !important;
}
.btn-style01.secondary:hover {
  background-color: #0068bb;
  color: #fff !important;
}
.btn-style02 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  white-space: normal;
  word-wrap: break-word;
  font-size: 14px !important;
  color: #fff !important;
  border-radius: 4px;
  font-weight: 600;
  text-align: center;
  padding: 15px 32px !important;
  text-transform: capitalize;
  z-index: 1;
  transition: all 500ms ease;
  background: var(--gradient-bg);
  letter-spacing: 1.5px;
}
.wpcf7-form-control.btn-style02
{
  border: none;
}
.btn-style02:before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  background-color: #121c22;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}
.btn-style02:hover {
  color: #fff !important;
}
.btn-style02:hover:before {
  top: -40%;
}
.btn-style02.white:before {
  background-color: #fff;
}
.btn-style02.white:hover {
  color: #0068bb !important;
}
.btn-style02.secondary {
  background-color: #121c22;
}
.btn-style02.secondary:before {
  background-color: #0068bb;
}
.btn-style02.md {
  padding: 12px 28px !important;
}
.btn-style02.sm {
  padding: 8px 24px !important;
  font-size: 13px !important;
}
.header-style1.scrollHeader .attr-nav > ul > li > a.btn-style02.white:before {
  background-color: #121c22;
}
.header-style1.scrollHeader .attr-nav > ul > li > a.btn-style02.white:hover {
  color: #fff !important;
}
.btn-style03 {
  font-size: 15px;
  font-weight: 700;
  padding: 12px 34px !important;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  border-radius: 50rem;
  position: relative;
  overflow: hidden !important;
  display: inline-block;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
  border: 2px solid #0068bb;
  color: #fff !important;
  z-index: 1;
  background-color: #0068bb;
  vertical-align: middle;
  text-transform: uppercase;
}
.btn-style03:after {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  -webkit-transform: skewX(-20deg);
  -khtml-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
  background-image: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  z-index: -1;
}
.btn-style03:hover {
  background-color: #0068bb;
  color: #fff;
}
.btn-style03:hover:after {
  -webkit-animation: btn_shine 1.2s ease;
  animation: btn_shine 1.2s ease;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.btn-style03:focus {
  background-color: #0068bb;
  color: #fff;
}
.btn-style03:focus:after {
  -webkit-animation: btn_shine 1.2s ease;
  animation: btn_shine 1.2s ease;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.btn-style03:active {
  background-color: #0068bb;
  color: #fff;
}
.btn-style03:active:after {
  -webkit-animation: btn_shine 1.2s ease;
  animation: btn_shine 1.2s ease;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.btn-style03.secondary {
  border: 2px solid #121c22;
  background-color: #121c22;
}
.btn-style03.secondary:hover {
  background-color: #121c22;
  color: #fff;
}
.btn-style03.secondary:focus {
  background-color: #121c22;
  color: #fff;
}
.btn-style03.secondary:active {
  background-color: #121c22;
  color: #fff;
}
.btn-style03.md {
  padding: 8px 26px !important;
  font-size: 15px;
}
.btn-style03.sm {
  padding: 6px 20px !important;
}
@media screen and (max-width: 1399px) {
  .btn-style03 {
    padding: 10px 30px !important;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .btn-style03 {
    padding: 8px 25px !important;
    font-size: 14px;
  }
}
@-webkit-keyframes "btn_shine" {
  100% {
    left: 200%;
  }
}
@keyframes "btn_shine" {
  100% {
    left: 200%;
  }
}
.button-text {
  padding: 0;
  position: relative;
  text-decoration: none;
  border: 0;
  background-color: transparent;
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  width: auto;
  font-weight: 500;
}
.button-text a {
  border-bottom: 2px solid;
}
.button-text:hover {
  border-color: #0068bb;
}
.rounded-butn-one {
  border-radius: 50%;
  height: 150px;
  width: 150px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  background-color: #0068bb;
  color: #fff;
  font-size: 14px !important;
  font-weight: 600;
  transition: 0.5s;
  padding: 20px !important;
}
.rounded-butn-one:hover {
  background-color: #121c22;
  color: #fff;
}
.rounded-butn-one:active {
  background-color: #121c22;
  color: #fff;
}
.rounded-butn-one:focus {
  background-color: #121c22;
  color: #fff;
}
.rounded-butn-one.white:hover {
  background-color: #fff;
}
.rounded-butn-one.white:active {
  background-color: #fff;
}
.rounded-butn-one.white:focus {
  background-color: #fff;
}
.rounded-butn-one.sm {
  width: 120px;
  height: 120px;
}
.top-bar-info {
  display: inline-block;
  vertical-align: middle;
}
.top-bar-info ul {
  margin-bottom: 0;
}
.top-bar-info li {
  font-weight: 500;
  color: #fff;
  list-style-type: none;
  font-size: 14px;
  padding: 0 5px 0;
  display: inline-block;
  margin-bottom: 0;
}
.top-bar-info li i {
  font-size: 16px;
  color: #fff;
  margin-right: 8px;
  margin-top: 0;
  display: inline-block;
  vertical-align: text-bottom;
}
.top-bar {
  display: block;
  position: relative;
  z-index: 999;
  padding: 7px 0;
  background: var(--gradient-bg);
}
.top-social-icon {
  padding: 0;
  float: right;
  margin: 0;
}
.top-social-icon li {
  font-size: 14px;
  list-style-type: none;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0 7px;
}
.top-social-icon li:last-child {
  padding-right: 0;
}
.top-social-icon li:last-child a {
  padding-right: 0;
}
.top-social-icon li a {
  color: #fff;
  line-height: 28px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 0 3px;
}
.top-social-icon li a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.navbar-nav li.current > a {
  color: #0068bb !important;
}
.navbar-nav li.active > a {
  color: #0068bb !important;
}
.attr-nav > ul > li > a.butn {
  color: #fff;
}
.navbar > ul > li.current > a:after {
  border-color: transparent #0068bb #0068bb transparent !important;
}
.menu_area-light .navbar-nav li.current > a {
  color: #0068bb;
}
.menu_area-light .navbar-nav li.active > a {
  color: #0068bb;
}
.menu_area-light .navbar > ul > li.current > a:after {
  border-color: transparent #0068bb #0068bb transparent;
}
.menu_area-light.scrollHeader .navbar-nav li.current > a {
  color: #0068bb;
}
.menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
  color: #0068bb;
}
.menu_area-light.scrollHeader .navbar-nav li.active > a {
  color: #0068bb;
}
.menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #0068bb #0068bb transparent;
}
.header-style2 .navbar-nav li.current > a {
  color: #0068bb;
}
.header-style2 .navbar > ul > li.current > a:after {
  border-color: transparent #0068bb #0068bb transparent;
}
.header-style2.scrollHeader .navbar-nav li.current > a {
  color: #0068bb;
}
.header-style2.scrollHeader .navbar-nav li.current > a:hover {
  color: #0068bb;
}
.header-style2.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #0068bb #0068bb transparent;
}
@media screen and (min-width: 992px) {
  .menu_area-light .navbar ul ul li.active > a {
    color: #0068bb;
  }
  .menu_area-light .navbar > ul > li.has-sub > a:hover:after {
    border-color: #0068bb;
  }
  .menu_area-light .navbar-nav li.has-sub a:hover {
    color: #0068bb;
  }
  .menu_area-light.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #0068bb;
  }
  .header-style2.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #0068bb;
  }
  .header-style2.scrollHeader .navbar-nav > li.has-sub > a:hover:after {
    border-color: transparent #0068bb #0068bb transparent;
  }
  .header-style2.scrollHeader .navbar-nav li.current > a {
    color: #0068bb;
  }
  .header-style2.scrollHeader .navbar-nav li.current > a:hover {
    color: #0068bb;
  }
  .header-style2.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #0068bb #0068bb transparent;
  }
  .header-style2.scrollHeader .butn.secondary:before {
    background: #0068bb;
  }
  .header-style2.scrollHeader .butn.secondary:hover {
    color: #fff !important;
  }
  .header-style2.scrollHeader .butn.secondary:focus {
    color: #fff !important;
  }
  .header-style2.scrollHeader .butn.secondary:active {
    color: #fff !important;
  }
  .header-style2 .navbar > ul > li.has-sub.current > a:hover:after {
    border-color: transparent #0068bb #0068bb transparent;
  }
  .header-style2 .navbar > ul > li.has-sub > a:hover:after {
    border-color: transparent #0068bb #0068bb transparent;
  }
  .header-style2 .navbar > ul > li.has-sub > a:active:after {
    border-color: transparent #0068bb #0068bb transparent;
  }
  .header-style2 .navbar > ul > li.has-sub > a:focus:after {
    border-color: transparent #0068bb #0068bb transparent;
  }
  .header-style2 .navbar ul ul li.active > a {
    color: #0068bb;
    color: #0068bb;
  }
  .header-style2 .navbar-nav li.has-sub a:hover {
    color: #0068bb;
  }
  .header-style2 .navbar-nav li.has-sub a:active {
    color: #0068bb;
  }
  .header-style2 .navbar-nav li.has-sub a:focus {
    color: #0068bb;
  }
  .header-style2 .navbar-nav li.current > a {
    color: #0068bb;
  }
  .header-style2 .navbar-nav li.active > a {
    color: #0068bb;
  }
  .header-style2 .butn.secondary:before {
    background: #ffffff;
  }
  .header-style2 .butn.secondary:hover {
    color: #121c22 !important;
  }
  .header-style2 .butn.secondary:focus {
    color: #121c22 !important;
  }
  .header-style2 .butn.secondary:active {
    color: #121c22 !important;
  }
}
@media screen and (max-width: 991px) {
  .header-style1 .navbar-toggler {
    background: #0068bb;
  }
  .header-style1 .navbar-toggler:after {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .header-style1 .navbar-toggler:before {
    background: #fff;
  }
  .header-style1 .navbar-toggler.menu-opened:after {
    background: #fff;
  }
  .header-style1 .navbar-toggler.menu-opened:before {
    background: #fff;
  }
}
.header-style3 .navbar-nav li.current > a {
  color: #0068bb;
}
.header-style3 .navbar-nav li.active > a {
  color: #0068bb;
}
@media screen and (min-width: 992px) {
  .header-style3 .navbar-nav li.active > a {
    color: #0068bb;
  }
  .header-style3 .navbar-nav > li > a:hover {
    color: #0068bb;
  }
  .header-style3 .navbar-nav > li > a:active {
    color: #0068bb;
  }
  .header-style3 .navbar-nav > li > a:focus {
    color: #0068bb;
  }
  .header-style3 .navbar-nav li.has-sub a:hover {
    color: #0068bb;
  }
  .header-style3 .navbar-nav li.current > a {
    color: #0068bb;
  }
  .header-style3 .navbar-nav > li.has-sub > a:hover {
    color: #0068bb;
  }
  .header-style3 .navbar ul ul li.active > a {
    color: #0068bb;
  }
  .header-style3 .navbar > ul > li.has-sub > a:hover:after {
    border-color: transparent #0068bb #0068bb transparent;
  }
  .header-style3 .navbar > ul > li.current > a:after {
    border-color: transparent #0068bb #0068bb transparent;
  }
  .header-style3.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #0068bb;
  }
  .header-style3.scrollHeader .navbar-nav > li.active > a {
    color: #0068bb;
  }
  .header-style3.scrollHeader .navbar-nav li.current > a {
    color: #0068bb;
  }
  .header-style3.scrollHeader .navbar-nav li.current > a:hover {
    color: #0068bb;
  }
  .header-style3.scrollHeader .navbar > ul > li.has-sub > a:hover:after {
    border-color: transparent #0068bb #0068bb transparent;
  }
  .header-style3.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #0068bb #0068bb transparent;
  }
}
@media screen and (max-width: 991px) {
  .header-style3 .navbar-toggler {
    background: #0068bb;
  }
  .header-style3 .navbar-toggler:after {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .header-style3 .navbar-toggler:before {
    background: #fff;
  }
  .header-style3 .navbar-toggler.menu-opened:after {
    background: #fff;
  }
  .header-style3 .navbar-toggler.menu-opened:before {
    background: #fff;
  }
}
.slider-fade1 .banner-title1 {
  animation-delay: 0.4s;
}
.slider-fade1 h1,
.slider-fade1 .h1 {
  font-size: 115px;
  color: #fff;
}
.slider-fade1.owl-carousel .owl-nav button.owl-prev,
.slider-fade1.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  opacity: 0.3;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: #000;
  transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
.slider-fade1.owl-carousel .owl-nav button.owl-prev {
  left: 2%;
}
.slider-fade1.owl-carousel .owl-nav button.owl-next {
  right: 2%;
}
.slider-fade1.owl-carousel .owl-nav button.owl-prev:hover,
.slider-fade1.owl-carousel .owl-nav button.owl-next:hover {
  opacity: 1;
  background-color: #0068bb;
  color: #fff;
}
.slider-fade1.owl-carousel .owl-nav button.owl-prev:hover i,
.slider-fade1.owl-carousel .owl-nav button.owl-next:hover i {
  color: #fff;
}
.slider-fade1.owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  bottom: 40px;
  right: 50px;
  margin: 0 !important;
}
.slider-fade1.owl-theme .owl-dots .owl-dot span {
  background-color: #fff;
  opacity: 1;
}
.slider-fade1.owl-theme .owl-dots .owl-dot.active span,
.slider-fade1.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #0068bb;
}
@media screen and (max-width: 1599px) {
  .slider-fade1.owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
  .slider-fade1.owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
}
@media only screen and (max-width: 1399px) {
  .slider-fade1 h1,
  .slider-fade1 .h1 {
    font-size: 105px;
    line-height: 118px;
  }
}
@media only screen and (max-width: 1199px) {
  .slider-fade1 h1,
  .slider-fade1 .h1 {
    font-size: 95px;
    line-height: 108px;
  }
}
@media only screen and (max-width: 991px) {
  .slider-fade1 h1,
  .slider-fade1 .h1 {
    font-size: 90px;
    line-height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-fade1 h1,
  .slider-fade1 .h1 {
    font-size: 75px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-fade1 h1,
  .slider-fade1 .h1 {
    font-size: 48px;
    line-height: 48px;
  }
}
.banner-style01 .banner-box {
  max-width: 440px;
  width: 100%;
  background: rgba(247, 247, 247, 0.1);
  -webkit-backdrop-filter: blur(35px);
  backdrop-filter: blur(35px);
  padding: 45px 40px;
  position: absolute;
  inset-inline-end: 0;
  bottom: -46%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1199px) {
  .banner-style01 .banner-box {
    bottom: -34%;
  }
}
@media screen and (max-width: 991px) {
  .banner-style01 .banner-box {
    display: none;
  }
}

.banner-style02 {
  overflow: hidden; /* clips the absolute layers */
  padding: 80px 0;
}
.banner-style02 > .container {
  position: relative;
  z-index: 2;
}
/* If you have a dark overlay element, ensure it's also above layers */
.banner-style02 .overlay,
.banner-style02[data-overlay-dark]::before {
  z-index: 1;
}
.banner-style02 .img1 {
  margin-left: -16px;
}
.banner-style02 .img2 {
  margin-left: -16px;
}
.banner-style02 h1 {
  font-size: 67px;
}
@media screen and (max-width: 1199px) {
  .banner-style02 {
    border-radius: 0;
  }
  .banner-style02 h1 {
    font-size: 72px;
  }
}
@media screen and (max-width: 991px) {
  .banner-style02 h1 {
    font-size: 58px;
  }
}
@media screen and (max-width: 767px) {
  .banner-style02 h1 {
    font-size: 44px;
  }
}
.section-title01 {
  position: relative;
}
.section-title01 .sub-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  background-color: #ffffff;
  color: #0068bb;
  margin-bottom: 15px;
  padding: 3px 10px 2px 10px;
  border-radius: 50rem;
  box-shadow: 5px 4px 13px 0px rgba(46, 63, 99, 0.15);
  position: relative;
}
.section-title01 .sub-title:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: -2px 8px 0 0;
  background-color: #0068bb;
  display: inline-block;
  vertical-align: middle;
}
.title-scroll {
  width: 130px;
}
.title-scroll .small-title {
  padding: 10px 20px 10px 20px;
  border: 1px solid #0068bb;
  border-radius: 50rem;
}
.scroll-dot {
  width: 2px;
  height: 2px;
  border-radius: 100%;
  background-color: #121c22;
  text-align: center;
}
.scroll-dot.white {
  background-color: #fff;
}
.section-title02 span {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  color: #0068bb;
  letter-spacing: 2px;
  display: inline-block;
  z-index: 1;
  padding: 0 18px 0 18px;
  margin-bottom: 8px;
  cursor: text;
}
.section-title02 span:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0068bb;
  z-index: -1;
  transition: transform 0.3s ease;
  transform: scaleX(0);
  transform-origin: bottom right;
}
.section-title02 span:after {
  width: 5px;
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0068bb;
  z-index: -1;
  transition: transform 0.3s ease;
}
.section-title02 span:hover {
  color: #fff;
}
.section-title02 span:hover:before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.page-title-section {
  padding: 120px 0 40px;
  text-align: center;
}
.page-title-section .col-md-12
{
  text-align: left;
}
.page-title-section h1 {
  font-size: 38px;
  line-height: 1;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  margin-bottom: 15px;
  position: relative;
  z-index: 9;
  text-transform: capitalize;
  font-weight: 600;
}
.page-title-section ul {
  margin: 0;
  list-style: none;
  display: inline-block;
  padding: 5px 18px 6px 18px;
  border: 1px solid #0068bb;
  border-radius: 50rem;
  line-height: 1.2;
}
.page-title-section ul li {
  display: inline-block;
}
.page-title-section ul li:last-child {
  color: #ffffff;
  opacity: 0.8;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-title-section ul li:last-child a {
  color: #ffffff;
  opacity: 0.8;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-title-section ul li:last-child:after {
  content: none;
}
.page-title-section ul li:after {
  content: "";
  font-weight: 700;
  vertical-align: middle;
  background-color: #0068bb;
  width: 10px;
  padding: 0 5px 0 10px;
  height: 2px;
  display: inline-block;
  margin: -1px 5px 0 10px;
}
.page-title-section ul li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-title-section .active a {
  color: #fff;
}
.page-title-section li.active:last-child a {
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .page-title-section {
    padding: 180px 0 80px 0;
  }
  .page-title-section h1 {
    font-size: 60px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .page-title-section {
    padding: 160px 0 80px 0;
  }
  .page-title-section h1 {
    font-size: 54px;
  }
}
@media screen and (max-width: 575px) {
  .page-title-section {
    padding: 90px 0 35px 0;
  }
  .page-title-section h1 {
    display: none;
  }
}
.card-style01 {
  border-radius: 0.375rem;
  height: 100%;
  box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
  border: 1px solid var(--primary-color);
}
.card-style01 .blog-img img {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.01, 1.01);
  -ms-transform: scale(1.01, 1.01);
  transform: scale(1.01, 1.01);
  height: 300px;
  width: 500px;
}
.card-style01:hover .blog-img img {
  -webkit-transform: scale(1.07, 1.07);
  -ms-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}
.card-style01:active .blog-img img {
  -webkit-transform: scale(1.07, 1.07);
  -ms-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}
.card-style01:focus .blog-img img {
  -webkit-transform: scale(1.07, 1.07);
  -ms-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}
.card-style01 .post-date {
  position: absolute;
  right: 30px;
  top: -42px;
  background: var(--gradient-bg);
  color: #fff;
  border-radius: 3px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 14px 15px;
  min-width: 78px;
}
.card-style01 .post-date .month {
  font-size: 12px;
  text-transform: uppercase;
}
.card-style01 .text-uppercase.display-31 a {
  margin-right: 15px;
  margin-top: 5px;
  display: inline-block;
  vertical-align: top;
}
.card-style01 .blog-tag:before {
  content: "";
  margin: 0 0.75em;
  width: 3px;
  height: 3px;
  background-color: #8e919d;
  top: 50%;
  transform: translateY(-50%);
  left: -30%;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
}
.card-style01 > .card-body:nth-child(1) .post-date {
  display: none;
}
.card-style02 {
  min-height: 320px;
  background: transparent;
  border: 1px solid var(--primary-color);
}

.card-style02 .card-content
{
  padding: 20px 30px;
}
.card-style02 .card-body {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.card-style02 .card-body:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.8;
}
.card-style02 h3
{
  margin-bottom: 15px;
}
.card-style02 h3 a {
  color: #121c22;
}
.card-style02 p {
  color: #121c22;
}
/*.card-style02:hover {
  border: 1px solid transparent;
}
.card-style02:hover .card-body {
  opacity: 1;
}*/
/*.card-style02:hover h3{
  color: #fff;
}*/
.card-style02:hover i {
  color: #fff;
}
/*.card-style02:hover p {
  color: #fff;
}*/
.card-style02 i {
  color: #0068bb;
}

.service-features {
    font-size: 0.85rem;
    text-align: left;
}

.service-features li {
    margin-bottom: 8px;
}

.service-features i {
    font-size: 0.75rem;
}
@media screen and (max-width: 575px) {
  .card-style02 {
    min-height: 340px;
  }
}
.card-style03 .card-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 35px 30px 35px 35px;
  gap: 20px;
}
.card-style03 .card-icon {
  margin-bottom: 20px;
}
.card-style03 .card-content {
  margin-top: auto;
}
.card-style03:hover .card-icon img {
  animation: headShake 2s linear infinite;
}
@media screen and (max-width: 1399px) {
  .card-style03 .card-body {
    padding: 35px 25px 35px 30px;
  }
}
.card-style04 .card-content {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -100%);
  padding: 15px 30px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  backdrop-filter: blur(20px);
  opacity: 0;
  transition: all 0.3s ease;
}
.card-style04 .card-content ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0;
  list-style: none;
}
.card-style04 .card-content ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  transition: all 0.3s ease;
}
.card-style04:hover .card-content {
  transform: translate(-50%, 0);
  opacity: 1;
}
.card-style05 {
  min-height: 390px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.02);
  display: flex;
  justify-content: center;
  padding: 35px;
  transition: 0.3s;
}
.card-style05:hover {
  background-color: #fff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
.card-style05 .process-no {
  font-size: 128px;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .card-style05 .process-no {
    font-size: 96px;
  }
}
@media screen and (max-width: 575px) {
  .card-style05 {
    min-height: 340px;
  }
}
.card-style06 {
  background-color: rgba(255, 255, 255, 0.1);
}

.service-icon
{
  padding: 5px;
  border-radius: 8px;
  background: white;
  width: 100px;
  margin-bottom: 5px;
}
.card-style06 .service-no {
  width: 42px;
  height: 42px;
  position: relative;
  border: 1px solid #dee2e6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-style06 .service-no span {
  position: relative;
  z-index: 9;
}
.card-style06 .service-no:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #0068bb;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  z-index: 0;
}
.card-style06:hover .service-no {
  border: none;
}
.card-style06:hover .service-no:before {
  transform: scale(1);
}
.card-style07 .blog-tag {
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 9;
}
.card-style07 .blog-tag a {
  border: 1px solid #fff;
  border-radius: 30px;
  display: inline-block;
  background-color: #fff;
  margin: 1px;
}
.card-style07 .blog-tag a:hover {
  border: 1px solid #0068bb;
  background-color: #0068bb;
  color: #fff;
}
.card-style07 .blog-tag a:active {
  border: 1px solid #0068bb;
  background-color: #0068bb;
  color: #fff;
}
.card-style07 .blog-tag a:focus {
  border: 1px solid #0068bb;
  background-color: #0068bb;
  color: #fff;
}
.card-style08 .card-body .icon-holder .box {
  position: absolute;
  top: -6px;
  right: -3px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  background-color: rgba(18, 28, 34, 0.15);
  transition: all 500ms ease;
}
.card-style08 .card-body .icon-holder img {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 65px;
  transform: scale(1);
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  border: 1px solid var(--primary-color);
    border-radius: 50%;
    padding: 5px;
}
.card-style08:hover .icon-holder .box {
  background-color: var(--primary-color);
}
.card-style08:hover .icon-holder img {
  animation: headShake 2s linear infinite;
}
.filtering {
  margin-bottom: 40px;
}
.filtering span {
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 6px 15px;
  border-radius: 4px;
  background: #121c22;
  color: #ffffff;
  text-transform: uppercase;
}
.filtering span:last-child {
  margin: 0;
}
.filtering .active {
  color: #ffffff;
  background: #0068bb;
}
@media screen and (max-width: 575px) {
  .filtering {
    margin-bottom: 30px;
  }
  .filtering span {
    padding: 6px 8px;
    margin-right: 5px;
    font-size: 13px;
  }
}
.lg-backdrop {
  z-index: 99999;
}
.lg-outer {
  z-index: 999999;
}
.lg-outer .lg-thumb-item.active {
  border-color: #0068bb;
}
.lg-outer .lg-thumb-item:hover {
  border-color: #0068bb;
}
.lg-progress-bar .lg-progress {
  background-color: #0068bb;
}
.lg-backdrop.in {
  opacity: 0.85;
}
.portfolio-style01 {
  position: relative;
}
.portfolio-style01:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e1d1d;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  border-radius: 0.375rem;
}
.portfolio-style01 .portfolio-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  border-radius: 0.375rem;
}

.portfolio-style01 .portfolio-img img
{
  height: 290px;
  width: 500px;
}
.portfolio-style01 .portfolio-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: flex-end;
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.portfolio-style01 .portfolio-inner .portfolio-icon {
  margin-top: 0;
  transform-style: inherit;
  z-index: 1;
  margin-right: 30px;
  margin-left: auto;
  margin-bottom: auto;
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.portfolio-style01 .portfolio-inner .portfolio-icon i {
  font-size: 28px;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.portfolio-style01 .portfolio-inner .portfolio-heading {
  font-size: 22px;
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.portfolio-heading .h4
{
  color: #fff;
}
.portfolio-style01 .portfolio-inner .portfolio-heading h4 {
  opacity: 0;
  display: block;
  will-change: transform;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  color: #fff;
}
.portfolio-style01 .portfolio-inner .portfolio-subtitle {
  overflow: hidden;
  opacity: 0.6;
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  color: #fff;
  line-height: 28px;
  font-size: 15px;
}
.portfolio-style01 .portfolio-inner .portfolio-subtitle span {
  opacity: 0;
  display: block;
  will-change: transform;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.portfolio-style01:hover .portfolio-inner {
  opacity: 1;
}
.portfolio-style01:hover .portfolio-inner .portfolio-heading h4 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  color: #fff;
}
.portfolio-style01:hover .portfolio-inner .portfolio-subtitle span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  color: #fff;
}
.portfolio-style01:hover:before {
  opacity: 0.5;
  overflow: visible;
}
.portfolio-details-style01 .box-letter {
  background-color: #0068bb;
  position: relative;
  z-index: 1;
  float: left;
  width: 1.5em;
  height: 1.5em;
  margin-top: 0.3em;
  margin-right: 0.5em;
  font-size: 1.75em;
  line-height: 1.55em;
  color: #fff;
  font-weight: 800;
  text-align: center;
  overflow: hidden;
  border-radius: 0.375rem;
}
.portfolio-details-style01 .portfolio-tag a {
  display: inline-block;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 0 9px;
  font-size: 14px !important;
  line-height: 28px;
  font-weight: 500;
  color: #121c22;
  background-color: transparent;
  transition: 0.4s;
  border-radius: 0.375rem;
  border: 1px solid #121c22;
}
.portfolio-details-style01 .portfolio-tag a:last-child {
  margin-right: 0;
}
.portfolio-details-style01 .portfolio-tag a:hover {
  color: #fff;
  border-color: #0068bb;
  background-color: #0068bb;
}
.portfolio-details-style01 .portfolio-social-icons a {
  width: 36px;
  height: 36px;
  background-color: transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #121c22;
  border-radius: 0.375rem;
  margin-right: 12px;
  transition: all 0.4s;
}
.portfolio-details-style01 .portfolio-social-icons a:last-child {
  margin-right: 0;
}
.portfolio-details-style01 .portfolio-social-icons a:hover {
  background-color: #0068bb;
  color: #fff;
}

.portfolio-gallery-btn {
    position: absolute;
    top: 20px;
    right: 80px;
    z-index: 3;
    width: 120px;
    height: 40px;
    border-radius: 6px;
    background: #101010c2;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    border: none;
    justify-content: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
    gap: 5px;

}

#projects-grid .portfolio-gallery-btn 
{
  right: 16px;
  top: 16px;
  width: 120px;
  height: 40px;
}
.p-lightbox {
    position: fixed; inset: 0; z-index: 99999;
    display: flex; align-items: center; justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-lightbox-overlay {
    position: absolute; inset: 0;
    background: rgba(10,16,20,0.92);
}
.p-lightbox.is-open {
    opacity: 1;
    visibility: visible;
}
.p-lightbox-box {
    position: relative; z-index: 1;
    width: min(860px, 95vw);
    background: #121c22;
    border-radius: 12px;
    overflow: hidden;
    display: flex; flex-direction: column;
    transform: translateY(20px) scale(0.97);
    transition: transform 0.3s cubic-bezier(.22,.68,0,1.2);
}
.p-lightbox-header {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 18px;
    border-bottom: 0.5px solid rgba(255,255,255,0.1);
}
.p-lightbox-title { font-size: 14px; font-weight: 500; color: #fff; }
.p-lightbox-close {
    background: none; border: none; cursor: pointer; color: rgba(255,255,255,0.6);
    display: flex; align-items: center; padding: 4px;
    transition: color 0.2s;
}
.p-lightbox-close:hover { color: #fff; }
.p-lightbox-main {
    display: flex; align-items: center;
    background: #0a1014;
    position: relative;
}
.p-lb-img-wrap {
    flex: 1; display: flex; align-items: center; justify-content: center;
    min-height: 420px; max-height: 60vh;
}

.p-lightbox.is-open .p-lightbox-box {
    transform: translateY(0) scale(1);
}

.p-lb-img.is-loading {
    /*opacity: 0;*/
}
.p-lb-img {
    max-width: 100%; max-height: 60vh;
    object-fit: contain; display: block;
    transition: opacity 0.2s ease;
}
.p-lb-nav {
    width: 44px; flex-shrink: 0;
    background: none; border: none; cursor: pointer;
    color: rgba(255,255,255,0.5); display: flex;
    align-items: center; justify-content: center;
    align-self: stretch;
    transition: color 0.2s, background 0.2s;
}
.p-lb-nav:hover { color: #fff; background: rgba(0,104,187,0.3); }
.p-lightbox-thumbs {
    display: flex; gap: 8px; padding: 12px 16px;
    overflow-x: auto;
    border-top: 0.5px solid rgba(255,255,255,0.08);
}
.p-lightbox-thumbs::-webkit-scrollbar { height: 4px; }
.p-lightbox-thumbs::-webkit-scrollbar-thumb { background: #0068bb; border-radius: 2px; }
.p-lb-thumb {
    width: 60px; height: 50px; flex-shrink: 0;
    object-fit: cover; border-radius: 6px; cursor: pointer;
    border: 2px solid transparent; opacity: 0.6;
    transition: opacity 0.2s, border-color 0.2s;
}
.p-lb-thumb.active { border-color: #0068bb; opacity: 1; }
.p-lb-counter {
    text-align: center; font-size: 12px;
    color: rgba(255,255,255,0.4);
    padding: 0 0 12px;
}




.owl-nav i {
  color: #121c22;
  font-size: 18px;
  padding-top: 6px;
}
.owl-nav .owl-next {
  color: #0068bb;
  font-size: 43px;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #fff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  -o-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
}
.owl-nav .owl-prev {
  color: #0068bb;
  font-size: 43px;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #fff;
  left: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  -o-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
}
.owl-thumbs button {
  border: none;
}
.owl-thumbs button img {
  opacity: 0.5;
}
.owl-thumbs button.active img {
  opacity: 1;
}
.owl-thumbs button {
  border: none;
}
.owl-thumbs button img {
  opacity: 0.5;
}
.owl-thumbs button.active img {
  opacity: 1;
}
.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-carousel .owl-dots {
  margin-top: 20px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #0068bb;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: #0068bb;
}
.owl-thumb-item {
  cursor: pointer;
}
.wrap {
  position: relative;
  height: 755px;
  overflow: hidden;
}
.testimonial-carousel-one .owl-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: 32px;
  text-align: left;
  background-color: transparent !important;
}
.testimonial-carousel-one .owl-nav [class*="owl-"] {
  width: 50px;
  height: 50px;
  color: #121c22;
  margin-top: 0;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.testimonial-carousel-one .owl-nav [class*="owl-"]:hover {
  background: unset;
  color: #0068bb;
}
.testimonial-carousel-one .owl-nav i {
  font-size: 15px;
  padding-top: 0;
}
.testimonial-carousel-one .owl-nav .owl-next {
  background-color: transparent;
}
.testimonial-carousel-one .owl-nav .owl-prev {
  margin-right: 16px;
  position: relative;
  background-color: transparent !important;
}
.testimonial-carousel-two.owl-carousel .owl-nav {
  margin-top: 20px;
}
.testimonial-carousel-two.owl-carousel .owl-nav i {
  color: #fff;
  padding-top: 0;
}
.testimonial-carousel-two.owl-carousel .owl-nav .owl-prev {
  height: 50px;
  width: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  margin: 5px;
  transition: 0.3s;
}
.testimonial-carousel-two.owl-carousel .owl-nav .owl-next {
  height: 50px;
  width: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  margin: 5px;
  transition: 0.3s;
}
.testimonial-carousel-two.owl-carousel .owl-dots {
  position: absolute;
  bottom: 5px;
  right: 51px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  padding: 5px 10px;
}
.testimonial-carousel-two .owl-nav .owl-next:hover {
  background: #0068bb !important;
}
.testimonial-carousel-two .owl-nav .owl-prev:hover {
  background: #0068bb !important;
}
@media screen and (max-width: 575px) {
  .testimonial-carousel-two.owl-carousel .owl-dots {
    bottom: -35px;
    right: 98px;
  }
}
.portfolio-carousel-one .portfolio-item .portfolio-img:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  transition: 0.5s ease-in-out;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(24, 24, 24, 0.5), transparent);
  opacity: 0.6;
}
.portfolio-carousel-one .portfolio-item .portfolio-img img {
  transition: 0.8s ease-in-out;
  border-radius: 0.375rem;
}
.portfolio-carousel-one .portfolio-item .portfolio-img:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  border-radius: inherit;
  transition: 0.5s ease-in-out;
  pointer-events: none;
}

.portfolio-carousel-one .portfolio-item img
{
  height: 500px;  
}
.portfolio-carousel-one .portfolio-item .portfolio-body {
/*  margin: 20px 20px 20px 20px;
  border-style: solid;
  border-width: 0.76px 0.76px 0.76px 0.76px;
  border-radius: 20px 20px 20px 20px;
  border-color: rgba(255, 255, 255, 0.2);
*/  opacity: 1;
  visibility: visible;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.6) 60%, transparent 100%);
  display: flex;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 28px 18px 24px;
  overflow: hidden;
  border-radius: 20px;
  transition: 0.5s ease-in-out;
}
.portfolio-carousel-one .portfolio-item .portfolio-body .portfolio-content {
  width: 100%;
  transition: 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.portfolio-carousel-one .portfolio-item .portfolio-body h3
{
  font-size: 20px;
  color: #fff;
}
.portfolio-carousel-one
.portfolio-item
.portfolio-body
.portfolio-content
.portfolio-tag {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
}
.portfolio-carousel-one
.portfolio-item
.portfolio-body
.portfolio-content
.portfolio-tag
li {
  background: transparent;
  border: 1px solid #fff;
  padding: 0px 12px;
  margin-bottom: 7px;
  transition: 0.5s ease-in-out;
  text-transform: uppercase;
  border-radius: 20px;
  line-height: 30px;
  display: inline-block;
}
.portfolio-carousel-one
.portfolio-item
.portfolio-body
.portfolio-content
.portfolio-tag
li
a {
  color: #fff;
}
.portfolio-carousel-one .portfolio-item:hover .portfolio-img img {
  transform: scale(1.07);
}
.portfolio-carousel-one .portfolio-item:hover .portfolio-img:after {
  opacity: 1;
}
/*.portfolio-carousel-one .portfolio-item:hover .portfolio-body {
  border-color: rgba(255, 255, 255, 0);
  backdrop-filter: blur(0px);
  background-color: #0068bb;
}*/
.portfolio-carousel-one .owl-nav .owl-next:hover {
  background: #0068bb !important;
}
.portfolio-carousel-one .owl-nav .owl-prev:hover {
  background: #0068bb !important;
}
.portfolio-carousel-one.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}
.portfolio-carousel-one.owl-carousel .owl-nav {
  text-align: center;
  margin-top: 30px;
}
.portfolio-carousel-one.owl-carousel .owl-nav i {
  color: #fff;
  padding-top: 0;
}
.portfolio-carousel-one.owl-carousel .owl-nav .owl-prev {
  height: 50px;
  width: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  margin: 5px;
  transition: 0.3s;
}
.portfolio-carousel-one.owl-carousel .owl-nav .owl-next {
  height: 50px;
  width: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  margin: 5px;
  transition: 0.3s;
}
.services-carousel-one.owl-carousel .owl-item img {
  display: inline-block;
  width: unset;
  border-radius: 0.375rem;
}
.services-carousel-one.owl-carousel .owl-nav {
  margin-top: 20px;
}
.services-carousel-one.owl-carousel .owl-nav i {
  color: #fff;
  padding-top: 0;
}
.services-carousel-one.owl-carousel .owl-nav .owl-prev {
  height: 50px;
  width: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  margin: 5px;
  transition: 0.3s;
}
.services-carousel-one.owl-carousel .owl-nav .owl-next {
  height: 50px;
  width: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  margin: 5px;
  transition: 0.3s;
}
.services-carousel-one.owl-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  left: 49%;
}
.services-carousel-one .service-box {
  border-radius: 0;
  background: transparent;
  padding-left: 40px;
  padding-right: 0px;
  transition: all 0.3s ease-in-out;
}
.services-carousel-one .service-box h3 a {
  color: #fff;
}
.services-carousel-one .service-box h3 a:hover {
  color: #0068bb;
}
.services-carousel-one .service-box img {
  transition: all 0.3s ease-in-out;
}
.services-carousel-one .service-box:hover img {
  transform: scale(0.8);
}
.services-carousel-one .service-box:hover .service-btn .btn-text {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out,
  text-indent 0.4s ease-out, opacity 0.4s ease;
  -ms-transition: visibility 0.4s ease, margin-right 0.3s ease-out,
  text-indent 0.4s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out,
  text-indent 0.4s ease-out, opacity 0.4s ease;
}
.services-carousel-one .service-box:hover .service-btn .btn-arrow:before {
  font-size: 11px;
  color: #fff !important;
}
.services-carousel-one .service-box .service-btn {
  position: relative;
  display: inline-block;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-carousel-one .service-box .service-btn .btn-text {
  position: relative;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out,
  text-indent 0.5s ease-out, opacity 0.4s ease;
  -ms-transition: visibility 0.4s ease, margin-right 0.4s ease-out,
  text-indent 0.5s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out,
  text-indent 0.5s ease-out, opacity 0.4s ease;
  will-change: visibility, margin-right, text-indent, opacity;
}
.services-carousel-one .service-box .service-btn .btn-arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  text-align: center;
}
.services-carousel-one .service-box .service-btn .btn-arrow:before {
  font-size: 18px;
  line-height: inherit;
  font-weight: 400;
  font-style: inherit;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  content: "\e628";
  font-family: "themify";
  transition: 0.4s;
}
.services-carousel-one .owl-nav .owl-next:hover {
  background: #0068bb !important;
}
.services-carousel-one .owl-nav .owl-prev:hover {
  background: #0068bb !important;
}
@media screen and (max-width: 1399px) {
  .services-carousel-one .service-box {
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .services-carousel-one .service-box {
    padding-left: 0;
  }
}
.services-carousel-two.owl-carousel .owl-nav {
  margin-top: 20px;
}
.services-carousel-two.owl-carousel .owl-nav i {
  color: #fff;
  padding-top: 0;
}
.services-carousel-two.owl-carousel .owl-nav .owl-prev {
  height: 50px;
  width: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  margin: 5px;
  transition: 0.3s;
}
.services-carousel-two.owl-carousel .owl-nav .owl-next {
  height: 50px;
  width: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  margin: 5px;
  transition: 0.3s;
}
.services-carousel-two.owl-carousel .owl-dots {
  margin-top: 20px;
  position: absolute;
  bottom: 0;
  left: 45%;
}
.services-carousel-two .owl-nav .owl-next:hover {
  background: #0068bb !important;
}
.services-carousel-two .owl-nav .owl-prev:hover {
  background: #0068bb !important;
}
.services-carousel-three.owl-carousel .owl-nav {
  margin-top: 40px;
  text-align: center;
}
.services-carousel-three.owl-carousel .owl-nav i {
  color: #fff;
  padding-top: 0;
}
.services-carousel-three.owl-carousel .owl-nav .owl-prev {
  height: 50px;
  width: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  margin: 5px;
  transition: 0.3s;
}
.services-carousel-three.owl-carousel .owl-nav .owl-next {
  height: 50px;
  width: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  margin: 5px;
  transition: 0.3s;
}
.services-carousel-three .owl-nav .owl-next:hover {
  background: #0068bb !important;
}
.services-carousel-three .owl-nav .owl-prev:hover {
  background: #0068bb !important;
}
@media screen and (max-width: 1399px) {
  .services-carousel-three .service-box {
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .services-carousel-three .service-box {
    padding-left: 0;
  }
}
.pagination {
  border-radius: 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 auto;
  padding: 0;
}
.pagination li {
  display: inline;
}
.pagination li:first-child a {
  border-left-width: 1px;
}
.pagination a {
  float: left;
  padding: 0 16px;
  line-height: 40px;
  text-decoration: none;
  border: 1px solid #dbdbdb;
  border-left-width: 0;
  background: #fff;
}
.pagination a:hover {
  background-color: #121c22;
  color: #fff;
}
.pagination .active a {
  background-color: #f7f7f7;
  color: #999;
  cursor: default;
}
.pagination .disabled span {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.pagination .disabled a {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.pagination .disabled a:hover {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.page-item:not(:first-child) .page-link {
  margin-left: 0;
}
.pagination-style01 {
  margin-top: 4%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.pagination-style01 ul {
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 0;
  padding-left: 0;
}
.pagination-style01 ul li {
  list-style: none;
}
.pagination-style01 ul li a {
  border: 0;
  padding: 0 2px;
  margin: 0 7px;
  background: 0 0;
  color: #828282;
  min-width: 45px;
  font-size: inherit;
  text-align: center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  line-height: 45px;
  min-height: 45px;
  display: block;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
  border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.pagination-style01 ul li a i {
  line-height: 40px;
  font-size: 18px;
  display: inline-block;
}
.pagination-style01 ul li a:hover {
  background: #fff;
  color: #121c22;
  box-shadow: 0 0 10px rgba(23, 23, 23, 0.15) !important;
}
.pagination-style01 ul li.active a {
  background: #121c22;
  color: #fff;
  box-shadow: 0 0 10px rgba(23, 23, 23, 0.15) !important;
}
@media screen and (max-width: 575px) {
  .pagination-style01 ul {
    margin-top: 10px;
  }
  .pagination-style01 ul li a {
    min-width: 40px;
    min-height: 40px;
    line-height: 40px;
    margin: 0 4px;
  }
}
.scroll-section {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.scroll-track {
  display: flex;
  white-space: nowrap;
  will-change: transform;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: running;
}
.pause-on-hover:hover {
  animation-play-state: paused;
}
.pause-on-hover:active {
  animation-play-state: paused;
}
.pause-on-hover:focus {
  animation-play-state: paused;
}
.scroll-left {
  animation-name: scroll-left;
}
.scroll-right {
  animation-name: scroll-right;
}
.scroll-group {
  display: inline-flex;
  white-space: nowrap;
}

.scroll-section-inn .scroll-item
{
  font-size: 26px;
}
.scroll-item {
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
  font-weight: 500;
}
.scroll-item.small-img.with-img {
  min-width: 30px;
}
.scroll-item.with-img {
  min-width: 90px;
  height: auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
.scroll-item.with-img img {
  vertical-align: middle;
}
@keyframes "scroll-left" {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes "scroll-right" {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
.scroll-speed-1 {
  animation-duration: 10s;
}
.scroll-speed-2 {
  animation-duration: 15s;
}
.scroll-speed-3 {
  animation-duration: 20s;
}
.scroll-speed-4 {
  animation-duration: 30s;
}
.scroll-speed-5 {
  animation-duration: 40s;
}
.scroll-speed-6 {
  animation-duration: 60s;
}
.scroll-speed-7 {
  animation-duration: 80s;
}
.scroll-speed-8 {
  animation-duration: 100s;
}
.scroll-speed-9 {
  animation-duration: 120s;
}
.scroll-icon-rotated {
  -webkit-animation: icon-rotated 2s linear infinite;
  animation: icon-rotated 2s linear infinite;
}
@keyframes "icon-rotated" {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.scroll-section.scroll-style01 {
  font-size: 180px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -2px;
}
.scroll-section.scroll-style01 .scroll-item.with-img img.scroll-icon-rotated {
  -webkit-animation: icon-rotated 20s linear infinite;
  animation: icon-rotated 20s linear infinite;
}
@media screen and (max-width: 1199px) {
  .scroll-section.scroll-style01 {
    font-size: 165px;
  }
}
@media screen and (max-width: 991px) {
  .scroll-section.scroll-style01 {
    font-size: 140px;
  }
}
@media screen and (max-width: 767px) {
  .scroll-section.scroll-style01 {
    font-size: 110px;
  }
}
@media screen and (max-width: 575px) {
  .scroll-section.scroll-style01 {
    font-size: 90px;
  }
}
.scroll-section.scroll-style02 .scroll-item {
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(0, 0, 0, 0.2);
  padding: 22px 50px 22px 50px;
  border-radius: 60px;
  align-items: center;
  color: #fff;
  font-size: 48px;
}
@media screen and (max-width: 1199px) {
  .scroll-section.scroll-style02 .scroll-item {
    font-size: 42px;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 991px) {
  .scroll-section.scroll-style02 .scroll-item {
    font-size: 35px;
    padding: 15px 35px;
  }
}
@media screen and (max-width: 575px) {
  .scroll-section.scroll-style02 .scroll-item {
    font-size: 28px;
    padding: 12px 25px;
  }
}
.accordion .card {
  background: #fff;
  box-shadow: none;
  margin-bottom: 20px;
  border: 0;
  border-radius: 0;
}
.accordion .card:last-child {
  margin-bottom: 0;
}
.accordion .card-header {
  border: 0;
  padding: 0;
  background: none;
}
.accordion .accordion-collapse {
  border: none;
}
.accordion .accordion-button {
  border-bottom: none;
  color: #fff;
  font-size: 16px;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  box-shadow: none;
  font-weight: 500;
  padding: 16px 64px 16px 20px;
  text-decoration: none;
  background: #0068bb;
  border: 1px solid transparent;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.accordion .accordion-button:hover {
  text-decoration: none;
}
.accordion .accordion-button:active {
  text-decoration: none;
}
.accordion .accordion-button:focus {
  text-decoration: none;
}
.accordion .accordion-button:after {
  background: #fff;
  border: none;
  content: "-";
  right: 20px;
  border-radius: 5px;
  left: inherit;
  font-size: 18px;
  border: 1px solid #fff;
  transform: none;
  width: 25px;
  height: 25px;
  line-height: 21px;
  top: 14px;
  position: absolute;
  color: #121c22;
  text-align: center;
}
.accordion .accordion-button.collapsed {
  background: #fff;
  color: #4b4b4b;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-color: transparent;
}
.accordion .accordion-button.collapsed:after {
  background: #0068bb;
  border: none;
  content: "+";
  right: 20px;
  left: inherit;
  font-size: 18px;
  transform: none;
  width: 25px;
  height: 25px;
  line-height: 20px;
  top: 14px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
}
.accordion .card-body {
  color: #4b4b4b;
  font-size: 15px;
  padding: 20px 25px;
  text-align: left;
  border-top: 0;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.accordion-style .card {
  background: transparent;
  box-shadow: none;
  margin-top: 0 !important;
  border: none;
  margin-bottom: 20px;
  box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
}
.accordion-style .card-header {
  border: 0px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: none;
}
.accordion-style .btn-link {
  background: #fff;
  color: #0068bb;
  line-height: 20px;
  position: relative;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border-radius: 4px;
  padding: 20px 35px 20px 20px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0;
}
.accordion-style .btn-link:hover {
  text-decoration: none;
  color: #0068bb;
}
.accordion-style .btn-link:active {
  text-decoration: none;
  color: #0068bb;
}
.accordion-style .btn-link:focus {
  text-decoration: none;
  color: #0068bb;
}
.accordion-style .btn-link:after {
  background: none;
  content: "-";
  right: 17px;
  left: inherit;
  font-size: 20px;
  height: auto;
  transform: none;
  width: auto;
  top: 20px;
  position: absolute;
  color: #0068bb;
}
.accordion-style .btn-link.collapsed {
  color: #121c22;
}
.accordion-style .btn-link.collapsed:after {
  background: none;
  content: "+";
  right: 15px;
  left: inherit;
  font-size: 20px;
  height: auto;
  transform: none;
  width: auto;
  top: 20px;
  color: #121c22;
}
.accordion-style .card-body {
  padding: 0px 40px 30px 20px;
}
@media screen and (max-width: 991px) {
  .accordion-style .accordion-button {
    padding: 15px 50px 15px 15px;
    font-size: 16px;
  }
  .accordion-style .accordion-button:after {
    right: 15px;
    font-size: 16px;
    height: 22px;
    line-height: 18px;
    width: 22px;
    top: 13px;
  }
  .accordion-style .accordion-button.collapsed:after {
    right: 15px;
    font-size: 16px;
    height: 22px;
    line-height: 18px;
    width: 22px;
    top: 13px;
  }
  .accordion-style .card-body {
    padding: 20px 15px;
    padding: 10px 25px 30px 25px;
  }
  .accordion-style .btn-link:after {
    top: 20px;
  }
  .accordion-style .btn-link.collapsed:after {
    top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .accordion.accordion-button {
    padding: 15px 50px 15px 15px;
  }
}
.accordion-style.style01 .card {
  background: transparent;
  box-shadow: none;
  margin-bottom: 20px;
  border: 0;
  border-radius: 0;
}
.accordion-style.style01 .card:last-child {
  margin-bottom: 0;
}
.accordion-style.style01 .card-header {
  border: 0;
  padding: 0;
  background: none;
}
.accordion-style.style01 .accordion-collapse {
  border: none;
}
.accordion-style.style01 .accordion-button {
  border-bottom: none;
  color: #fff;
  font-size: 18px;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  box-shadow: none;
  font-weight: 500;
  padding: 20px 60px 20px 20px;
  text-decoration: none;
  background: #0068bb;
  border: 1px solid transparent;
  border-top-right-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
}
.accordion-style.style01 .accordion-button:hover {
  text-decoration: none;
}
.accordion-style.style01 .accordion-button:active {
  text-decoration: none;
}
.accordion-style.style01 .accordion-button:focus {
  text-decoration: none;
}
.accordion-style.style01 .accordion-button:after {
  background: #fff;
  border: none;
  content: "-";
  right: 20px;
  border-radius: 0.375rem;
  left: inherit;
  font-size: 18px;
  border: 1px solid #fff;
  transform: none;
  width: 25px;
  height: 25px;
  line-height: 21px;
  top: 18px;
  position: absolute;
  color: #0068bb;
  text-align: center;
}
.accordion-style.style01 .accordion-button.collapsed {
  background: #fff;
  color: #121c22;
  border: 1px solid #ededed;
  border-radius: 0.375rem;
}
.accordion-style.style01 .accordion-button.collapsed:after {
  background: #121c22;
  border: none;
  content: "+";
  right: 20px;
  left: inherit;
  font-size: 18px;
  transform: none;
  width: 25px;
  height: 25px;
  line-height: 20px;
  top: 18px;
  border-radius: 0.375rem;
  text-align: center;
  color: #fff;
}
.accordion-style.style01 .card-body {
  color: #121c22;
  font-size: 16px;
  padding: 20px 25px;
  line-height: 28px;
  text-align: left;
  border-top: 0;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
@media screen and (max-width: 991px) {
  .accordion-style.style01 .accordion-button {
    padding: 15px 50px 15px 15px;
    font-size: 16px;
  }
  .accordion-style.style01 .accordion-button.collapsed:after {
    right: 15px;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    width: 22px;
    top: 13px;
  }
  .accordion-style.style01 .card-body {
    padding: 20px 15px;
  }
  .accordion .accordion-button:after {
    right: 20px;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    width: 22px;
    top: 13px;
  }
}
@media screen and (max-width: 575px) {
  .accordion-style.style01 .accordion-button {
    padding: 15px 50px 15px 15px;
  }
}
.search-form_input {
  color: #0068bb;
}
.service-sidebar .cetegory li a {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 15px 20px 15px 30px;
  border-radius: 0.375rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-sidebar .cetegory li:hover a {
  background-color: #0068bb;
  color: #fff;
}
.service-sidebar .cetegory li:focus a {
  background-color: #0068bb;
  color: #fff;
}
.service-sidebar .cetegory li:active a {
  background-color: #0068bb;
  color: #fff;
}
.service-sidebar .cetegory li.active a {
  background-color: #0068bb;
  color: #fff;
}
.service-sidebar .widget {
  margin-bottom: 30px;
  padding: 30px 25px;
  border-radius: 0.375rem;
  position: relative;
  display: block;
}
.service-sidebar .widget .widget-brochure {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.service-sidebar .widget .widget-brochure li {
  position: relative;
  margin-bottom: 12px;
  display: inline-block;
  width: 100%;
  border: 0;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.1);
}
.service-sidebar .widget .widget-brochure li a {
  position: relative;
  display: block;
  padding: 16px 15px 16px 75px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.service-sidebar .widget .widget-brochure li a i {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  line-height: 3;
  text-align: center;
  font-size: 20px;
  background: #0068bb;
  color: #ffffff;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.service-sidebar .widget:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .service-sidebar .widget {
    padding: 25px 20px;
  }
}
.banner-wrapper img {
  margin-top: 0;
  clip-path: polygon(0 0, 100% 0, 102% 87%, 0% 100%);
}
.banner-wrapper .icon-boxs {
  position: absolute;
  top: -60px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.banner-wrapper .icon-boxs i {
  line-height: 80px;
}
.blog-sidebar .input-group-append .btn-style01:before {
  background-color: #fff;
}
.blog-sidebar .widget {
  padding: 30px 25px;
  border-radius: 0.375rem;
  position: relative;
  display: block;
}
.blog-sidebar .widget .widget-content {
  position: relative;
}
.blog-sidebar .widget .category-list li {
  margin-bottom: 0.5rem;
}
.blog-sidebar .widget .category-list li:last-child {
  margin-bottom: 0px;
}
.blog-sidebar .widget .category-list li a {
  background: rgba(255, 255, 255, 0.1);
  padding: 14px 20px 14px 28px;
  padding: 15px 20px 15px 30px;
  border-radius: 0.375rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.blog-sidebar .widget .category-list li a span {
  z-index: 9;
  position: relative;
}
.blog-sidebar .widget .category-list li a:after {
  content: "\e65a";
  font-family: "themify";
  font-size: 12px;
  font-weight: bold;
  margin-left: -10px;
}
.blog-sidebar .widget .category-list li a:hover {
  background: #0068bb;
  color: #fff;
}
.blog-sidebar .widget .category-list li a:active {
  background: #0068bb;
  color: #fff;
}
.blog-sidebar .widget .category-list li a:focus {
  background: #0068bb;
  color: #fff;
}
.blog-sidebar .widget .category-list li:hover a:after {
  margin-left: 10px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.blog-sidebar .widget .category-list li.active a:after {
  margin-left: 10px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.blog-sidebar .blog-tags a {
  background-color: #0068bb;
  padding: 7px 12px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin: 0.6rem 5px 0 0;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #0068bb;
  border-radius: 3px;
}
.blog-sidebar .blog-tags a:hover {
  background-color: #fff;
  color: #0068bb;
}
.blog-sidebar .blog-tags a:active {
  background-color: #fff;
  color: #0068bb;
}
.blog-sidebar .blog-tags a:focus {
  background-color: #fff;
  color: #0068bb;
}
.comment-reply-link {
  color: #191919;
  background: rgba(25, 25, 25, 0.1);
  padding: 5px 18px;
  font-weight: 500;
  border-radius: 4px;
  font-size: 14px;
}
.comment-reply-link:hover {
  color: #fff;
  background: #191919;
}
.comment-reply-link:active {
  color: #fff;
  background: #191919;
}
.comment-reply-link:focus {
  color: #fff;
  background: #191919;
}
.tags a {
  border: 1px solid #1e3e55;
  padding: 7px 21px;
  font-size: 14px;
  line-height: 20px;
  margin: 5px 10px 5px 0;
  display: inline-block;
}
.tags a:hover {
  border-color: #0068bb;
  background: #0068bb;
  color: #fff;
}
.tags a:active {
  border-color: #0068bb;
  background: #0068bb;
  color: #fff;
}
.tags a:focus {
  border-color: #0068bb;
  background: #0068bb;
  color: #fff;
}
.widget .widget-brochure {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.widget .widget-brochure li {
  position: relative;
  margin-bottom: 12px;
  display: inline-block;
  border: 1px solid #ededed;
  width: 100%;
  background: #fff;
}
.widget .widget-brochure li a {
  position: relative;
  display: block;
  padding: 16px 15px 16px 75px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 800;
}
.widget .widget-brochure li a i {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  line-height: 3;
  text-align: center;
  font-size: 20px;
  background: #0068bb;
  color: #ffffff;
}
.widget .widget-brochure li:last-child {
  margin-bottom: 0;
}
.sidebar .widget {
  margin-bottom: 30px;
  box-shadow: 0 0 14px rgba(82, 85, 90, 0.1);
}
.sidebar .widget .blog-tags a {
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  display: -webkit-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: relative;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  z-index: 9;
  padding: 5px 12px;
  margin: 5px 10px 5px 0;
}
.sidebar .widget .blog-tags a:hover {
  color: #f9275a;
}
.sidebar .widget .blog-tags a:hover:before {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar .widget .blog-tags a:before {
  width: 0%;
  content: "";
  height: 0%;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
  z-index: -1;
}
.sidebar .widget .blog-tags.sm-tags a {
  font-size: 14px;
  background-color: white;
  color: #1e3e55;
  display: -webkit-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: relative;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  z-index: 9;
  padding: 5px 12px;
  margin: 5px 10px 5px 0;
}
.sidebar .widget .blog-tags.sm-tags a:hover {
  color: #f9275a;
}
.sidebar .widget.categories ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.sidebar .widget.categories ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: unset;
}
.sidebar .widget.categories ul li a {
  color: #fff;
}
.sidebar .widget.categories ul li:hover a {
  color: #f9275a;
}
.sidebar .widget.categories ul li:hover span {
  color: #f9275a;
}
.sidebar .widget.categories ul li:hover span:before {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar .widget.categories ul li span {
  width: 27px;
  height: 27px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  z-index: 9;
}
.sidebar .widget.categories ul li span:before {
  width: 0%;
  content: "";
  height: 0%;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
  z-index: -1;
}
.banner-wrapper img {
  margin-top: 0;
  clip-path: polygon(0 0, 100% 0, 102% 87%, 0% 100%);
}
.banner-wrapper .icon-boxs {
  position: absolute;
  top: -60px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.banner-wrapper .icon-boxs i {
  line-height: 80px;
}
.blogs .posts-wrapper .meta-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 30px;
  padding-left: 0;
  padding-bottom: 10px;
  position: relative;
  font-weight: 600;
}
.blogs .posts-wrapper .meta-list:before {
  background: #ededed;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.blogs .posts-wrapper .meta-list li {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  color: #777;
  margin-right: 20px;
}
.blogs .posts-wrapper .post-content-details {
  padding: 1.75rem;
}
.blogs .posts-wrapper .blog-detail-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.blogs .posts-wrapper .blog-detail-list li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 25px;
  text-transform: capitalize;
  font-size: 16px;
}
.blogs .posts-wrapper .blog-detail-list li:after {
  content: "\f0a9";
  font-family: Font Awesome\5 Free;
  position: absolute;
  left: 0px;
  top: 1px;
  z-index: 1;
  font-weight: 600;
  color: #0068bb;
}
.blogs .posts-wrapper .share-post {
  text-align: right;
  padding-left: 10px;
}
.blogs .posts-wrapper .share-post ul li {
  display: inline-block;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 991px) {
  .blogs .posts-wrapper .meta-list {
    margin: 0 0 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .blogs .posts-wrapper .blog-detail-list li {
    font-size: 14.4px;
  }
  .blogs .posts-wrapper .share-post {
    text-align: unset;
  }
  .blogs .posts-wrapper .share-post ul li {
    font-size: 15px;
    margin: 0 8px;
  }
  .blogs .posts-wrapper .meta-list li {
    margin-right: 15px;
  }
  .blogs .posts-wrapper .separator {
    margin-top: 20px;
  }
}
.blog-tags {
  margin-bottom: 0;
  padding-left: 12px;
}
.blog-tags li {
  display: inline-block;
  list-style: none;
}
.blog-tags li a {
  font-size: 14px;
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  padding: 3px 8px;
  margin: 4px 4px 4px 0;
  border: 1px solid #ededed;
  line-height: 30px;
  border-radius: 5px;
}
.blog-tags li a:hover {
  background: #0068bb;
  color: #ffffff;
  border: 1px solid #0068bb;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .widget-title {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .side-bar .widget {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 575px) {
  .side-bar .widget {
    padding: 20px;
  }
}
.common-blockquote {
  background-color: #0068bb;
  padding: 30px 35px;
  color: #ffffff;
  font-size: 20px;
  position: relative;
  margin: 0;
}
.common-blockquote:before {
  content: "\e67f";
  font-family: "themify";
  display: block;
  line-height: 1;
  margin-bottom: 15px;
  text-align: center;
  font-size: 40px;
}
.common-blockquote cite {
  display: block;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  font-style: normal;
}
.coming-soon .newsletter-form .quform-elements {
  position: relative;
}
.coming-soon .newsletter-form .quform-submit-inner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: auto;
  background: transparent;
  height: 48px;
}
.coming-soon .newsletter-form .quform-submit-inner .btn {
  padding: 0.5rem 1.15rem;
}
.coming-soon .newsletter-form .quform-loading-wrap {
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 0;
}
.coming-soon .newsletter-form input {
  border: 1px solid transparent;
  background-color: #121c22;
  height: 50px;
  padding: 0.5rem 4rem 0.5rem 1rem;
  color: #fff;
}
.coming-soon .newsletter-form .form-control:focus {
  background-color: #121c22;
  color: #fff;
}
.coming-soon .newsletter-form .form-control:active {
  background-color: #121c22;
  color: #fff;
}
.coming-soon .newsletter-form .quform-has-error input {
  border-color: #f5543f;
}
.coming-soon .newsletter-form .quform-has-error textarea {
  border-color: #f5543f;
}
.coming-soon .newsletter-form .quform-has-error select {
  border-color: #f5543f;
}
.coming-soon .newsletter-form .quform-input .quform-errors-wrap {
  right: 15px;
}
.coming-soon .newsletter-form i {
  font-size: 1.2rem;
  line-height: 2rem;
}
.countdown {
  padding: 0;
}
.countdown li {
  background: #121c22;
  display: inline-block;
  text-align: center;
  min-width: 130px;
  padding: 25px;
  border: 1px solid #ededed;
  margin: 0 5px;
  border-radius: 0.375rem;
}
.countdown li span {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  line-height: normal;
  position: relative;
  color: #fff;
}
.countdown li span:before {
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
}
.countdown li p.timeRefDays {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.countdown li p.timeRefHours {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.countdown li p.timeRefMinutes {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.countdown li p.timeRefSeconds {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.coming-soon > .bg-img {
  content: "";
  position: absolute !important;
  width: 65%;
  height: 100vh;
  top: 0;
  right: 0;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
  .countdown li {
    min-width: 115px;
    padding: 20px;
  }
  .countdown li span {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .countdown li {
    min-width: 98px;
    padding: 15px;
    margin: 10px 5px;
  }
  .countdown li span {
    font-size: 30px;
  }
  .coming-soon:before {
    width: 100%;
  }
}
.wrapper-error h1 {
  font-weight: 800;
  font-size: 300px;
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper-error h1 span {
  width: 226px;
  height: 226px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0068bb;
  border-radius: 50%;
}
.wrapper-error h1 span i {
  font-size: 90px;
  width: 140px;
  height: 140px;
  background-color: #0068bb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.wrapper-error h2 {
  font-size: 120px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 1199px) {
  .wrapper-error h2 {
    font-size: 90px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-error h1 {
    font-size: 240px;
  }
  .wrapper-error h1 span {
    width: 196px;
    height: 196px;
  }
  .wrapper-error h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 575px) {
  .wrapper-error h1 {
    font-size: 145px;
  }
  .wrapper-error h1 span {
    width: 106px;
    height: 106px;
  }
  .wrapper-error h1 span i {
    width: 70px;
    height: 70px;
    font-size: 50px;
  }
  .wrapper-error h2 {
    font-size: 35px;
  }
}
.map-h500 {
  height: 500px;
  width: 100%;
}
.about-style01 .exp-number {
  font-size: 123px;
  line-height: 1;
  letter-spacing: -5px;
  margin-bottom: 0;
  color: #0068bb;
  display: inline-block;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .about-style01 .exp-number {
    font-size: 95px;
  }
}
@media screen and (max-width: 575px) {
  .about-style01 .exp-number {
    font-size: 80px;
  }
}
.feature-box-section
{
  padding: 50px 0;
}
.about-style02 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 30px 0;
}

.about-style02::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--bg-image) center/cover no-repeat;
  opacity: var(--bg-opacity, 0.08);
  z-index: -1;
  pointer-events: none;
}

.about-style02 .icon-box {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #f8f9fa;
  box-shadow: 5px 4px 13px 0px rgba(248, 249, 250, 0.15);
}
.about-style02 .about-content:hover .icon-box img {
  animation: headShake 2s linear infinite;
}
@keyframes "headShake" {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.about-style03 .about-left-box {
  width: 340px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  background-color: rgba(4, 6, 24, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 20px;
  padding: 30px;
}
.about-style03 .about-box {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}
.about-style03 .about-box:last-child {
  margin-bottom: 0;
}
.about-style03 .about-box .icon-box {
  position: relative;
  height: 60px;
  width: 60px;
  background-color: #0068bb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.about-style03 .about-box .icon-box:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #121c22;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  z-index: 0;
}
.about-style03 .about-box .icon-box img {
  position: relative;
  width: 100%;
  max-width: 30px;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.about-style03 .about-box:hover .icon-box:hover {
  background-color: transparent;
}
.about-style03 .about-box:hover .icon-box:before {
  transform: scale(1);
}
.about-style03 .about-right-box .right-bg {
  transform: translateY(-8.01324px);
  opacity: 1;
  box-shadow: 0 20px 100px rgba(0, 0, 0, 0.1);
  z-index: 1;
  text-align: center;
  padding: 30px;
  width: 180px;
  background-color: #fff;
  overflow: hidden;
  display: inline-block;
  border-radius: 0.375rem;
}
.about-style03 .about-right-box .right-bg .right-circle {
  z-index: -1;
  position: absolute;
  right: -35px;
  top: -30px;
  height: 150px;
  width: 150px;
  border-radius: 100%;
  background-color: #0068bb;
}
.about-style03 .about-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 30px;
  margin-top: 40px;
}
.about-style03 .about-contact .about-contact-number {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.about-style03 .about-contact .about-contact-number .contact-circle {
  position: relative;
  background: #0068bb;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.about-style03 .about-contact .about-contact-number .contact-circle:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #121c22;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  z-index: 0;
}
.about-style03 .about-contact .about-contact-number img {
  position: relative;
  width: 100%;
  max-width: 30px;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.about-style03
.about-contact
.about-contact-number:hover
.contact-circle:before {
  transform: scale(1);
}
.about-style04 .about-content .icon-box {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #f8f9fa;
  box-shadow: 5px 4px 13px 0px rgba(248, 249, 250, 0.15);
}
.about-style04 .about-content:hover .icon-box img {
  animation: headShake 2s linear infinite;
}
.about-style05 .arrow-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 20px;
  width: 50px;
  height: 50px;
  border: 2px solid var(--primary-color);
  border-radius: 50%;
}
.client-style-one .client-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.client-style-one .client-wrap .client-item {
  width: 20%;
  display: flex;
  justify-content: center;
  padding: 44px 30px;
  align-items: center;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.client-style-one .client-wrap .client-item::before {
  position: absolute;
  border-bottom: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  content: "";
  background: #121c22;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.client-style-one .client-wrap .client-item:nth-child(6) {
  border-bottom: 0;
}
.client-style-one .client-wrap .client-item:nth-child(7) {
  border-bottom: 0;
}
.client-style-one .client-wrap .client-item:nth-child(8) {
  border-bottom: 0;
}
.client-style-one .client-wrap .client-item:nth-child(9) {
  border-bottom: 0;
}
.client-style-one .client-wrap .client-item:nth-child(10) {
  border-bottom: 0;
}
.client-style-one .client-wrap .client-item:nth-child(5) {
  border-right: 0;
}
.client-style-one .client-wrap .client-item:last-child {
  border-right: 0;
}
.client-style-one .client-wrap .client-item:hover {
  background: #0068bb;
  box-shadow: 0px 16px 32px 0px rgba(0, 62, 131, 0.2);
}
.client-style-one .client-wrap .client-item:hover::before {
  opacity: 1;
}
.client-style-one .client-wrap .client-item:hover img {
  filter: brightness(0) invert(1);
}
.client-style-one .client-wrap .client-item img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.client-style-one .client-wrap .client-item a {
  max-width: 140px;
}
.client-style-one .client-item {
  width: 33.33%;
}
@media screen and (max-width: 991px) {
  .client-style-one .client-wrap .client-item {
    width: 33.33%;
  }
  .client-style-one .client-wrap .client-item:nth-child(5) {
    border-right: 1px solid #eeeeee;
  }
  .client-style-one .client-wrap .client-item:last-child {
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
  }
  .client-style-one .client-wrap .client-item:nth-child(6) {
    border-bottom: 1px solid #eeeeee;
    border-right: 0;
  }
  .client-style-one .client-wrap .client-item:nth-child(3) {
    border-right: 0;
  }
  .client-style-one .client-wrap .client-item:nth-child(9) {
    border-right: 0;
    border-bottom: 1px solid #eeeeee;
  }
  .client-style-one .client-wrap .client-item:nth-child(7) {
    border-bottom: 1px solid #eeeeee;
  }
  .client-style-one .client-wrap .client-item:nth-child(8) {
    border-bottom: 1px solid #eeeeee;
  }
}
@media screen and (max-width: 767px) {
  .client-style-one .client-wrap .client-item {
    width: 50%;
    padding: 35px 30px;
  }
  .client-style-one .client-wrap .client-item:nth-child(2) {
    border-right: 0;
    border-left: 0;
  }
  .client-style-one .client-wrap .client-item:nth-child(4) {
    border-right: 0;
    border-left: 0;
  }
  .client-style-one .client-wrap .client-item:nth-child(6) {
    border-right: 0;
    border-left: 0;
  }
  .client-style-one .client-wrap .client-item:nth-child(8) {
    border-right: 0;
    border-left: 0;
  }
  .client-style-one .client-wrap .client-item:last-child {
    border-right: 0;
    border-left: 0;
  }
  .client-style-one .client-wrap .client-item:nth-child(3) {
    border-right: 1px solid #eeeeee;
  }
  .client-style-one .client-wrap .client-item:nth-child(5) {
    border-left: 0;
  }
  .client-style-one .client-wrap .client-item:nth-child(9) {
    border-bottom: 0;
    border-right: 1px solid #eeeeee;
  }
}
.client-style02 .client-box {
  min-height: 114px;
  border-radius: 0.375rem;
  transition: 0.4s;
  position: relative;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
}
.client-style02 .client-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: inherit;
}
.client-style02 .client-box .client-img {
  display: flex;
  position: relative;
  z-index: 1;
  justify-content: center;
  -webkit-mask-position-x: center;
  align-items: center;
  -webkit-mask-position-y: center;
  height: auto;
  width: 100%;
}
.client-style02 .client-box .client-img img {
  transition: 0.4s;
}
.client-style02 .client-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: inherit;
  background-color: #0068bb;
  border-radius: 0.375rem;
  opacity: 0;
}
.client-style02 .client-box:hover:after {
  opacity: 1;
}
.client-style02 .client-box:hover:before {
  opacity: 0;
}
.client-style02 .client-box:hover .client-img img {
  filter: brightness(0) invert(1);
}

.why-choose-us-section
{
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 20px 0 80px 0px;
}
.why-choose-us-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--bg-image) center / cover no-repeat;
  opacity: var(--bg-opacity, 0.08);
  z-index: -1;
  pointer-events: none;
}

.why-choose-us-style01 .why-choose-box .icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0068bb;
  position: absolute;
  top: 0;
  left: 10px;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.4s ease;
}
.why-choose-us-style01 .why-choose-box:hover .icon-circle {
  opacity: 1;
  transform: scale(1);
}
.counter-style01 .title-text h2 {
  font-size: 7.25rem;
  line-height: 1;
  font-weight: 800;
}
.counter-style01 .about-text {
  width: 104px;
  height: 104px;
  color: #121c22;
  font-weight: 600;
  margin-top: 30px;
  position: relative;
  border-radius: 50%;
  right: -190px;
}
.counter-style01 .about-text .coloring {
  fill: #121c22;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.counter-style01 .about-text svg {
  -webkit-animation: rotated_circle 12s linear infinite;
  animation: rotated_circle 12s linear infinite;
}
.counter-style01 .about-text .about-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
}
@media screen and (max-width: 1399px) {
  .counter-style01 .title-text h2 {
    font-size: 6.25rem;
  }
}
@media screen and (max-width: 1199px) {
  .counter-style01 .about-text {
    right: -100px;
  }
}
@media screen and (max-width: 991px) {
  .counter-style01 .title-text h2 {
    font-size: 5.35rem;
  }
  .counter-style01 .about-text {
    right: -50px;
  }
}
@media screen and (max-width: 767px) {
  .counter-style01 .title-text h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 575px) {
  .counter-style01 .title-text h2 {
    font-size: 2.3rem;
  }
}

.counter-style02
{
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 80px 0;
}
.counter-style02::before
{
  content: "";
  position: absolute;
  inset: 0;
  background: var(--bg-image) center / cover no-repeat;
  opacity: var(--bg-opacity, 0.08);
  z-index: -1;
  pointer-events: none;
}

.counter-style02 .counter-block .counter-inner {
  font-size: 78px;
  /*line-height: 1;*/
  font-weight: 700;
  color: #232323;
  letter-spacing: -0.04em;
  /*overflow: hidden;*/
}
.counter-style02 .counter-block .counter-inner .counter-no {
  display: flex;
  margin: 0 0 -0.1em 0;
  font-weight: inherit;
  position: relative;
  white-space: nowrap;
  justify-content: center;
}
.counter-style02 .counter-block .counter-line {
  width: 100%;
  height: 1px;
  margin: 0 0 21px;
}

.counter-no {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 2px;
    line-height: 1;
}

.custom-counter {
    font-size: clamp(42px, 5vw, 42px);
    font-weight: 600;
    color: #333;
    letter-spacing: 1px;
    line-height: 1;
    display: inline-block;
    vertical-align: baseline;
    font-family: 'Montserrat', sans-serif;
}

.counter-plus {
    font-size: clamp(32px, 4vw, 42px);
    font-weight: 600;
    color: var(--primary-color, #e8a020);
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    padding-left: 5px;
}
@media screen and (max-width: 1199px) {
  .counter-style02 .counter-block .counter-inner {
    font-size: 65px;
  }
  .counter-style02 .counter-block .counter-inner .counter-no {
    margin: 0 0 -0.3em 0;
  }
  .counter-style02 .counter-block .counter-line {
    margin: 0 0 12px;
  }
}
@media screen and (max-width: 991px) {
  .counter-style02 .counter-block .counter-inner {
    font-size: 56px;
  }
}
.error-style01 h1 {
  font-size: 450px;
  margin-bottom: 50px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
  letter-spacing: 0.027em;
  line-height: 0.8;
}
@media screen and (max-width: 1399px) {
  .error-style01 h1 {
    font-size: 395px;
  }
}
@media screen and (max-width: 1199px) {
  .error-style01 h1 {
    font-size: 315px;
  }
}
@media screen and (max-width: 767px) {
  .error-style01 h1 {
    font-size: 235px;
  }
}
@media screen and (max-width: 575px) {
  .error-style01 h1 {
    font-size: 125px;
    margin-bottom: 25px;
  }
}
.feature-style01 {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  margin-top: -60px;
  background-color: #fff;
  z-index: 9;
  position: relative;
  padding: 40px 20px;
}
@media screen and (max-width: 1399px) {
  .feature-style01 {
    margin-top: -60px;
  }
}
@media screen and (max-width: 1199px) {
  .feature-style01 {
    margin-top: -95px;
  }
}
@media screen and (max-width: 575px) {
  .feature-style01 {
    margin-top: -50px;
  }
}
.client-style01 .client-logo {
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}
.client-style01:hover .client-logo {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  opacity: 0.6;
}
.client-style01 .client-logo:hover {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.award-style01 .award-box {
  padding: 35px 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease-in-out;
}
.award-style01 .award-box:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.award-style01 .award-box:first-child {
  padding-top: 0;
}
.award-style01 .award-box .award-year .h5 {
  font-weight: 800;
  font-size: 72px;
  margin: 0;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  transition: all 0.5s ease-in-out;
}
.award-style01 .award-box .award-content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.award-style01 .award-box .award-circle {
  width: 130px;
  height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.award-style01 .award-box .award-circle h4 {
  color: #fff;
  margin: 0;
  transition: all 0.5s ease-in-out;
}
.award-style01 .award-box .award-circle span {
  color: #fff;
  opacity: 0.6;
  transition: all 0.5s ease-in-out;
}
.award-style01 .award-box:hover .award-year .h5,
.award-style01 .award-box:active .award-year .h5,
.award-style01 .award-box:focus .award-year .h5 {
  color: #fff;
  -webkit-text-stroke: 0px;
}
.award-style01 .award-box:hover .award-circle,
.award-style01 .award-box:active .award-circle,
.award-style01 .award-box:focus .award-circle {
  background-color: #fff;
  transform: scale(1.05);
}
.award-style01 .award-box:hover .award-circle h4,
.award-style01 .award-box:active .award-circle h4,
.award-style01 .award-box:focus .award-circle h4 {
  color: #0068bb;
}
.award-style01 .award-box:hover .award-circle span,
.award-style01 .award-box:active .award-circle span,
.award-style01 .award-box:focus .award-circle span {
  color: #212529;
  opacity: 1;
}
.award-style01 .award-box.active .award-year .h5 {
  color: #fff;
  -webkit-text-stroke: 0px;
}
.award-style01 .award-box.active .award-circle {
  background-color: #fff;
  transform: scale(1.05);
}
.award-style01 .award-box.active .award-circle h4 {
  color: #0068bb;
}
.award-style01 .award-box.active .award-circle span {
  color: #212529;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  .award-style01 .award-box {
    padding: 35px 35px;
  }
}
@media screen and (max-width: 991px) {
  .award-style01 .award-box {
    padding: 30px 20px;
  }
  .award-style01 .award-box .award-year h5 {
    font-size: 56px;
  }
}
@media screen and (max-width: 767px) {
  .award-style01 .award-box {
    padding: 25px 15px;
  }
  .award-style01 .award-box .award-year h5 {
    font-size: 42px;
  }
  .award-style01 .award-box .award-circle {
    width: 100px;
    height: 100px;
  }
}
.extra-style01 {
  min-height: 900px;
  position: relative;
  align-content: end;
}
.extra-style01 .video_btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: relative;
  background: var(--primary-color);
  text-align: center;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  transition-duration: 0s;
  -ms-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
}
.extra-style01 .video_btn:before {
  width: 75px;
  height: 75px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 95px;
  width: 95px;
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.3;
  animation: pulse-border 1500ms ease-out infinite;
}
.extra-style01 .video_btn:after {
  width: 60px;
  height: 60px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 80px;
  width: 80px;
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.3;
  animation: pulse-border 1500ms ease-out infinite;
}
.extra-style01 .video_btn:hover i {
  color: #fff;
}
.extra-style01 .video_btn:focus i {
  color: #fff;
}
.extra-style01 .video_btn.small {
  width: 55px;
  height: 55px;
  line-height: 55px;
}
.extra-style01 .video_btn.small:after {
  height: 50px;
  width: 50px;
}
.extra-style01 .video_btn.small:before {
  height: 65px;
  width: 65px;
}
@media screen and (max-width: 991px) {
  .extra-style01 .video_btn {
    height: 55px;
    width: 55px;
    line-height: 55px;
  }
  .extra-style01 .video_btn:after {
    height: 75px;
    width: 75px;
  }
  .extra-style01 .video_btn:before {
    height: 90px;
    width: 90px;
  }
}
@media screen and (max-width: 1399px) {
  .extra-style01 {
    min-height: 850px;
  }
}
@media screen and (max-width: 1199px) {
  .extra-style01 {
    min-height: 680px;
  }
}
@media screen and (max-width: 767px) {
  .extra-style01 .video_btn {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
  .extra-style01 .video_btn:after {
    height: 70px;
    width: 70px;
  }
  .extra-style01 .video_btn:before {
    height: 85px;
    width: 85px;
  }
}
@media screen and (max-width: 575px) {
  .extra-style01 {
    min-height: 400px;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
  }
}
.extra-style02 .extra-circle .extra-text {
  width: 160px;
  height: 160px;
  color: white;
  padding: 10px;
  font-weight: 600;
  position: relative;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}
.extra-style02 .extra-circle .extra-text .coloring {
  fill: white;
  letter-spacing: 1px;
  word-spacing: 4px;
}
.extra-style02 .extra-circle .extra-text svg {
  -webkit-animation: rotated_circle 12s linear infinite;
  animation: rotated_circle 12s linear infinite;
}
.extra-style02 .extra-circle .extra-text .extra-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 55px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.extra-style02 .extra-circle .extra-text .extra-icon .story-video .video {
  display: flex;
  align-items: center;
  justify-content: center;
}
.extra-style02 .extra-author {
  background: var(--primary-color);
  padding: 40px 30px 40px 40px;
  margin-top: 70px;
}
.extra-style02 .extra-author .author-img {
  z-index: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  margin-bottom: 25px;
}
.extra-style02 .extra-author .author-img img {
  border-radius: 50%;
  width: 120px;
}
.extra-style02 .extra-author .author-img:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 5px;
  top: 5px;
  background: white;
  border-radius: 50%;
}
@-webkit-keyframes "rotated_circle" {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes "rotated_circle" {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@media screen and (max-width: 991px) {
  .extra-style02 .extra-author {
    margin-top: 30px;
  }
}
.testimonial-style01 .testimonial-right-text {
  writing-mode: sideways-lr;
  position: absolute;
  bottom: 20px;
  right: -140px;
}
.testimonial-style02 .testimonial-text {
  width: 253px;
  height: 253px;
  color: white;
  padding: 18px;
  font-weight: 600;
  border-radius: 50%;
  background: transparent;
  position: relative;
}
.testimonial-style02 .testimonial-text .coloring {
  fill: white;
  text-transform: uppercase;
  letter-spacing: 4.5px;
  word-spacing: 3px;
  font-weight: 500;
}
.testimonial-style02 .testimonial-text .testimonial-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-style02 .counter-no {
  font-size: 168px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
@-webkit-keyframes "rotated_circle" {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes "rotated_circle" {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@media screen and (max-width: 991px) {
  .testimonial-style02 .testimonial-text {
    width: 220px;
    height: 220px;
  }
}
.team-details-style01 .icon {
  border: 1px solid #0068bb;
  line-height: 1;
  border-radius: 0.375rem;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team-details-style01 .progress {
  height: 10px;
}
.team-details-style01 .progress-text {
  font-size: 18px;
  font-weight: 400;
  color: #121c22;
  line-height: 1.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .team-details-style01 .progress-text {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 575px) {
  .team-details-style01 .progress-text {
    font-size: 15px;
    margin-bottom: 12px;
  }
}
.page-navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  background-color: #f8f9fa;
  border-radius: 0.375rem;
}
.prev-page {
  position: relative;
  width: 50%;
  max-width: 350px;
  margin: 10px;
}
.prev-page:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0 rgba(34, 35, 40, 0);
  transform: scale(1.04, 1.12);
  transition: 0.3s ease-in-out;
  pointer-events: none;
  border-radius: 0.375rem;
}
.prev-page .page-info > a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 16px 20px;
  min-height: 110px;
  transition: 0.8s;
}
.prev-page .page-info .image-prev {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  transition: inherit;
  overflow: hidden;
}
.prev-page .page-info .image-next {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  transition: inherit;
  overflow: hidden;
}
.prev-page .page-info .prev-title {
  display: inline-block;
  position: relative;
  max-width: 220px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #121c22;
  word-wrap: break-word;
  vertical-align: middle;
  transition: 0.45s;
}
.prev-page .page-info .prev-title:empty {
  display: none;
}
.prev-page .page-info .next-title {
  display: inline-block;
  position: relative;
  max-width: 220px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #121c22;
  word-wrap: break-word;
  vertical-align: middle;
  transition: 0.45s;
}
.prev-page .page-info .next-title:empty {
  display: none;
}
.prev-page:hover:before {
  background-color: white;
  transform: scale(1);
  box-shadow: 0 10px 30px 0 rgba(34, 35, 40, 0.1);
}
.prev-page a {
  justify-content: flex-start;
  text-align: left;
}
.prev-page a:hover .image-prev:after {
  visibility: visible;
  opacity: 1;
}
.prev-page a:hover .image-prev:before {
  visibility: visible;
  opacity: 1;
  margin-left: 0;
}
.prev-page .image-prev {
  margin-right: 20px;
}
.prev-page .image-prev:after {
  background-color: #0068bb;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  border-radius: 0.375rem;
}
.prev-page .image-prev:before {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin-left: 20px;
  content: "\e64a";
  font-family: "themify";
  font-size: 21px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.next-page {
  position: relative;
  width: 50%;
  max-width: 350px;
  margin: 10px;
  margin-left: auto;
}
.next-page:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0 rgba(34, 35, 40, 0);
  transform: scale(1.04, 1.12);
  transition: 0.3s ease-in-out;
  pointer-events: none;
  border-radius: 0.375rem;
}
.next-page .page-info > a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 16px 20px;
  min-height: 110px;
  transition: 0.8s;
}
.next-page .page-info .image-prev {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  transition: inherit;
  overflow: hidden;
}
.next-page .page-info .image-next {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  transition: inherit;
  overflow: hidden;
}
.next-page .page-info .prev-title {
  display: inline-block;
  position: relative;
  max-width: 220px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #121c22;
  word-wrap: break-word;
  vertical-align: middle;
  transition: 0.45s;
}
.next-page .page-info .prev-title:empty {
  display: none;
}
.next-page .page-info .next-title {
  display: inline-block;
  position: relative;
  max-width: 220px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #121c22;
  word-wrap: break-word;
  vertical-align: middle;
  transition: 0.45s;
}
.next-page .page-info .next-title:empty {
  display: none;
}
.next-page:hover:before {
  background-color: white;
  transform: scale(1);
  box-shadow: 0 10px 30px 0 rgba(34, 35, 40, 0.1);
}
.next-page .image-next {
  margin-left: 20px;
}
.next-page .image-next:after {
  background-color: #0068bb;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  border-radius: 0.375rem;
}
.next-page .image-next:before {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin-right: 20px;
  content: "\e64a";
  font-family: "themify";
  font-size: 21px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  transform: scaleX(-1);
}
.next-page a {
  justify-content: flex-end;
  text-align: right;
}
.next-page a:hover .image-next:after {
  visibility: visible;
  opacity: 1;
}
.next-page a:hover .image-next:before {
  visibility: visible;
  opacity: 1;
  margin-right: 0;
}
.next-page .next-title {
  text-align: right;
}
.prev-link-page-info > span {
  display: block;
}
.prev-link-page-info .date-details {
  font-size: 14px;
  letter-spacing: 0.025em;
  line-height: 20px;
  margin-bottom: -2px;
}
.prev-link-page-info .date-details > div {
  line-height: inherit;
  transition: 0.45s;
  font-weight: 500;
}
.prev-link-page-info .date-details > span {
  line-height: inherit;
  transition: 0.45s;
  font-weight: 500;
}
.prev-link-page-info .date-details:only-child {
  margin-top: 0;
}
.next-link-page-info > span {
  display: block;
}
.next-link-page-info .date-details {
  font-size: 14px;
  letter-spacing: 0.025em;
  line-height: 20px;
  margin-bottom: -2px;
}
.next-link-page-info .date-details > div {
  line-height: inherit;
  transition: 0.45s;
  font-weight: 500;
}
.next-link-page-info .date-details > span {
  line-height: inherit;
  transition: 0.45s;
  font-weight: 500;
}
.next-link-page-info .date-details:only-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .prev-page {
    width: calc(100% - 20px);
    max-width: unset;
  }
  .next-page {
    width: calc(100% - 20px);
    max-width: unset;
  }
  .prev-page + .next-page {
    margin-top: 0;
  }
  .page-navigation {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .prev-page .page-info > a {
    padding: 10px;
  }
  .prev-page .page-info .prev-title {
    max-width: 168px;
  }
  .prev-page .page-info .next-title {
    max-width: 168px;
  }
  .next-page .page-info > a {
    padding: 10px;
  }
  .next-page .page-info .prev-title {
    max-width: 168px;
  }
  .next-page .page-info .next-title {
    max-width: 168px;
  }
}
.vertical-timeline {
  position: relative;
  z-index: 1;
}
.vertical-timeline:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: rgba(252, 82, 32, 0.4);
  margin-left: -4px;
}
.vertical-timeline:after {
  content: "\e64b";
  font-family: "themify";
  font-size: 14px;
  position: absolute;
  left: 50%;
  bottom: -19px;
  color: #0068bb;
  margin-left: -6px;
}
.vertical-timeline .timeline-items {
  padding-bottom: 40px;
}
.vertical-timeline .timeline-items:before {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  background-image: linear-gradient(
    0deg,
    #cbcbcb,
    #cbcbcb 50%,
    transparent 50%,
    transparent 100%
  );
  background-size: 20px 20px;
}
.vertical-timeline .item {
  display: flex;
  position: relative;
  transition: 0.3s;
}
.vertical-timeline .item:hover .count {
  background: #121c22;
  transition: 0.3s;
}
.vertical-timeline .item:not(:last-child) {
  margin-bottom: 70px;
}
.vertical-timeline .item:nth-child(even) {
  flex-direction: row-reverse;
  text-align: right;
}
.vertical-timeline .item:nth-child(even) .text {
  margin-left: 45px;
  margin-right: 0px;
  padding-left: 40px;
  padding-right: 50px;
  border-radius: 0.375rem 0.375rem 0.375rem 0.375rem;
}
.vertical-timeline .item:nth-child(even) .count {
  margin-left: -30px;
}
.vertical-timeline .item:nth-child(even) .icon {
  justify-content: flex-start;
}
.vertical-timeline .item:nth-child(even) .timeline-content {
  flex-direction: row-reverse;
}
.vertical-timeline .item:nth-child(even) .timeline-circle:before {
  right: 100%;
}
.vertical-timeline .item:nth-child(odd) .count {
  margin-right: -30px;
}
.vertical-timeline .item:nth-child(odd) .icon {
  justify-content: flex-end;
}
.vertical-timeline .item:nth-child(odd) .timeline-circle:before {
  left: 100%;
}
.vertical-timeline .icon {
  flex-basis: calc(50% - 1px);
  transition: 0.5s;
  display: flex;
  align-items: center;
}
.vertical-timeline .timeline-content {
  flex-basis: calc(50% - 1px);
  transition: 0.5s;
  display: flex;
  align-items: center;
}
.vertical-timeline .timeline-circle {
  position: relative;
  margin: 0px 100px 0px 100px;
}
.vertical-timeline .timeline-circle .circle {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  transition: 0.4s;
  top: calc(50% - 7px);
  left: -7px;
  width: 15px;
  height: 15px;
  background: #121c22;
}
.vertical-timeline .timeline-circle:before {
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  background-image: linear-gradient(
    90deg,
    #cbcbcb,
    #cbcbcb 50%,
    transparent 50%,
    transparent 100%
  );
  background-size: 20px 20px;
  width: calc(100px + 30px);
}
.vertical-timeline .timeline-circle:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  transition: 0.4s;
  top: calc(50% - 4px);
  left: -4px;
  width: 9px;
  height: 9px;
  background: #fff;
}
.vertical-timeline .text {
  box-shadow: 6px 7px 20px rgba(0, 0, 0, 0.1);
  margin: 0px 45px 0px 0px;
  padding: 31px 40px 33px 50px;
  background-color: #ffffff;
}
.vertical-timeline .count {
  position: relative;
  font-size: 18px;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  flex: 1 0 auto;
  color: #fff;
  background: #0068bb;
}
@media screen and (max-width: 1199px) {
  .vertical-timeline .text {
    margin: 0px 35px 0px 0px;
  }
  .vertical-timeline .item:nth-child(even) .text {
    margin-left: 35px;
  }
}
@media screen and (max-width: 991px) {
  .vertical-timeline .timeline-circle {
    margin: 0px 30px 0px 30px;
  }
  .vertical-timeline .timeline-circle:before {
    width: calc(100px + -20px);
  }
  .vertical-timeline .text {
    margin: 0;
    padding: 20px 20px 20px 40px;
  }
  .vertical-timeline .count {
    width: 50px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
  }
  .vertical-timeline .item:nth-child(even) .text {
    margin: 0;
    padding-left: 20px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .vertical-timeline:before {
    left: 10px;
  }
  .vertical-timeline:after {
    left: 10px;
  }
  .vertical-timeline .timeline-items:before {
    left: 10px;
  }
  .vertical-timeline .item:not(:last-child) {
    margin-bottom: 40px;
  }
  .vertical-timeline .item:nth-child(even) {
    flex-direction: row;
    text-align: left;
  }
  .vertical-timeline .item:nth-child(even) .text {
    padding-left: 30px;
    padding-right: 20px;
  }
  .vertical-timeline .item:nth-child(even) .count {
    margin-right: -20px;
    margin-left: 0;
  }
  .vertical-timeline .item:nth-child(even) .timeline-content {
    flex-direction: row;
  }
  .vertical-timeline .item:nth-child(even) .icon {
    justify-content: center;
  }
  .vertical-timeline .item:nth-child(odd) {
    flex-direction: row;
    text-align: left;
  }
  .vertical-timeline .item:nth-child(odd) .count {
    margin-right: -20px;
    margin-left: 0;
  }
  .vertical-timeline .item:nth-child(odd) .timeline-content {
    flex-direction: row;
  }
  .vertical-timeline .item:nth-child(odd) .icon {
    justify-content: center;
  }
  .vertical-timeline .timeline-content {
    order: 2;
    flex-basis: 70%;
  }
  .vertical-timeline .icon {
    order: 3;
    flex-basis: 30%;
  }
  .vertical-timeline .text {
    padding: 20px 20px 20px 30px;
  }
}
.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  margin-bottom: 0.5rem;
}
.form-control:focus {
  border-color: #0068bb;
}
.form-check-input:checked {
  border-color: #0068bb;
  background-color: #0068bb;
}
.quform-input {
  position: relative;
}
.quform-input .quform-errors-wrap {
  position: absolute;
  right: 8px;
  top: 0;
  line-height: normal;
  z-index: 1;
}
.quform-element p
{
  margin: 0;
}
.quform-element > label {
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 15px;
}
.quform-element > label .quform-required {
  color: #cc0101;
  font-size: 10px;
}
.quform-inner input {
  width: 100%;
}
.quform-elements .quform-element textarea {
  margin-bottom: 0;
  padding: 8px 15px;
  vertical-align: top;
}
.quform-elements .quform-element select {
  margin-bottom: 0;
  padding: 8px 35px 8px 15px;
}
.quform-errors {
  padding: 0;
  margin: 0;
  line-height: normal;
}
.quform-errors > .quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal;
}
.quform-outer-no-js .quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal;
}
.quform-outer-no-js .quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem;
}
.quform-has-error input,
.quform-has-error textarea,
.quform-has-error select,
.quform-has-error input[type="file"],
.quform-has-error .custom-file-label {
  border-color: #f5543f;
}
.quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem;
}
/*.quform-submit-inner {
  float: none;
}*/
.quform-loading-wrap {
  float: none;
}
.quform-loading-wrap .quform-loading {
  display: inline-block;
}
.quform-element {
  margin-bottom: 1rem;
}
.newsletter-form-icon .quform-elements {
  position: relative;
}
.newsletter-form-icon .quform-submit-inner {
  position: absolute;
  right: 1px;
  top: 3px;
  width: auto;
  background: transparent;
  height: 48px;
}
.newsletter-form-icon .quform-submit-inner .btn {
  border: none;
  padding: 0.5rem 1.15rem;
}
.newsletter-form-icon .quform-loading-wrap {
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 0;
}
.newsletter-form-icon input {
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.2);
  height: 50px;
  padding: 0.5rem 4rem 0.5rem 1rem;
  color: #fff;
  border-radius: 0.25rem;
}
.newsletter-form-icon .form-control:focus,
.newsletter-form-icon .form-control:active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.newsletter-form-icon .quform-has-error input,
.newsletter-form-icon .quform-has-error textarea,
.newsletter-form-icon .quform-has-error select {
  border-color: #f5543f;
}
.newsletter-form-icon .quform-input .quform-errors-wrap {
  right: 15px;
}
.newsletter-form-icon i {
  font-size: 1.2rem;
  line-height: 2rem;
}
.newsletter-form .quform-submit-inner .btn {
  padding: 0.5rem 1.15rem;
}
.newsletter-form .quform-submit-inner .btn:focus,
.newsletter-form .quform-submit-inner .btn:active {
  border: 1px solid transparent;
}
.newsletter-one .form-control {
  min-height: 55px;
  border-radius: 5px;
}
.newsletter-one .quform-submit-inner {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: unset;
}
.newsletter-style02 .quform-submit-inner button {
  font-size: 18px;
  border: none;
  position: absolute;
  right: -10px;
  top: -1px;
  height: 55px;
  width: 55px;
  color: #fff;
  background: #121c22;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 0;
}
.newsletter-style02 .quform-submit-inner button.newsletter-btn {
  right: 0;
  top: 0;
}
.newsletter-style02 .quform-element .quform-input .form-control.news-box {
  min-height: 55px;
  border-radius: 5px;
  padding: 0 0 0 20px;
}
.newsletter-style03 {
  position: relative;
  padding: 40px 0 40px 40px;
  z-index: 1;
  background-color: #0068bb;
}
.newsletter-style03:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 5000px;
  height: 100%;
  z-index: -1;
  background-color: #0068bb;
}
.contact-us {
  padding: 60px;
  background-color: #f6f6f6;
}
.contact-us .contacts-icon {
  float: left;
  margin-right: 20px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  /*background-color: rgba(255, 255, 255, 0.5196078431);*/
  background: var(--gradient-bg);
  text-align: center;
  display: inline-block;
  transition: 0.5s;
}
.contact-us .contacts-icon img {
  padding: 16px;
}
.contact-us .contacts-icon i {
  color: #fff;
  font-size: 22px;
  transition: 0.5s;
}
.contact-us .contact-details {
  padding: 30px 50px 40px;
  border-radius: 5px;
  margin-left: 20px;
  background-color: #191919;
}
/*.contact-us .contact-details .follow-company-icon2 a {
  font-size: 14px;
  display: inline-block;
  color: #fff;
  margin-right: 7px;
  transition: 0.5s;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
}*/
.contact-us .contact-info {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
  padding: 0 0 25px;
  margin-bottom: 22px;
}
.contact-us .contact-info:hover .contacts-icon img {
  animation: headShake 2s linear infinite;
}
.contact-us .contacts-title h6 {
  font-size: 14px;
  line-height: 23px;
  opacity: 0.702;
  margin-top: 5px;
}
.contact-us .contact-info.upper2 {
  border-bottom: none;
  margin-bottom: 0px;
}
.contact-us .follow-company-icon2 a:hover {
  background: #0068bb;
}
@media screen and (max-width: 1199px) {
  .contact-us {
    padding: 40px;
  }
  .contact-us .contact-details {
    padding: 30px 31px 30px;
    margin-left: 7px;
  }
}
@media screen and (max-width: 575px) {
  .contact-us {
    padding: 30px 19px 31px 19px;
  }
  .contact-us .contact-info {
    padding: 0 0 18px;
    margin-bottom: 21px;
  }
  .contact-us .contacts-icon {
    margin-right: 13px;
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  .contact-us .contact-details {
    padding: 19px 19px 19px;
    margin-left: 7px;
  }
  .contact-us .contacts-title h6 {
    font-size: 13px;
    line-height: 21px;
  }
}
.social-icon-style01 {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}
.social-icon-style01 li {
  text-align: center;
  margin-right: 5px;
  display: inline-block;
}
.social-icon-style01 li:last-child {
  margin-right: 0;
}
.social-icon-style01 li a {
  color: #121c22;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  font-size: 16px;
  background: #ffffff;
  height: 35px;
  width: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
}
.social-icon-style01 li a:hover {
  color: #ffffff;
  background-color: #0068bb;
}
@media screen and (max-width: 767px) {
  .social-icon-style01 li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 13px;
  }
}
.social-icon-style02 {
  margin: 0;
  display: inline-block;
  padding: 0;
  list-style: none;
}
.social-icon-style02 li {
  padding-right: 10px;
  display: inline-block;
}
.social-icon-style02 li a {
  color: #ffffff;
}
.social-icon-style02 li:last-child {
  padding-right: 0;
}
.social-icon-style02 a i {
  display: flex;
  color: #121c22;
  background: none;
  border-radius: 0.375rem;
  width: 35px;
  height: 35px;
  background: #fff;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out 0s;
}
.social-icon-style02 a i:hover {
  background: #0068bb;
  color: #ffffff;
}
.social-icon-style03 {
  margin-bottom: 0;
  list-style: none;
}
.social-icon-style03 li {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
.social-icon-style03 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 0.375rem;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  height: 41px;
  line-height: 41px;
  width: 41px;
}
.social-icon-style03 li a:hover {
  background: #0068bb;
  border-color: #0068bb;
}
.social-icon-style03 li a:hover i {
  color: #fff;
}
.social-icon-style03 li a:active {
  background: #0068bb;
  border-color: #0068bb;
}
.social-icon-style03 li a:active i {
  color: #fff;
}
.social-icon-style03 li a:focus {
  background: #0068bb;
  border-color: #0068bb;
}
.social-icon-style03 li a:focus i {
  color: #fff;
}
.social-icon-style04 li {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
.social-icon-style04 li a {
  font-size: 14px;
  color: #fff;
  background: #121c22;
  display: flex;
  height: 41px;
  width: 41px;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
}
.social-icon-style04 li a:hover {
  background: #0068bb;
}
.social-icon-style04 li:last-child {
  margin-right: 0;
}
.social-icon-style05 li {
  display: inline-block;
}
.social-icon-style05 li a {
  color: #fff;
  padding: 10px 16px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.social-icon-style05 li a i {
  font-size: 18px;
}
.social-icon-style05 li a:hover {
  background-color: #0068bb;
}
@media screen and (max-width: 1399px) {
  .social-icon-style05 li a i {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .social-icon-style05 li a {
    padding: 8px 10px;
  }
}
.footer-copyright
{
  letter-spacing: 1px;
}
.footer-copyright a
{
 color: #fff;
}
.footer-logo {
  max-width: 214px;
  width: 100%;
  display: inline-block;
  background: white;
  border-radius: 8px;
}
.footer-list-style01 {
  margin: 0;
  padding: 0;
}
.footer-list-style01 li {
  position: relative;
  list-style-type: none;
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.footer-list-style01 li a {
  color: #ffffff;
}
.footer-list-style01 li a:after {
  content: "\f105";
  font-weight: 700;
  font-family: Font Awesome\5 Free;
  color: #ffffff;
  position: absolute;
  right: 0;
  vertical-align: middle;
}
.footer-list-style01 li a:hover {
  color: #0068bb;
}
.footer-list-style01 li a:hover:after {
  color: #0068bb;
}
.footer-list-style01 li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.socia-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  margin-right: 8px;
  transition: 0.3s ease;
}

.socia-icons.top-bar-icon
{
  text-align: right;
}
.socia-icons.top-bar-icon a
{
  width: 30px;
  height: 30px;
}

/* Official Brand Colors */
.socia-icons a.facebook {
  background-color: #1877F2;
}

.socia-icons a.twitter {
  background-color: #000000; /* X (Twitter) new brand */
}

.socia-icons a.instagram {
  background: radial-gradient(circle at 30% 107%, 
    #fdf497 0%, #fdf497 5%, 
    #fd5949 45%, #d6249f 60%, 
    #285AEB 90%);
}

.socia-icons a.linkedin {
  background-color: #0A66C2;
}

/* Hover Effect */
.socia-icons a:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}

/* ----------------------------------------------------------------------------------------------- Project Page CSS START*/
/* Filter Tabs */
.project-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 40px;
}
.filter-btn {
  background: transparent;
  border: 2px solid #e0e0e0;
  color: #555;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 8px 22px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease;
  outline: none;
}
.filter-btn:hover {
  border-color: var(--primary-color, #e8a020);
  color: var(--primary-color, #e8a020);
}
.filter-btn.active {
  background: var(--primary-color, #e8a020);
  border-color: var(--primary-color, #e8a020);
  color: #fff;
}

/* Project Card */
.project-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}
.project-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.project-card:hover img {
  transform: scale(1.08);
}
.project-number {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--primary-color, #e8a020);
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  z-index: 3;
}
.project-number span:first-child {
  font-size: 15px;
  font-weight: 800;
}
.project-number span:last-child {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.85;
}
.project-tags {
  position: absolute;
  top: 65px;
  right: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  z-index: 3;
}
.project-tag {
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(4px);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 5px 12px;
  border-radius: 20px;
}
.project-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.6) 60%, transparent 100%);
  padding: 28px 20px 20px;
  transform: translateY(100%);
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 2;
}
.project-card:hover .project-overlay {
  transform: translateY(0);
}
.project-info-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0 0 0) 0%, transparent 100%);
  padding: 40px 20px 20px;
  z-index: 2;
  transition: opacity 0.35s ease;
}
.project-card:hover .project-info-bar {
  opacity: 0;
}
.project-info-bar h3 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
.project-overlay h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.4;
}
.project-overlay .divider {
  width: 36px;
  height: 2px;
  background: var(--primary-color, #e8a020);
  margin-bottom: 10px;
}
.project-overlay .view-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--primary-color, #e8a020);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border: 1px solid var(--primary-color, #e8a020);
  padding: 6px 16px;
  border-radius: 20px;
  transition: background 0.25s, color 0.25s;
}
.project-overlay .view-btn:hover {
  background: var(--primary-color, #e8a020);
  color: #fff;
}
.project-overlay .view-btn svg {
  width: 14px;
  height: 14px;
}

/* Grid item hide/show */
.project-grid-item {
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.project-grid-item.hidden {
  display: none;
}

/* ----------------------------------------------------------------------------------------------- Project Page CSS END*/


.awards-images img
{
  height: 150px;
}

/* ----------------------------------------------------------------------------------------------- Sticky CTA Button START*/
.sticky-cta {
  position: fixed;
  right: 0;
  top: 75%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.sticky-cta-btn {
  display: flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
  overflow: hidden;
  border-radius: 40px 0 0 40px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.18);
  background: var(--primary-color, #e8a020);
  padding: 0;
  transition: box-shadow 0.3s ease;
  max-width: 52px; /* collapsed — only icon visible */
  transition: max-width 0.5s cubic-bezier(0.4, 0, 0.2, 1),
  box-shadow 0.3s ease;
}

.sticky-cta-btn:hover {
  max-width: 220px; /* expanded — text slides in */
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
}

.sticky-cta-btn .cta-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color, #e8a020);
  border-radius: 40px 0 0 40px;
  position: relative;
  z-index: 1;
}

.sticky-cta-btn .cta-icon svg {
  width: 22px;
  height: 22px;
  color: #fff;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  flex-shrink: 0;
}

.sticky-cta-btn .cta-label {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  white-space: nowrap;
  padding: 0 18px 0 4px;
  opacity: 0;
  transition: opacity 0.3s ease 0.15s;
}

.sticky-cta-btn:hover .cta-label {
  opacity: 1;
}

/* Phone button — slightly different color */
.sticky-cta-btn.phone-btn {
  background: #1a1a2e;
}
.sticky-cta-btn.phone-btn .cta-icon {
  background: #1a1a2e;
}

/* Pulse ring animation on icon */
.sticky-cta-btn .cta-icon::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border-radius: 40px 0 0 40px;
  border: 2px solid var(--primary-color, #e8a020);
  animation: ctaPulse 2s ease-out infinite;
  opacity: 0;
}

.sticky-cta-btn.phone-btn .cta-icon::before {
  border-color: #1a1a2e;
}

@keyframes ctaPulse {
  0%   { transform: scale(1);   opacity: 0.7; }
  100% { transform: scale(1.5); opacity: 0;   }
}

/* Bounce in animation on page load */
@keyframes slideInRight {
  0%   { transform: translateX(100%); opacity: 0; }
  60%  { transform: translateX(-8px); opacity: 1; }
  100% { transform: translateX(0);    opacity: 1; }
}

.sticky-cta-btn {
  opacity: 0;
  animation: slideInRight 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.sticky-cta-btn:nth-child(1) { animation-delay: 0.8s; }
.sticky-cta-btn:nth-child(2) { animation-delay: 1.1s; }

/* Add this to your existing sticky CTA styles */

/* Attention shake + glow — triggers on interval */
@keyframes ctaAttention {
    0%   { transform: translateX(0);    }
    15%  { transform: translateX(-8px); }
    30%  { transform: translateX(4px);  }
    45%  { transform: translateX(-6px); }
    60%  { transform: translateX(3px);  }
    75%  { transform: translateX(-3px); }
    100% { transform: translateX(0);    }
}

@keyframes ctaGlow {
    0%   { box-shadow: 0 4px 24px rgba(0,0,0,0.18);                          }
    50%  { box-shadow: 0 4px 32px rgba(232, 160, 32, 0.7), 0 0 0 6px rgba(232, 160, 32, 0.15); }
    100% { box-shadow: 0 4px 24px rgba(0,0,0,0.18);                          }
}

.sticky-cta-btn.attention {
    animation: ctaAttention 0.6s ease, ctaGlow 0.6s ease;
}

/* Tooltip on mobile (no hover) */
@media (max-width: 575px) {
  .sticky-cta-btn {
    max-width: 48px;
    border-radius: 50% 0 0 50%;
  }
  .sticky-cta-btn .cta-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50% 0 0 50%;
  }
  .sticky-cta-btn:hover {
    max-width: 48px; /* no expand on mobile */
  }
  .sticky-cta-btn .cta-label {
    display: none;
  }
}

/* ----------------------------------------------------------------------------------------------- Sticky CTA Button START*/
/* ----------------------------------------------------------------------------------------------- Footer CSS START*/

/* ── Footer Background ── */
.footer-improved {
    position: relative;
    overflow: hidden;
    background-color: #0d0d0d;
}

.footer-bg-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.12; /* subtle — dark overlay handles the rest */
    z-index: 0;
}

/* Dark gradient overlay on top of bg image */
.footer-bg-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgb(10 10 10 / 18%) 0%, rgb(10 10 10 / 0%) 50%, rgb(10 10 10 / 28%) 100%);
}

/* Decorative diagonal lines pattern */
.footer-bg-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255,255,255,0.015) 0px,
        rgba(255,255,255,0.015) 1px,
        transparent 1px,
        transparent 12px
    );
    z-index: 1;
}

.footer-improved > .container,
.footer-improved > .footer-bottom {
    position: relative;
    z-index: 2;
}

/* ── CTA Strip ── */
.footer-cta-strip {
    position: relative;
    z-index: 2;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 48px 0;
    margin-bottom: 56px;
}

.footer-cta-strip .cta-heading {
    font-size: clamp(24px, 4vw, 42px);
    font-weight: 600;
    color: #fff;
    line-height: 1;
    margin: 0;
    margin-bottom: 10px;
}

.footer-cta-strip .cta-heading span {
    color: var(--primary-color, #e8a020);
}

.footer-cta-strip .lets-talk-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--primary-color, #e8a020);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 14px 30px;
    border-radius: 40px;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 4px 20px rgba(232,160,32,0.35);
}

.footer-cta-strip .lets-talk-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(232,160,32,0.5);
    color: #fff;
}

.footer-cta-strip .btn-style02 svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.5;
    transition: transform 0.25s ease;
}

.footer-cta-strip .btn-style02:hover svg {
    transform: translateX(4px);
}

/* ── Footer Columns ── */
.footer-col-title {
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}

.footer-col-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 2px;
    background: var(--primary-color, #e8a020);
    border-radius: 2px;
}

/* Logo column */
.footer-logo-wrap img {
    max-width: 170px;
    height: auto;
    margin-bottom: 20px;
    background: white;
    border-radius: 8px;
}

.footer-tagline {
    color: rgba(255,255,255,0.5);
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 24px;
}

/* Address */
.footer-address {
    color: rgba(255,255,255,0.75);
    font-size: 14px;
    line-height: 1.8;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.footer-address svg {
    width: 16px;
    height: 16px;
    min-width: 16px;
    stroke: var(--primary-color, #e8a020);
    fill: none;
    stroke-width: 2;
    margin-top: 3px;
}

/* Contact links */
.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.footer-contact-item .icon-wrap {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s, border-color 0.25s;
}

.footer-contact-item:hover .icon-wrap {
    background: var(--primary-color, #e8a020);
    border-color: var(--primary-color, #e8a020);
}

.footer-contact-item .icon-wrap svg {
    width: 15px;
    height: 15px;
    stroke: rgba(255,255,255,0.7);
    fill: none;
    stroke-width: 2;
    transition: stroke 0.25s;
}

.footer-contact-item:hover .icon-wrap svg {
    stroke: #fff;
}

.footer-contact-item a {
    color: rgba(255,255,255,0.75);
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s;
    word-break: break-all;
}

.footer-contact-item a:hover {
    color: var(--primary-color, #e8a020);
}

/* Social icons */
.footer-social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.footer-social a:hover {
    background: var(--primary-color, #e8a020);
    border-color: var(--primary-color, #e8a020);
    color: #fff;
    transform: translateY(-3px);
}

/* Divider */
.footer-divider {
    position: relative;
    z-index: 2;
    border: none;
    border-top: 1px solid rgba(255,255,255,0.08);
    margin: 0;
}

/* ── Footer Bottom ── */
.footer-bottom {
    position: relative;
    z-index: 2;
    padding: 20px 0;
}

.footer-copyright {
    color: rgba(255,255,255,0.45);
    font-size: 13px;
    margin: 0;
}

.footer-copyright a {
    color: var(--primary-color, #e8a020);
    text-decoration: none;
}

.footer-copyright a:hover {
    text-decoration: underline;
}

/* ----------------------------------------------------------------------------------------------- Footer CSS END*/
/* ----------------------------------------------------------------------------------------------- Home Projects CSS START*/
/* ── Section ── */
.portfolio-section {
    background: #fff;
    padding: 80px 0 20px;
    overflow: hidden;
    position: relative;
}

/* Subtle diagonal pattern */
.portfolio-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255,255,255,0.018) 0px,
        rgba(255,255,255,0.018) 1px,
        transparent 1px,
        transparent 14px
    );
    pointer-events: none;
    z-index: 0;
}

.portfolio-section .container,
.portfolio-section .container-fluid {
    position: relative;
    z-index: 1;
}

/* ── Header Row ── */
.portfolio-header {
    margin-bottom: 48px;
    padding: 0 15px;
}

.portfolio-header .section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color, #e8a020);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 14px;
}

.portfolio-header .section-tag::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 2px;
    background: var(--primary-color, #e8a020);
    border-radius: 2px;
}

.portfolio-header h2 {
    /*color: #fff;*/
    font-size: clamp(28px, 5vw, 42px);
    font-weight: 600;
    line-height: 1;
    margin: 0;
}

.portfolio-header h2 span {
    color: var(--primary-color, #e8a020);
}

/* ── Nav Arrows ── */
.portfolio-nav {
    display: flex;
    align-items: center;
    gap: 12px;
}

.portfolio-nav-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
    background: transparent;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
    flex-shrink: 0;
}

.portfolio-nav-btn:hover {
    border-color: var(--primary-color, #e8a020);
    transform: scale(1.05);
}

.portfolio-nav-btn svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.5;
}

/* More Projects btn */
.portfolio-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    text-decoration: none;
    border: 2px solid rgba(255,255,255,0.2);
    padding: 12px 24px;
    border-radius: 30px;
    transition: all 0.25s ease;
}

.portfolio-more-btn:hover {
    background: var(--primary-color, #e8a020);
    border-color: var(--primary-color, #e8a020);
    color: #fff;
    transform: translateY(-2px);
}

.btn-style02 svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.5;
    transition: transform 0.25s;
}

.btn-style02:hover svg {
    transform: translateX(4px);
}

/* ── Carousel Item ── */
.portfolio-carousel-one .portfolio-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: default;
}

/* Image */
.portfolio-carousel-one .portfolio-img {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    height: 420px;
}

.portfolio-carousel-one .portfolio-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 16px;
}

.portfolio-carousel-one .owl-item.center .portfolio-img img,
.portfolio-carousel-one .portfolio-item:hover .portfolio-img img {
    transform: scale(1.06);
}

/* Gradient overlay always on */
.portfolio-carousel-one .portfolio-img::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.88) 0%,
        rgba(0,0,0,0.3) 50%,
        transparent 100%
    );
    z-index: 1;
}

/* Body sits inside the image */
.portfolio-carousel-one .portfolio-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 24px 24px;
    z-index: 2;
    transform: translateY(0);
}

/* Number badge */
.portfolio-item-number {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--primary-color, #e8a020);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 12px rgba(0,0,0,0.3);
}

/* Tags */
.portfolio-carousel-one .portfolio-tag {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
}

.portfolio-carousel-one .portfolio-tag li {
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 4px 12px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.15);
}

/* Active/center card tag highlight */
.portfolio-carousel-one .owl-item.center .portfolio-tag li {
    background: var(--primary-color, #e8a020);
    border-color: var(--primary-color, #e8a020);
}

/* Title */
.portfolio-carousel-one .portfolio-body h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
}

/* Divider line above title */
.portfolio-body-divider {
    width: 0;
    height: 2px;
    background: var(--primary-color, #e8a020);
    border-radius: 2px;
    margin-bottom: 12px;
    transition: width 0.4s ease 0.1s;
}

.portfolio-carousel-one .owl-item.center .portfolio-body-divider,
.portfolio-carousel-one .portfolio-item:hover .portfolio-body-divider {
    width: 36px;
}

/* Non-center cards dimmed slightly */
.portfolio-carousel-one .owl-item:not(.center) .portfolio-img::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.3);
    z-index: 2;
    border-radius: 16px;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.portfolio-carousel-one .owl-item.center .portfolio-img::before {
    opacity: 0;
}

/* ── Owl Dots ── */
.portfolio-carousel-one .owl-dots {
    text-align: center;
    margin-top: 32px;
}

.portfolio-carousel-one .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    /*background: rgba(255,255,255,0.25);*/
    margin: 4px;
    display: block;
    transition: all 0.3s ease;
}

.portfolio-carousel-one .owl-dots .owl-dot.active span {
    background: var(--primary-color, #e8a020);
    width: 28px;
    border-radius: 4px;
}

/* Hide default owl nav — we use custom */
.portfolio-carousel-one .owl-nav {
    display: none !important;
}

/* ----------------------------------------------------------------------------------------------- Home Projects CSS END*/
/* Active menu item */
#nav .menu-item.current-menu-item > a,
#nav .menu-item.current_page_item > a,
#nav .menu-item.current-menu-ancestor > a,
#nav .menu-item.current-page-ancestor > a {
    color: var(--primary-color, #e8a020) !important;
}

.title-font
{
  font-size: 42px;
}

/* =============================================================================
   COMMERCIAL SPECIALTIES STRIP
   Sits directly below the hero banner — full-width dark tile row
   ============================================================================= */

.commercial-specialties-strip {
  background: #0d0d0d; /* matches .portfolio-section dark bg */
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.specialty-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2.8rem 1.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  position: relative;
  overflow: hidden;
  cursor: default;
  min-height: 190px;
  transition: background 0.35s ease;
}

/* Accent underline — slides in on hover */
.specialty-tile::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--tile-accent, var(--primary-color, #0068bb));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease;
}

.specialty-tile:hover::before {
  transform: scaleX(1);
}

.specialty-tile:hover {
  background: rgba(255, 255, 255, 0.03);
}

/* Per-tile accent colors */
.specialty-tile--restaurants { --tile-accent: #e05a2b; }
.specialty-tile--strip       { --tile-accent: #0068bb; } /* matches --primary-color */
.specialty-tile--dental      { --tile-accent: #2be0a0; }
.specialty-tile--cstore      { --tile-accent: var(--primary-color); }

/* Icon */
.specialty-tile__icon {
  width: 46px;
  height: 46px;
  color: var(--primary-color, #0068bb);
  margin-bottom: 1rem;
  opacity: 0.85;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.specialty-tile:hover .specialty-tile__icon {
  opacity: 1;
  transform: translateY(-3px);
}

.specialty-tile__icon svg {
  width: 100%;
  height: 100%;
}

/* Title */
.specialty-tile__title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Subtitle */
.specialty-tile__sub {
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
  line-height: 1.5;
}

/* Remove right border on last tile */
.col-md-3:last-child .specialty-tile {
  border-right: none;
}

/* ── Responsive ── */
@media (max-width: 991px) {
  .specialty-tile {
    min-height: 165px;
    padding: 2rem 1rem;
  }
}

@media (max-width: 767px) {
  .specialty-tile {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    min-height: 150px;
    padding: 1.8rem 1rem;
  }
  /* 2-col grid: remove right border on even tiles */
  .col-6:nth-child(even) .specialty-tile {
    border-right: none;
  }
  /* Remove bottom border on last row */
  .col-6:nth-child(3) .specialty-tile,
  .col-6:nth-child(4) .specialty-tile {
    border-bottom: none;
  }
}


/* =============================================================================
   INDUSTRIES WE SERVE SECTION
   4 cards — Restaurants, Strip Centers, Dental Offices, C-Stores
   ============================================================================= */

.industries-section {
  padding: 80px 0;
  background: #0d0d0d; /* light contrast against dark hero/strip above */
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* Very faint diagonal pattern to echo the footer/portfolio texture */
.industries-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.018) 0px,
    rgba(0, 0, 0, 0.018) 1px,
    transparent 1px,
    transparent 14px
  );
  pointer-events: none;
  z-index: -1;
}

/* Section tag — reuses existing .section-tag from portfolio-header,
   but redefined here for light-bg context */
.industries-section .section-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--primary-color, #0068bb);
  margin-bottom: 0.75rem;
  padding: 4px 14px;
  border: 1px solid var(--primary-color, #0068bb);
  border-radius: 50rem; /* pill — matches .title-scroll .small-title style */
}

/* ── Industry Card ── */
.industry-card {
  background: #fff;
  border-radius: 8px;
  padding: 2rem 1.75rem 1.75rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-bottom: 4px solid transparent;
  box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08); /* matches .card-style01 */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.industry-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

/* Per-card accent colors — border-bottom + icon */
.industry-card--restaurants { border-bottom-color: #e05a2b; }
.industry-card--strip       { border-bottom-color: var(--primary-color, #0068bb); }
.industry-card--dental      { border-bottom-color: #2be0a0; }
.industry-card--cstore      { border-bottom-color: var(--primary-color); }

/* Ghost number badge — top-right */
.industry-card__number {
  position: absolute;
  top: 1.1rem;
  right: 1.4rem;
  font-size: 2.8rem;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.04);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

/* Icon */
.industry-card__icon {
  width: 44px;
  height: 44px;
  margin-bottom: 1.2rem;
  transition: transform 0.3s ease;
}

.industry-card:hover .industry-card__icon {
  transform: translateY(-2px);
  /* mirrors .card-style08:hover .icon-holder img headShake behaviour */
  animation: headShake 2s linear infinite;
}

.industry-card--restaurants .industry-card__icon { color: #e05a2b; }
.industry-card--strip       .industry-card__icon { color: var(--primary-color, #0068bb); }
.industry-card--dental      .industry-card__icon { color: #2be0a0; }
.industry-card--cstore      .industry-card__icon { color: var(--primary-color); }

.industry-card__icon svg {
  width: 100%;
  height: 100%;
}

/* Title */
.industry-card__title {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--secondary-color, #121c22);
  margin: 0 0 1rem;
}

/* Feature list — re-uses .list-style02 spirit but self-contained */
.industry-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.industry-card__list li {
  font-size: 0.875rem;
  color: #555;
  padding: 0.38rem 0 0.38rem 1.4rem;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  line-height: 1.5;
}

.industry-card__list li::before {
  content: '\e64c'; /* themify ti-angle-right — same as .list-style02 */
  font-family: 'themify';
  position: absolute;
  left: 0;
  top: 0.38rem;
  font-size: 13px;
  color: var(--primary-color, #0068bb);
}

/* override accent colour per card */
.industry-card--restaurants .industry-card__list li::before { color: #e05a2b; }
.industry-card--strip       .industry-card__list li::before { color: var(--primary-color, #0068bb); }
.industry-card--dental      .industry-card__list li::before { color: #2be0a0; }
.industry-card--cstore      .industry-card__list li::before { color: var(--primary-color); }

.industry-card__list li:last-child {
  border-bottom: none;
}

/* ── Responsive ── */
@media (max-width: 1199px) {
  .industries-section {
    padding: 60px 0;
  }
  .industry-card {
    padding: 1.75rem 1.5rem;
  }
}

@media (max-width: 767px) {
  .industries-section {
    padding: 50px 0;
  }
  .industry-card__number {
    font-size: 2rem;
  }
}


/* =============================================================================
   COMMERCIAL CTA BANNER
   Dark branded strip above footer — "Let's Start Your Commercial Project"
   ============================================================================= */

.commercial-cta-section {
  padding: 60px 0;
  background: #0d0d0d; /* same as .portfolio-section, .footer-improved */
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.commercial-cta-inner {
  background: linear-gradient(135deg, #141414 0%, #1c1c1c 100%);
  border: 1px solid;
  border-color: rgba(0, 104, 187, 0.2); /* --primary-color tint */
  border-radius: 12px;
  padding: 3rem 3.5rem;
  position: relative;
  overflow: hidden;
}

/* Radial glow — top right decorative */
.commercial-cta-inner::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 320px;
  height: 320px;
  background: radial-gradient(
    circle,
    rgba(0, 104, 187, 0.08) 0%,
    transparent 70%
  );
  pointer-events: none;
}

/* Diagonal pattern — matches footer/portfolio pattern */
.commercial-cta-inner::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.012) 0px,
    rgba(255, 255, 255, 0.012) 1px,
    transparent 1px,
    transparent 14px
  );
  pointer-events: none;
  border-radius: 12px;
}

.commercial-cta-eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--primary-color, #0068bb);
  margin-bottom: 0.6rem;
  position: relative;
  z-index: 1;
}

.commercial-cta-title {
  font-size: clamp(1.5rem, 3vw, 2.3rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  position: relative;
  z-index: 1;
}

.commercial-cta-title span {
  color: var(--primary-color, #0068bb);
}

.commercial-cta-sub {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 1;
}

/* Primary CTA button — mirrors .btn-style02 shape */
.cta-btn-primary {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: var(--gradient-bg);
  color: #fff !important;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 14px 32px;
  border-radius: 50rem; /* matches btn-style01/02 pill */
  text-decoration: none;
  transition: box-shadow 0.25s ease, transform 0.2s ease;
  box-shadow: 0 4px 20px rgba(0, 104, 187, 0.35);
}

.cta-btn-primary:hover {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 104, 187, 0.55);
}

/* Phone link */
.cta-btn-secondary {
  display: inline-block;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.86rem;
  text-decoration: none;
  transition: color 0.2s ease;
  position: relative;
  z-index: 2;
  margin-top: 0.75rem;
}

.cta-btn-secondary:hover {
  color: var(--primary-color, #0068bb);
}

/* ── Responsive ── */
@media (max-width: 991px) {
  .commercial-cta-inner {
    padding: 2.5rem 2rem;
  }
}

@media (max-width: 767px) {
  .commercial-cta-section {
    padding: 40px 0;
  }
  .commercial-cta-inner {
    padding: 2rem 1.5rem;
  }
  .cta-btn-primary {
    display: block;
    text-align: center;
  }
}


.col-lg-5ths {
    width: 20%;
  }
  @media (max-width: 1199px) {
    .col-lg-5ths {
      width: 25%; /* 2 per row on tablet */
    }
  }  
  @media (max-width: 1024px) {
    .col-lg-5ths {
      width: 50%; /* 2 per row on tablet */
    }
  }
  @media (max-width: 575px) {
    .col-lg-5ths {
      width: 100%; /* 1 per row on mobile */
    }
  }

/* ----------------------------------------------------------------------------------------------- LOGO SLIDER CSS START */

.company-logo-slider {
  overflow: hidden;
  padding: 0;
}

/* Fade edges */
.slider-wrapper {
  position: relative;
  overflow: hidden;
}
.slider-wrapper::before,
.slider-wrapper::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.slider-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #fff, transparent);
}
.slider-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #fff, transparent);
}

/* Scrolling track */
.logo-track {
  display: flex;
  width: max-content;
  animation: logo-scroll 30s linear infinite;
}
.logo-track:hover {
  animation-play-state: paused;
}

@keyframes logo-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* -50% because content is duplicated */
}

/* Logo card */
.logo-item {
  padding: 0 12px;
  flex-shrink: 0;
}
.logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 250px;
  border: 1.5px solid #dde8f2;
  border-radius: 14px;
  padding: 16px 24px;
  background: #fff;
  transition: border-color .3s, box-shadow .3s, transform .3s;
}
.logo-card:hover {
  border-color: #0068bb;
  box-shadow: 0 6px 24px rgba(0, 104, 187, 0.12);
}
.logo-card img {
  max-height: 55px;
  max-width: 230px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: filter .35s ease;
  display: block;
}

/* ----------------------------------------------------------------------------------------------- LOGO SLIDER CSS END */


/* ----------------------------------------------------------------------------------------------- IMAGE SLIDER CSS START */

.slider-wrap {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  border: 0.5px solid rgba(0,0,0,0.1);
  background: var(--secondary);
  position: relative;
}

.slider-track {
  display: flex;
  width: 500%;
  height: 100%;
  animation: slide 12s ease-in-out infinite;
}

.slide {
  width: 20%;
  overflow: hidden;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

@keyframes slide {
  0%       { transform: translateX(0%); }
  18%      { transform: translateX(0%); }
  22%      { transform: translateX(-20%); }
  38%      { transform: translateX(-20%); }
  42%      { transform: translateX(-40%); }
  58%      { transform: translateX(-40%); }
  62%      { transform: translateX(-60%); }
  78%      { transform: translateX(-60%); }
  82%      { transform: translateX(-80%); }
  96%      { transform: translateX(-80%); }
  100%     { transform: translateX(0%); }
}

.progress-bar {
  height: 3px;
  background: rgba(255,255,255,0.1);
  position: relative;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background: var(--primary);
  animation: progress 12s linear infinite;
}

@keyframes progress {
  0%   { width: 0%; }
  20%  { width: 20%; }
  40%  { width: 40%; }
  60%  { width: 60%; }
  80%  { width: 80%; }
  100% { width: 100%; }
}

.dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 12px 0;
  background: var(--secondary);
}

.dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
  animation: dotactive 12s ease-in-out infinite;
  cursor: pointer;
}

.dot:nth-child(1) { animation-delay: 0s; }
.dot:nth-child(2) { animation-delay: -9.6s; }
.dot:nth-child(3) { animation-delay: -7.2s; }
.dot:nth-child(4) { animation-delay: -4.8s; }
.dot:nth-child(5) { animation-delay: -2.4s; }

@keyframes dotactive {
  0%, 18%, 96.01%, 100% { background: var(--primary); transform: scale(1.3); }
  18.01%, 95.99%         { background: rgba(255,255,255,0.25); transform: scale(1); }
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(18,28,34,0.65);
  border: 0.5px solid rgba(255,255,255,0.15);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s;
}

.nav-btn:hover { background: var(--primary); }
.nav-btn.prev { left: 12px; }
.nav-btn.next { right: 12px; }
.nav-btn svg { width: 16px; height: 16px; }

/* ----------------------------------------------------------------------------------------------- IMAGE SLIDER CSS END */


/* ----------------------------------------------------------------------------------------------- ALL RESPONSIVE CSS*/

@media (max-width: 767px)
{
  .top-bar
  {
    display: none;
  }
  .quform-submit
  {
    text-align: left !important;
  }
  .title-font
  {
    font-size: 28px;
  }
    .why-choose-us-section, .portfolio-section
  {
    padding: 30px 0;
  }
  .btn-style02, .btn-style02.md
  {
    padding: 9px 22px !important;
    font-size: 12px !important;
  }
  .slider-track
  {
    height: 100%;
  }

}
@media (max-width: 600px)
{
  .banner-style02
  {
    padding: 0;
  }
}