@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@400;500;600;700;800&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

html, body, div, span, img,
ol, ul, li, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label,
table, th, td, tr, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  max-width: 100%;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none !important;
  border: 0;
}

input:focus {
  outline: none;
}

input::-moz-focus-inner {
  border: 0;
  display: none;
}

input::-webkit-focus-inner {
  border: 0;
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

::placeholder {
  color: #666;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #666;
}

table {
  border-collapse: collapse;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 991px) {
  .row {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

ul, li {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0px;
}

form {
  position: relative;
}

.form-control:focus {
  outline: none !important;
  border: none !important;
  box-shadow: 0 0 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}

h1:hover a, h2:hover a, h3:hover a, h4:hover a, h5:hover a, h6:hover a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

hr {
  margin: 0;
  padding: 0;
  border-color: #000;
}

ul {
  list-style-type: none;
}

li {
  list-style: none;
  position: relative;
}

a,
button {
  position: relative;
}
a:hover, a:focus,
button:hover,
button:focus {
  outline: 0;
  text-decoration: none;
}

input, textarea, button {
  border: 0px;
}

/* ------------------------------------------------------------------
    Template All Variables Defined - Value Change with Your's Need
 -------------------------------------------------------------------- */
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
/* Webfont: BloggerSans */
@font-face {
  font-family: "BloggerSans";
  src: url("/fonts/BloggerSans.eot"); /* IE9 Compat Modes */
  src: url("/fonts/BloggerSans.eot?#iefix") format("embedded-opentype"), url("/fonts/BloggerSans.woff") format("woff"), url("/fonts/BloggerSans.ttf") format("truetype"), url("/fonts/BloggerSans.svg#BloggerSans") format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: BloggerSans-Bold */
@font-face {
  font-family: "BloggerSans-Bold";
  src: url("/fonts/BloggerSans-Bold.eot"); /* IE9 Compat Modes */
  src: url("/fonts/BloggerSans-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/BloggerSans-Bold.woff") format("woff"), url("/fonts/BloggerSans-Bold.ttf") format("truetype"), url("/fonts/BloggerSans-Bold.svg#BloggerSans-Bold") format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
body {
  font-family: "Roboto", "BloggerSans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #777;
  background-color: #ffffff;
  overflow-x: hidden;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Dosis", "BloggerSans-Bold", sans-serif;
  margin: 0px;
  font-weight: 700;
  color: #111111;
}

h1 {
  font-size: 60px;
  line-height: 82px;
  letter-spacing: -3px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
h1.fs-lg {
  font-size: 72px;
  line-height: 82px;
}
@media (min-width: 767px) and (max-width: 991px) {
  h1.fs-lg {
    font-size: 4rem;
  }
}

h2 {
  font-size: 1.875rem;
  line-height: 2.5rem;
}

h3 {
  font-size: 1.5rem;
  line-height: 2.125rem;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.88rem;
}

h6 {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

a {
  text-decoration: none;
  font-weight: 700;
  outline: none !important;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  -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;
  color: #111111;
  font-family: "Dosis", "BloggerSans", sans-serif;
}

p {
  margin: 0px;
}

.coverbg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.mx-auto {
  margin: 0 auto;
}

.align-center {
  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;
}
.align-center:before, .align-center:after {
  content: none;
}

.align-center-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.align-center-h:before, .align-center-h:after {
  content: none;
}

.align-center-v {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-center-v:before, .align-center-v:after {
  content: none;
}

.align-center-v-b {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-center-v-b:before, .align-center-v-b:after {
  content: none;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.justify-content-center:before, .justify-content-center:after {
  content: none;
}

.eq-height {
  display: -webkit-box;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.eq-height:before, .eq-height:after {
  content: none;
}

/* ----------------------------------
    Template Helps Classes - Styles
 ------------------------------------ */
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white a {
  color: #fff !important;
}

.mlm-30 {
  margin-left: -30px;
}

/* padding left */
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-150 {
  padding-left: 150px;
}

/* padding right */
.pr-5 {
  padding-right: 5px;
}

.pr-5i {
  padding-right: 5px !important;
}
@media (max-width: 767px) {
  .pr-5i {
    padding-right: 15px !important;
  }
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-150 {
  padding-right: 150px;
}

/* padding top */
.pt-5 {
  padding-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* padding bottom */
.pb-5 {
  padding-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* margin left */
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-150 {
  margin-left: 150px;
}

/* margin right */
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-150 {
  margin-right: 150px;
}

/* margin top */
.mt-5 {
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* margin bottom */
.mb-5 {
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mmb10 {
  margin-bottom: -10px;
}

.section-padding.pt-90 {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .section-padding.pt-90 {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .section-padding.pt-90 {
    padding-top: 50px;
  }
}

/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.bg-center {
  background-position: center;
}

.bg-contain {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}

.bg-right {
  background-repeat: no-repeat;
  background-position: right;
}

.bg-left {
  background-repeat: no-repeat;
  background-position: left;
}

.bg-bottom {
  background-repeat: no-repeat;
  background-position: bottom;
}

.bg-top {
  background-repeat: no-repeat;
  background-position: top;
}

.bg-100 {
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.mmb-100 {
  margin-bottom: -100px;
}

.mmb-80 {
  margin-bottom: -80px;
}

.section-bg {
  background-color: #f7f7f7;
}

.lr-9 {
  margin-left: -9px;
  margin-right: -9px;
}
.lr-9 [class*=col] {
  padding-left: 9px;
  padding-right: 9px;
}

.bg-overlay {
  position: relative;
  z-index: 1;
}
.bg-overlay::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-color: #111111;
  z-index: -1;
}

.fix {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.shape {
  position: absolute;
}
@media (max-width: 1191px) {
  .shape {
    display: none;
    opacity: 0;
  }
}

.navbar-brand {
  padding: 0;
  margin-right: 0;
}

#scrollUp {
  background-color: #111111;
  border-radius: 50%;
  bottom: 20px;
  color: #fff;
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  right: 20px;
  text-align: center;
  width: 40px;
  box-shadow: 0px 5px 15px 0px rgba(1, 29, 80, 0.1);
  font-weight: 400;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#scrollUp:hover {
  background-color: #1d44f9;
}

@media only screen and (max-width: 991px) {
  #scrollUp {
    font-size: 15px;
    height: 30px;
    line-height: 32px;
    right: 30px;
    width: 30px;
  }
}
button {
  border: none;
}

section {
  position: relative;
  z-index: 1;
}
section.pt-235 {
  padding-top: 225px;
}

@keyframes sticky {
  0% {
    opacity: 0;
    margin-top: -120px;
  }
  50% {
    opacity: 0;
    margin-top: -60px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
.equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.equal > [class*=col-] {
  display: flex;
  flex-direction: column;
}

@media (max-width: 414px) {
  .d-none-mobile {
    display: none !important;
  }
}

.overlay {
  transition: all 0.2s ease-in-out;
  width: 40%;
  opacity: 0;
  visibility: hidden;
}
.overlay.active {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000;
  z-index: 9998;
  opacity: 0.5;
  visibility: visible;
}

.b-note {
  color: #1d44f9;
}

.social-link a {
  font-weight: inherit;
}

@media (max-width: 991px) {
  .checked-list {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .checked-list {
    margin-left: 0;
  }
}
.checked-list li {
  font-size: 16px;
  color: #727475;
  font-weight: 700;
  margin-top: 10px;
  padding-left: 40px;
}
.checked-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #111111;
}

.flex-wrap {
  flex-wrap: wrap;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@keyframes left-to-right {
  0% {
    background-position: left center;
  }
  100% {
    background-position: right center;
  }
}
@keyframes right-to-left {
  0% {
    background-position: right center;
  }
  100% {
    background-position: left center;
  }
}
@keyframes left-to-center {
  0% {
    background-position: left center;
  }
  100% {
    background-position: center center;
  }
}
@keyframes right-to-center {
  0% {
    background-position: right center;
  }
  100% {
    background-position: center center;
  }
}
@keyframes top-to-bottom {
  0% {
    background-position: center top;
  }
  100% {
    background-position: center bottom;
  }
}
@keyframes top-to-center {
  0% {
    background-position: center top;
  }
  100% {
    background-position: center center;
  }
}
@keyframes bottom-to-top {
  0% {
    background-position: center bottom;
  }
  100% {
    background-position: center top;
  }
}
@keyframes bottom-to-center {
  0% {
    background-position: center bottom;
  }
  100% {
    background-position: center center;
  }
}
@keyframes top-left-to-bottom-right {
  0% {
    background-position: left top;
  }
  100% {
    background-position: right bottom;
  }
}
@keyframes top-left-to-center {
  0% {
    background-position: left top;
  }
  100% {
    background-position: center center;
  }
}
@keyframes top-right-to-bottom-left {
  0% {
    background-position: right top;
  }
  100% {
    background-position: left bottom;
  }
}
@keyframes top-right-to-center {
  0% {
    background-position: right top;
  }
  100% {
    background-position: center center;
  }
}
@keyframes bottom-left-to-top-right {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: right top;
  }
}
@keyframes bottom-left-to-center {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: center center;
  }
}
@keyframes bottom-right-to-top-left {
  0% {
    background-position: right bottom;
  }
  100% {
    background-position: left top;
  }
}
@keyframes bottom-right-to-center {
  0% {
    background-position: right bottom;
  }
  100% {
    background-position: center center;
  }
}
@keyframes zoomIn {
  0% {
    background-position: right center;
  }
  100% {
    background-position: left center;
  }
}
.animation_left-to-right {
  background-position: left center;
}
.active .animation_left-to-right {
  animation: left-to-right 5s ease 0s 1 normal forwards running;
}

.animation_right-to-left {
  background-position: right center;
}
.active .animation_right-to-left {
  animation: right-to-left 5s ease 0s 1 normal forwards running;
}

.animation_left-to-center {
  background-position: left center;
}
.active .animation_left-to-center {
  animation: left-to-center 5s ease 0s 1 normal forwards running;
}

.animation_right-to-center {
  background-position: right center;
}
.active .animation_right-to-center {
  animation: right-to-center 5s ease 0s 1 normal forwards running;
}

.animation_top-to-bottom {
  background-position: center top;
}
.active .animation_top-to-bottom {
  animation: top-to-bottom 5s ease 0s 1 normal forwards running;
}

.animation_top-to-center {
  background-position: center top;
}
.active .animation_top-to-center {
  animation: top-to-center 5s ease 0s 1 normal forwards running;
}

.animation_bottom-to-top {
  background-position: center bottom;
}
.active .animation_bottom-to-top {
  animation: bottom-to-top 5s ease 0s 1 normal forwards running;
}

.animation_bottom-to-center {
  background-position: center bottom;
}
.active .animation_bottom-to-center {
  animation: bottom-to-center 5s ease 0s 1 normal forwards running;
}

.animation_top-left-to-bottom-right {
  background-position: left top;
}
.active .animation_top-left-to-bottom-right {
  animation: top-left-to-bottom-right 5s ease 0s 1 normal forwards running;
}

.animation_top-left-to-center {
  background-position: left top;
}
.active .animation_top-left-to-center {
  animation: top-left-to-center 5s ease 0s 1 normal forwards running;
}

.animation_top-right-to-bottom-left {
  background-position: right top;
}
.active .animation_top-right-to-bottom-left {
  animation: top-right-to-bottom-left 5s ease 0s 1 normal forwards running;
}

.animation_top-right-to-center {
  background-position: right top;
}
.active .animation_top-right-to-center {
  animation: top-right-to-center 5s ease 0s 1 normal forwards running;
}

.animation_bottom-left-to-top-right {
  background-position: left bottom;
}
.active .animation_bottom-left-to-top-right {
  animation: bottom-left-to-top-right 5s ease 0s 1 normal forwards running;
}

.animation_bottom-left-to-center {
  background-position: left bottom;
}
.active .animation_bottom-left-to-center {
  animation: bottom-left-to-center 5s ease 0s 1 normal forwards running;
}

.animation_bottom-right-to-top-left {
  background-position: right bottom;
}
.active .animation_bottom-right-to-top-left {
  animation: bottom-right-to-top-left 5s ease 0s 1 normal forwards running;
}

.animation_bottom-right-to-center {
  background-position: right bottom;
}
.active .animation_bottom-right-to-center {
  animation: bottom-right-to-center 5s ease 0s 1 normal forwards running;
}

@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(0px);
  }
}
/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

@keyframes playVideo {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  40% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes dimond {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes bounceUp {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes bounceUp {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes moverightbounce {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes moverightbounce {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes guraguri {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes guraguri {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
@-webkit-keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
/* ----------------------------------
  All Aniamtion Styles
 ------------------------------------ */
/* ------------------------------------------------------------------
   Template Default Button, Input Styles - Value Change with Your's Need
 -------------------------------------------------------------------- */
.btnd, .video-btn, .theme-btn {
  line-height: 1;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
}

.theme-btn {
  color: #FFF;
  font-size: 16px;
  padding: 24px 20px;
  background-color: #111111;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}
.theme-btn i {
  margin-left: 30px;
}
@media (max-width: 580px) {
  .theme-btn {
    padding: 16px 10px;
  }
}
@media (max-width: 480px) {
  .theme-btn {
    padding: 15px 10px;
    font-size: 15px;
  }
}
.theme-btn.no-fil {
  background-color: transparent;
  margin-left: 15px;
}
@media (max-width: 500px) {
  .theme-btn.no-fil {
    margin-left: 0;
  }
}
.theme-btn.black {
  background-color: #111111;
  box-shadow: inherit;
}
.theme-btn.black:hover {
  background-color: #1d44f9;
}
.theme-btn.minimal-btn {
  color: #727475;
  border: 2px solid #ebebeb;
  background: transparent;
  box-shadow: inherit;
}
.theme-btn.white {
  color: #111111;
  border: 2px solid #fff;
  background: #fff;
}
.theme-btn:hover {
  background-color: #1d44f9;
  color: #FFF;
}

.video-btn {
  font-size: 16px;
  font-weight: 700;
  color: #726ceb;
}
.video-btn i {
  margin-right: 10px;
}

.video-play-btn .play-video {
  border-radius: 50%;
  width: 140px;
  height: 140px;
  background-color: #fff;
  color: #111111;
  line-height: 140px;
  transition: 0.3s;
  text-align: center;
  animation: playVideo infinite 3.5s;
  display: inline-block;
  margin: 0px auto;
  font-size: 20px;
}
@media (max-width: 991px) {
  .video-play-btn .play-video {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  .video-play-btn .play-video {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
  }
}
.video-play-btn .play-video:hover {
  background: #111111;
  color: #fff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.video-play-btn .play-text {
  font-weight: 700;
}

.cat-btn {
  font-size: 16px;
  line-height: 1;
  padding: 20px 30px;
  font-weight: 700;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease-in-out;
  background: transparent;
  display: inline-block;
  margin-right: 10px;
  margin-top: 30px;
}
.cat-btn i {
  margin-right: 10px;
}
.cat-btn.color {
  background-color: #00baa3;
  border-color: #00baa3;
  color: #fff;
}
.cat-btn:hover {
  background-color: #00baa3;
  border-color: #00baa3;
  border-style: solid;
  border-width: 2px;
}

.preloader {
  align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

.preloader .animation-preloader {
  z-index: 1000;
}

.preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #000000;
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

.preloader .animation-preloader .txt-loading {
  font: bold 5em "Dosis", "BloggerSans", sans-serif, sans-serif;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 500px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 3em;
  }
}

.preloader .animation-preloader .txt-loading .letters-loading {
  color: #1d44f9;
  position: relative;
}

.preloader .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
  animation: letters-loading 4s infinite;
  color: #1d44f9;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Dosis", "BloggerSans", sans-serif;
  position: absolute;
  top: -3px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.preloader.dark .animation-preloader .spinner {
  border-color: #f86048;
  border-top-color: #fff;
}

.preloader.dark .animation-preloader .txt-loading .letters-loading {
  color: #1d44f9;
}

.preloader.dark .animation-preloader .txt-loading .letters-loading:before {
  color: #1d44f9;
}

.preloader p {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #111111;
}

.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.preloader .loader .row {
  height: 100%;
}

.preloader .loader .loader-section {
  padding: 0px;
}

.preloader .loader .loader-section .bg {
  background-color: #fff;
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader .loader.dark_bg .loader-section .bg {
  background: #efc94c;
}

.preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  -o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
/* ----------------------------------
    Template Section Styles
 ------------------------------------*/
header .logo a {
  display: block;
}
@media (max-width: 1450px) {
  header .theme-btn {
    padding: 18px 15px;
  }
}
@media (max-width: 1200px) {
  header .theme-btn {
    padding: 18px 10px;
    font-size: 14px;
  }
}
header.header-1 {
  position: absolute;
  z-index: 1000;
  top: 30px;
}
@media (min-width: 1365px) {
  header.header-1 .container-fluid {
    padding: 0px 100px;
  }
}
header.header-1 .main-menu ul {
  line-height: 1;
}
header.header-1 .main-menu ul > li {
  display: inline-block;
  line-height: 1;
}
header.header-1 .main-menu ul > li > a {
  display: inline-block;
  font-size: 18px;
  text-transform: capitalize;
  color: #b1b1b1;
  line-height: 1;
  padding: 30px 35px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  header.header-1 .main-menu ul > li > a {
    padding: 20px 25px;
  }
}
@media (max-width: 1100px) {
  header.header-1 .main-menu ul > li > a {
    padding: 20px;
    font-size: 16px;
  }
}
header.header-1 .main-menu ul > li > a::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  background-color: #111111;
  width: 100%;
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  transform: translateY(-6px);
}
header.header-1 .main-menu ul > li:hover > a {
  color: #111111;
  background-color: #fff;
}
header.header-1 .main-menu ul > li:hover > a::before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header.header-1 .main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header.header-1 .main-menu ul > li > ul {
  position: absolute;
  top: 100%;
  width: 230px;
  background-color: #111111;
  left: 0;
  z-index: 999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
}
header.header-1 .main-menu ul > li > ul li {
  display: block;
}
header.header-1 .main-menu ul > li > ul li a {
  display: block;
  color: #FFF;
  padding: 15px 25px;
}
header.header-1 .main-menu ul > li > ul li a::before {
  display: none;
  opacity: 0;
}
header.header-1 .main-menu ul > li > ul ul {
  left: 100%;
  top: 0;
}
header.header-2 {
  position: relative;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 1199px) {
  header.header-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  header.header-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  header.header-2 .container-fluid {
    padding-left: 55px;
    padding-right: 55px;
  }
}
header.header-2 .container-fluid #hamburger {
  display: block;
}
header.header-2 .cta-wrap a {
  background-color: #1d44f9;
  text-transform: uppercase;
}
header.header-2 .cta-wrap a:hover {
  background-color: #111111;
  color: #fff;
}
@media (max-width: 1350px) {
  header.header-2 .cta-wrap a {
    font-size: 14px;
    padding: 18px 10px;
  }
}
header.header-2 .header-tel a {
  font-size: 17px;
}
header.header-2 .main-menu ul {
  line-height: 1;
}
header.header-2 .main-menu ul > li {
  display: inline-block;
  line-height: 1;
}
header.header-2 .main-menu ul > li > a {
  display: inline-block;
  font-size: 18px;
  color: #000000;
  opacity: 0.5;
  line-height: 1;
  padding: 45px 12px;
  overflow: hidden;
}
@media (max-width: 1350px) {
  header.header-2 .main-menu ul > li > a {
    padding: 35px 20px;
  }
}
header.header-2 .main-menu ul > li > a::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  background-color: #111111;
  width: 100%;
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  transform: translateY(-6px);
}
header.header-2 .main-menu ul > li:hover > a {
  color: #111111;
  background-color: #eee;
  opacity: 1;
}
header.header-2 .main-menu ul > li:hover > a::before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header.header-2 .main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header.header-2 .main-menu ul > li > ul {
  position: absolute;
  top: 100%;
  width: 230px;
  background-color: #111111;
  left: 0;
  z-index: 999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
}
header.header-2 .main-menu ul > li > ul li {
  display: block;
}
header.header-2 .main-menu ul > li > ul li a {
  display: block;
  color: #FFF;
  padding: 15px 25px;
}
header.header-2 .main-menu ul > li > ul li a::before {
  display: none;
  opacity: 0;
}
header.header-2 .main-menu ul > li > ul ul {
  left: 100%;
  top: 0;
}

.page-banner-wrap .breadcrumb {
  background: transparent;
  float: right;
  padding: 0;
}
@media (max-width: 767px) {
  .page-banner-wrap .breadcrumb {
    float: left;
    margin-top: 10px;
  }
}
.page-banner-wrap .breadcrumb li {
  color: #efc94c;
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
}
.page-banner-wrap .breadcrumb li a {
  color: #fff;
}
.page-banner-wrap .breadcrumb li a:hover {
  color: #efc94c;
}
.page-banner-wrap .breadcrumb li + li::before {
  color: #c5c2c2;
  content: "|";
}

.mobile-nav {
  position: fixed;
  right: -380px;
  top: 0;
  width: 320px;
  height: 100vh;
  scroll-behavior: smooth;
  overflow-y: scroll;
  transition: right 0.5s ease-in;
  background-color: #1d44f9;
  padding: 20px;
  z-index: 9999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  /* Vertical Menu Style */
}
.mobile-nav.show {
  right: 0px;
  visibility: visible;
  opacity: 1;
}
.mobile-nav .close-nav {
  border: 0;
  background: transparent;
  color: #fff;
  border-radius: 30px;
  font-size: 20px;
  position: absolute;
  left: 20px;
  top: 10px;
}
.mobile-nav .sidebar-nav {
  margin-top: 30px;
}
.mobile-nav .sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}
.mobile-nav .sidebar-nav .metismenu {
  display: flex;
  flex-direction: column;
}
.mobile-nav .sidebar-nav .metismenu > li {
  position: relative;
  display: flex;
  flex-direction: column;
}
.mobile-nav .sidebar-nav .metismenu a {
  position: relative;
  display: block;
  padding: 10px 15px;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: #fff;
  outline-width: 0;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-nav .sidebar-nav .metismenu ul a {
  padding: 10px 15px 10px 35px;
  position: relative;
}
.mobile-nav .sidebar-nav .metismenu ul a:hover {
  padding-left: 40px;
}
.mobile-nav .sidebar-nav .metismenu ul a:hover::before {
  background-color: #fff;
}
.mobile-nav .sidebar-nav .metismenu ul a::before {
  position: absolute;
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  top: 50%;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
}
.mobile-nav .sidebar-nav .metismenu ul ul {
  list-style-type: circle !important;
}
.mobile-nav .sidebar-nav .metismenu ul ul a {
  padding: 10px 15px 10px 45px;
}
.mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav .sidebar-nav .metismenu a:active {
  text-decoration: none;
  color: #f8f9fa;
  background: #111111;
}

#hamburger {
  color: #111111;
  font-size: 40px;
  line-height: 1;
  text-align: right;
  display: none;
}
#hamburger i {
  cursor: pointer;
}
@media (max-width: 991px) {
  #hamburger {
    display: block;
  }
}
@media (max-width: 767px) {
  #hamburger {
    font-size: 36px;
  }
}

.action-bar {
  margin-top: 30px;
  padding-left: 20px;
}
.action-bar a {
  color: #fff;
  display: block;
  margin-top: 12px;
}
.action-bar a i {
  margin-right: 10px;
}
.action-bar a.theme-btn {
  text-align: center;
}

.language-dropdown {
  position: relative;
  display: inline-block;
}
.language-dropdown .language-dropdown-toggle {
  background: linear-gradient(135deg, rgba(17, 17, 17, 0.1) 0%, rgba(17, 17, 17, 0.05) 100%);
  border: 2px solid #111111;
  color: #111111;
  padding: 12px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  white-space: nowrap;
  min-height: 48px;
  box-shadow: 0 2px 10px rgba(17, 17, 17, 0.2);
  position: relative;
  overflow: hidden;
}
.language-dropdown .language-dropdown-toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.4s, height 0.4s;
}
.language-dropdown .language-dropdown-toggle::after {
  display: none;
}
.language-dropdown .language-dropdown-toggle i {
  font-size: 18px;
  position: relative;
  z-index: 1;
}
.language-dropdown .language-dropdown-toggle .current-lang {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.language-dropdown .language-dropdown-toggle:hover, .language-dropdown .language-dropdown-toggle:focus {
  background: linear-gradient(135deg, #111111 0%, #2b2b2b 100%);
  color: #fff;
  outline: none;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(17, 17, 17, 0.4);
}
.language-dropdown .language-dropdown-toggle:hover::before, .language-dropdown .language-dropdown-toggle:focus::before {
  width: 300px;
  height: 300px;
}
.language-dropdown .language-dropdown-toggle:active {
  transform: translateY(-1px);
}
.language-dropdown .dropdown-menu {
  min-width: 120px;
  border: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 8px 0;
  margin-top: 8px;
  right: 0 !important;
  left: auto !important;
  transform: translate3d(0, 0, 0) !important;
  top: 100% !important;
}
.language-dropdown .dropdown-menu .dropdown-item {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  transition: all 0.2s ease;
  text-transform: uppercase;
}
.language-dropdown .dropdown-menu .dropdown-item:hover {
  background: rgba(17, 17, 17, 0.1);
  color: #111111;
}
.language-dropdown .dropdown-menu .dropdown-item.active {
  background: #111111;
  color: #fff;
}
.language-dropdown .dropdown-menu .dropdown-item.active:hover {
  background: black;
}
@media (min-width: 1200px) {
  .language-dropdown .language-dropdown-toggle {
    padding: 12px 14px;
    min-height: 48px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .language-dropdown .language-dropdown-toggle {
    padding: 12px 12px;
    font-size: 14px;
    min-height: 46px;
  }
  .language-dropdown .language-dropdown-toggle i {
    font-size: 15px;
  }
  .language-dropdown .language-dropdown-toggle .current-lang {
    font-size: 12px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .language-dropdown .language-dropdown-toggle {
    padding: 12px 10px;
    font-size: 13px;
    min-height: 44px;
  }
  .language-dropdown .language-dropdown-toggle i {
    font-size: 14px;
  }
  .language-dropdown .language-dropdown-toggle .current-lang {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .language-dropdown .language-dropdown-toggle {
    padding: 12px 10px;
    font-size: 14px;
    border-width: 2px;
    min-height: 42px;
  }
  .language-dropdown .language-dropdown-toggle i {
    font-size: 16px;
  }
  .language-dropdown .language-dropdown-toggle .current-lang {
    display: none;
  }
  .language-dropdown .dropdown-menu {
    min-width: 100px;
    right: 0;
    left: auto;
  }
}

.language-switcher__item {
  opacity: 0.6;
  transition: all 0.3s ease 0s;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  list-style: none;
}
.language-switcher__item a {
  color: #333;
  text-decoration: none;
  padding: 6px 10px;
  display: block;
  border-radius: 4px;
  transition: all 0.3s ease;
  line-height: 1.2;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.language-switcher__item a:hover {
  background: rgba(17, 17, 17, 0.15);
  color: #111111;
  border-color: rgba(17, 17, 17, 0.3);
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199px) and (min-width: 768px) {
  .language-switcher__item {
    font-size: 13px;
  }
  .language-switcher__item a {
    padding: 5px 8px;
  }
}
@media (max-width: 767px) {
  .language-switcher__item {
    font-size: 12px;
  }
  .language-switcher__item a {
    padding: 4px 7px;
    min-width: 32px;
    text-align: center;
  }
}

.language-switcher__item._active {
  opacity: 1;
}
.language-switcher__item._active a {
  background: #111111;
  color: #fff;
  border-color: #111111;
  box-shadow: 0 2px 8px rgba(17, 17, 17, 0.3);
}
.language-switcher__item._active a:hover {
  background: black;
  color: #fff;
  border-color: black;
  transform: translateY(-2px);
}

.mobile-nav-lang-switcher {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  list-style: none;
  margin: 20px 0;
  padding: 15px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  justify-content: center;
}
.mobile-nav-lang-switcher .language-switcher__item {
  opacity: 0.7;
}
.mobile-nav-lang-switcher .language-switcher__item a {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 12px;
  font-size: 14px;
}
.mobile-nav-lang-switcher .language-switcher__item a:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}
.mobile-nav-lang-switcher .language-switcher__item._active {
  opacity: 1;
}
.mobile-nav-lang-switcher .language-switcher__item._active a {
  background: #fff;
  color: #111111;
  border-color: #fff;
  font-weight: 700;
}
.mobile-nav-lang-switcher .language-switcher__item._active a:hover {
  background: #f0f0f0;
  color: black;
}

.container, .container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1920px) {
  .container, .container-fluid {
    max-width: 1820px;
  }
}
@media (min-width: 1600px) and (max-width: 1919px) {
  .container, .container-fluid {
    max-width: 1520px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .container, .container-fluid {
    max-width: 1320px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .container, .container-fluid {
    max-width: 1140px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container, .container-fluid {
    max-width: 960px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container, .container-fluid {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container, .container-fluid {
    max-width: 100%;
  }
}

header.header-2 {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1000;
}
header.header-2.sticky {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.12);
  z-index: 1001;
}
header.header-2 .container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1920px) {
  header.header-2 .container {
    max-width: 1820px;
  }
}
@media (min-width: 1600px) and (max-width: 1919px) {
  header.header-2 .container {
    max-width: 1520px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  header.header-2 .container {
    max-width: 1320px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.header-2 .container {
    max-width: 1140px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.header-2 .container {
    max-width: 960px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header.header-2 .container {
    max-width: 720px;
  }
}
header.header-2 .row {
  position: relative;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
header.header-2 .logo {
  position: relative;
}
header.header-2 .logo img {
  width: 100%;
  max-width: 200px;
  height: auto;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
}
header.header-2 .logo:hover img {
  transform: scale(1.05);
  filter: drop-shadow(0 4px 12px rgba(17, 17, 17, 0.3));
}
@media (min-width: 1600px) {
  header.header-2 .logo img {
    max-width: 240px;
  }
}
@media (max-width: 991px) {
  header.header-2 .logo img {
    max-width: 160px;
  }
}
@media (max-width: 767px) {
  header.header-2 .logo img {
    max-width: 140px;
  }
}
@media (max-width: 575px) {
  header.header-2 .logo img {
    max-width: 120px;
  }
}
header.header-2 .main-menu ul > li > a {
  font-family: "Poppins", "Segoe UI", "Helvetica Neue", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: none;
  position: relative;
  background: transparent;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
header.header-2 .main-menu ul > li > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(17, 17, 17, 0.15) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
header.header-2 .main-menu ul > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-50%);
  border-radius: 2px;
}
header.header-2 .main-menu ul > li > a:hover {
  color: #111111;
  text-shadow: 0 0 20px rgba(17, 17, 17, 0.3);
  transform: translateY(-2px);
}
header.header-2 .main-menu ul > li > a:hover::before {
  width: 120%;
  height: 120%;
}
header.header-2 .main-menu ul > li > a:hover::after {
  width: 80%;
}
@media (max-width: 1399px) and (min-width: 1200px) {
  header.header-2 .main-menu ul > li > a {
    padding: 20px 20px;
    font-size: 14px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  header.header-2 .main-menu ul > li > a {
    padding: 20px 15px;
    font-size: 13px;
  }
}
header.header-2 .main-menu ul > li:nth-child(1) > a:hover {
  color: #ff6b6b;
}
header.header-2 .main-menu ul > li:nth-child(1) > a:hover::after {
  background: linear-gradient(90deg, #ff6b6b, #ee5a6f);
}
header.header-2 .main-menu ul > li:nth-child(2) > a:hover {
  color: #4ecdc4;
}
header.header-2 .main-menu ul > li:nth-child(2) > a:hover::after {
  background: linear-gradient(90deg, #4ecdc4, #44a3c2);
}
header.header-2 .main-menu ul > li:nth-child(3) > a:hover {
  color: #45b7d1;
}
header.header-2 .main-menu ul > li:nth-child(3) > a:hover::after {
  background: linear-gradient(90deg, #45b7d1, #3d9db5);
}
header.header-2 .main-menu ul > li:nth-child(4) > a:hover {
  color: #96ceb4;
}
header.header-2 .main-menu ul > li:nth-child(4) > a:hover::after {
  background: linear-gradient(90deg, #96ceb4, #7fb89e);
}
header.header-2 .header-tel a {
  font-size: 15px;
  font-weight: 600;
  color: #111111;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  padding: 8px 16px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 107, 107, 0.08), rgba(78, 205, 196, 0.08));
}
header.header-2 .header-tel a:before {
  content: "\f095";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 16px;
  background: linear-gradient(135deg, #ff6b6b, #4ecdc4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 2px 4px rgba(255, 107, 107, 0.3));
  animation: phoneRing 2s ease-in-out infinite;
}
header.header-2 .header-tel a:hover {
  color: #ff6b6b;
  transform: translateY(-3px) scale(1.05);
  text-shadow: 0 4px 15px rgba(255, 107, 107, 0.4);
  background: linear-gradient(135deg, rgba(255, 107, 107, 0.15), rgba(78, 205, 196, 0.15));
  box-shadow: 0 4px 20px rgba(255, 107, 107, 0.3), 0 0 30px rgba(78, 205, 196, 0.2);
}
header.header-2 .header-tel a:hover:before {
  animation: phoneRingFast 0.5s ease-in-out infinite;
  filter: drop-shadow(0 4px 8px rgba(255, 107, 107, 0.5));
}
@media (max-width: 1399px) and (min-width: 1200px) {
  header.header-2 .header-tel a {
    font-size: 14px;
  }
  header.header-2 .header-tel a:before {
    font-size: 15px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  header.header-2 .header-tel a {
    font-size: 13px;
  }
  header.header-2 .header-tel a:before {
    font-size: 14px;
  }
}
header.header-2 .cta-wrap .theme-btn {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: linear-gradient(135deg, #111111 0%, #2b2b2b 100%);
  border: none;
  box-shadow: 0 4px 15px rgba(17, 17, 17, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
header.header-2 .cta-wrap .theme-btn::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4, #ff6b6b);
  background-size: 400%;
  border-radius: 10px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
  animation: borderRotate 3s linear infinite;
}
header.header-2 .cta-wrap .theme-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s;
  z-index: 1;
}
header.header-2 .cta-wrap .theme-btn span {
  position: relative;
  z-index: 2;
}
header.header-2 .cta-wrap .theme-btn:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.5), 0 0 40px rgba(17, 17, 17, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  background: linear-gradient(135deg, #1e1e1e 0%, #373737 100%);
}
header.header-2 .cta-wrap .theme-btn:hover::after {
  opacity: 1;
}
header.header-2 .cta-wrap .theme-btn:hover::before {
  left: 100%;
}
header.header-2 .cta-wrap .theme-btn:active {
  transform: translateY(-2px) scale(0.98);
}
@media (max-width: 1399px) and (min-width: 1200px) {
  header.header-2 .cta-wrap .theme-btn {
    font-size: 13px;
    padding: 12px 14px;
    min-height: 48px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  header.header-2 .cta-wrap .theme-btn {
    font-size: 12px;
    padding: 12px 12px;
    min-height: 46px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  header.header-2 .cta-wrap .theme-btn {
    font-size: 11px;
    padding: 12px 10px;
    min-height: 44px;
  }
}
@media (max-width: 767px) {
  header.header-2 .cta-wrap .theme-btn {
    font-size: 10px;
    padding: 12px 8px;
    min-height: 42px;
  }
}
@media (max-width: 991px) {
  header.header-2 #hamburger {
    display: block;
  }
}

@keyframes phoneRing {
  0%, 100% {
    transform: rotate(0deg);
  }
  10%, 30% {
    transform: rotate(-10deg);
  }
  20%, 40% {
    transform: rotate(10deg);
  }
}
@keyframes phoneRingFast {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-15deg);
  }
  75% {
    transform: rotate(15deg);
  }
}
@keyframes borderRotate {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}
/**
 * Fancy Modern Effects
 * Additional visual enhancements for a premium look
 */
/* ===========================================
   Smooth Scrolling & Body Enhancements
   =========================================== */
html {
  scroll-behavior: smooth;
}

body {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* ===========================================
   Selection Styling
   =========================================== */
::selection {
  background: linear-gradient(135deg, #ff5722, #ff8a65);
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: linear-gradient(135deg, #ff5722, #ff8a65);
  color: #fff;
  text-shadow: none;
}

/* ===========================================
   Fancy Scrollbar
   =========================================== */
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #ff5722, #ff8a65);
  border-radius: 10px;
  border: 2px solid #f1f1f1;
}
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #f4511e, #ff5722);
}

/* ===========================================
   Fancy Link Animations
   =========================================== */
a:not(.btn):not(.theme-btn) {
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a:not(.btn):not(.theme-btn)::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #ff5722, #5c40ff, #ffd166);
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
a:not(.btn):not(.theme-btn):hover::after {
  width: 100%;
}

/* ===========================================
   Floating Elements Animation
   =========================================== */
.floating {
  animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-15px) rotate(2deg);
  }
}
/* ===========================================
   Gradient Text Effect
   =========================================== */
.gradient-text {
  background: linear-gradient(135deg, #ff5722, #ff8a65, #ffd166, #5c40ff);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 3s ease infinite;
}

@keyframes gradientShift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
/* ===========================================
   Card Hover Effects with Depth
   =========================================== */
.card, .service-item, .portfolio-item {
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.card::before, .service-item::before, .portfolio-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 87, 34, 0.08), rgba(92, 64, 255, 0.08));
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 1;
}
.card:hover, .service-item:hover, .portfolio-item:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.card:hover::before, .service-item:hover::before, .portfolio-item:hover::before {
  opacity: 1;
}

/* ===========================================
   Section Backgrounds with Patterns
   =========================================== */
.section-fancy-bg {
  position: relative;
  overflow: hidden;
}
.section-fancy-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 10% 20%, rgba(255, 87, 34, 0.06) 0%, transparent 50%), radial-gradient(circle at 90% 80%, rgba(92, 64, 255, 0.06) 0%, transparent 50%), radial-gradient(circle at 50% 50%, rgba(255, 209, 102, 0.04) 0%, transparent 50%);
  pointer-events: none;
}
.section-fancy-bg::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: repeating-linear-gradient(45deg, transparent, transparent 50px, rgba(255, 255, 255, 0.03) 50px, rgba(255, 255, 255, 0.03) 51px);
  animation: patternMove 60s linear infinite;
  pointer-events: none;
}

@keyframes patternMove {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50px, 50px);
  }
}
/* ===========================================
   Glowing Borders
   =========================================== */
.glow-border {
  position: relative;
  border-radius: 12px;
}
.glow-border::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #ff5722, #ff8a65, #5c40ff, #ffd166);
  background-size: 400%;
  border-radius: 14px;
  z-index: -1;
  animation: glowRotate 3s linear infinite;
  opacity: 0.6;
  filter: blur(4px);
}

@keyframes glowRotate {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* ===========================================
   Neon Text Effect
   =========================================== */
.neon-text {
  color: #fff;
  text-shadow: 0 0 10px rgba(255, 87, 34, 0.8), 0 0 20px rgba(255, 87, 34, 0.6), 0 0 30px rgba(92, 64, 255, 0.6), 0 0 40px rgba(92, 64, 255, 0.4);
  animation: neonFlicker 2s ease-in-out infinite alternate;
}

@keyframes neonFlicker {
  0%, 100% {
    text-shadow: 0 0 10px rgba(255, 87, 34, 0.8), 0 0 20px rgba(255, 87, 34, 0.6), 0 0 30px rgba(92, 64, 255, 0.6), 0 0 40px rgba(92, 64, 255, 0.4);
  }
  50% {
    text-shadow: 0 0 15px rgb(255, 87, 34), 0 0 25px rgba(255, 87, 34, 0.8), 0 0 35px rgba(92, 64, 255, 0.8), 0 0 45px rgba(92, 64, 255, 0.6);
  }
}
/* ===========================================
   3D Buttons with Depth
   =========================================== */
.btn-3d {
  position: relative;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 0 black, 0 8px 16px rgba(0, 0, 0, 0.2);
}
.btn-3d:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 0 black, 0 4px 8px rgba(0, 0, 0, 0.2);
}
.btn-3d:active {
  transform: translateY(4px);
  box-shadow: 0 0 0 black, 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* ===========================================
   Shimmer Loading Effect
   =========================================== */
.shimmer {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  background-size: 200% 100%;
  animation: shimmer 2s ease-in-out infinite;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
/* ===========================================
   Particle Effect Container
   =========================================== */
.particles-bg {
  position: relative;
  overflow: hidden;
}
.particles-bg::before, .particles-bg::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
  animation: particleFloat 8s ease-in-out infinite;
}
.particles-bg::before {
  background: radial-gradient(circle, rgba(255, 87, 34, 0.3), transparent);
  top: 10%;
  left: 10%;
}
.particles-bg::after {
  background: radial-gradient(circle, rgba(92, 64, 255, 0.3), transparent);
  bottom: 10%;
  right: 10%;
  animation-delay: -4s;
}

@keyframes particleFloat {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}
/* ===========================================
   Glassmorphism Effect
   =========================================== */
.glass-effect {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

/* ===========================================
   Typing Animation
   =========================================== */
.typing-animation {
  overflow: hidden;
  border-right: 3px solid;
  white-space: nowrap;
  animation: typing 3.5s steps(40, end), blink 0.75s step-end infinite;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes blink {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: currentColor;
  }
}
/* ===========================================
   Ripple Effect on Click
   =========================================== */
.ripple {
  position: relative;
  overflow: hidden;
}
.ripple::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}
.ripple:active::after {
  width: 300px;
  height: 300px;
}

/**
 * Modern Homepage Styles
 * Enhanced design for the homepage with modern look and improved typography
 */
/* Hero Section Improvements */
.hero-banner.hero-style-1 {
  position: relative;
  overflow: hidden;
}
.hero-banner.hero-style-1 .single-banner-wrapper {
  position: relative;
  background: linear-gradient(135deg, #ff5722 0%, #ff8a65 50%, #ffa726 100%);
  padding: 80px 0;
}
.hero-banner.hero-style-1 .single-banner-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 50%);
  z-index: 1;
}
.hero-banner.hero-style-1 .single-banner-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,%3Csvg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg fill="%23ffffff" fill-opacity="0.05"%3E%3Cpath d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
  z-index: 1;
}
.hero-banner.hero-style-1 .single-banner-wrapper .container,
.hero-banner.hero-style-1 .single-banner-wrapper .row,
.hero-banner.hero-style-1 .single-banner-wrapper .slide-contents,
.hero-banner.hero-style-1 .single-banner-wrapper .hero-carousel-wrap,
.hero-banner.hero-style-1 .single-banner-wrapper .social-link {
  position: relative;
  z-index: 2;
}
.hero-banner.hero-style-1 .slide-contents {
  padding: 3rem 0;
}
.hero-banner.hero-style-1 .sub-title {
  margin-bottom: 1rem;
}
.hero-banner.hero-style-1 .sub-title span {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: white;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.hero-banner.hero-style-1 h1.fs-lg {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 1.5rem 0;
  color: white;
  letter-spacing: -0.02em;
}
.hero-banner.hero-style-1 h1.fs-lg svg {
  margin: 1rem 0;
  display: block;
}
.hero-banner.hero-style-1 h1.fs-lg svg path {
  fill: rgba(255, 255, 255, 0.9);
}
.hero-banner.hero-style-1 h1.gradient-text {
  background: linear-gradient(135deg, #fff 0%, #f0f0f0 50%, #fff 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-banner.hero-style-1 p {
  font-size: 1.25rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.95);
  margin: 2rem 0;
  max-width: 90%;
}
.hero-banner.hero-style-1 .hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}
.hero-banner.hero-style-1 .theme-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2.5rem;
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.hero-banner.hero-style-1 .theme-btn.fancy-btn {
  background: white;
  color: #ff5722;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
  border: none;
}
.hero-banner.hero-style-1 .theme-btn.fancy-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
  color: #ff5722;
  text-decoration: none;
  background: #fff;
}
.hero-banner.hero-style-1 .theme-btn.btn-outline {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.hero-banner.hero-style-1 .theme-btn.btn-outline:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: white;
  color: white;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}
.hero-banner.hero-style-1 .theme-btn.btn-outline:hover i {
  transform: translateX(5px);
}
.hero-banner.hero-style-1 .theme-btn i {
  transition: transform 0.3s ease;
}
.hero-banner.hero-style-1 .social-link {
  position: absolute;
  left: 0;
  top: 35%;
  transform: translateY(-50%);
  z-index: 3;
}
.hero-banner.hero-style-1 .social-link h5 {
  color: white;
}
.hero-banner.hero-style-1 .social-link a {
  color: white;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.hero-banner.hero-style-1 .social-link a:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: white;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* Services Section */
.what-we-do {
  background: #f8f9fa;
  position: relative;
}
.what-we-do .section-title {
  margin-bottom: 3rem;
}
.what-we-do .sub-title span {
  color: #ff5722;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.875rem;
}
.what-we-do h1 {
  font-size: 2.75rem;
  font-weight: 800;
  color: #1a1a2e;
  margin-top: 0.5rem;
  letter-spacing: -0.02em;
}

.single-what-we-do {
  background: white;
  border-radius: 20px;
  padding: 2.5rem;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e8eaed;
}
.single-what-we-do:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(255, 87, 34, 0.15);
  border-color: #ff5722;
}
.single-what-we-do .top {
  margin-bottom: 1.5rem;
}
.single-what-we-do .icon {
  margin-bottom: 1.25rem;
}
.single-what-we-do .icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.single-what-we-do .title h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
  line-height: 1.4;
}
.single-what-we-do .content p {
  color: #4f5d75;
  line-height: 1.8;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.single-what-we-do .content a {
  color: #ff5722;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}
.single-what-we-do .content a:hover {
  color: #ff8a65;
  gap: 0.75rem;
}
.single-what-we-do .content a:hover::after {
  transform: translateX(5px);
}
.single-what-we-do .content a::after {
  content: "→";
  transition: transform 0.3s ease;
}

/* Stats Section */
.stats-section {
  background: linear-gradient(135deg, #fff5f0 0%, #ffe8db 100%);
  position: relative;
}
.stats-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,%3Csvg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="%23ff5722" fill-opacity="0.04" fill-rule="evenodd"%3E%3Cpath d="M0 40L40 0H20L0 20M40 40V20L20 40"/%3E%3C/g%3E%3C/svg%3E');
  opacity: 0.5;
}
.stats-section .container {
  position: relative;
  z-index: 1;
}

.stat-card {
  text-align: center;
  padding: 2.5rem 1.5rem;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
}
.stat-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 15px 45px rgba(255, 87, 34, 0.25);
  background: rgb(255, 255, 255);
  border-color: rgba(255, 87, 34, 0.3);
}
.stat-card .stat-icon {
  font-size: 3rem;
  color: #ff5722;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}
.stat-card .stat-icon i {
  display: inline-block;
  transition: transform 0.3s ease;
}
.stat-card:hover .stat-icon i {
  transform: scale(1.2) rotateY(360deg);
}
.stat-card .stat-number {
  font-size: 3rem;
  font-weight: 800;
  color: #5c40ff;
  line-height: 1;
  margin-bottom: 0.75rem;
}
.stat-card .stat-number .counter {
  display: inline-block;
}
.stat-card p {
  color: #4a5568;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.funfact-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  padding: 2rem 0;
}

.single-fact-item {
  text-align: center;
  padding: 2rem;
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.single-fact-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(255, 87, 34, 0.15);
}
.single-fact-item .count-digit {
  font-size: 3.5rem;
  font-weight: 800;
  color: #ff5722;
  line-height: 1;
  margin-bottom: 1rem;
}
.single-fact-item p {
  color: #4f5d75;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.5;
}

/* Featured Projects Section */
.featured-projects {
  background: white;
  position: relative;
}

.project-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
}
.project-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
}
.project-card .project-image {
  height: 350px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.project-card .project-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 87, 34, 0.95) 0%, rgba(92, 64, 255, 0.95) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.3;
  transition: opacity 0.4s ease;
}
.project-card:hover .project-overlay {
  opacity: 1;
}
.project-card .project-info {
  text-align: center;
  color: white;
  padding: 2rem;
  transform: translateY(20px);
  transition: transform 0.4s ease;
  opacity: 1;
}
.project-card .project-info .project-category {
  display: inline-block;
  padding: 0.4rem 1rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}
.project-card .project-info h3 {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 1rem 0;
  color: white;
}
.project-card .project-info p {
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.95;
  margin-bottom: 1.5rem;
}
.project-card .project-info .project-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  color: #ff5722;
  font-size: 1.25rem;
  transition: all 0.3s ease;
}
.project-card .project-info .project-link:hover {
  transform: scale(1.15);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.project-card:hover .project-info {
  transform: translateY(0);
}

/* Testimonials Section */
.testimonial-section .section-title span {
  color: white;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.testimonial-section .section-title h1 {
  color: white !important;
  font-weight: 800;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.testimonial-section {
  position: relative;
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
}
.testimonial-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(92, 64, 255, 0.92) 0%, rgba(132, 94, 247, 0.92) 100%);
  z-index: 0;
}
.testimonial-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,%3Csvg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg fill="%23ffffff" fill-opacity="0.05"%3E%3Cpath d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
  z-index: 1;
}
.testimonial-section .container {
  position: relative;
  z-index: 2;
}

.single-testimonial {
  background: white;
  border-radius: 20px;
  padding: 2.5rem;
  margin: 1rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.single-testimonial:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
}

.client-info-box {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.client-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid #ffd166;
  box-shadow: 0 4px 12px rgba(255, 209, 102, 0.4);
}

.client-info span {
  display: block;
  color: #8892a6;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
  font-weight: 500;
}
.client-info h4 {
  color: #1a1a2e;
  font-weight: 700;
  font-size: 1.2rem;
  margin: 0;
}

.testimonial-content h3 {
  color: #2d3142;
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 400;
  font-style: italic;
  margin: 0;
  position: relative;
  padding-left: 1.5rem;
}
.testimonial-content h3::before {
  content: '"';
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 3rem;
  color: #ff5722;
  opacity: 0.3;
  font-family: Georgia, serif;
}

/* Brand Logos */
.brand-logo-carousel {
  padding: 2rem 0;
}
.brand-logo-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.single-brand-logo {
  text-align: center;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 15px;
  margin: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}
.single-brand-logo:hover {
  background: rgb(255, 255, 255);
  border-color: rgba(255, 87, 34, 0.3);
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 10px 30px rgba(255, 87, 34, 0.2);
}
.single-brand-logo:hover img {
  filter: none;
  transform: scale(1.05);
}
.single-brand-logo img {
  max-width: 140px;
  max-height: 70px;
  height: auto;
  width: auto;
  filter: none;
  transition: all 0.3s ease;
  opacity: 0.85;
}
.single-brand-logo:hover img {
  opacity: 1;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .hero-banner.hero-style-1 h1.fs-lg {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .hero-banner.hero-style-1 h1.fs-lg {
    font-size: 2.25rem;
  }
  .hero-banner.hero-style-1 p {
    font-size: 1.1rem;
    max-width: 100%;
  }
  .what-we-do h1 {
    font-size: 2rem;
  }
  .single-what-we-do {
    padding: 2rem;
    margin-bottom: 2rem;
  }
  .funfact-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .single-fact-item {
    padding: 1.5rem;
  }
  .single-fact-item .count-digit {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  .funfact-wrapper {
    grid-template-columns: 1fr;
  }
  .hero-banner.hero-style-1 .theme-btn {
    padding: 0.875rem 2rem;
    font-size: 1rem;
  }
}
/* ---------------------------------- Hero Section - Styles ------------------------------------ */
.hero-banner .sub-title {
  animation: 1.5s 0.1s fadeInLeft both;
}
.hero-banner h1 {
  animation: 2s 0.2s fadeInLeft both;
}
.hero-banner p {
  animation: 2s 0.3s fadeInLeft both;
}
.hero-banner .theme-btn {
  animation: 3s 0.4s fadeInLeft both;
}
.hero-banner.hero-style-1 .single-banner-wrapper {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 0 70px;
  z-index: 1;
  background-color: #fff;
}
@media (max-width: 1400px) {
  .hero-banner.hero-style-1 .single-banner-wrapper {
    padding-top: 150px;
  }
  .hero-banner.hero-style-1 .single-banner-wrapper:before, .hero-banner.hero-style-1 .single-banner-wrapper:after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .hero-banner.hero-style-1 .single-banner-wrapper {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .hero-banner.hero-style-1 .single-banner-wrapper {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
.hero-banner.hero-style-1 .single-banner-wrapper:before {
  border-width: 1px;
  border-color: rgb(235, 235, 235);
  border-style: solid;
  border-radius: 50%;
  position: absolute;
  right: 123px;
  top: 15px;
  width: 742px;
  height: 742px;
  content: "";
  z-index: -1;
}
.hero-banner.hero-style-1 .single-banner-wrapper:after {
  border-width: 1px;
  border-color: rgb(235, 235, 235);
  border-style: solid;
  border-radius: 50%;
  position: absolute;
  right: 275px;
  top: 166px;
  width: 440px;
  height: 440px;
  content: "";
  z-index: -1;
  animation: movebounce 5s infinite linear;
}
.hero-banner.hero-style-1 .single-banner-wrapper p {
  margin-top: 15px;
  font-size: 18px;
}
.hero-banner.hero-style-1 .single-banner-wrapper h1 {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .hero-banner.hero-style-1 .single-banner-wrapper h1 {
    font-size: 40px;
    line-height: 130%;
  }
}
.hero-banner.hero-style-1 .single-banner-wrapper .sub-title span {
  display: inline-block;
  position: relative;
  padding-left: 120px;
}
@media (max-width: 1199px) {
  .hero-banner.hero-style-1 .single-banner-wrapper .sub-title span {
    padding-left: 0;
  }
}
.hero-banner.hero-style-1 .single-banner-wrapper .sub-title span:before {
  background-color: rgb(231, 231, 231);
  position: absolute;
  width: 100px;
  height: 2px;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .hero-banner.hero-style-1 .single-banner-wrapper .sub-title span:before {
    display: none;
  }
}
.hero-banner.hero-style-1 .single-banner-wrapper .theme-btn {
  margin-top: 45px;
}
@media (max-width: 1199px) {
  .hero-banner.hero-style-1 .single-banner-wrapper .theme-btn {
    margin-bottom: 60px;
    margin-top: 30px;
  }
}
@media (max-width: 580px) {
  .hero-banner.hero-style-1 .single-banner-wrapper .theme-btn {
    margin-top: 20px;
  }
}
.hero-banner.hero-style-1 .social-link {
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  display: inline-block;
  padding: 10px 30px;
  transform: rotate(-90deg);
  position: absolute;
  left: -80px;
  bottom: 20%;
}
@media (max-width: 1363px) {
  .hero-banner.hero-style-1 .social-link {
    bottom: 50%;
    display: none;
  }
}
@media (max-width: 1199px) {
  .hero-banner.hero-style-1 .social-link {
    display: block;
  }
}
@media (max-width: 700px) {
  .hero-banner.hero-style-1 .social-link {
    display: none;
  }
}
.hero-banner.hero-style-1 .social-link h5 {
  margin-right: 20px;
  display: inline-block;
}
.hero-banner.hero-style-1 .social-link a {
  margin-right: 15px;
}
.hero-banner.hero-style-1 .hero-carousel-wrap {
  position: relative;
}
@media (min-width: 1500px) {
  .hero-banner.hero-style-1 .hero-carousel-wrap {
    margin-right: -110px;
  }
}
.hero-banner.hero-style-1 .hero-carousel-wrap .carousel-active {
  position: relative;
}
.hero-banner.hero-style-1 .hero-carousel-wrap .carousel-active .single-carousel-item {
  height: 490px;
  width: 100%;
}
@media (max-width: 767px) {
  .hero-banner.hero-style-1 .hero-carousel-wrap .carousel-active .single-carousel-item {
    height: 320px;
  }
}
@media (max-width: 580px) {
  .hero-banner.hero-style-1 .hero-carousel-wrap .carousel-active .single-carousel-item {
    height: 300px;
  }
}
.hero-banner.hero-style-1 .hero-carousel-wrap .hero-carousel-nav div {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #111111;
  transition: all 0.3s ease-in-out;
  color: #fff;
  z-index: 999;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.hero-banner.hero-style-1 .hero-carousel-wrap .hero-carousel-nav div.owl-prev {
  bottom: 60px;
  background-color: #fff;
  color: #111111;
}
.hero-banner.hero-style-1 .hero-carousel-wrap .dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 179px;
  height: 112px;
  background-image: url("../img/dots.png");
  transform: translate(-28%, 50%);
  margin-left: -60px;
  animation: movebounce 3s infinite linear;
}
.hero-banner.hero-style-2 .single-banner-wrapper {
  padding-top: 85px;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .hero-banner.hero-style-2 .single-banner-wrapper {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .hero-banner.hero-style-2 .single-banner-wrapper {
    padding-bottom: 50px;
  }
}
.hero-banner.hero-style-2 .single-banner-wrapper .slide-contents .sub-title {
  color: #f90093;
}
@media (max-width: 767px) {
  .hero-banner.hero-style-2 .single-banner-wrapper .slide-contents h1 {
    font-size: 50px;
    line-height: 120%;
  }
}
@media (max-width: 500px) {
  .hero-banner.hero-style-2 .single-banner-wrapper .slide-contents h1 {
    font-size: 42px;
  }
}
.hero-banner.hero-style-2 .single-banner-wrapper .slide-contents h1 span {
  color: #1d44f9;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.hero-banner.hero-style-2 .single-banner-wrapper .slide-contents h1 span:hover {
  color: #f90093;
}
.hero-banner.hero-style-2 .single-banner-wrapper .slide-contents p {
  margin-top: 25px;
}
.hero-banner.hero-style-2 .single-banner-wrapper .slide-contents a {
  margin-top: 40px;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 10px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 500px) {
  .hero-banner.hero-style-2 .single-banner-wrapper .slide-contents a {
    margin-top: 25px;
  }
}
.hero-banner.hero-style-2 .single-banner-wrapper .slide-contents a:hover {
  transform: translateY(-5px);
}
.hero-banner.hero-style-2 .single-banner-wrapper .slide-contents a:nth-of-type(1) {
  margin-right: 20px;
}
@media (max-width: 500px) {
  .hero-banner.hero-style-2 .single-banner-wrapper .slide-contents a:nth-of-type(1) {
    margin-right: 0;
  }
}
@media (min-width: 1300px) {
  .hero-banner.hero-style-2 .single-banner-wrapper .hero-banner-img {
    margin-right: -160px;
  }
}
@media (max-width: 1199px) {
  .hero-banner.hero-style-2 .single-banner-wrapper .hero-banner-img {
    text-align: center;
    margin-top: 80px;
  }
  .hero-banner.hero-style-2 .single-banner-wrapper .hero-banner-img img {
    max-width: 80%;
  }
}
.hero-banner.hero-style-3 {
  position: relative;
  overflow: hidden;
}
.hero-banner.hero-style-3 .banner-contents {
  padding: 120px 0px;
  position: relative;
}
@media (max-width: 991px) {
  .hero-banner.hero-style-3 .banner-contents {
    padding: 100px 0px;
  }
}
@media (max-width: 991px) {
  .hero-banner.hero-style-3 .banner-contents {
    padding: 80px 0px;
  }
}
.hero-banner.hero-style-3 .banner-contents::before {
  position: absolute;
  right: -380px;
  background-image: url("../img/hex.png");
  background-repeat: no-repeat;
  top: 50%;
  width: 167px;
  height: 221px;
  content: "";
  transform: translateY(-50%);
}
.hero-banner.hero-style-3 .slougan {
  font-size: 18px;
  margin-bottom: 10px;
}
.hero-banner.hero-style-3 .slougan span {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  padding-right: 30px;
}
.hero-banner.hero-style-3 .slougan span:last-child {
  margin-right: 0;
  padding-right: 0;
}
.hero-banner.hero-style-3 .slougan span:last-child::before {
  display: none;
}
.hero-banner.hero-style-3 .slougan span::before {
  position: absolute;
  content: "-";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hero-banner.hero-style-3 h1 {
  font-size: 72px;
  line-height: 115%;
}
@media (max-width: 1191px) {
  .hero-banner.hero-style-3 h1 {
    font-size: 62px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-banner.hero-style-3 h1 {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .hero-banner.hero-style-3 h1 {
    font-size: 48px;
  }
}
.hero-banner.hero-style-3 .banner-img {
  height: 500px;
  position: relative;
}
@media (min-width: 1700px) {
  .hero-banner.hero-style-3 .banner-img {
    margin-right: -900px;
  }
}
@media (max-width: 991px) {
  .hero-banner.hero-style-3 .banner-img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .hero-banner.hero-style-3 .banner-img {
    height: 300px;
  }
}
.hero-banner.hero-style-3 .banner-img a {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 80px;
  height: 80px;
  background-color: #fff;
  color: #111111;
  display: inline-block;
  line-height: 80px;
  text-align: center;
  font-size: 24px;
}
.hero-banner.hero-style-3 .banner-img a:hover {
  background-color: #1d44f9;
  color: #fff;
}
.hero-banner.hero-style-3 .plus-icon {
  position: absolute;
  width: 133px;
  height: 76px;
  background-image: url("../img/plus-icon.png");
  background-repeat: no-repeat;
  top: 40px;
  left: 91%;
}

.section-padding {
  padding: 120px 0px;
}
@media (max-width: 991px) {
  .section-padding {
    padding: 100px 0px;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0px;
  }
}

.section-padding-two {
  padding: 140px 0px;
}
@media (max-width: 1400px) {
  .section-padding-two {
    padding: 120px 0px;
  }
}
@media (max-width: 991px) {
  .section-padding-two {
    padding: 100px 0px;
  }
}
@media (max-width: 767px) {
  .section-padding-two {
    padding: 80px 0px;
  }
}

.section-bg {
  background-color: #f7f7f7;
}

.theme-bg {
  background-color: #111111;
}

.section-title.no-bg .sub-title span {
  background-color: #fff;
}
.section-title .sub-title {
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 0px 50px;
}
.section-title .sub-title::after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  z-index: -1;
}
.section-title .sub-title span {
  background: #f7f7f7;
  display: block;
  padding: 0px 10px;
}
.section-title h1, .section-title h2 {
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .section-title h1, .section-title h2 {
    margin-bottom: 20px;
  }
}

.page-banner-wrap {
  padding-top: 255px;
  padding-bottom: 120px;
  border-bottom: 2px solid #ececec;
  position: relative;
  z-index: 0;
  background-color: #fff;
}
.page-banner-wrap:before {
  border-width: 1px;
  border-color: rgb(235, 235, 235);
  border-style: solid;
  border-radius: 50%;
  position: absolute;
  right: 223px;
  top: 0px;
  width: 642px;
  height: 642px;
  content: "";
  transform: translateY(-65%);
}
@media (max-width: 991px) {
  .page-banner-wrap:before {
    right: 80px;
    width: 442px;
    height: 442px;
  }
}
.page-banner-wrap:after {
  border-width: 1px;
  border-color: rgb(235, 235, 235);
  border-style: solid;
  border-radius: 50%;
  position: absolute;
  right: 375px;
  top: -50%;
  width: 340px;
  height: 340px;
  content: "";
  animation: movebounce 5s infinite linear;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .page-banner-wrap:after {
    right: 180px;
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 1199px) {
  .page-banner-wrap {
    padding-top: 180px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .page-banner-wrap {
    padding-top: 150px;
    padding-bottom: 70px;
  }
  .page-banner-wrap:before, .page-banner-wrap:after {
    display: none;
  }
}
@media (max-width: 585px) {
  .page-banner-wrap {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}
.page-banner-wrap .page-heading p {
  position: relative;
  padding-left: 60px;
  text-transform: capitalize;
}
.page-banner-wrap .page-heading p::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 40px;
  height: 2px;
  transform: translateY(-50%);
  background: #e7e7e7;
}
@media (max-width: 991px) {
  .page-banner-wrap .page-heading p {
    padding-left: 30px;
  }
  .page-banner-wrap .page-heading p::before {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .page-banner-wrap .page-heading p {
    font-size: 16px;
  }
}
@media (max-width: 585px) {
  .page-banner-wrap .page-heading p {
    font-size: 14px;
  }
}
.page-banner-wrap .page-heading h1 {
  font-size: 72px;
  line-height: 118%;
}
@media (max-width: 991px) {
  .page-banner-wrap .page-heading h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .page-banner-wrap .page-heading h1 {
    font-size: 50px;
  }
}
@media (max-width: 585px) {
  .page-banner-wrap .page-heading h1 {
    font-size: 42px;
  }
}
.page-banner-wrap .breadcrumb {
  padding: 12px 35px;
  align-items: center;
  background-color: #FFF;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
@media (max-width: 991px) {
  .page-banner-wrap .breadcrumb {
    padding: 12px 22px;
  }
}
.page-banner-wrap .breadcrumb li {
  color: #111111;
}
.page-banner-wrap .breadcrumb li:hover {
  color: #1d44f9;
}
.page-banner-wrap .breadcrumb li a {
  color: #727475;
}
.page-banner-wrap .breadcrumb li a:hover {
  color: #111111;
}
@media (max-width: 767px) {
  .page-banner-wrap .breadcrumb {
    display: none;
  }
}

/* ----------------------------------
	About Us Section Styles
 ------------------------------------ */
.about-us-section .section-title .sub-title {
  padding-right: 0;
}
.about-us-section .section-title h1 {
  line-height: 115%;
  margin-bottom: 30px;
}

.skills-section .single-skill {
  margin-top: 50px;
}
.skills-section .single-skill p {
  font-size: 18px;
}
.skills-section .single-skill:nth-child(2) .skillprogress span {
  color: #00baa3;
}
.skills-section .single-skill .skillprogress {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 180px;
  text-align: center;
  margin-bottom: 20px;
}
.skills-section .single-skill .skillprogress canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.skills-section .single-skill .skillprogress .percent {
  display: block;
  line-height: 180px;
  z-index: 2;
}
.skills-section .single-skill .skillprogress .percent::after {
  content: "%";
  margin-left: 0.1em;
  font-size: 0.6em;
}
.skills-section .single-skill .skillprogress span {
  font-weight: 700;
  font-size: 60px;
  color: #d55342;
  font-family: "Dosis", "BloggerSans", sans-serif;
}
.skills-section .skill-box-items .col-12:nth-child(2) {
  margin-top: 30px;
}
.skills-section .skill-box-items .col-12:nth-child(4) {
  margin-top: 30px;
}
@media (max-width: 576px) {
  .skills-section .skill-box-items .col-12:nth-child(3) {
    margin-top: 30px;
  }
}
.skills-section .skill-box-items .single-skill-box {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
.skills-section .skill-box-items .single-skill-box:hover:before {
  opacity: 0.9;
  visibility: visible;
}
.skills-section .skill-box-items .single-skill-box:hover .skill-content {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.skills-section .skill-box-items .single-skill-box::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgb(0, 186, 163);
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
}
.skills-section .skill-box-items .single-skill-box .skill-content {
  position: relative;
  z-index: 9;
  margin-top: 40px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.skills-section .skill-box-items .single-skill-box .skill-content .icon {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  font-size: 40px;
  line-height: 100px;
  display: inline-block;
  margin: 0 auto;
  background-color: #fff;
  color: #00baa3;
  margin-bottom: 20px;
}
.skills-section .skill-box-items .single-skill-box .skill-content h3 {
  margin-bottom: 8px;
  color: #fff;
}
.skills-section .skill-box-items .single-skill-box .skill-content p {
  color: #fff;
}

.about-content h1 {
  line-height: 115%;
}
@media (min-width: 991px) and (max-width: 1191px) {
  .about-content h1 {
    font-size: 52px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-content h1 {
    font-size: 48px;
  }
}
.about-content p {
  margin-top: 25px;
}

.single-why-item {
  margin-top: 30px;
  padding: 60px;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(231, 231, 231);
  background-color: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1200px) {
  .single-why-item {
    padding: 30px;
  }
}
.single-why-item .icon {
  position: absolute;
  right: -30px;
  top: -10%;
  content: "";
  width: 191px;
  height: 191px;
  z-index: -1;
}
.single-why-item .digit {
  margin-bottom: 20px;
}
.single-why-item .digit h1 {
  font-size: 80px;
  line-height: 1;
  color: #f3f3f3;
}
.single-why-item h3 {
  margin-bottom: 15px;
}

.why-chose-us-wrapper .section-title {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .why-chose-us-wrapper .section-title {
    text-align: center;
  }
}

.subscribe-promo-box {
  background-color: #efc94c;
  padding: 60px 50px;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .subscribe-promo-box {
    padding: 50px 20px;
  }
}
@media (max-width: 500px) {
  .subscribe-promo-box {
    padding: 50px 30px;
  }
}
.subscribe-promo-box .icon {
  margin-bottom: 40px;
}
.subscribe-promo-box form {
  margin-top: 30px;
  position: relative;
}
.subscribe-promo-box form input {
  border: 0px;
  position: relative;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  border: 2px solid #f5df94;
  background: transparent;
  display: block;
  font-size: 14px;
  width: 100%;
  color: #fff;
  padding-left: 30px;
}
.subscribe-promo-box form input::placeholder {
  color: #fff;
}
.subscribe-promo-box form button {
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  position: absolute;
  text-align: center;
  border: none;
  border-radius: 30px;
  color: #fff;
  background-color: #111111;
  transition: all 0.3s ease-in-out;
}
.subscribe-promo-box form button:hover {
  background-color: #3FAD48;
}

.subscribe-promo-box {
  background-color: #efc94c;
  padding: 60px 50px;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .subscribe-promo-box {
    padding: 50px 20px;
  }
}
@media (max-width: 500px) {
  .subscribe-promo-box {
    padding: 50px 30px;
  }
}
.subscribe-promo-box .icon {
  margin-bottom: 40px;
}
.subscribe-promo-box form {
  margin-top: 30px;
  position: relative;
}
.subscribe-promo-box form input {
  border: 0px;
  position: relative;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  border: 2px solid #f5df94;
  background: transparent;
  display: block;
  font-size: 14px;
  width: 100%;
  color: #fff;
  padding-left: 30px;
}
.subscribe-promo-box form input::placeholder {
  color: #fff;
}
.subscribe-promo-box form button {
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  position: absolute;
  text-align: center;
  border: none;
  border-radius: 30px;
  color: #fff;
  background-color: #111111;
  transition: all 0.3s ease-in-out;
}
.subscribe-promo-box form button:hover {
  background-color: #3FAD48;
}

.what-we-do .single-what-we-do {
  margin-top: 30px;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  padding: 50px;
  padding-left: 60px;
  padding-bottom: 40px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .what-we-do .single-what-we-do {
    padding: 30px;
  }
}
.what-we-do .single-what-we-do:hover {
  transform: translateY(-10px);
}
.what-we-do .single-what-we-do:hover .content a {
  color: #111;
}
.what-we-do .single-what-we-do .top {
  overflow: hidden;
  clear: both;
}
.what-we-do .single-what-we-do .icon {
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 84px;
  background-color: #fff;
  margin-right: 30px;
  float: left;
  overflow: hidden;
}
.what-we-do .single-what-we-do .title {
  overflow: auto;
  display: flex;
  align-items: center;
  height: 100px;
}
.what-we-do .single-what-we-do .content {
  margin-top: 30px;
}
.what-we-do .single-what-we-do .content p {
  font-size: 17px;
  line-height: 30px;
}
.what-we-do .single-what-we-do .content a {
  text-transform: capitalize;
  margin-top: 25px;
  display: block;
  color: #c9c9c9;
}

.single-service-box {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(240, 240, 240);
  background-color: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  padding: 60px 55px 55px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  margin-top: 30px;
}
@media (max-width: 500px) {
  .single-service-box {
    padding: 50px 35px 45px;
  }
}
.single-service-box:hover {
  background-color: #1d44f9;
  transform: translateY(-10px);
}
.single-service-box:hover .icon {
  color: #1d44f9;
}
.single-service-box:hover h3, .single-service-box:hover h4 {
  color: #fff;
}
.single-service-box:hover p {
  color: #cbd1fd;
}
.single-service-box:hover span {
  opacity: 1;
  visibility: visible;
  top: -31px;
}
.single-service-box span {
  font-family: "Dosis", "BloggerSans", sans-serif;
  font-size: 200px;
  line-height: 1;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -80px;
  transition: all 0.3s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: -webkit-linear-gradient(#375aff, #2148f9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.single-service-box .icon {
  border-radius: 50%;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  font-size: 30px;
  margin: 0px auto;
  background-color: #fff;
  margin-bottom: 30px;
  color: #1d44f9;
  transition: all 0.3s ease-in-out;
}
.single-service-box .content p {
  margin-top: 15px;
}

.services-story-wrapper .service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .services-story-wrapper .service-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .services-story-wrapper .service-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .services-story-wrapper .service-grid {
    grid-template-columns: 1fr;
  }
}
.services-story-wrapper .service-grid .single-service-icon {
  text-align: center;
  margin-bottom: 30px;
}
.services-story-wrapper .service-grid .single-service-icon:hover .icon {
  background-color: #111111;
  color: #fff;
}
.services-story-wrapper .service-grid .single-service-icon .icon {
  border-radius: 50%;
  background-color: #fff;
  width: 140px;
  height: 140px;
  line-height: 140px;
  display: inline-block;
  font-size: 50px;
  color: #111111;
  transition: all 0.3s ease-in-out;
}
.services-story-wrapper .service-grid .single-service-icon h4 {
  text-transform: capitalize;
  margin-top: 15px;
}

.testimonial-active .single-testimonial {
  clear: both;
  display: block;
  padding-left: 70px;
  padding-bottom: 80px;
  overflow: hidden;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .testimonial-active .single-testimonial {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .testimonial-active .single-testimonial {
    padding-bottom: 60px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .testimonial-active .single-testimonial {
    padding-bottom: 30px;
    padding-left: 0;
  }
}
.testimonial-active .single-testimonial .client-info-box {
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.06);
  width: 270px;
  background-color: #fff;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 50px 0px 45px;
  float: left;
  margin-right: 100px;
}
@media (max-width: 1199px) {
  .testimonial-active .single-testimonial .client-info-box {
    margin-right: 50px;
  }
}
@media (max-width: 991px) {
  .testimonial-active .single-testimonial .client-info-box {
    margin-right: 0;
    margin: 0px auto;
    float: inherit;
    display: block;
  }
}
.testimonial-active .single-testimonial .client-info-box::before {
  width: 90%;
  bottom: -20px;
  transform: translateX(5%);
  background: #fff;
  opacity: 0.72;
  position: absolute;
  content: "";
  left: 0;
  height: 20px;
  z-index: -1;
}
.testimonial-active .single-testimonial .client-info-box .client-img {
  border-radius: 50%;
  background-color: rgb(242, 242, 242);
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin: 0px auto;
  margin-bottom: 25px;
}
.testimonial-active .single-testimonial .testimonial-content h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 135%;
  color: #777;
  padding-top: 30px;
  display: block;
}
@media (max-width: 1199px) {
  .testimonial-active .single-testimonial .testimonial-content h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .testimonial-active .single-testimonial .testimonial-content h3 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .testimonial-active .single-testimonial .testimonial-content h3 {
    font-size: 22px;
    line-height: 150%;
  }
}
@media (max-width: 585px) {
  .testimonial-active .single-testimonial .testimonial-content h3 {
    font-size: 20px;
    line-height: 150%;
  }
}
.testimonial-active .owl-dots {
  margin-top: 0;
  display: inline-block;
  position: absolute;
  bottom: 25%;
  left: 50%;
}
@media (max-width: 991px) {
  .testimonial-active .owl-dots {
    display: none;
  }
}
.testimonial-active .owl-dots .owl-dot span {
  width: 24px;
  height: 6px;
  border-radius: 0;
}
.testimonial-active .owl-dots .owl-dot.active span {
  width: 40px;
  background: #000;
}

.testimonial-2 .single-testimonial {
  margin-top: 0;
}
.testimonial-2 .single-testimonial .testimonial-content h3 {
  color: #111111;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
}

.portfolio-page-wrap {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .portfolio-page-wrap {
    padding: 50px 0;
  }
}

.single-portfolio-item {
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
}
.single-portfolio-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}
.single-portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
}
.single-portfolio-item .portfolio-thumb {
  position: relative;
  height: 400px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .single-portfolio-item .portfolio-thumb {
    height: 300px;
  }
}
.single-portfolio-item .portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(17, 17, 17, 0.95), rgba(29, 68, 249, 0.95));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.single-portfolio-item .portfolio-content {
  text-align: center;
  color: #fff;
}
.single-portfolio-item .portfolio-content .portfolio-cat {
  display: inline-block;
  padding: 5px 15px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.single-portfolio-item .portfolio-content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}
@media (max-width: 767px) {
  .single-portfolio-item .portfolio-content h3 {
    font-size: 20px;
  }
}
.single-portfolio-item .portfolio-content p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  opacity: 0.95;
}
.single-portfolio-item .portfolio-content .portfolio-tech {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.single-portfolio-item .portfolio-content .portfolio-tech span {
  padding: 5px 12px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  backdrop-filter: blur(10px);
}

.tech-icon {
  padding: 30px 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
}
.tech-icon:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.tech-icon:hover i {
  color: #111111;
  transform: scale(1.1);
}
.tech-icon i {
  color: #1d44f9;
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
}
.tech-icon p {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

.portfolios-wrapper {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.portfolios-wrapper .portfolio-grid {
  overflow: hidden;
  clear: both;
}
.portfolios-wrapper .portfolio-grid .single-portfolio-project {
  text-align: center;
  border-right: 1px solid #f0f0f0;
  width: 25%;
  float: left;
  overflow: hidden;
  padding: 60px 0px 55px;
}
@media (max-width: 991px) {
  .portfolios-wrapper .portfolio-grid .single-portfolio-project {
    width: 50%;
    border: 0px;
    border-bottom: 1px solid #f0f0f0;
    padding: 40px 0px 35px;
  }
}
@media (max-width: 767px) {
  .portfolios-wrapper .portfolio-grid .single-portfolio-project {
    width: 100%;
  }
}
.portfolios-wrapper .portfolio-grid .single-portfolio-project:last-child {
  border: 0px;
}
.portfolios-wrapper .portfolio-grid .single-portfolio-project .featured-img {
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.04);
  display: block;
  width: 360px;
  height: 270px;
  margin: 0px auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .portfolios-wrapper .portfolio-grid .single-portfolio-project .featured-img {
    height: 220px;
  }
}
@media (max-width: 767px) {
  .portfolios-wrapper .portfolio-grid .single-portfolio-project .featured-img {
    height: 200px;
  }
}
.portfolios-wrapper .portfolio-grid .single-portfolio-project .featured-img img {
  width: 100%;
}
.portfolios-wrapper .portfolio-grid .single-portfolio-project .project-cat {
  margin-top: 30px;
  text-transform: capitalize;
  color: 14px;
}
.portfolios-wrapper .portfolio-grid .single-portfolio-project .project-cat span {
  position: relative;
  padding-right: 5px;
}
.portfolios-wrapper .portfolio-grid .single-portfolio-project .project-cat span::before {
  position: absolute;
  right: 0;
  content: ",";
}
.portfolios-wrapper .portfolio-grid .single-portfolio-project .project-cat span:last-child::before {
  display: none;
}

.portfolio-grid-section .portfolio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 60px;
}
@media (max-width: 991px) {
  .portfolio-grid-section .portfolio-grid {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
}
.portfolio-grid-section .portfolio-grid .single-portfolio-item .portfolio-featured-thum {
  height: 350px;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 1191px) {
  .portfolio-grid-section .portfolio-grid .single-portfolio-item .portfolio-featured-thum {
    height: 320px;
  }
}
@media (max-width: 991px) {
  .portfolio-grid-section .portfolio-grid .single-portfolio-item .portfolio-featured-thum {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .portfolio-grid-section .portfolio-grid .single-portfolio-item .portfolio-featured-thum {
    height: 250px;
  }
}
.portfolio-grid-section .portfolio-grid .single-portfolio-item .content .port-cat a {
  color: #777777;
}
.portfolio-grid-section .portfolio-grid .single-portfolio-item .content h3 {
  font-size: 30px;
  line-height: 135%;
}
.portfolio-grid-section .portfolio-grid .single-portfolio-item .content h3:hover {
  color: #1d44f9;
}

.single-portfolio-item {
  transition: all 0.3s ease-in-out;
}
.single-portfolio-item.style-1 {
  margin-top: 40px;
  background-color: #fff;
}
.single-portfolio-item.style-1:hover {
  box-shadow: 0px 16px 32px 0px rgba(182, 182, 182, 0.2);
}
.single-portfolio-item.style-1:hover .portfolio-meta .portfolio-cat {
  background-color: #00baa3;
  color: #fff;
}
.single-portfolio-item.style-1:hover .read-portfolio-link a {
  color: #00baa3 !important;
}
.single-portfolio-item.style-1 .portfolio-bg {
  width: 100%;
  height: 240px;
  background-color: #bbb;
}

.our-portfolio-section .portfolio-cat-filter {
  margin-bottom: 15px;
}
.our-portfolio-section .portfolio-cat-filter button {
  border: none;
  background-color: #fff;
  display: inline-block;
  padding: 19px 38px;
  line-height: 1;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  margin: 0px 5px;
  font-weight: 700;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  font-family: "Dosis", "BloggerSans", sans-serif;
}
@media (max-width: 767px) {
  .our-portfolio-section .portfolio-cat-filter button {
    padding: 15px 25px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.our-portfolio-section .portfolio-cat-filter button.active, .our-portfolio-section .portfolio-cat-filter button:hover {
  color: #fff;
  background-color: #111111;
}
.our-portfolio-section .single-portfolio-project {
  text-align: center;
  margin-top: 50px;
}
.our-portfolio-section .single-portfolio-project .featured-img {
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.04);
  display: block;
  width: 100%;
  height: 270px;
  margin: 0px auto;
  overflow: hidden;
}
@media (max-width: 575px) {
  .our-portfolio-section .single-portfolio-project .featured-img {
    height: 240px;
  }
}
.our-portfolio-section .single-portfolio-project .featured-img img {
  width: 100%;
}
.our-portfolio-section .single-portfolio-project .project-cat {
  margin-top: 30px;
  text-transform: capitalize;
  color: 14px;
}
.our-portfolio-section .single-portfolio-project .project-cat span {
  position: relative;
  padding-right: 5px;
}
.our-portfolio-section .single-portfolio-project .project-cat span::before {
  position: absolute;
  right: 0;
  content: ",";
}
.our-portfolio-section .single-portfolio-project .project-cat span:last-child::before {
  display: none;
}
.our-portfolio-section .single-portfolio-project h3 {
  text-transform: capitalize;
}

.project-details-wrapper {
  position: relative;
}
.project-details-wrapper .project-thumb {
  height: 600px;
  width: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .project-details-wrapper .project-thumb {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .project-details-wrapper .project-thumb {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .project-details-wrapper .project-thumb {
    height: 280px;
  }
}
.project-details-wrapper .project-meta-data {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 20px;
  width: 95%;
  margin: 0 auto;
  background-color: #111111;
  padding: 30px;
  transform: translateY(-50%);
  position: relative;
}
@media (max-width: 1199px) {
  .project-details-wrapper .project-meta-data h3 {
    font-size: 20px;
  }
  .project-details-wrapper .project-meta-data span {
    font-size: 15px;
  }
  .project-details-wrapper .project-meta-data .theme-btn {
    padding: 16px 25px;
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .project-details-wrapper .project-meta-data {
    text-align: center;
    transform: translateY(-40%);
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    margin-bottom: -50px;
  }
}
@media (max-width: 500px) {
  .project-details-wrapper .project-meta-data {
    grid-template-columns: 1fr;
    transform: translateY(-20%);
    padding: 20px;
    grid-gap: 10px;
  }
}
.project-details-wrapper .project-meta-data .theme-btn {
  display: block;
  text-align: center;
}
.project-details-wrapper .project-meta-data .project-info h3 {
  color: #fff;
}
.project-details-wrapper p {
  margin-top: 20px;
  line-height: 30px;
}
.project-details-wrapper p:nth-child(1)::first-letter {
  font-size: 50px;
  color: #111111;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 16px 32px 0px rgba(183, 186, 187, 0.2);
  padding: 10px 25px;
  line-height: 1.5;
  margin-right: 15px;
  float: left;
  overflow: hidden;
  font-weight: 700;
}
.project-details-wrapper .project-details-content h1, .project-details-wrapper .project-details-content h2, .project-details-wrapper .project-details-content h3, .project-details-wrapper .project-details-content h4, .project-details-wrapper .project-details-content h5 {
  margin-top: 30px;
}
.project-details-wrapper .project-details-content img {
  margin-top: 30px;
}
.project-details-wrapper .single-process-box {
  text-align: left;
}
.project-details-wrapper .single-process-box .icon {
  text-align: center;
}

@media (min-width: 992px) {
  .package-control {
    float: right;
  }
}
@media (max-width: 991px) {
  .package-control {
    margin: 0px auto;
    display: inline-block;
  }
}
.package-control ul li a {
  text-align: center;
  padding: 0px 40px;
  height: 60px;
  line-height: 60px;
  color: #111111;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  display: inline-block;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
  .package-control ul li a {
    font-size: 15px;
    padding: 0px 30px;
    height: 50px;
    line-height: 50px;
  }
}
.package-control ul li.active a {
  background: #1d44f9;
  color: #fff;
}

.single-package-box {
  border-style: solid;
  border-width: 2px;
  background-color: #fff;
  border-color: rgb(231, 231, 231);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-in-out;
  padding: 50px;
  padding-top: 70px;
  margin-top: 60px;
  position: relative;
}
@media (max-width: 1199px) {
  .single-package-box {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .single-package-box {
    padding: 50px;
  }
}
@media (max-width: 480px) {
  .single-package-box {
    padding: 50px 30px;
  }
}
.single-package-box.active .package-name {
  background-color: #f90093;
}
.single-package-box.active a {
  background-color: #f90093;
  color: #fff;
}
.single-package-box .package-name {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  background-color: #1d44f9;
}
.single-package-box .package-name h5 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  padding: 8px 30px;
}
.single-package-box .price {
  margin-bottom: 40px;
}
.single-package-box .price h1 {
  font-size: 80px;
  line-height: 1;
  position: relative;
  padding-left: 20px;
}
.single-package-box .price h1::before {
  position: absolute;
  left: 0;
  content: "$";
  font-size: 30px;
  line-height: 1;
  bottom: 8px;
  font-family: "Dosis", "BloggerSans", sans-serif;
  font-weight: 700;
}
.single-package-box .price h1 span {
  font-size: 30px;
}
.single-package-box .price p {
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .single-package-box .price p {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .single-package-box .price p {
    font-size: 16px;
  }
}
.single-package-box .package-features {
  border-top: 1px solid #eee;
  padding-top: 25px;
}
.single-package-box .package-features ul li {
  position: relative;
  margin-top: 15px;
  display: block;
}
.single-package-box .package-features ul li::before {
  position: absolute;
  right: 0;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
}
.single-package-box .buy-btn {
  text-align: center;
  margin-top: 30px;
}
.single-package-box .buy-btn i {
  margin-left: 0;
  margin-right: 10px;
}

/* ----------------------------------
	Call To Action Section Styles
 ------------------------------------ */
.cta-section .section-title span {
  color: #efc94c !important;
}
.cta-section .section-title h1 {
  font-size: 50px;
  line-height: 60px;
}
@media (max-width: 767px) {
  .cta-section .section-title h1 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}

.cta-subscribe-form form {
  margin-top: -20px;
}
.cta-subscribe-form form .single-input {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.cta-subscribe-form form .single-input span {
  position: absolute;
  left: 30px;
  display: inline-block;
  font-size: 14px;
  line-height: 60px;
  color: #00baa3 !important;
}
.cta-subscribe-form form .single-input input {
  background-color: rgb(39, 44, 46);
  height: 60px;
  border: 0px;
  width: 100%;
  padding-left: 60px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
.cta-subscribe-form form button {
  width: 100%;
  background-color: #efc94c;
  line-height: 60px;
  height: 60px;
  color: #fff;
  font-weight: 700;
}

.video-section {
  padding: 200px 0px;
}
.video-section::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  background: #111111;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: -1;
}
@media (max-width: 1199px) {
  .video-section {
    padding: 180px 0px;
  }
}
@media (max-width: 991px) {
  .video-section {
    padding: 150px 0px;
  }
}
@media (max-width: 767px) {
  .video-section {
    padding: 100px 0px;
  }
}

.video-cta-section::before {
  opacity: 0.3;
}
.video-cta-section .cta-content .vid-play {
  margin-bottom: 50px;
}
.video-cta-section .cta-content .vid-play a {
  text-transform: uppercase;
  border-style: solid;
  border-width: 4px;
  border-color: rgb(255, 255, 255);
  border-radius: 50%;
  width: 143px;
  height: 143px;
  line-height: 143px;
  margin: 0 auto;
  display: inline-block;
  font-size: 18px;
}
@media (max-width: 767px) {
  .video-cta-section .cta-content .vid-play a {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}
.video-cta-section .cta-content .vid-play a:hover {
  background-color: #fff;
  color: #111111 !important;
}
.video-cta-section .cta-content h1 {
  line-height: 115%;
}
.video-cta-section .cta-content > a {
  margin-top: 40px;
}
.video-cta-section .cta-content > a:last-of-type {
  background-color: #fff;
  color: #111111 !important;
}

.portfolio-cta-wrapper {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(227, 227, 227);
  padding: 45px 0px;
  margin-top: 110px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .portfolio-cta-wrapper {
    padding: 40px;
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .portfolio-cta-wrapper {
    padding: 20px;
    margin-top: 70px;
  }
}
.portfolio-cta-wrapper:hover {
  border-color: #111111;
}
.portfolio-cta-wrapper h1 {
  font-size: 50px;
  line-height: 140%;
}
@media (min-width: 992px) {
  .portfolio-cta-wrapper h1 {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .portfolio-cta-wrapper h1 {
    font-size: 42px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .portfolio-cta-wrapper h1 {
    font-size: 40px;
    line-height: 120%;
    padding: 0px 20px;
  }
}
@media (max-width: 500px) {
  .portfolio-cta-wrapper h1 {
    font-size: 32px;
    line-height: 120%;
    padding: 0px 20px;
  }
}

.block-feature-list .single-block-item {
  margin-bottom: 45px;
}
.block-feature-list .single-block-item .icon {
  float: left;
  overflow: hidden;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 16px 32px 0px rgba(182, 182, 182, 0.1);
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  margin-right: 30px;
}
@media (max-width: 500px) {
  .block-feature-list .single-block-item .icon {
    margin-right: 20px;
  }
}
.block-feature-list .single-block-item .heading {
  overflow: auto;
}

.content-block-section .block-contents {
  position: relative;
  z-index: 1;
}
.content-block-section .block-contents span {
  color: #1d44f9;
  text-transform: capitalize;
}
.content-block-section .block-contents h1 {
  line-height: 118%;
}
@media (min-width: 778px) and (max-width: 991px) {
  .content-block-section .block-contents h1 {
    font-size: 48px;
  }
}
.content-block-section .block-contents p {
  margin-top: 35px;
}
.content-block-section .block-contents a {
  text-transform: uppercase;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .block-img img {
    display: block;
    margin: 0px auto;
    margin-bottom: 30px;
    max-width: 65%;
  }
}

.single-story-item {
  height: 400px;
  width: 100%;
  text-align: center;
  padding: 50px 65px;
  margin-top: 60px;
  display: table;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.single-story-item:hover {
  box-shadow: 0px 16px 32px #eee;
}
@media (max-width: 991px) {
  .single-story-item {
    margin-top: 30px;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .single-story-item {
    padding: 30px 35px;
  }
}
.single-story-item .story-content {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.single-story-item::before {
  opacity: 0.8;
}
.single-story-item h1, .single-story-item h3, .single-story-item h4 {
  color: #fff;
  font-size: 30px;
  transition: all 0.3s;
}
.single-story-item p {
  color: #bcbcbc;
  line-height: 26px;
  margin-top: 20px;
  transform: translateY(40px);
  visibility: hidden;
  opacity: 0;
  display: none;
  transition: all 0.3s ease-in-out;
}
.single-story-item a {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -50px;
  background: #fff;
  text-transform: capitalize;
  display: block;
  padding: 24px 0px;
  font-weight: 700;
  line-height: 1;
  font-size: 18px;
  font-family: "Dosis", "BloggerSans", sans-serif;
  visibility: hidden;
  opacity: 0;
}
.single-story-item a:hover {
  background-color: #1d44f9;
  color: #fff;
}
.single-story-item a i {
  margin-left: 8px;
}
.single-story-item:hover p {
  visibility: visible;
  opacity: 1;
  display: block;
  transform: translateY(0);
}
.single-story-item:hover a {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.single-tool-app {
  background-color: #fff;
  padding: 30px;
  text-align: center;
  margin-top: 30px;
  transition: all 0.3s ease-in-out;
}
.single-tool-app:hover {
  transform: translateY(-10px);
}
.single-tool-app .icon {
  margin-bottom: 30px;
}
.single-tool-app a {
  background: #fff;
  color: #111111;
}
.single-tool-app a:hover {
  background: #111111;
  color: #fff;
}

.service-details-wrapper .section-title .sub-title {
  padding-right: 0;
}
.service-details-wrapper .service-details p {
  margin-top: 30px;
}
.service-details-wrapper .service-details ul {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .service-details-wrapper .service-details ul {
    margin-top: 20px;
  }
}
.service-details-wrapper .service-details ul li {
  display: block;
  margin-top: 10px;
  padding-left: 40px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .service-details-wrapper .service-details ul li {
    padding-left: 25px;
    font-size: 15px;
  }
}
.service-details-wrapper .service-details ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #111111;
}

@media (min-width: 1300px) {
  .container {
    max-width: 1300px;
  }
  .breadcrumb {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
  }
}
.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 2;
}
.team-grid.team-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1;
}
@media (max-width: 1191px) {
  .team-grid.team-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .team-grid.team-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .team-grid.team-2 {
    grid-template-columns: 1fr;
  }
}
.team-grid.team-2 .single-team-member .member-img {
  filter: saturate(1);
}
@media (max-width: 1199px) {
  .team-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 30px;
  }
}
@media (max-width: 991px) {
  .team-grid .link-wrap a {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .team-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-row-gap: 30px;
  }
}
.team-grid .single-team-member {
  position: relative;
  overflow: hidden;
}
.team-grid .single-team-member:hover .member-info {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.team-grid .single-team-member:hover .member-img {
  filter: saturate(1);
}
.team-grid .single-team-member .member-img {
  height: 390px;
  width: 100%;
  filter: saturate(0.3);
  transition: all 0.3s ease-in-out;
  background-size: cover;
}
@media (max-width: 767px) {
  .team-grid .single-team-member .member-img {
    height: 280px;
    background-position: center;
  }
}
.team-grid .single-team-member .member-info {
  text-align: right;
  position: absolute;
  bottom: 40px;
  right: -50%;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.team-grid .single-team-member .member-info h3, .team-grid .single-team-member .member-info h5 {
  color: #fff;
  background: #000;
  display: inline-block;
  line-height: 1;
  padding: 20px 30px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .team-grid .single-team-member .member-info h3, .team-grid .single-team-member .member-info h5 {
    font-size: 20px;
    padding: 15px 25px;
  }
}
.team-grid .single-team-member .member-info h5 {
  padding: 9px 30px;
  font-size: 16px;
  background: #444;
}
@media (max-width: 767px) {
  .team-grid .single-team-member .member-info h5 {
    font-size: 14px;
    padding: 8px 16px;
  }
}
.team-grid .sec-title-wrapper {
  padding-right: 75px;
}
@media (max-width: 991px) {
  .team-grid .sec-title-wrapper {
    padding-right: 0;
  }
}

.skill-section .section-title .sub-title {
  padding-right: 0;
}

.skill-wrapper .single-skill {
  margin-top: 40px;
}
.skill-wrapper .single-skill .progress {
  height: 6px;
}
.skill-wrapper .single-skill .progress .progress-bar {
  background-color: #111111;
}

.single-process-box {
  text-align: center;
  margin-top: 30px;
}
.single-process-box .icon {
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 30px 60px 0px rgba(71, 71, 71, 0.16);
  width: 80px;
  height: 80px;
  line-height: 80px;
  position: relative;
  display: inline-block;
}
.single-process-box .icon span {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #111111;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  font-family: "Dosis", "BloggerSans", sans-serif;
  transform: translate(-50%, 50%);
}
.single-process-box .content {
  margin-top: 40px;
}
.single-process-box .content h3 {
  margin-bottom: 15px;
}
.funfact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .funfact-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.funfact-wrapper .single-fact-item {
  margin-top: 40px;
}
.funfact-wrapper .single-fact-item:nth-of-type(2) .count-digit, .funfact-wrapper .single-fact-item:nth-of-type(4) .count-digit {
  color: #f90093;
}
.funfact-wrapper .single-fact-item:nth-of-type(2) .count-digit::before, .funfact-wrapper .single-fact-item:nth-of-type(4) .count-digit::before {
  background: #f90093;
}
.funfact-wrapper .single-fact-item .count-digit {
  width: 120px;
  height: 120px;
  font-size: 60px;
  font-weight: 700;
  line-height: 120px;
  text-align: center;
  position: relative;
  color: #1d44f9;
  display: inline-block;
  background-color: #fff;
  font-family: "Dosis", "BloggerSans", sans-serif;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.06);
}
.funfact-wrapper .single-fact-item .count-digit::before {
  top: 50%;
  width: 20px;
  height: 2px;
  content: "";
  position: absolute;
  transform: translate(50%, -50%);
  right: 0;
  background-color: #1d44f9;
}
.funfact-wrapper .single-fact-item p {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  display: inline-block;
  font-family: "Dosis", "BloggerSans", sans-serif;
  line-height: 20px;
  padding-left: 20px;
  margin-top: -10px;
}

.single-progress-bar {
  overflow: hidden;
  font-family: "Dosis", "BloggerSans", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}
.single-progress-bar h5 {
  margin-bottom: 15px;
}

.barfiller {
  width: 100%;
  height: 6px;
  background: #fcfcfc;
  position: relative;
  margin-bottom: 20px;
  background: #eaeaea;
}

.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  background: #333;
  z-index: 1;
}

.barfiller .tipWrap {
  display: none;
}

.barfiller .tip {
  margin-top: -50px;
  padding: 2px 20px;
  color: #111111;
  left: 0px;
  position: absolute;
  z-index: 2;
  display: inline-block;
  transform: translateX(-20%);
  font-weight: 700;
}

.single-brand-logo {
  filter: saturate(0.1);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.single-brand-logo:hover {
  filter: saturate(1);
}

.faq-section {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .faq-section {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .faq-section {
    padding-top: 50px;
  }
}
.faq-section .accordion {
  color: #111111;
}
.faq-section .accordion .card {
  margin-top: 30px;
  border: none;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  background-color: #fff;
}
.faq-section .accordion .card-header {
  padding: 0px 28px;
  border: none;
  background-color: #fff;
}
@media (max-width: 480px) {
  .faq-section .accordion .card-header {
    padding: 0 15px;
  }
}
.faq-section .accordion .card-header a {
  display: block;
  line-height: 50px;
  padding: 10px 0px;
  position: relative;
}
.faq-section .accordion .card-header a:after {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.faq-section .accordion .card-header a[aria-expanded=true]:after {
  content: "\f068";
}
@media (max-width: 767px) {
  .faq-section .accordion .card-header a {
    line-height: 40px;
    font-size: 16px;
  }
}
.faq-section .accordion .card-header a:hover {
  color: #111111;
}
.faq-section .accordion .card-body {
  padding-left: 28px;
  padding-top: 10px;
  padding-bottom: 30px;
}

.search-cause-wrap {
  margin-top: -60px;
  position: relative;
  z-index: 1;
}
.search-cause-wrap::before {
  position: absolute;
  background-color: #f0f0f0;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
}
.search-cause-wrap form {
  background-color: #202426;
  padding: 40px 60px;
  width: 100%;
  display: flex;
}
@media (max-width: 991px) {
  .search-cause-wrap form {
    padding: 30px 40px;
  }
}
@media (max-width: 991px) {
  .search-cause-wrap form {
    display: block;
    text-align: center;
  }
}
.search-cause-wrap form span {
  color: #fff;
  line-height: 60px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .search-cause-wrap form span {
    display: block;
    text-align: center;
    line-height: 40px;
  }
}
.search-cause-wrap form input {
  width: 69%;
  display: inline-block;
  height: 60px;
  background: transparent;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 1191px) {
  .search-cause-wrap form input {
    width: 58%;
  }
}
@media (max-width: 991px) {
  .search-cause-wrap form input {
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 30px;
  }
}
.search-cause-wrap form input ::placeholder {
  color: #fff;
}
.search-cause-wrap form .theme-btn {
  background-color: #111111;
  border-color: #111111;
  box-shadow: none;
}
.search-cause-wrap form .theme-btn i {
  margin-right: 5px;
}
.search-cause-wrap form .theme-btn:hover {
  background-color: #1d44f9;
  border-color: #1d44f9;
}

.faq-bg {
  background-color: #f0f0f0;
}

.border-wrap {
  border: 2px solid #ededed;
}

.blog-wrapper .border-wrap {
  padding: 50px;
}
@media (max-width: 767px) {
  .blog-wrapper .border-wrap {
    padding: 50px 15px;
  }
}
.blog-wrapper .border-wrap .single-blog-post .post-content {
  padding: 0px;
}
.blog-wrapper .single-blog-post {
  margin-bottom: 40px;
  position: relative;
}
.blog-wrapper .single-blog-post.post-details .post-content {
  border: none;
}
.blog-wrapper .single-blog-post.post-details .post-content img {
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-wrapper .single-blog-post.post-details .post-content h1 {
  font-size: 36px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post.post-details .post-content h1 {
    font-size: 28px;
  }
  .blog-wrapper .single-blog-post.post-details .post-content h3 {
    font-size: 20px;
  }
}
.blog-wrapper .single-blog-post.post-details blockquote, .blog-wrapper .single-blog-post.post-details .wp-block-quote {
  background-color: #111111;
  color: #fff;
  font-size: 26px;
  line-height: 1.4;
  font-family: "Dosis", "BloggerSans", sans-serif;
  font-weight: 400;
  padding: 60px;
  text-align: left;
  margin: 40px 0px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post.post-details blockquote, .blog-wrapper .single-blog-post.post-details .wp-block-quote {
    padding: 30px 15px;
    font-size: 18px;
    line-height: 1.5;
  }
}
.blog-wrapper .single-blog-post.post-details blockquote::before, .blog-wrapper .single-blog-post.post-details .wp-block-quote::before {
  right: 30px;
  font-size: 110px;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  content: "\f10d";
  bottom: -20px;
  color: #fff;
  z-index: -1;
  opacity: 0.1;
  font-weight: 900;
}
.blog-wrapper .single-blog-post.format-video .post-featured-thumb, .blog-wrapper .single-blog-post.category-video-post .post-featured-thumb {
  z-index: 1;
}
.blog-wrapper .single-blog-post.format-video .post-featured-thumb::before, .blog-wrapper .single-blog-post.category-video-post .post-featured-thumb::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: #282835;
  opacity: 0.3;
  z-index: -1;
}
.blog-wrapper .single-blog-post.quote-post .post-content, .blog-wrapper .single-blog-post.format-quote .post-content {
  position: relative;
  background-color: #111111;
  background-image: url("../img/quotepost.png");
}
.blog-wrapper .single-blog-post.quote-post .quote-content, .blog-wrapper .single-blog-post.format-quote .quote-content {
  overflow: hidden;
}
@media (max-width: 585px) {
  .blog-wrapper .single-blog-post.quote-post .quote-content, .blog-wrapper .single-blog-post.format-quote .quote-content {
    text-align: center;
    font-size: 24px;
  }
}
.blog-wrapper .single-blog-post.quote-post .quote-content .icon, .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
  font-size: 76px;
  line-height: 80px;
  float: left;
  overflow: hidden;
  margin-right: 30px;
}
@media (max-width: 585px) {
  .blog-wrapper .single-blog-post.quote-post .quote-content .icon, .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 50px;
    line-height: 60px;
  }
}
.blog-wrapper .single-blog-post.quote-post .quote-content .quote-text, .blog-wrapper .single-blog-post.format-quote .quote-content .quote-text {
  overflow: hidden;
}
.blog-wrapper .single-blog-post.quote-post .quote-content h2, .blog-wrapper .single-blog-post.format-quote .quote-content h2 {
  margin-top: -2px;
}
.blog-wrapper .single-blog-post:last-child {
  margin-bottom: 0;
}
.blog-wrapper .single-blog-post .post-featured-thumb {
  height: 460px;
  width: 100%;
  position: relative;
  background-color: #f2f2f2;
}
@media (max-width: 991px) {
  .blog-wrapper .single-blog-post .post-featured-thumb {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-featured-thumb {
    height: 280px;
  }
}
.blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn .play-video {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
}
.blog-wrapper .single-blog-post .post-content {
  padding: 50px;
  border: 2px solid #ededed;
  border-top: 0px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content {
    padding: 50px 10px;
  }
  .blog-wrapper .single-blog-post .post-content h2 {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media (max-width: 414px) {
  .blog-wrapper .single-blog-post .post-content h2 {
    font-size: 22px;
  }
}
.blog-wrapper .single-blog-post .post-content .post-cat a {
  color: #fff;
  display: inline-block;
  background-color: #111111;
  padding: 9px 18px;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-cat a {
    font-size: 12px;
  }
}
.blog-wrapper .single-blog-post .post-content .post-cat a:hover {
  background-color: #111111;
}
.blog-wrapper .single-blog-post .post-content ul {
  margin-bottom: 20px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content ul {
    margin-left: 0;
  }
}
.blog-wrapper .single-blog-post .post-content ul li {
  font-size: 16px;
  color: #727475;
  font-weight: 700;
  margin-top: 10px;
  padding-left: 30px;
  display: block;
}
.blog-wrapper .single-blog-post .post-content ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #222;
}
.blog-wrapper .single-blog-post .post-content p {
  margin-top: 15px;
}
.blog-wrapper .single-blog-post .post-content .post-meta {
  margin-top: 10px;
}
.blog-wrapper .single-blog-post .post-content .post-meta span {
  color: #202426;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-meta span {
    font-size: 13px;
  }
}
.blog-wrapper .single-blog-post .post-content .post-meta span i {
  margin-right: 5px;
}
.blog-wrapper .single-blog-post .post-content .author-info {
  overflow: hidden;
}
.blog-wrapper .single-blog-post .post-content .author-info .author-img {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #f2f2f2;
  margin-right: 15px;
  float: left;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .author-info .author-img {
    margin-right: 5px;
  }
}
.blog-wrapper .single-blog-post .post-content .author-info h5 {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  margin-top: 9px;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .author-info h5 {
    font-size: 14px;
  }
}
.blog-wrapper .single-blog-post .post-content .post-link a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-link a {
    font-size: 14px;
  }
}
.blog-wrapper .single-blog-post .post-content .post-link a i {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-link a i {
    margin-right: 3px;
  }
}

.single-blog-card {
  margin-top: 60px;
}
.single-blog-card:hover h3 {
  color: #111111;
}
@media (max-width: 991px) {
  .single-blog-card {
    margin-top: 30px;
  }
}
.single-blog-card .featured-img {
  width: 100%;
  height: 240px;
  background-color: #f6f6f6;
  overflow: hidden;
}
@media (max-width: 767px) {
  .single-blog-card .featured-img {
    height: 200px;
  }
}
.single-blog-card .featured-img a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.single-blog-card .featured-img a img {
  transition: all 0.3s ease-in-out;
}
.single-blog-card .post-content {
  padding: 32px 40px;
  background-color: #fff;
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: #f2f2f2;
  border-top: 0px;
}
.single-blog-card .post-content p {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .single-blog-card .post-content {
    padding: 30px;
  }
  .single-blog-card .post-content h3 {
    font-size: 20px !important;
  }
}
.single-blog-card .post-content .post-date {
  position: absolute;
  right: 40px;
  top: 0;
  transform: translateY(-50%);
  background-color: #FFF;
  color: #111111;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  text-align: center;
  padding: 16px 17px;
  padding-top: 12px;
  text-transform: capitalize;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.single-blog-card .post-content .post-date span {
  display: block;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  .single-blog-card .post-content .post-date span {
    font-size: 30px;
  }
}
.single-blog-card .post-content .post-meta .post-cat, .single-blog-card .post-content .post-meta .post-author {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-transform: capitalize;
}
.single-blog-card .post-content .post-meta .post-cat span, .single-blog-card .post-content .post-meta .post-author span {
  color: #c4c4c4;
}
.single-blog-card .post-content h3 {
  line-height: 30px;
  font-size: 22px;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
}
.single-blog-card.card-2 a:hover {
  color: #1d44f9;
}
.single-blog-card.card-2 .post-date span {
  color: #1d44f9;
}
.single-blog-card.card-2 .post-cat {
  color: #f90093;
}
.single-blog-card.card-2 .post-content {
  border-style: solid;
  border-width: 2px;
  border-top: 0;
  border-color: rgb(242, 242, 242);
  box-shadow: 0px 16px 32px 0px rgba(53, 53, 53, 0.04);
}

@media (min-width: 991px) {
  .main-sidebar {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .main-sidebar {
    margin-top: 40px;
  }
}
.main-sidebar .single-sidebar-widget {
  border: 2px solid #ededed;
  box-sizing: border-box;
  padding: 40px;
  margin-bottom: 40px;
}
.main-sidebar .single-sidebar-widget:last-child {
  margin-bottom: 0;
}
.main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 35px;
  position: relative;
  padding-left: 45px;
}
.main-sidebar .single-sidebar-widget .wid-title::before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 4px;
  width: 18px;
  border-radius: 5px;
  position: absolute;
  background-color: #111111;
}
.main-sidebar .single-sidebar-widget .wid-title::after {
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 50%;
  position: absolute;
  background-color: #111111;
}
.main-sidebar .single-sidebar-widget .social-link a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #f2f2f2;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.main-sidebar .single-sidebar-widget .social-link a:hover {
  background-color: #111111;
  color: #fff;
}
.main-sidebar .author-box-widegts .author-img {
  width: 140px;
  height: 140px;
  line-height: 140px;
  background-color: #f2f2f2;
  border-radius: 50%;
  margin: 0 auto;
  display: inline-block;
  margin-bottom: 15px;
}
.main-sidebar .author-box-widegts p {
  font-size: 14px;
  margin-top: 10px;
}
.main-sidebar .author-box-widegts .social-profile {
  margin-top: 15px;
}
.main-sidebar .author-box-widegts .social-profile a {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.main-sidebar .author-box-widegts .social-profile a:hover {
  color: #111111;
}

.search_widget form {
  width: 100%;
  position: relative;
}
.search_widget form input {
  background-color: #f8f8f8;
  font-size: 15px;
  padding: 20px;
  width: 100%;
}
.search_widget form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  font-size: 18px;
  height: 100%;
  background-color: #111111;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.search_widget form button:hover {
  background-color: #111111;
}

.instagram-gallery {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 2;
  grid-gap: 15px;
}
.instagram-gallery .single-photo-item {
  background-color: #f8f8f8;
  height: 80px;
  overflow: hidden;
}

.popular-posts .single-post-item, .popular_posts .single-post-item {
  overflow: hidden;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f2f2f2;
}
.popular-posts .single-post-item:last-child, .popular_posts .single-post-item:last-child {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}
.popular-posts .single-post-item .thumb, .popular_posts .single-post-item .thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #f2f2f2;
  float: left;
  overflow: hidden;
  margin-right: 20px;
}
.popular-posts .single-post-item .post-content, .popular_posts .single-post-item .post-content {
  overflow: hidden;
}
.popular-posts .single-post-item .post-content h5, .popular_posts .single-post-item .post-content h5 {
  font-size: 16px;
  line-height: 22px;
}
.popular-posts .single-post-item .post-content h5:hover, .popular_posts .single-post-item .post-content h5:hover {
  color: #111111;
}
.popular-posts .single-post-item .post-content .post-date, .popular_posts .single-post-item .post-content .post-date {
  margin-top: 5px;
  font-weight: 700;
  font-size: 14px;
}
.popular-posts .single-post-item .post-content .post-date i, .popular_posts .single-post-item .post-content .post-date i {
  margin-right: 7px;
}

.tagcloud a {
  display: inline-block;
  padding: 11px 26px;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  background: #f8f8f8;
  margin-right: 5px;
  margin-bottom: 8px;
}
.tagcloud a:last-child {
  margin-right: 0;
}
.tagcloud a:hover {
  background-color: #111111;
  color: #fff;
}

.widget_categories ul li {
  display: block;
}
.widget_categories ul li:last-child a {
  margin-bottom: 0;
}
.widget_categories ul li a {
  position: relative;
  background: #f8f8f8;
  padding: 20px 30px;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  display: block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}
.widget_categories ul li a:hover {
  color: #111111;
}
.widget_categories ul li a span {
  position: absolute;
  width: 60px;
  line-height: 53px;
  height: 100%;
  content: "";
  background-color: #e3e3e3;
  right: 0;
  top: 0;
  text-align: center;
}

.sidebar-ad-widget .ad-wraper a {
  display: block;
  width: 100%;
}
.sidebar-ad-widget .ad-wraper a img {
  width: 100%;
}

.causes-page-nav ul li, .page-nav-wrap ul li {
  display: inline-block;
}
.causes-page-nav ul li a, .page-nav-wrap ul li a {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #f6f6f6;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
}
@media (max-width: 767px) {
  .causes-page-nav ul li a, .page-nav-wrap ul li a {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
.causes-page-nav ul li a i, .page-nav-wrap ul li a i {
  margin-top: 2px;
}
.causes-page-nav ul li a:hover, .page-nav-wrap ul li a:hover {
  background-color: #111111;
  color: #fff;
}

.social-share a {
  margin-left: 10px;
}

.tag-share-wrap {
  padding-bottom: 50px;
}
.tag-share-wrap h4 {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .tag-share-wrap h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .tag-share-wrap .tagcloud {
    margin-bottom: 20px;
  }
}

.related-post-wrap {
  border-top: 1px solid #e2e2e2;
  padding-top: 40px;
}
.related-post-wrap .single-related-post {
  margin-top: 33px;
  box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, 0.06);
}
.related-post-wrap .single-related-post:hover h4 {
  color: #111111;
}
.related-post-wrap .single-related-post .featured-thumb {
  height: 280px;
  background-color: #f8f8f8;
}
@media (max-width: 767px) {
  .related-post-wrap .single-related-post .featured-thumb {
    height: 200px;
  }
}
.related-post-wrap .single-related-post .post-content {
  padding: 35px;
}
@media (max-width: 767px) {
  .related-post-wrap .single-related-post .post-content {
    padding: 30px 15px;
  }
}
.related-post-wrap .single-related-post .post-content .post-date {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 14px;
  color: #202426;
}
.related-post-wrap .single-related-post .post-content .post-date i {
  margin-right: 6px;
}
.related-post-wrap .single-related-post .post-content h4 {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .related-post-wrap .single-related-post .post-content h4 {
    font-size: 18px;
  }
}
.related-post-wrap .single-related-post .post-content p {
  font-size: 15px;
  line-height: 26px;
  color: #727475;
}

.comments-section-wrap {
  overflow: hidden;
}

.comments-heading h3, .related-post-wrap h3, .comment-form-wrap h3 {
  font-size: 26px;
}
@media (max-width: 767px) {
  .comments-heading h3, .related-post-wrap h3, .comment-form-wrap h3 {
    font-size: 20px;
  }
}

.comments-item-list .replay-comment {
  margin-left: 100px;
}
@media (max-width: 767px) {
  .comments-item-list .replay-comment {
    margin-left: 15px;
  }
}
.comments-item-list .single-comment-item {
  margin-top: 30px;
}
.comments-item-list .single-comment-item .author-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  float: left;
  overflow: hidden;
  margin-right: 30px;
}
@media (max-width: 585px) {
  .comments-item-list .single-comment-item .author-img {
    float: none;
    margin-bottom: 20px;
  }
}
.comments-item-list .single-comment-item .author-info-comment {
  overflow: auto;
  padding-bottom: 25px;
  border-bottom: 1px solid #e2e2e2;
}
.comments-item-list .single-comment-item .author-info-comment .info {
  position: relative;
}
@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-info-comment .info h5 {
    font-size: 16px;
  }
}
.comments-item-list .single-comment-item .author-info-comment span {
  color: #111111;
}
.comments-item-list .single-comment-item .author-info-comment .theme-btn {
  padding: 10px 18px;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-info-comment .theme-btn {
    font-size: 12px;
  }
}
.comments-item-list .single-comment-item .author-info-comment .theme-btn i {
  margin-right: 8px;
  margin-left: 0px;
}
.comments-item-list .single-comment-item .author-info-comment .comment-text {
  margin-top: 15px;
}

.comment-form {
  background-color: #f0f0f0;
  padding: 50px;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .comment-form {
    padding: 30px;
  }
}
@media (max-width: 585px) {
  .comment-form {
    padding: 30px 15px;
  }
}
.comment-form input, .comment-form textarea {
  margin-bottom: 20px;
  padding: 24px 30px;
  line-height: 1;
  font-size: 14px;
  width: 100%;
}
@media (max-width: 585px) {
  .comment-form input, .comment-form textarea {
    padding: 15px;
  }
}
.comment-form textarea {
  height: 200px;
}
@media (max-width: 767px) {
  .comment-form textarea {
    height: 120px;
  }
}
.comment-form .submit-btn {
  display: inline-block;
  background-color: #111111;
  color: #fff;
  line-height: 1;
  font-size: 700;
  text-transform: capitalize;
  padding: 24px 60px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .comment-form .submit-btn {
    padding: 20px 40px;
  }
}
@media (max-width: 585px) {
  .comment-form .submit-btn {
    padding: 15px 40px;
    font-size: 14px;
  }
}
.comment-form .submit-btn:hover {
  background-color: #111111;
}
.comment-form .submit-btn i {
  margin-right: 10px;
}

/* ----------------------------------
	Contact Us Section Styles
 ------------------------------------ */
.contact-form {
  padding-top: 40px;
}
@media (max-width: 585px) {
  .contact-form {
    padding-top: 20px;
  }
}
.contact-form .single-personal-info {
  margin-bottom: 20px;
}
.contact-form input, .contact-form textarea {
  width: 100%;
  background: #f8f8f8;
  line-height: 1;
  padding: 25px 30px;
  border: 0px;
}
@media (max-width: 585px) {
  .contact-form input, .contact-form textarea {
    padding: 15px;
    font-size: 13px;
  }
}
.contact-form textarea {
  height: 220px;
}
@media (max-width: 767px) {
  .contact-form textarea {
    height: 160px;
  }
}
.contact-form label {
  color: #202426;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.contact-form label span {
  color: #727475;
  margin-left: 5px;
}
.contact-form input[type=submit], .contact-form .submit-btn {
  background: #111111;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  padding: 25px 40px;
  transition: all 0.3s ease-in-out;
  width: 280px;
}
.contact-form input[type=submit].active, .contact-form input[type=submit]:hover, .contact-form .submit-btn.active, .contact-form .submit-btn:hover {
  background-color: #111111;
}
.contact-form input[type=submit] i, .contact-form .submit-btn i {
  margin-right: 8px;
}
@media (max-width: 400px) {
  .contact-form input[type=submit], .contact-form .submit-btn {
    width: 100%;
  }
}

.single-contact-card {
  background-color: #f8f8f8;
  padding: 40px;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 585px) {
  .single-contact-card {
    padding: 30px;
  }
}
.single-contact-card:hover {
  background-color: #202426;
}
.single-contact-card:hover .icon {
  color: #fff !important;
  background-color: #111111 !important;
}
.single-contact-card:hover .bottom-part .icon {
  color: #111111 !important;
  background-color: #fff !important;
}
.single-contact-card:hover p, .single-contact-card:hover span {
  color: #c5c7c8;
}
.single-contact-card:hover h4 {
  color: #fff;
}
.single-contact-card .top-part {
  overflow: hidden;
}
.single-contact-card .top-part .icon {
  width: 70px;
  height: 70px;
  font-size: 20px;
  line-height: 70px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  float: left;
  color: #111111;
  overflow: hidden;
  margin-right: 20px;
}
.single-contact-card .top-part .title {
  overflow: hidden;
}
.single-contact-card .bottom-part {
  margin-top: 25px;
  overflow: hidden;
}
.single-contact-card .bottom-part .icon {
  width: 50px;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  float: right;
  overflow: hidden;
  margin-left: 20px;
}
.single-contact-card .bottom-part .info {
  display: inline-block;
  overflow: hidden;
}

.contact-map-wrap iframe {
  height: 450px;
}
@media (max-width: 991px) {
  .contact-map-wrap iframe {
    height: 300px;
  }
}

.footer-1 .footer-widgets {
  background: #f8f8f8;
  padding: 85px 0px 110px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .footer-1 .footer-widgets {
    padding: 60px 0px 100px;
  }
}
@media (max-width: 767px) {
  .footer-1 .footer-widgets {
    padding: 50px 0px 80px;
  }
}

.footer-wrap .footer-bottom {
  background-color: #f0f0f0;
  padding: 24px 0px;
}
.footer-wrap .footer-bottom p {
  font-size: 16px;
  font-weight: 500;
}
.footer-wrap .footer-bottom a {
  color: #111111;
}
.footer-wrap .single-footer-wid {
  margin-top: 30px;
}
.footer-wrap .single-footer-wid .wid-title {
  margin-bottom: 30px;
}
.footer-wrap .single-footer-wid.site_info_widget {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0px 50px;
  background: #000;
}
.footer-wrap .single-footer-wid.site_info_widget p,
.footer-wrap .single-footer-wid.site_info_widget span {
  color: #fff;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .footer-wrap .single-footer-wid.site_info_widget {
    margin-left: 30px;
  }
  .footer-wrap .single-footer-wid.site_info_widget::before {
    width: 100%;
    position: absolute;
    height: 600%;
    background: #000;
    content: "";
    left: 0;
    top: -60%;
    z-index: -1;
  }
}
@media (max-width: 1199px) {
  .footer-wrap .single-footer-wid.site_info_widget {
    padding: 50px;
  }
}
@media (max-width: 991px) {
  .footer-wrap .single-footer-wid.site_info_widget {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .footer-wrap .single-footer-wid.site_info_widget {
    padding: 50px;
  }
}
.footer-wrap .single-footer-wid .site-logo a {
  margin-bottom: 35px;
  display: block;
}
.footer-wrap .single-footer-wid .site-logo p {
  line-height: 28px;
  color: #c3c3c3;
}
.footer-wrap .single-footer-wid .social-link {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .footer-wrap .single-footer-wid .social-link {
    margin-top: 30px;
  }
}
.footer-wrap .single-footer-wid .social-link a {
  background-color: #232323;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  display: inline-block;
  color: #c3c3c3;
  margin-right: 5px;
}
.footer-wrap .single-footer-wid .social-link a:hover {
  color: #111111;
  background-color: #fff;
}
.footer-wrap .single-footer-wid .special-menu {
  float: left;
  width: 50%;
  overflow: hidden;
}
.footer-wrap .single-footer-wid ul li > a {
  color: #777;
  margin-bottom: 12px;
  display: block;
  transition: all 0.3s;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Roboto", "BloggerSans", sans-serif;
}
@media (max-width: 1191px) {
  .footer-wrap .single-footer-wid ul li > a {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .footer-wrap .single-footer-wid ul li > a {
    margin-bottom: 10px;
  }
}
.footer-wrap .single-footer-wid ul li > a:hover {
  color: #111111;
  padding-left: 5px;
}
.footer-wrap .single-footer-wid ul li:last-child a {
  margin-bottom: 0;
}

.footer-2 {
  background-color: #111111;
  padding-top: 85px;
}
.footer-2 .footer-bottom-box {
  margin-top: 110px;
}
@media (max-width: 991px) {
  .footer-2 .footer-bottom-box {
    margin-top: 90px;
  }
}
@media (max-width: 991px) {
  .footer-2 {
    padding-top: 55px;
  }
}
@media (max-width: 767px) {
  .footer-2 {
    padding-top: 45px;
  }
  .footer-2 .footer-bottom-box {
    margin-top: 70px;
  }
}
.footer-2 .single-footer-wid .wid-title {
  margin-bottom: 40px;
}
@media (max-width: 1191px) {
  .footer-2 .single-footer-wid .wid-title {
    margin-bottom: 30px;
  }
}
.footer-2 .single-footer-wid .wid-title h3, .footer-2 .single-footer-wid .wid-title h2, .footer-2 .single-footer-wid .wid-title h4 {
  color: #fff;
}
.footer-2 .recent_posts_wid h5, .footer-2 .recent_posts_wid h4 {
  color: #fff;
}
.footer-2 .recent_posts_wid .post-data span {
  color: #f90093;
}

.news_subscribe_box form input, .subscribe-box form input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0px 30px;
  box-shadow: 0px 16px 32px 0px rgba(53, 53, 53, 0.06);
  margin-bottom: 15px;
}
.news_subscribe_box form input:placeholder, .subscribe-box form input:placeholder {
  color: #c0c0c0;
}
.news_subscribe_box form button, .subscribe-box form button {
  font-weight: 500;
  width: 100%;
  display: block;
  padding: 22px 35px;
}
.news_subscribe_box form p, .subscribe-box form p {
  margin-top: 10px;
  font-style: italic;
}

.subscribe-box {
  margin-top: 30px;
}
.subscribe-box form {
  display: flex;
}
@media (max-width: 767px) {
  .subscribe-box form {
    display: inherit;
  }
}
.subscribe-box form input {
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .subscribe-box form input {
    width: 100%;
  }
}
.subscribe-box form button {
  width: 40%;
  padding: 22px 35px;
  background-color: #1d44f9;
}
@media (max-width: 767px) {
  .subscribe-box form button {
    width: 100%;
  }
}

.recent-post-wid .recent-post-list .single-recent-post,
.recent_posts_wid .recent-post-list .single-recent-post {
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.recent-post-wid .recent-post-list .single-recent-post:last-child,
.recent_posts_wid .recent-post-list .single-recent-post:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.recent-post-wid .recent-post-list .single-recent-post .thumb,
.recent_posts_wid .recent-post-list .single-recent-post .thumb {
  background-color: #eee;
  width: 80px;
  height: 70px;
  overflow: hidden;
  float: left;
  margin-right: 25px;
}
.recent-post-wid .recent-post-list .single-recent-post .post-data,
.recent_posts_wid .recent-post-list .single-recent-post .post-data {
  margin-top: -5px;
}
.recent-post-wid .recent-post-list .single-recent-post .post-data span,
.recent_posts_wid .recent-post-list .single-recent-post .post-data span {
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}
.recent-post-wid .recent-post-list .single-recent-post .post-data span i,
.recent_posts_wid .recent-post-list .single-recent-post .post-data span i {
  color: #1d44f9;
  margin-right: 5px;
}
.recent-post-wid .recent-post-list .single-recent-post .post-data h5,
.recent_posts_wid .recent-post-list .single-recent-post .post-data h5 {
  font-size: 18px;
  line-height: 20px;
}
.recent-post-wid .recent-post-list .single-recent-post .post-data h5:hover,
.recent_posts_wid .recent-post-list .single-recent-post .post-data h5:hover {
  color: #1d44f9;
}
@media (max-width: 991px) {
  .recent-post-wid .recent-post-list .single-recent-post .post-data h5,
  .recent_posts_wid .recent-post-list .single-recent-post .post-data h5 {
    font-size: 15px;
  }
}

.footer-box-wrapper {
  background-color: #1d44f9;
  padding: 40px 50px;
  padding-right: 35px;
}
@media (max-width: 991px) {
  .footer-box-wrapper {
    padding: 30px;
  }
}
.footer-box-wrapper .social-link a {
  color: #fff;
  margin-right: 15px;
  font-size: 16px;
}

.footer-3 {
  background: #f7f7f7;
  padding-top: 85px;
}
@media (max-width: 991px) {
  .footer-3 {
    padding-top: 55px;
  }
}
.footer-3 .footer-box-wrapper {
  background-color: #fff;
}
.footer-3 .footer-box-wrapper a, .footer-3 .footer-box-wrapper p, .footer-3 .footer-box-wrapper h3, .footer-3 .footer-box-wrapper h5, .footer-3 .footer-box-wrapper span {
  color: #727475;
}

.footer-wrap.footer-2.footer-fancy {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  position: relative;
  overflow: hidden;
}
.footer-wrap.footer-2.footer-fancy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)" /></svg>');
  opacity: 0.3;
}
.footer-wrap.footer-2.footer-fancy .footer-widgets {
  padding: 80px 0 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer-wrap.footer-2.footer-fancy .footer-widgets {
    padding: 50px 0 30px;
  }
}
.footer-wrap.footer-2.footer-fancy .footer-widget .footer-logo h3 {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 15px;
  background: linear-gradient(135deg, #fff, #f0f0f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.footer-wrap.footer-2.footer-fancy .footer-widget .footer-logo p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 1.6;
}
.footer-wrap.footer-2.footer-fancy .footer-widget .footer-social {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.footer-wrap.footer-2.footer-fancy .footer-widget .footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-wrap.footer-2.footer-fancy .footer-widget .footer-social a:hover {
  background: rgba(255, 255, 255, 0.95);
  color: #111111;
  transform: translateY(-5px) rotate(360deg);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.footer-wrap.footer-2.footer-fancy .footer-widget h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 12px;
}
.footer-wrap.footer-2.footer-fancy .footer-widget h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), transparent);
  border-radius: 2px;
}
.footer-wrap.footer-2.footer-fancy .footer-widget p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 1.7;
}
.footer-wrap.footer-2.footer-fancy .footer-widget ul.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-wrap.footer-2.footer-fancy .footer-widget ul.footer-menu li {
  margin-bottom: 12px;
}
.footer-wrap.footer-2.footer-fancy .footer-widget ul.footer-menu li a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
}
.footer-wrap.footer-2.footer-fancy .footer-widget ul.footer-menu li a i {
  margin-right: 8px;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}
.footer-wrap.footer-2.footer-fancy .footer-widget ul.footer-menu li a:hover {
  color: #fff;
  padding-left: 8px;
}
.footer-wrap.footer-2.footer-fancy .footer-widget ul.footer-menu li a:hover i {
  opacity: 1;
  transform: translateX(3px);
}
.footer-wrap.footer-2.footer-fancy .footer-widget ul.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-wrap.footer-2.footer-fancy .footer-widget ul.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.footer-wrap.footer-2.footer-fancy .footer-widget ul.footer-contact-list li i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-wrap.footer-2.footer-fancy .footer-widget ul.footer-contact-list li div {
  flex: 1;
}
.footer-wrap.footer-2.footer-fancy .footer-widget ul.footer-contact-list li div span {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
.footer-wrap.footer-2.footer-fancy .footer-widget ul.footer-contact-list li div a, .footer-wrap.footer-2.footer-fancy .footer-widget ul.footer-contact-list li div p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.footer-wrap.footer-2.footer-fancy .footer-widget ul.footer-contact-list li div a:hover, .footer-wrap.footer-2.footer-fancy .footer-widget ul.footer-contact-list li div p:hover {
  color: rgba(255, 255, 255, 0.8);
}
.footer-wrap.footer-2.footer-fancy .footer-widget .theme-btn.fancy-btn {
  padding: 16px 35px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  background: rgba(255, 255, 255, 0.95);
  color: #111111;
  border-radius: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.footer-wrap.footer-2.footer-fancy .footer-widget .theme-btn.fancy-btn i {
  margin-right: 10px;
}
.footer-wrap.footer-2.footer-fancy .footer-widget .theme-btn.fancy-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: all 0.5s ease-in-out;
}
.footer-wrap.footer-2.footer-fancy .footer-widget .theme-btn.fancy-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  background: #fff;
}
.footer-wrap.footer-2.footer-fancy .footer-widget .theme-btn.fancy-btn:hover::before {
  left: 100%;
}
@media (max-width: 767px) {
  .footer-wrap.footer-2.footer-fancy .footer-widget .theme-btn.fancy-btn {
    padding: 14px 28px;
    font-size: 14px;
  }
}
.footer-wrap.footer-2.footer-fancy .footer-bottom-box {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 25px 0;
  position: relative;
  z-index: 1;
}
.footer-wrap.footer-2.footer-fancy .footer-bottom-box p {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.footer-wrap.footer-2.footer-fancy .footer-bottom-box p a {
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.footer-wrap.footer-2.footer-fancy .footer-bottom-box p a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.footer-wrap.footer-2.footer-fancy .footer-bottom-box .footer-bottom-links {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .footer-wrap.footer-2.footer-fancy .footer-bottom-box .footer-bottom-links {
    justify-content: center;
    margin-top: 15px;
  }
}
.footer-wrap.footer-2.footer-fancy .footer-bottom-box .footer-bottom-links a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.footer-wrap.footer-2.footer-fancy .footer-bottom-box .footer-bottom-links a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.footer-wrap.footer-2.footer-fancy .footer-bottom-box .footer-bottom-links a:hover {
  color: #fff;
}
.footer-wrap.footer-2.footer-fancy .footer-bottom-box .footer-bottom-links a:hover::after {
  width: 100%;
}

/* ----------------------------------
    Modern Custom Styles
 ------------------------------------*/
/**
 * Global Modern Styles
 * Styles applied across all pages for consistent modern design
 */
/* ===========================================
   Header & Navigation Width - Modern Wide Layout
   =========================================== */
.header-wrap .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1920px) {
  .header-wrap .container {
    max-width: 1820px;
  }
}
@media (min-width: 1600px) and (max-width: 1919px) {
  .header-wrap .container {
    max-width: 1520px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .header-wrap .container {
    max-width: 1320px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header-wrap .container {
    max-width: 1140px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-wrap .container {
    max-width: 960px;
  }
}

.header-wrap .row {
  max-width: 100%;
}

/* ===========================================
   Page Banner / Breadcrumbs
   =========================================== */
.page-banner-wrap {
  background: linear-gradient(135deg, #774afd 0%, #9b6aff 100%);
  padding: 2rem 0 1.5rem;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.page-banner-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
}
.page-banner-wrap .container {
  position: relative;
  z-index: 1;
}
.page-banner-wrap .breadcrumb {
  background: transparent !important;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  float: none;
}
.page-banner-wrap .breadcrumb-item {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 1rem;
  font-weight: 500;
}
.page-banner-wrap .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.85) !important;
  text-decoration: none;
  transition: color 0.3s ease;
}
.page-banner-wrap .breadcrumb-item a:hover {
  color: white !important;
}
.page-banner-wrap .breadcrumb-item.active {
  color: white !important;
  font-weight: 600;
}
.page-banner-wrap .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.75rem;
}
.page-banner-wrap .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  color: rgba(255, 255, 255, 0.6) !important;
  padding-right: 0.75rem;
  float: left;
}

/* ===========================================
   Content Sections - Modern Wide Layout with Fancy Effects
   =========================================== */
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1920px) {
  .container {
    max-width: 1820px;
  }
}
@media (min-width: 1600px) and (max-width: 1919px) {
  .container {
    max-width: 1520px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}

.content-section {
  padding: 4rem 0;
  position: relative;
}
.content-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(119, 74, 253, 0.05) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(78, 205, 196, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.content-card {
  background: white;
  border-radius: 24px;
  padding: 3rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  margin-bottom: 2.5rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.content-card::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(119, 74, 253, 0.03) 0%, transparent 70%);
  pointer-events: none;
  transition: all 0.6s ease;
}
.content-card:hover {
  box-shadow: 0 16px 48px rgba(119, 74, 253, 0.15), 0 0 0 1px rgba(119, 74, 253, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transform: translateY(-4px) scale(1.01);
  border-color: rgba(119, 74, 253, 0.2);
}
.content-card:hover::before {
  top: -30%;
  right: -30%;
}
.content-card h2 {
  color: #774afd;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid transparent;
  background: linear-gradient(to right, #e2e8f0 0%, #e2e8f0 100%) 0 100%/100% 2px no-repeat;
  position: relative;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.content-card h2::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 80px;
  height: 4px;
  background: linear-gradient(135deg, #774afd 0%, #9b6aff 100%);
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(119, 74, 253, 0.4);
}
.content-card h3 {
  color: #1a202c;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
}

/* ===========================================
   Info Grid
   =========================================== */
.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.info-item {
  background: #f7fafc;
  border-radius: 12px;
  padding: 1.5rem;
  border-left: 4px solid #774afd;
  transition: all 0.3s ease;
}
.info-item:hover {
  background: #edf2f7;
  transform: translateX(5px);
}

.info-item-label {
  font-size: 0.875rem;
  color: #718096;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: block;
}

.info-item-value {
  font-size: 1.0625rem;
  color: #2d3748;
  font-weight: 600;
  margin: 0;
}
.info-item-value.status-active {
  color: #48bb78;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.info-item-value.status-active::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #48bb78;
  border-radius: 50%;
  display: inline-block;
}

/* ===========================================
   Company Info Section
   =========================================== */
.company-header {
  text-align: center;
  margin-bottom: 3rem;
  padding: 2rem 0;
}
.company-header h1 {
  background: linear-gradient(135deg, #774afd 0%, #9b6aff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1rem;
}
.company-header .company-subtitle {
  font-size: 1.25rem;
  color: #718096;
  font-weight: 500;
}

.company-logo-section {
  text-align: center;
  margin: 3rem 0;
  padding: 2rem;
  background: #f7fafc;
  border-radius: 20px;
}

.company-logo-placeholder {
  width: 200px;
  height: 200px;
  background: white;
  border: 3px dashed #cbd5e0;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #a0aec0;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

/* ===========================================
   Two Column Layout
   =========================================== */
.two-column-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin: 2rem 0;
}
.two-column-section .column {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.two-column-section .content-card {
  padding: 0;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}
.two-column-section .content-card:hover {
  transform: none;
  box-shadow: none;
}
.two-column-section .info-item {
  margin-top: 1rem;
}
.two-column-section .badge-modern {
  margin-top: 1rem;
}

/* ===========================================
   Badge Styles
   =========================================== */
.badge-modern {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.badge-modern.badge-primary {
  background: linear-gradient(135deg, #774afd 0%, #9b6aff 100%);
  color: white;
}
.badge-modern.badge-success {
  background: #c6f6d5;
  color: #22543d;
}
.badge-modern.badge-info {
  background: #bee3f8;
  color: #2c5282;
}

/* ===========================================
   List Styles
   =========================================== */
.info-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}
.info-list li {
  padding: 1rem 0;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}
.info-list li:last-child {
  border-bottom: none;
}

.info-list-label {
  font-weight: 600;
  color: #4a5568;
  min-width: 200px;
  flex-shrink: 0;
}

.info-list-value {
  color: #2d3748;
  text-align: right;
  flex: 1;
}

/* ===========================================
   Responsive Design
   =========================================== */
@media (max-width: 992px) {
  .two-column-section {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .info-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
@media (max-width: 768px) {
  .content-card {
    padding: 1.75rem;
  }
  .page-banner-wrap {
    padding: 1.5rem 0 1.25rem;
  }
  .info-grid {
    grid-template-columns: 1fr;
  }
  .info-list li {
    flex-direction: column;
    gap: 0.5rem;
  }
  .info-list-value {
    text-align: left;
  }
}
@media (max-width: 576px) {
  .content-card {
    padding: 1.5rem;
    border-radius: 16px;
  }
}
/**
 * Modern Homepage Styles
 * Enhanced design for the homepage with modern look and improved typography
 */
/* Hero Section Improvements */
.hero-banner.hero-style-1 {
  position: relative;
  overflow: hidden;
}
.hero-banner.hero-style-1 .single-banner-wrapper {
  position: relative;
  background: linear-gradient(135deg, #ff5722 0%, #ff8a65 50%, #ffa726 100%);
  padding: 80px 0;
}
.hero-banner.hero-style-1 .single-banner-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 50%);
  z-index: 1;
}
.hero-banner.hero-style-1 .single-banner-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,%3Csvg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg fill="%23ffffff" fill-opacity="0.05"%3E%3Cpath d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
  z-index: 1;
}
.hero-banner.hero-style-1 .single-banner-wrapper .container,
.hero-banner.hero-style-1 .single-banner-wrapper .row,
.hero-banner.hero-style-1 .single-banner-wrapper .slide-contents,
.hero-banner.hero-style-1 .single-banner-wrapper .hero-carousel-wrap,
.hero-banner.hero-style-1 .single-banner-wrapper .social-link {
  position: relative;
  z-index: 2;
}
.hero-banner.hero-style-1 .slide-contents {
  padding: 3rem 0;
}
.hero-banner.hero-style-1 .sub-title {
  margin-bottom: 1rem;
}
.hero-banner.hero-style-1 .sub-title span {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: white;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.hero-banner.hero-style-1 h1.fs-lg {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 1.5rem 0;
  color: white;
  letter-spacing: -0.02em;
}
.hero-banner.hero-style-1 h1.fs-lg svg {
  margin: 1rem 0;
  display: block;
}
.hero-banner.hero-style-1 h1.fs-lg svg path {
  fill: rgba(255, 255, 255, 0.9);
}
.hero-banner.hero-style-1 h1.gradient-text {
  background: linear-gradient(135deg, #fff 0%, #f0f0f0 50%, #fff 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-banner.hero-style-1 p {
  font-size: 1.25rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.95);
  margin: 2rem 0;
  max-width: 90%;
}
.hero-banner.hero-style-1 .hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}
.hero-banner.hero-style-1 .theme-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2.5rem;
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.hero-banner.hero-style-1 .theme-btn.fancy-btn {
  background: white;
  color: #ff5722;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
  border: none;
}
.hero-banner.hero-style-1 .theme-btn.fancy-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
  color: #ff5722;
  text-decoration: none;
  background: #fff;
}
.hero-banner.hero-style-1 .theme-btn.btn-outline {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.hero-banner.hero-style-1 .theme-btn.btn-outline:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: white;
  color: white;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}
.hero-banner.hero-style-1 .theme-btn.btn-outline:hover i {
  transform: translateX(5px);
}
.hero-banner.hero-style-1 .theme-btn i {
  transition: transform 0.3s ease;
}
.hero-banner.hero-style-1 .social-link {
  position: absolute;
  left: 0;
  top: 35%;
  transform: translateY(-50%);
  z-index: 3;
}
.hero-banner.hero-style-1 .social-link h5 {
  color: white;
}
.hero-banner.hero-style-1 .social-link a {
  color: white;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.hero-banner.hero-style-1 .social-link a:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: white;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* Services Section */
.what-we-do {
  background: #f8f9fa;
  position: relative;
}
.what-we-do .section-title {
  margin-bottom: 3rem;
}
.what-we-do .sub-title span {
  color: #ff5722;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.875rem;
}
.what-we-do h1 {
  font-size: 2.75rem;
  font-weight: 800;
  color: #1a1a2e;
  margin-top: 0.5rem;
  letter-spacing: -0.02em;
}

.single-what-we-do {
  background: white;
  border-radius: 20px;
  padding: 2.5rem;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e8eaed;
}
.single-what-we-do:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(255, 87, 34, 0.15);
  border-color: #ff5722;
}
.single-what-we-do .top {
  margin-bottom: 1.5rem;
}
.single-what-we-do .icon {
  margin-bottom: 1.25rem;
}
.single-what-we-do .icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.single-what-we-do .title h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
  line-height: 1.4;
}
.single-what-we-do .content p {
  color: #4f5d75;
  line-height: 1.8;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.single-what-we-do .content a {
  color: #ff5722;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}
.single-what-we-do .content a:hover {
  color: #ff8a65;
  gap: 0.75rem;
}
.single-what-we-do .content a:hover::after {
  transform: translateX(5px);
}
.single-what-we-do .content a::after {
  content: "→";
  transition: transform 0.3s ease;
}

/* Stats Section */
.stats-section {
  background: linear-gradient(135deg, #fff5f0 0%, #ffe8db 100%);
  position: relative;
}
.stats-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,%3Csvg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="%23ff5722" fill-opacity="0.04" fill-rule="evenodd"%3E%3Cpath d="M0 40L40 0H20L0 20M40 40V20L20 40"/%3E%3C/g%3E%3C/svg%3E');
  opacity: 0.5;
}
.stats-section .container {
  position: relative;
  z-index: 1;
}

.stat-card {
  text-align: center;
  padding: 2.5rem 1.5rem;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
}
.stat-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 15px 45px rgba(255, 87, 34, 0.25);
  background: rgb(255, 255, 255);
  border-color: rgba(255, 87, 34, 0.3);
}
.stat-card .stat-icon {
  font-size: 3rem;
  color: #ff5722;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}
.stat-card .stat-icon i {
  display: inline-block;
  transition: transform 0.3s ease;
}
.stat-card:hover .stat-icon i {
  transform: scale(1.2) rotateY(360deg);
}
.stat-card .stat-number {
  font-size: 3rem;
  font-weight: 800;
  color: #5c40ff;
  line-height: 1;
  margin-bottom: 0.75rem;
}
.stat-card .stat-number .counter {
  display: inline-block;
}
.stat-card p {
  color: #4a5568;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.funfact-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  padding: 2rem 0;
}

.single-fact-item {
  text-align: center;
  padding: 2rem;
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.single-fact-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(255, 87, 34, 0.15);
}
.single-fact-item .count-digit {
  font-size: 3.5rem;
  font-weight: 800;
  color: #ff5722;
  line-height: 1;
  margin-bottom: 1rem;
}
.single-fact-item p {
  color: #4f5d75;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.5;
}

/* Featured Projects Section */
.featured-projects {
  background: white;
  position: relative;
}

.project-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
}
.project-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
}
.project-card .project-image {
  height: 350px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.project-card .project-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 87, 34, 0.95) 0%, rgba(92, 64, 255, 0.95) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.3;
  transition: opacity 0.4s ease;
}
.project-card:hover .project-overlay {
  opacity: 1;
}
.project-card .project-info {
  text-align: center;
  color: white;
  padding: 2rem;
  transform: translateY(20px);
  transition: transform 0.4s ease;
  opacity: 1;
}
.project-card .project-info .project-category {
  display: inline-block;
  padding: 0.4rem 1rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}
.project-card .project-info h3 {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 1rem 0;
  color: white;
}
.project-card .project-info p {
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.95;
  margin-bottom: 1.5rem;
}
.project-card .project-info .project-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  color: #ff5722;
  font-size: 1.25rem;
  transition: all 0.3s ease;
}
.project-card .project-info .project-link:hover {
  transform: scale(1.15);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.project-card:hover .project-info {
  transform: translateY(0);
}

/* Testimonials Section */
.testimonial-section .section-title span {
  color: white;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.testimonial-section .section-title h1 {
  color: white !important;
  font-weight: 800;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.testimonial-section {
  position: relative;
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
}
.testimonial-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(92, 64, 255, 0.92) 0%, rgba(132, 94, 247, 0.92) 100%);
  z-index: 0;
}
.testimonial-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,%3Csvg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg fill="%23ffffff" fill-opacity="0.05"%3E%3Cpath d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
  z-index: 1;
}
.testimonial-section .container {
  position: relative;
  z-index: 2;
}

.single-testimonial {
  background: white;
  border-radius: 20px;
  padding: 2.5rem;
  margin: 1rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.single-testimonial:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
}

.client-info-box {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.client-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid #ffd166;
  box-shadow: 0 4px 12px rgba(255, 209, 102, 0.4);
}

.client-info span {
  display: block;
  color: #8892a6;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
  font-weight: 500;
}
.client-info h4 {
  color: #1a1a2e;
  font-weight: 700;
  font-size: 1.2rem;
  margin: 0;
}

.testimonial-content h3 {
  color: #2d3142;
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 400;
  font-style: italic;
  margin: 0;
  position: relative;
  padding-left: 1.5rem;
}
.testimonial-content h3::before {
  content: '"';
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 3rem;
  color: #ff5722;
  opacity: 0.3;
  font-family: Georgia, serif;
}

/* Brand Logos */
.brand-logo-carousel {
  padding: 2rem 0;
}
.brand-logo-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.single-brand-logo {
  text-align: center;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 15px;
  margin: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}
.single-brand-logo:hover {
  background: rgb(255, 255, 255);
  border-color: rgba(255, 87, 34, 0.3);
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 10px 30px rgba(255, 87, 34, 0.2);
}
.single-brand-logo:hover img {
  filter: none;
  transform: scale(1.05);
}
.single-brand-logo img {
  max-width: 140px;
  max-height: 70px;
  height: auto;
  width: auto;
  filter: none;
  transition: all 0.3s ease;
  opacity: 0.85;
}
.single-brand-logo:hover img {
  opacity: 1;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .hero-banner.hero-style-1 h1.fs-lg {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .hero-banner.hero-style-1 h1.fs-lg {
    font-size: 2.25rem;
  }
  .hero-banner.hero-style-1 p {
    font-size: 1.1rem;
    max-width: 100%;
  }
  .what-we-do h1 {
    font-size: 2rem;
  }
  .single-what-we-do {
    padding: 2rem;
    margin-bottom: 2rem;
  }
  .funfact-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .single-fact-item {
    padding: 1.5rem;
  }
  .single-fact-item .count-digit {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  .funfact-wrapper {
    grid-template-columns: 1fr;
  }
  .hero-banner.hero-style-1 .theme-btn {
    padding: 0.875rem 2rem;
    font-size: 1rem;
  }
}
/**
 * Services Page Styles
 * Specific styles for the Our Services page
 */
/* ===========================================
   Services Grid
   =========================================== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

/* ===========================================
   Service Cards
   =========================================== */
.service-card {
  background: white;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #774afd 0%, #9b6aff 100%);
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(119, 74, 253, 0.15);
}
.service-card h2 {
  font-size: 1.5rem;
  color: #1a202c;
  margin-bottom: 1rem;
  border: none;
  padding-bottom: 0;
}
.service-card h2::after {
  display: none;
}

.service-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #774afd 0%, #9b6aff 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.service-icon i {
  font-size: 2.5rem;
  color: white;
}

.service-description {
  color: #4a5568;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* ===========================================
   Service Features List
   =========================================== */
.service-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}
.service-features li {
  padding: 0.5rem 0;
  color: #2d3748;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.service-features li i {
  color: #48bb78;
  font-size: 1rem;
}

/* ===========================================
   Technology Badges
   =========================================== */
.service-technologies {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
}

.tech-badge {
  background: #f7fafc;
  color: #774afd;
  padding: 0.375rem 0.875rem;
  border-radius: 50px;
  font-size: 0.8125rem;
  font-weight: 600;
  border: 1px solid #e2e8f0;
}

/* ===========================================
   Why Choose Us Section
   =========================================== */
.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.why-item {
  text-align: center;
  padding: 1.5rem;
}
.why-item h4 {
  font-size: 1.125rem;
  color: #1a202c;
  margin-bottom: 0.75rem;
}
.why-item p {
  color: #718096;
  font-size: 0.9375rem;
  margin: 0;
}

.why-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgba(119, 74, 253, 0.1) 0%, rgba(155, 106, 255, 0.1) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
}
.why-icon i {
  font-size: 1.75rem;
  color: #774afd;
}

/* ===========================================
   Process Timeline
   =========================================== */
.process-timeline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
  position: relative;
}

.process-step {
  text-align: center;
  position: relative;
}
.process-step h4 {
  font-size: 1.125rem;
  color: #1a202c;
  margin-bottom: 0.5rem;
}
.process-step p {
  color: #718096;
  font-size: 0.9375rem;
  margin: 0;
}

.step-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #774afd 0%, #9b6aff 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 auto 1rem;
  position: relative;
  z-index: 1;
}

/* ===========================================
   CTA Section
   =========================================== */
.cta-section {
  background: linear-gradient(135deg, #774afd 0%, #9b6aff 100%);
  border-radius: 20px;
  padding: 3rem;
  margin-top: 3rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
}
.cta-section h2 {
  color: white;
  font-size: 2rem;
  margin-bottom: 1rem;
  border: none;
  padding-bottom: 0;
}
.cta-section h2::after {
  display: none;
}
.cta-section p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.125rem;
  margin-bottom: 2rem;
}
.cta-section .theme-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2.5rem;
  background: white;
  color: #774afd;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.cta-section .theme-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  color: #774afd;
  text-decoration: none;
}
.cta-section .theme-btn:hover i {
  transform: translateX(5px);
}
.cta-section .theme-btn i {
  transition: transform 0.3s ease;
}

.cta-content {
  position: relative;
  z-index: 1;
}

/* ===========================================
   Responsive Design
   =========================================== */
@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    padding: 2rem;
  }
  .cta-section {
    padding: 2rem;
  }
  .cta-section h2 {
    font-size: 1.5rem;
  }
  .process-timeline {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .why-choose-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .why-choose-grid {
    grid-template-columns: 1fr;
  }
}
/**
 * Order Project Modal Styles
 * Modern, clean design for the project order modal
 */
/* Modal Overlay */
#orderProjectModal {
  /* Modal Header */
  /* Modal Body */
  /* Modal Footer */
}
#orderProjectModal .modal-dialog {
  max-width: 600px;
  margin: 1.75rem auto;
}
#orderProjectModal .modal-content {
  border: none;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
#orderProjectModal .modal-header {
  background: linear-gradient(135deg, #774afd 0%, #9b6aff 100%);
  color: white;
  padding: 2rem 2rem 1.5rem;
  border-bottom: none;
  position: relative;
}
#orderProjectModal .modal-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
}
#orderProjectModal .modal-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
#orderProjectModal .modal-title::before {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 1.5rem;
  opacity: 0.9;
}
#orderProjectModal .close {
  color: white;
  opacity: 0.9;
  font-size: 1.75rem;
  font-weight: 300;
  text-shadow: none;
  padding: 0;
  margin: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
#orderProjectModal .close:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}
#orderProjectModal .close span {
  line-height: 1;
}
#orderProjectModal .modal-body {
  padding: 2.5rem 2rem;
  background: #ffffff;
}
#orderProjectModal .modal-footer {
  padding: 1.5rem 2rem 2rem;
  border-top: 1px solid #e2e8f0;
  background: #f7fafc;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
#orderProjectModal .modal-footer .btn {
  padding: 0.75rem 2rem;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: none;
}
#orderProjectModal .modal-footer .btn-secondary {
  background: #e2e8f0;
  color: #4a5568;
}
#orderProjectModal .modal-footer .btn-secondary:hover {
  background: #cbd5e0;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
#orderProjectModal .modal-footer .btn-primary {
  background: linear-gradient(135deg, #774afd 0%, #9b6aff 100%);
  color: white;
  box-shadow: 0 4px 15px rgba(119, 74, 253, 0.4);
}
#orderProjectModal .modal-footer .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(119, 74, 253, 0.5);
}
#orderProjectModal .modal-footer .btn-primary:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

/* Form Styles */
#orderProjectForm .form-group {
  margin-bottom: 1.75rem;
  position: relative;
}
#orderProjectForm .form-group.focused label {
  color: #774afd;
}
#orderProjectForm label {
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  display: block;
}
#orderProjectForm .text-danger {
  color: #e53e3e;
  margin-left: 2px;
}
#orderProjectForm .form-control {
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 0.875rem 1.25rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: #f7fafc;
  color: #2d3748;
}
#orderProjectForm .form-control:focus {
  border-color: #774afd;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(119, 74, 253, 0.1);
  outline: none;
}
#orderProjectForm .form-control.is-invalid {
  border-color: #e53e3e;
  background: #fff5f5;
}
#orderProjectForm textarea.form-control {
  resize: vertical;
  min-height: 120px;
}
#orderProjectForm .invalid-feedback {
  display: block;
  color: #e53e3e;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  font-weight: 500;
}

/* Message Alert */
#orderProjectFormMessage {
  border-radius: 12px;
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  border: none;
  font-weight: 500;
}
#orderProjectFormMessage.alert-success {
  background: #f0fff4;
  color: #22543d;
  border-left: 4px solid #48bb78;
}
#orderProjectFormMessage.alert-danger {
  background: #fff5f5;
  color: #742a2a;
  border-left: 4px solid #e53e3e;
}
#orderProjectFormMessage i {
  margin-right: 0.5rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  #orderProjectModal .modal-dialog {
    margin: 0.5rem;
    max-width: calc(100% - 1rem);
  }
  #orderProjectModal .modal-header {
    padding: 1.5rem 1.5rem 1.25rem;
  }
  #orderProjectModal .modal-title {
    font-size: 1.5rem;
  }
  #orderProjectModal .modal-body {
    padding: 2rem 1.5rem;
  }
  #orderProjectModal .modal-footer {
    padding: 1.25rem 1.5rem 1.5rem;
    flex-direction: column;
  }
  #orderProjectModal .modal-footer .btn {
    width: 100%;
  }
}
/* Animation */
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
#orderProjectModal.show .modal-dialog {
  animation: slideInDown 0.3s ease-out;
}
