/*************************************
        Table of Content
        1. Body and Core Css
        2. Helper
        3. Layout
        4. Banner Section
        5. About Section
        6. Resume Section
        7. Portfolio Section
        8. Blog Section
        9. About Section
        10. Ajax Portfolio
        11. Blog Page Css
        12. Mobile Responsive Css
**************************************/

/*============ 1. Body and Core Css ============*/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-decoration: none !important;
  list-style: none !important;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

i,
em {
  font-style: normal;
}

html,
body {
  position: relative;
  height: 100%;
  width: 100%;
}

body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 1.65;
  color: #e1e1e1;
  background-color: #2e3a42;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  color: #ffffff;
}

span {
  display: inline-block;
}

p {
  line-height: 1.65;
  color: #e1e1e1;
}

img {
  width: 100%;
  height: 100%;
}

a,
a:hover,
a:focus {
  color: inherit;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea {
  font-size: 16px;
  font-weight: 400;
  height: auto;
  line-height: 28px;
  background: #282d31c9;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 15px;
  outline: none;
  border: 0;
  color: #fff;
}

/*********** Margin & Padding ***********/

.mt-0 {
  margin-top: 0 !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-62 {
  margin-top: 62px !important;
}
.mt-65 {
  margin-top: 65px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-85 {
  margin-top: 85px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-95 {
  margin-top: 95px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
/* Custom Margin Bottom */
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-62 {
  margin-bottom: 62px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-75 {
  margin-bottom: 75px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-85 {
  margin-bottom: 85px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-95 {
  margin-bottom: 95px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.m-0 {
  margin: 0px !important;
}
/* Custom Padding top */
.pt-0 {
  padding-top: 0 !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-55 {
  padding-top: 55px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-65 {
  padding-top: 65px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-75 {
  padding-top: 75px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-85 {
  padding-top: 85px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-95 {
  padding-top: 95px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
/* Custom Padding top */
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-55 {
  padding-bottom: 55px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-65 {
  padding-bottom: 65px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-75 {
  padding-bottom: 75px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-85 {
  padding-bottom: 85px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-95 {
  padding-bottom: 95px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.p-0 {
  padding: 0 !important;
}

/*============= 2. Helper  ==================*/

/********** Heading **********/

.page-heading {
  margin-bottom: 50px;
  margin-top: 50px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) { /* Tablet and smaller screens */
  .page-heading {
    margin-top: 95px; /* Increase margin-top for smaller screens */
  }


  .mypadding-dash {
    padding-top: 6rem;
  }
}



.page-heading .icon {
  float: right;
  font-size: 38px;
  line-height: 1em;
  color: #ffffff;
}

.page-heading h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1em;
  text-transform: capitalize;
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.subheading {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

.subheading h3 {
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.5px;
  position: relative;
  text-transform: uppercase;
  padding: 5px 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}

.subheading h3:before,
.subheading h3:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.6);
  bottom: 0;
}

.subheading h3:before {
  left: 0;
}

.subheading h3:after {
  right: 0;
}

/********** Progress Bar **********/

.progress-title {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.progress {
  height: 10px;
  background-color: #404144;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 20px;
  overflow: visible;
}

.progress .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  background-color: white;
  width: 0;
  -webkit-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
  overflow: visible;
}

.progress-value:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 25px;
  right: 2px;
  transform: rotate(45deg);
  outline: 4px solid;
}

.progress .progress-bar:after {
  content: "";
  width: 20px;
  height: 20px;
  top: -6px;
  transform: rotate(45deg);
  border: 4px solid #fff;
  position: absolute;
  right: 2px;
}

.progress .progress-value {
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  top: -30px;
  right: 0;
}

/********** Form **********/

.input {
  display: block;
  position: relative;
}

.input__field {
  width: 100%;
  border: 1px solid #9999997d !important;
  padding: 0px 22px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  z-index: 1;
  background-color: transparent;
  color: #ffffff57;
  border-radius: 5px;
  height: 55px;
  line-height: 55px !important;
}

.input__field.cf-error {
  border-color: #ff0000;
}

.input__field:focus {
  outline: none;
  border-color: #ffffff;
}

.input__label {
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 26px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
  transform: translateY(-50%);
  margin-bottom: 0;
}

.input__field:focus + .input__label,
.input--filled .input__label {
  font-size: 14px;
  top: -25px;
  left: 0;
}

.input--filled .input__field {
  border-color: #ffffff;
}

textarea {
  resize: none;
  height: auto;
}

textarea.input__field {
  height: 170px;
}
.input.textarea .input__label {
  transform: none;
  top: 20px;
}
.input.textarea textarea:focus + .input__label {
  top: -30px;
}
/********** Button **********/
.btn-main {
  color: #2c3e50;
  background-color: rgba(0, 0, 0, 0.08);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.6px;
  border: none;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 1s ease 0s;
  display: inline-block;
  padding: 0 20px;
  border: 1px solid;
  border-radius: 6px;
  height: 50px;
  line-height: 50px;
}
.btn-main:focus,
.btn-main:hover {
  color: #fff;
  background: transparent;
}
.btn-main:after {
  content: "";
  background: #14cf93;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: -50%;
  z-index: -1;
  transition: top 0.5s ease-in 0.5s, width 0.5s ease-out, height 0.5s ease-out;
}
.btn-main:focus:after,
.btn-main:hover:after {
  width: 300%;
  height: 300%;
  top: 50%;
  transition: top 0.5s ease-in, width 0.5s ease-out 0.5s, height 0.5s ease-out 0.5s;
}

blockquote {
  font-size: 18px;
  color: #ffffff;
  border-left: 4px solid #ffffff;
  font-style: italic;
  padding-left: 20px;
  margin: 40px 0;
  font-weight: 500;
}

/********** Preloader **********/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: #2c2d2f;
  z-index: 10000;
}

.preloader .loader {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.preloader .loader h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  color: heading-color;
}

.loader span {
  width: 15px;
  height: 15px;
  margin: 0.19em;
  background: #007db6;
  -webkit-border-radius: 0.6em;
  border-radius: 0.6em;
  -webkit-animation: animate 2s ease-in-out infinite;
  animation: animate 2s ease-in-out infinite;
}

.loader span:nth-of-type(2) {
  background: #008fb2;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.loader span:nth-of-type(3) {
  background: #009b9e;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loader span:nth-of-type(4) {
  background: #00a77d;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.loader span:nth-of-type(5) {
  background: #00b247;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

/*
 * Animation keyframes
 * Use transition opacity instead of keyframes?
 */

@-webkit-keyframes animate {
  0%,
  100% {
    transform: translateY(0) scale(1, 1);
    animation-timing-function: ease-in;
  }
  9%,
  29%,
  49%,
  69% {
    transform: translateY(5em) scale(1, 1);
    animation-timing-function: linear;
  }
  10% {
    transform: translateY(5em) scale(1.5, 0.5);
    animation-timing-function: linear;
  }
  11%,
  31%,
  51%,
  71%,
  91% {
    transform: translateY(5em) scale(1, 1);
    animation-timing-function: ease-out;
  }
  20% {
    transform: translateY(2.5em) scale(1, 1);
    animation-timing-function: ease-in;
  }
  30% {
    transform: translateY(5em) scale(1.25, 0.75);
    animation-timing-function: linear;
  }
  40% {
    transform: translateY(3.75em) scale(1, 1);
    animation-timing-function: ease-in;
  }
  50% {
    transform: translateY(5em) scale(1.125, 0.875);
    animation-timing-function: linear;
  }
  60% {
    transform: translateY(4.375em) scale(1, 1);
    animation-timing-function: ease-in;
  }
  70% {
    transform: translateY(5em) scale(1.0625, 0.9375);
    animation-timing-function: linear;
  }
  85% {
    transform: translateY(5em) scale(1, 1);
    animation-timing-function: ease-in;
  }
  90% {
    transform: translateY(5em) scale(1.875, 0.125);
    animation-timing-function: ease-in-out;
  }
}

@keyframes animate {
  0%,
  100% {
    transform: translateY(0) scale(1, 1);
    animation-timing-function: ease-in;
  }
  9%,
  29%,
  49%,
  69% {
    transform: translateY(5em) scale(1, 1);
    animation-timing-function: linear;
  }
  10% {
    transform: translateY(5em) scale(1.5, 0.5);
    animation-timing-function: linear;
  }
  11%,
  31%,
  51%,
  71%,
  91% {
    transform: translateY(5em) scale(1, 1);
    animation-timing-function: ease-out;
  }
  20% {
    transform: translateY(2.5em) scale(1, 1);
    animation-timing-function: ease-in;
  }
  30% {
    transform: translateY(5em) scale(1.25, 0.75);
    animation-timing-function: linear;
  }
  40% {
    transform: translateY(3.75em) scale(1, 1);
    animation-timing-function: ease-in;
  }
  50% {
    transform: translateY(5em) scale(1.125, 0.875);
    animation-timing-function: linear;
  }
  60% {
    transform: translateY(4.375em) scale(1, 1);
    animation-timing-function: ease-in;
  }
  70% {
    transform: translateY(5em) scale(1.0625, 0.9375);
    animation-timing-function: linear;
  }
  85% {
    transform: translateY(5em) scale(1, 1);
    animation-timing-function: ease-in;
  }
  90% {
    transform: translateY(5em) scale(1.875, 0.125);
    animation-timing-function: ease-in-out;
  }
}

/*============ 3. Layout ============*/

.header-main {
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 300;
  width: 200px;
  background-color: #17181b;
  overflow: auto;
  right: 0;
  overflow-x: hidden;
  text-align: center;
  z-index: 999;
  border-right: 1px solid #202226;
}

.header-main .image-container {
  position: relative;
  height: 200px;
  object-fit: cover;
}

.header-main .image-container img {
  position: relative;
  height: 200px;
  object-fit: cover;
  object-position: top center;
}

textarea {
  color: #000;
}

.header-main .image-container .header-name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.header-main .image-container .header-name:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #17181b;
  opacity: 0.8;
  z-index: -1;
}

.header-main nav.nav-menu ul li {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #202226;
  text-align: left;
}

.header-main nav.nav-menu ul li a {
  display: block;
  line-height: 45px;
  padding-left: 70px;
  position: relative;
  color: #777;
}

.header-main nav.nav-menu ul li a span.nav-menu-icon {
  position: absolute;
  left: 40px;
  display: inline-block;
  font-size: 20px;
}

.header-main nav.nav-menu ul li a.active {
  color: #fff;
}

header .header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  background-color: #17181b;
  z-index: 10;
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  align-items: center;
}

header .header-mobile .one-page-header-logo a img {
  padding: 0;
  padding-left: 15px;
}

header .header-mobile .header-toggle {
  font-size: 20px;
  line-height: 50px;
  cursor: pointer;
  width: 50px;
  text-align: center;
  border-left: 1px solid #3b3c43;
  float: right;
  position: absolute;
  right: 0;
}
header .header-mobile .header-toggle i {
  color: #fff;
}

.header-main .nav-footer {
  margin-top: 1em;
  width: 100%;
}

.header-main .nav-footer .social {
  text-align: center;
  margin-bottom: 10px;
}

.header-main .nav-footer .social li {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}

.header-main .nav-footer .social li a {
  color: #777;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.header-main .nav-footer .social li:hover a {
  color: #fff;
}

.header-main .nav-footer .social li:last-child {
  margin-right: 0;
}

.header-main .nav-footer .copy p {
  font-size: 12px;
  color: #777;
}

.site-main {
  position: absolute;
  top: 0;
  right: 200px;
  left: 0;
  width: auto;
  height: 100%;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  overflow: hidden;
}

.site-main .pt-page {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 0;
}

.site-main .pt-page .section-container {
  max-width: 1040px;
  width: 90%;
  margin: 0 auto;
}

.site-main .page-active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.site-main .pt-page-ontop {
  z-index: 999;
}

/*============ 4. Banner Section ============*/

.banner-section {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
}

/* .banner-section:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #151515;
    opacity: .5;
} */

.banner-section .banner-content {
  color: #fff;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: start;
  display: block;
  transform: translateY(-50%);
}

.banner-section .banner-content h1 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 62px;
  font-weight: 500;
  color: #fff;
}

.banner-section .banner-content h1 span {
  font-weight: 900;
}

.banner-section .banner-content p {
  font-size: 28px;
}

.banner-section .banner-content p .cd-words-wrapper:after {
  background-color: #aaa;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
}

.banner-section .banner-content p .cd-words-wrapper b {
  font-weight: 700;
  border-bottom: 2px solid #fff;
}

.banner-section #video-container {
  position: absolute !important;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.banner-section .banner-slider {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.banner-section #particles-js {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*============ 5. About Section ============*/

.about-section {
  background-color: #2e3a42;
}

.about-section .about h3 {
  font-size: 24px;
  font-weight: 700;
}

.about-info {
  padding: 45px 30px 35px;
  background: rgba(42, 50, 59, 0.5);
  border-radius: 6px;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.about-section .about .about-info ul li {
  line-height: 1em;
  text-align: left;
  float: left;
  width: 100%;
  color: #fff;
  margin-bottom: 12px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
}

.about-section .about .about-info ul li span.value {
  float: right;
}

.about-section .services .service-item {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.about-section .services .service-item .icon {
  font-size: 50px;
  margin-bottom: 10px;
  line-height: 1em;
  color: #ffffff;
}

.about-section .services .service-item h4 {
  font-size: 18px;
  font-weight: 600;
}

.about-section .services .service-item p {
  font-size: 14.5px;
  line-height: 22px;
  margin-bottom: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}

.clients .client-logo img {
  width: 100px;
  height: 100px;
  margin: auto;
  opacity: 0.7;
  transition: opacity 0.4s ease;
  /* filter: invert(100%); */
  object-fit: cover;
}

.clients .client-logo img:hover {
  opacity: 1;
}

.testimonials .testimonial-item {
  position: relative;
  padding: 5px;
}

.testimonials .testimonial-item .testimonial-content {
  background-color: #17181b;
  width: 100%;
  -webkit-border-radius: 50px 0 50px 0;
  border-radius: 50px 0 50px 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 100px;
  padding-right: 20px;
  font-size: 14px;
  position: relative;
  -webkit-filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.2));
}

.testimonials .testimonial-item .testimonial-content p {
  margin-bottom: 0;
}

.testimonials .testimonial-item .testimonial-content:before {
  content: "\f10d";
  position: absolute;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 50px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #e1e1e1;
}

.testimonials .testimonial-item .testimonial-content:after {
  position: absolute;
  content: "";
  left: 15px;
  top: 100%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 11px solid #17181b;
}

.testimonials .testimonial-item .testimonial-meta {
  margin-top: 20px;
  margin-left: 15px;
}

.testimonials .testimonial-item .testimonial-meta img {
  width: 60px;
  height: 60px;
  float: left;
  -webkit-border-radius: 20px 0 20px 0;
  border-radius: 20px 0 20px 0;
  margin-right: 10px;
}

.testimonials .testimonial-item .testimonial-meta .meta-info h4 {
  font-size: 18px;
  font-weight: 400;
}

.testimonials .testimonial-item .testimonial-meta .meta-info p {
  font-size: 14px;
}

/*============ 6. Resume Section ============*/

.resume-section {
  background-color: #2e3a42;
}

.resume-section ul.education,
.resume-section ul.experience {
  margin: 20px 0 50px;
  list-style: none;
  position: relative;
  padding: 0 0 0 50px;
  width: 100%;
}

.resume-section ul.education li,
.resume-section ul.experience li {
  position: relative;
  margin-left: 10px;
  padding: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.resume-section ul.education li:not(:first-child),
.resume-section ul.experience li:not(:first-child) {
  margin-top: 60px;
}

.resume-section ul.education li span.line-left,
.resume-section ul.experience li span.line-left {
  width: 2px;
  height: 100%;
  background-color: #e1e1e1;
  left: -10px;
  top: 0;
  position: absolute;
}

.resume-section ul.education li span.line-left:before,
.resume-section ul.education li span.line-left:after,
.resume-section ul.experience li span.line-left:before,
.resume-section ul.experience li span.line-left:after {
  content: "";
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #e1e1e1;
  position: absolute;
  left: -4px;
  top: -10px;
}

.resume-section ul.education li span.line-left:after,
.resume-section ul.experience li span.line-left:after {
  top: 100%;
}

.resume-section .education .content,
.resume-section .experience .content {
  margin-left: 10px;
}

.resume-section .education .content h4,
.resume-section .experience .content h4 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 26px;
  margin: 0;
  text-transform: uppercase;
}

.resume-section .education .content h5,
.resume-section .experience .content h5 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.resume-section .education .content p.info,
.resume-section .experience .content p.info {
  font-size: 16px;
  margin-bottom: 0px;
}

.resume-section .education span.year,
.resume-section .experience span.year {
  height: 100%;
  left: -10px;
  top: 0;
  position: absolute;
}

.resume-section .education span.year span,
.resume-section .experience span.year span {
  font-size: 16px;
  position: absolute;
  -webkit-transform: translateX(-120%);
  -ms-transform: translateX(-120%);
  transform: translateX(-120%);
  color: #ffffff;
}

.resume-section .education span.year span.to,
.resume-section .experience span.year span.to {
  top: -18px;
}

.resume-section .education span.year span.from,
.resume-section .experience span.year span.from {
  bottom: -18px;
}

.resume-section .skills {
  margin-bottom: 30px;
}

.resume-section .skills .skill-item {
  padding: 20px;
}

.experience .content,
.education .content {
  padding: 25px 30px 25px;
  background: rgba(42, 50, 59, 0.5);
  border-radius: 6px;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/*============ 7. Portfolio Section ============*/

.portfolio-section {
  background-color: #2e3a42;
}

.portfolio-section .portfolio-filter {
  margin-bottom: 30px;
}

.portfolio-section .portfolio-filter ul {
  display: inline-block;
  margin: 0 auto;
  line-height: 0;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-left: none;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 0px 6px rgb(255 255 255 / 8%);
}

.portfolio-section .portfolio-filter ul li {
  display: inline-block;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  position: relative;
  color: #e1e1e1;
  padding: 20px 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 0 25px;
  height: 40px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: 600;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 12px;
}

.portfolio-section .portfolio-filter ul li.active {
  background-color: #ffffff;
  border-radius: 0px;
  color: #2c2d2f;
}

.portfolio-section {
  overflow: hidden;
}

.portfolio-section .item {
  padding-left: 1em;
  padding-right: 1em;
}

.portfolio-section .item figure {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.portfolio-section .item figure:before {
  background-color: #000;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 5px;
  transform-origin: 50% 100%;
  transform: translateX(100%) translateY(0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: 0.35s;
  transition: all 0.35s ease-in-out;
}

.portfolio-section .item figure:hover:before {
  opacity: 0.7;
  animation: imghvr-lightspeed-in-left 0.4025s ease-in forwards;
  animation-duration: 0.35s;
}

.portfolio-section .item figure:hover figcaption h4,
.portfolio-section .item figure:hover figcaption p {
  opacity: 1;
  transition: all 0.4s ease-in-out;
  transform: translateY(0);
}

.portfolio-section .item figure figcaption {
  position: absolute;
  left: 0;
  top: 50%;
  padding-left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

.portfolio-section .item figure figcaption h4,
.portfolio-section .item figure figcaption p {
  opacity: 0;
  color: #fff;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.portfolio-section .item figure figcaption h4 {
  font-size: 20px;
  font-weight: 700;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.portfolio-section .item figure figcaption p {
  padding-top: 10px;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.portfolio-section .item a figure:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  bottom: 20px;
  right: 25px;
  color: #fff;
  font-size: 26px;
  opacity: 0;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.portfolio-section .item a figure:hover:after {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.portfolio-section .item a.image-link figure:after {
  content: "\f03e";
}

.portfolio-section .item a.video-link figure:after {
  content: "\f03d";
}

.portfolio-section .item a.audio-link figure:after {
  content: "\f03d";
}

.portfolio-section .item a.ajax-link figure:after {
  content: "\f15c";
}

@keyframes imghvr-lightspeed-in-left {
  0% {
    transform: translateX(100%) translateY(0) skewX(-20deg);
  }
  50% {
    transform: translate(0, 0) skewX(-20deg);
  }
  75% {
    transform: translate(0, 0) skewX(10deg);
  }
  100% {
    transform: translate(0, 0) skewX(0);
  }
}

/*============ 8. Blog Section ============*/

.blog-section {
  background-color: #2e3a42;
  padding-bottom: 50px;
}

.blog-section .blog-wrraper {
  overflow: hidden;
  position: relative;
}

.blog-section .blog-wrraper .blog-image {
  overflow: hidden;
}

.blog-section .blog-wrraper .blog-image img {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
}

.blog-section .blog-wrraper:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-section .blog-wrraper .blog-content {
  padding: 25px 20px;
  margin-bottom: 30px;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #29323b;
  border-top: none;
}

.blog-section .blog-wrraper span.cat {
  position: absolute;
  z-index: 9;
  top: 20px;
  left: 20px;
  padding: 5px 15px;
  line-height: 1;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 2px;
}

.blog-section .blog-wrraper .blog-content .blog-title {
  margin-bottom: 0;
  font-size: 20px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  line-height: 30px;
  transition: 0.3s linear;
}

.blog-section .blog-wrraper .blog-content .blog-title a {
  transition: 0.3s linear;
}

.blog-section .blog-wrraper .blog-content .blog-date {
  font-family: serif;
  font-style: italic;
  color: #e1e1e1;
  font-size: 14px;
}

/*============ 9. Contact Section ============*/

.contact-section {
  background-color: #2e3a42;
}
.bd-map-area {
  bottom: -10px;
}
.google-map iframe {
  width: 100%;
  height: 500px;
  filter: grayscale(0.8);
  border-radius: 0px;
  position: relative;
  bottom: -10px;
}

.contact-section #map {
  width: 100%;
  height: 200px;
}

.contact-section .contact-info {
  text-align: center;
}

.contact-section .contact-info .info-item .icon {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  line-height: 1em;
  margin-top: 15px;
  margin-bottom: 15px;
}

.contact-section .contact-info .info-item h5 {
  font-size: 18px;
}

#contact-form .alert-container {
  text-align: center;
}

#contact-form .alert-container .alert {
  -webkit-border-radius: 0;
  border-radius: 0;
}

/*============ 10. Ajax Portfolio ============*/

.ajax-portfolio-popup {
  background-color: #2c2d2f;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  overflow-y: scroll;
  overflow-x: hidden;
}

.ajax-portfolio-popup.on {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.ajax-portfolio-popup .navigation-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 80px;
  background-color: #17181b;
  z-index: 10;
}

.ajax-portfolio-popup .navigation-wrap .popup-close {
  color: #fff;
  font-size: 30px;
  line-height: 80px;
  cursor: pointer;
}

.ajax-portfolio-popup .content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 80px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.ajax-portfolio-popup .content-wrap .popup-content {
  margin-top: 40px;
}

.ajax-portfolio-popup .ajax-loader {
  position: fixed;
  display: none;
  content: "";
  height: 60px;
  width: 60px;
  top: 30%;
  left: -webkit-calc(100vw/2 - 30px);
  left: calc(100vw / 2 - 30px);
  -webkit-animation: rotation 0.6s infinite linear;
  animation: rotation 0.6s infinite linear;
  border-left: 6px solid #444;
  border-right: 6px solid #e3e3e3;
  border-bottom: 6px solid #e3e3e3;
  border-top: 6px solid #e3e3e3;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.ajax-portfolio-popup .single-work h1 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.ajax-portfolio-popup .single-work .information li {
  display: inline-block;
  margin: 0 20px;
  font-size: 18px;
}

.ajax-portfolio-popup .single-work .information li span.title {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 700;
}

/*============ 11. Blog Page Css ============*/

.blog-page {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 1;
}

.blog-page .blog-container {
  max-width: 1040px;
  width: 90%;
  margin: 0 auto;
}

.blog-page {
  background-color: #2c2d2f;
  padding-bottom: 50px;
}

.blog-page .blog-image {
  text-align: center;
  max-width: 1920px;
  margin: auto;
}

.blog-page .blog-heading {
  background-color: #2c2d2f;
  margin-top: -100px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  letter-spacing: 0.5px;
}

.blog-page .blog-heading h1 {
  font-size: 40px;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}

.blog-page .blog-heading .cat {
  margin-bottom: 7px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.blog-page .blog-heading .blog-date {
  font-family: serif;
  font-style: italic;
  color: #777;
  font-size: 14px;
}

.blog-page .blog-content {
  padding-bottom: 50px;
}

.blog-page .blog-comments .comment-list .comment {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #e3e3e3;
}

.blog-page .blog-comments .comment-list .comment .author-img {
  float: left;
  margin-right: 20px;
}

.blog-page .blog-comments .comment-list .comment .author-img img {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  max-width: 70px;
}

.blog-page .blog-comments .comment-list .comment .comment-text {
  overflow: hidden;
}

.blog-page .blog-comments .comment-list .comment .comment-text .reply {
  float: right;
}

.blog-page .blog-comments .comment-list .comment .comment-text .reply a {
  font-size: 10px;
  background-color: #ffffff;
  color: #222;
  padding: 3px 8px 4px 8px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-left: 7px;
}

.blog-page .blog-comments .comment-list .comment .comment-text h6.author {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 7px;
}

.blog-page .blog-comments .comment-list .comment .comment-text span.date {
  display: block;
  color: #999;
  font-size: 12px;
  line-height: 1em;
  margin-bottom: 5px;
}

.blog-page .blog-comments .comment-list .comment .comment-text p {
  color: #ffffff;
  font-size: 15px;
}

/*============== new ========================== */
.header-main nav.nav-menu ul li {
  position: relative;
  z-index: 1;
}
.header-main nav.nav-menu ul li::before {
  position: absolute;
  content: "";
  top: 0;
  left: auto;
  right: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.071);
  transition: all 300ms linear;
  width: 0;
}

.header-main nav.nav-menu ul li:hover:before {
  right: auto;
  left: 0;
  width: 100%;
}
.banner-content-item {
  padding: 0 50px;
  height: 100vh;
  display: flex;
  align-items: center;
  
}

@media (min-width: 992px) and (max-width: 1460px) { 
  .banner-content-item {
    overflow: hidden;
    height: 140vh;
  }
}

.banner-content .subtitle {
  font-size: 14px;
  color: #c4cfde;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500;
}

.banner-content .description {
  font-size: 16px;
  line-height: 30px;
  color: #c4cfde;
  opacity: 0.9;
  font-family: "Roboto", sans-serif;
  padding-right: 40px;
}

.profile-img {
  position: relative;
  padding-top: 20px;
  text-align: center;
}

.profile-img::before {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: calc(100% - 230px);
  content: "";
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e;
  border-radius: 6px;
}

.profile-img img {
  height: auto;
  object-fit: cover;
  object-position: center;
  width: auto;
}

/* ========== services ========== */
.services-item {
  padding: 90px 28px 20px;
  margin-bottom: 30px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #29323b;
}

.serv-number {
  position: absolute;
  top: 30px;
  left: 40px;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-item i {
  position: absolute;
  right: 40px;
  top: 30px;
  font-size: 44px;
  color: #fff;
}

.services-item h4 {
  font-size: 20px;
  text-align: left;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
  transition: 0.3s linear;
}
.services-item h4 a {
  transition: 0.3s linear;
}
.services-item h4:hover a {
  color: #14cf93;
}
.services-item:hover i {
  transition: all 0.1s ease-in-out;
  animation: bounce 1s;
  color: #fff;
}

@keyframes bounce {
  0%,
  20%,
  60%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-6px);
  }
  80% {
    transform: translateY(-3px);
  }
}

/* ========== testimonial ========== */

.testi-number {
  float: left;
  width: 42px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testi-avatar {
  position: absolute;
  right: 45px;
  top: 45px;
  width: 50px;
  height: 50px;
  border-radius: 50%;  /* Ensures the div is perfectly circular */
  overflow: hidden;    /* Ensures the image stays inside the circular container */
}

.testi-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* Ensures the image covers the div without being distorted */
  border-radius: 50%;  /* Ensures the image itself is circular */
  display: block;   
  max-width: 100%;   /* Removes any inline gap caused by img as an inline element */
}

/* .testi-avatar:before {
  content: "";
  position: absolute;
  left: 8px;
  right: -8px;
  top: 8px;
  bottom: -8px;
  z-index: 1;
  border-radius: 50%; /* Rounded corners for the background
  background: #232c32; 
} */

.testi-avatar img {
  position: relative;
  z-index: 2;
}


.testi-item .testi-info {
  padding-left: 55px;
}

.testi-item .testi-info h3 {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.testi-item p {
  padding: 43px 35px 40px;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #29323b;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.6;
  margin-top: 23px;
}

.testi-item p:before {
  font-family: "Font Awesome 5 Free";
  content: "\f10e";
  bottom: 20px;
  right: 15px;
  position: absolute;
  color: #fff;
  opacity: 0.2;
  font-size: 24px;
  font-weight: 600;
}

/*============ pricing table Css ============*/

.pricingTable {
  text-align: center;
  padding: 20px 0 0;
  position: relative;
  z-index: 1;
}
.pricingTable:before,
.pricingTable:after {
  content: "";
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
  z-index: -2;
}
.pricingTable:after {
  background: #fff;
  border-radius: 20px 20px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  top: 90px;
  left: 10px;
  right: 10px;
  bottom: 19px;
}
.pricingTable .pricingTable-header {
  margin: 0 0 60px;
}
.pricingTable .title {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0;
}
.pricingTable .price-value {
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 30px;
  margin: 0 0 30px;
}
.pricingTable .pricing-content {
  text-align: left;
  padding: 0;
  margin: 0 0 35px;
  list-style: none;
  display: inline-block;
}
.pricingTable .pricing-content li {
  color: #777;
  font-size: 17px;
  line-height: 25px;
  text-transform: capitalize;
  padding: 0 0 0 22px;
  margin: 0 0 15px;
  position: relative;
}
.pricingTable .pricing-content li:last-child {
  margin: 0;
}
.pricingTable .pricing-content li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 free";
  font-size: 14px;
  font-weight: 900;
  position: absolute;
  top: 2px;
  left: 0;
}
.pricingTable .pricing-content li.disable:before {
  content: "\f00d";
}
.pricingTable .pricingTable-signup a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 7px 30px;
  border-radius: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.pricingTable .pricingTable-signup a:hover {
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
}
.pricingTable.pink {
  --main-color: #14cf93;
}
.pricingTable.orange {
  --main-color: #14cf93;
}

/* one page style */
.one-page-header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(255 255 255 / 8%);
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.one-page-header-logo a img {
  width: 160px;
  height: auto;
  padding: 5px 0 10px;
}

.one-page-header-main nav.nav-menu ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.one-page-header-main nav.nav-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 25px;
}

.one-page-header-main nav.nav-menu ul li > a {
  display: inline-block;
  color: #a6a6a6;
  padding: 30px 0;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  transition: 0.3s linear;
}

.one-page-header-main nav.nav-menu ul li > a .nav-menu-icon {
  margin-inline-end: 10px;
}

.one-page-header-main nav.nav-menu ul li:hover > a {
  color: #fff;
}
.header-btn.d-xl-block.d-none {
  line-height: 1;
}

.side-info {
  background: #17181b;
  height: 100%;
  position: fixed;
  z-index: 99999;
  right: -100%;
  top: 0;
  width: 365px;
  padding: 30px;
  transition: 0.6s;
  overflow-y: scroll;
}

.side-info.info-open {
  right: 0;
}

.side-info a img {
  width: 160px;
  height: auto;
}

.offcanvas-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.offcanvas-overlay.overlay-open {
  opacity: 0.3;
  visibility: visible;
}

div.mean-container .mean-bar {
  background: transparent;
}

div.mean-container a.meanmenu-reveal {
  display: none !important;
}

div.mean-container .mean-nav {
  background: none;
  margin-bottom: 35px;
  overflow: hidden;
  margin-top: 0;
}

div.mean-container .mean-nav > ul {
  display: block !important;
}

div.mean-container .mean-nav ul li a {
  width: 100%;
  color: #777;
  border-top: 1px solid #202226;
  font-size: 16px;
  text-transform: capitalize;
  opacity: 1;
  padding-inline-start: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

div.mean-container .mean-nav ul li li a {
  padding: 15px 5%;
}

div.mean-container .mean-nav ul li a.mean-expand {
  height: 26px;
  background: transparent;
  padding: 8px;
  border-radius: 50%;
  top: 8px;
  margin-top: 0;
  border: 1px solid #ebebeb;
}

div.mean-container .mean-nav ul li a.mean-expand::before {
  position: absolute;
  content: "+";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

div.mean-container .mean-nav ul li a.mean-expand.mean-clicked::before {
  content: "-";
}

div.mean-container .mean-nav ul li a .nav-menu-icon {
  margin-inline-end: 8px;
}

.side-info-close {
  background: none;
  border: 0;
  color: #fff;
  font-size: 18px;
  padding: 0;
  width: 100%;
  text-align: end;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

div.mean-container .mean-nav ul li:hover > a {
  color: #fff;
}

.bd-sticky {
  position: fixed !important;
  top: 0;
  z-index: 111;
  inset-inline-end: 0;
  inset-inline-start: 0;
  width: 100%;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  border-top: 0;
  background: #202a35;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.one-page-site-main .banner-content-item,
.one-page-site-main .about-section {
  padding: 0;
}

.banner-section {
  padding: 0px 0 50px;
}

.one-page-site-main .banner-content-item {
  height: auto;
  display: block;
  align-items: inherit;
}

.menu-bar .bar-icon i {
  font-size: 25px;
}

.social-share-inner-left .title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  color: #c4cfde;
  display: inline-block;
  margin: 20px 0 25px;
}

ul.social-share {
  margin-bottom: 5px;
}

.social-share li {
  margin-inline-end: 15px;
}

.social-share li:last-child {
  margin-inline-end: 0;
}

.social-share li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 6px;
  transition: 0.4s;
  background: linear-gradient(145deg, #1e2024, #2e3a42);
  box-shadow: 10px 10px 19px #2e3a42, -10px -10px 19px #262a2e;
  position: relative;
}

.social-share li a:hover {
  transform: translateY(-5px);
}

.pt-section-separator {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* ===============   portfolio details    ==================== */

.portfolio-details-wrapper {
  padding: 100px 0 0px;
}
.portfolio-details-top {
  padding: 25px 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #303137;
  z-index: 5;
  gap: 15px 0;
  position: relative;
  border-radius: 8px 8px 0 0;
}
@media only screen and (max-width: 575px), only screen and (max-width: 479px) {
  .portfolio-details-top {
    padding: 15px 0px;
    gap: 10px 0;
  }
}
.portfolio-details-meta {
  position: relative;
  padding-inline-end: 40px;
  padding-inline-start: 35px;
}
@media only screen and (max-width: 575px), only screen and (max-width: 479px) {
  .portfolio-details-meta {
    padding-inline-end: 15px;
    padding-inline-start: 15px;
  }
}
.portfolio-details-meta p {
  margin-bottom: 0;
  font-size: 18px;
  display: inline-block;
  color: #c4cfde;
}
.portfolio-details-meta span {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.portfolio-details-meta:not(:last-child)::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background: rgb(255 255 255 / 10%);
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 479px) {
  .portfolio-details-meta:not(:last-child)::after {
    display: none;
  }
}

.details-thumb.big-thumb {
  width: 100%;
  height: 550px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 479px) {
  .details-thumb.big-thumb {
    height: 100%;
  }
}
.details-thumb.big-thumb img {
  border-radius: 0 0 8px 8px;
}
.details-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.portfolio-details-title {
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 24px;
}
.portfolio-details-content {
  margin-bottom: 40px;
}

.onepage-area {
  margin-top: 30px;
  padding: 15px;
  position: relative;
  z-index: 9999;
}
.onepage-area a {
  border: 1px solid #26bf95;
  padding: 10px 16px;
  background: #202327;
  border-radius: 8px;
  transition: 0.3s linear;
}

/*  ===============   blog deatils    ====================  */

.blog-details-wrap {
  background: #21303a;
  margin-top: -113px;
  padding: 30px 30px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .blog-details-wrap {
    margin-top: 0;
  }
}
.blog-details-wrap .blog-post-meta {
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
}

.blog-details-wrap .blog-post-meta li {
  line-height: 1;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  color: #d2d2d2;
  margin-bottom: 5px;
  margin-right: 20px;
}

.blog-details-wrap .blog-post-meta li i {
  color: #14cf93;
  margin-right: 6px;
}

.blog-details-thumb {
  margin-bottom: 35px;
  position: relative;
}
.blog-details-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #21303a;
  opacity: 0.3;
}
@media only screen and (max-width: 767px) {
  .blog-details-thumb {
    margin-bottom: 30px;
  }
}
.blog-details-thumb img {
  border-radius: 8px;
}
.blog-details-content {
  padding: 0;
  border: none;
  margin-top: 0;
}
.blog-details-content .title {
  margin-bottom: 30px;
  margin-right: 50px;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-size: 32px;
  color: #fff;
  line-height: 50px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-content .title {
    margin-bottom: 20px;
    margin-right: 0;
    line-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-content .title {
    margin-bottom: 20px;
    font-size: 24px;
    margin-right: 0;
    line-height: 34px;
  }
}
.blog-details-content p {
  margin-bottom: 15px;
  color: #c4cfde;
}
.blog-details-content blockquote {
  background: #1a1e2a;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  font-style: italic;
  margin: 45px 0 50px;
  border-left: 4px solid #14cf93;
  padding: 30px;
  color: #fff;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-content blockquote {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-content blockquote {
    font-size: 20px;
  }
}
.blog-details-content blockquote i {
  color: #14cf93;
  font-size: 45px;
  margin-bottom: 20px;
}
.blog-details-content figure {
  margin: 0 0 43px;
}
.blog-details-content figure p {
  margin-bottom: 15px;
  font-size: 15px;
}

.blog-details-content figure .blog-details-img img {
  border-radius: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .blog-details-content figure .blog-details-img {
    margin-bottom: 25px;
  }
}
.blog-details-list li {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 12px;
  text-align: start;
}

.blog-details-list li i {
  color: #14cf93;
  font-size: 18px;
}

.blog-details-list li + li {
  margin-top: 15px;
}

.tagcloud a {
  font-size: 16px;
  color: #c4cfde;
  font-weight: 500;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 4px;
  display: inline-block;
  padding: 4px 12px 3px 12px;
  margin-bottom: 10px;
  margin-inline-end: 5px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.tagcloud a:hover {
  background: #14cf93;
  color: #fff;
}

.theme-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.theme-social a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #14cf93;
  font-size: 18px;
  border-radius: 50%;
  transition: 0.3s linear;
}

.blog-details-bottom .blog-share .theme-social a {
  width: 40px;
  height: 40px;
}

.theme-social a:hover {
  background: #14cf94b6;
  color: #fff;
}

.blog-details-bottom {
  margin-top: 55px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgb(255 255 255 / 8%);
  border-bottom: 1px solid rgb(255 255 255 / 8%);
  padding: 20px 0;
  gap: 20px;
}

.blog-details-bottom .blog-tags span,
.blog-details-bottom .blog-share span {
  color: #fff;
  margin-right: 10px;
}
.blog-details-bottom .blog-share .theme-social a {
  width: 40px;
  height: 40px;
}

/*----------------------------------------*/
/*  blog comments css
/*----------------------------------------*/
.blog-comments-wrap {
  margin-top: 50px;
}
.blog-comments-wrap > .title,
.comment-from > .title {
  margin-bottom: 35px;
  padding-bottom: 10px;
  position: relative;
}

.blog-comments-wrap > .title::after,
.comment-from > .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 2px;
  background: #14cf93;
}

.blog-comment-item {
  display: flex;
  align-items: flex-start;
  width: 87%;
  gap: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .blog-comment-item {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .blog-comment-item {
    width: 100%;
    display: block;
  }
}
.blog-comment-item.children {
  padding-left: 110px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-comment-item.children {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-comment-item.children {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-comment-item.children {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-comment-item.children {
    padding-left: 0;
  }
}

.comment-text p {
  color: #c4cfde;
}

.comment-from {
  margin-top: 50px;
}
.comment-avatar-thumb {
  width: 80px;
  flex: 0 0 80px;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .comment-avatar-thumb {
    margin-bottom: 15px;
  }
}
.comment-avatar-thumb img {
  border-radius: 50%;
}
.comment-avatar-info {
  margin-bottom: 17px;
}
.comment-avatar-info .title {
  font-size: 18px;
  margin-bottom: 8px;
}
.comment-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.comment-meta li {
  font-size: 14px;
  color: #14cf93;
}
.comment-meta li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 9px;
  background: #14cf93;
  margin: 0 11px;
}
.comment-meta li:last-child:after {
  display: none;
}
.comment-text > p {
  margin-bottom: 17px;
}
.comment-text .comment-reply {
  display: inline-flex;
  align-items: center;
  color: var(--color-text-gray);
  line-height: 1;
}
.comment-text .comment-reply i {
  color: #14cf93;
  margin-right: 7px;
}
.comment-text .comment-reply:hover {
  color: #14cf93;
}

.blog-comment-list .blog-comment-item {
  margin-bottom: 45px;
}
@media only screen and (max-width: 575px) {
  .blog-comment-list .blog-comment-item {
    margin-bottom: 20px;
  }
}
.blog-comment-list .blog-comment-item:not(:last-child) {
  border-bottom: 1px solid rgb(255 255 255 / 8%);
  padding-bottom: 45px;
}
@media only screen and (max-width: 575px) {
  .blog-comment-list .blog-comment-item:not(:last-child) {
    padding-bottom: 20px;
  }
}
.blog-comment-list .blog-comment-item:last-child {
  margin-bottom: 0;
}

.comment-from form .row input,
.comment-from form textarea {
  width: 100%;
  background: transparent;
  border: 1px solid rgb(255 255 255 / 8%);
  margin-bottom: 30px;
  padding: 17px 20px;
  color: #fff;
  border-radius: 5px;
}

.comment-from form .row input:focus,
.comment-from form textarea:focus {
  border: 1px solid #14cf93;
}

/* ===============   blog sidebar    ==================== */
.blog-sidebar {
  position: sticky;
  top: 120px;
}
.blog-sidebar .widget {
  border: 1px solid rgb(255 255 255 / 8%);
  padding: 30px;
}

.blog-sidebar .widget:not(:last-child) {
  border-bottom: 0;
}

.blog-sidebar .widget:first-child {
  border-radius: 8px 8px 0 0;
}

.sidebar-form {
  position: relative;
}

.sidebar-form input {
  width: 100%;
  border: 1px solid rgb(255 255 255 / 10%);
  background: #303d46;
  font-size: 15px;
  color: #ffffff;
  padding: 20px 90px 20px 20px;
  border-radius: 8px;
}

input::placeholder,
textarea::placeholder {
  color: #fff;
}

.sidebar-form input:focus {
  border-color: #14cf93;
}

.sidebar-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  border-radius: 0 8px 8px 0;
  padding: 15px 15px;
  background: #14cf93;
  color: #fff;
  min-width: 80px;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

.sidebar-form button:hover {
  background: #14cf94b6;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .sidebar-form button {
    position: inherit;
    width: 100%;
    margin-top: 10px;
    border-radius: 3px;
    height: 68px;
  }
}

.sidebar-widget-title {
  margin-bottom: 30px;
  padding-bottom: 7px;
  position: relative;
}
.sidebar-widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #14cf93;
  width: 14%;
  height: 2px;
}
.sidebar-cat-list li + li {
  margin-top: 15px;
}
.sidebar-cat-list li a {
  color: #fff;
  transition: 0.4s linear;
}
.sidebar-cat-list li a:hover {
  color: #14cf93;
}

/*----------------------------------------*/
/*  Service-details css
/*----------------------------------------*/
.services-details-img img {
  width: 100%;
  border-radius: 8px;
}
.services-sidebar {
  position: sticky;
  top: 120px;
}
.services-sidebar .widget {
  margin-bottom: 30px;
}
.services-sidebar .widget:last-child {
  margin-bottom: 0;
}
.services-sidebar-list li + li {
  margin-top: 5px;
}
.services-sidebar-list li a {
  display: flex;
  align-items: flex-start;
  background: #21303a;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-text-gray);
  padding: 26px 40px;
  position: relative;
  border-radius: 8px;
}
@media only screen and (max-width: 575px) {
  .services-sidebar-list li a {
    padding: 20px 20px;
  }
}
.services-sidebar-list li a > span {
  margin-right: 13px;
}
.services-sidebar-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 100%;
  background: #14cf94b6;
  transition: all 0.4s;
  opacity: 0;
}
.services-sidebar-list li a:hover {
  color: #fff;
}
.services-sidebar-list li a:hover::before {
  opacity: 1;
}
.services-sidebar-list li a:hover::after {
  opacity: 1;
}
.services-sidebar-list li a::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #14cf94b6;
  opacity: 0;
  transition: all 0.4s;
}
.services-sidebar-list li.active a {
  background: #14cf94b6;
  color: #fff;
}
.services-sidebar-list li.active a::before {
  display: none;
}
.services-sidebar-list li.active a::after {
  display: none;
}
.services-sidebar-doc-download {
  background: #21303a;
  border-radius: 8px;
}
.services-sidebar-doc-download > .title {
  color: #fff;
  margin-bottom: 0;
  padding: 30px 30px 20px;
}
.services-sidebar-doc-download > .title span {
  position: relative;
}
.services-sidebar-doc-download > .title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  height: 2px;
  width: 56%;
  background: #14cf94b6;
}
.services-thumb-sm {
  margin-bottom: 30px;
  margin: 30px 0 35px;
}
.services-thumb-sm img {
  border-radius: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 479px) {
  .services-thumb-sm img {
    width: 100%;
  }
}
.services-doc-list li {
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  padding: 28px 30px 25px;
}
.services-doc-list li:not(:last-child) {
  border-bottom: 1px solid var(--color-border-primary);
}
.services-doc-list li:last-child {
  margin-bottom: 0;
}
.services-doc-list .icon {
  width: 34px;
  flex: 0 0 34px;
  margin-right: 20px;
}
.services-doc-list .content {
  flex-grow: 1;
}
.services-doc-list .content .title {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
  color: #fff;
}
.services-doc-list .content .title a:hover {
  color: #fff;
}
.services-doc-list .content span {
  display: block;
  font-size: 13px;
}
.services-doc-list .content span > small {
  margin: 0 3px;
}
.services-growth-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px -13px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .services-growth-list {
    margin-bottom: 20px;
  }
}
.services-growth-list li {
  width: 50%;
  flex: 0 0 50%;
  display: flex;
  margin-bottom: 13px;
  padding: 0;
  color: #fff;
  align-items: center;
  gap: 10px;
  padding: 0 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .services-growth-list li {
    flex: 0 0 60%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-growth-list li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .services-growth-list li {
    width: 100%;
    flex: 0 0 100%;
  }
}
.services-growth-list li img {
  max-width: 16px;
  margin-top: 4px;
  margin-right: 9px;
}
.services-details-video img {
  border-radius: 15px;
  overflow: hidden;
}
.services-details-video {
  position: sticky;
  top: 110px;
}
.services-faq-wrap .accordion-item {
  border: 1px solid var(--color-border-primary);
  background-color: transparent;
}
.services-faq-wrap .accordion-item:not(:last-child) {
  border-bottom: none;
}

.services-faq-wrap .accordion-button {
  color: #fff;
  padding: 17px 25px;
  font-size: 18px;
  line-height: 1.45;
  background-color: #21303a;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: none;
  outline: none !important;
  display: block;
  border: none;
  width: 100%;
  text-align: start;
  border-bottom: 1px solid #324658;
}
@media only screen and (max-width: 575px) {
  .services-faq-wrap .accordion-button {
    align-items: baseline;
  }
}
@media only screen and (max-width: 479px) {
  .services-faq-wrap .accordion-button {
    padding: 17px 10px;
  }
}
.services-faq-wrap .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #21303a;
  box-shadow: none;
}

.services-faq-wrap .accordion-button:focus {
  border-color: #14cf94b6;
  outline: 0;
  box-shadow: none;
}
.services-faq-wrap .accordion-button::after {
  display: none;
}
.services-faq-wrap .accordion-button::before {
  content: "\e878";
  font-size: 16px;
  font-family: "Linearicons-Free";
  font-weight: 400;
  transition: 0.3s ease-in;
  margin-right: 15px;
}
.services-faq-wrap .accordion-button:not(.collapsed)::before {
  content: "\e877";
}
.services-faq-wrap .accordion-body {
  padding: 13px 25px 30px;
  border-top: 1px solid var(--color-border-primary);
  line-height: 1.75;
  color: var(--color-text-primary);
  background-color: #21303a;
}
.services-details-content figure {
  margin: 45px 0 40px;
}
@media only screen and (max-width: 767px) {
  .services-details-content figure {
    margin: -15px 0 40px;
  }
}
.services-details-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 20px;
}
.services-details-bottom .services-details-bottom-meta {
  display: flex;
  align-items: center;
}
.services-details-bottom .services-details-bottom-meta .content span {
  margin-bottom: 5px;
  font-size: 14px;
  display: inline-block;
}
.services-details-bottom .services-details-bottom-meta .content .title {
  transition: all 0.3s linear;
}
.services-details-bottom .services-details-bottom-meta .content .title:hover {
  color: #14cf94b6;
}
.services-details-bottom .services-details-bottom-meta .icon {
  margin-right: 15px;
  font-size: 44px;
  line-height: 0;
  color: #14cf94b6;
}

/*----------------------------------------*/
/*  Recent Post css
/*----------------------------------------*/
.rc-post-list li {
  display: grid;
  align-items: center;
  grid-template-columns: 100px auto;
  gap: 25px;
}
@media only screen and (max-width: 479px) {
  .rc-post-list li {
    grid-template-columns: auto;
    gap: 15px;
  }
}
.rc-post-list li + li {
  margin-top: 30px;
}
.rc-post-thumb {
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 479px) {
  .rc-post-thumb {
    width: 100%;
    height: 100%;
  }
}
.rc-post-thumb img {
  border-radius: 8px;
  object-fit: cover;
  height: 100%;
}
.rc-post-content .title {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 7px;
  text-transform: capitalize;
}

.rc-post-content .title a {
  color: #fff;
  transition: 0.4s linear;
}

.rc-post-content .title a:hover {
  color: #14cf93;
}
.rc-post-content .title a {
  display: inline-block;
}
.rc-post-content .date {
  display: block;
  font-size: 13px;
}

/* ===============   Responsive    ==================== */

@media only screen and (max-width: 990px) {
  .pricingTable {
    margin: 0 0 40px;
  }
}

/*============ 12. Mobile Responsive Css ============*/

@media screen and (max-width: 991px) {
  .about-section .about-info {
    margin-top: 40px;
  }
  .banner-content-item {
    align-items: inherit;
  }
  .profile-img {
    margin-bottom: 70px;
  }
  header .header-mobile h2 {
    left: 30px;
    transform: translateX(0);
  }

  .about-section .about-info ul li {
    display: inline-block;
    position: relative;
    margin: 0 5px;
    padding: 0 5px;
  }
  .blog-page .blog-heading {
    margin-top: 0;
  }

  .banner-section .banner-content {
    position: inherit;
    top: inherit;
    width: inherit;
    text-align: start;
    display: block;
    transform: translateY(0);
    padding-top: 50px;
  }

  .banner-section {
    padding: 80px 0 30px;
  }
}

@media screen and (max-width: 767px) {
  header .header-main {
    left: -200px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header .header-main h2 {
    display: none !important;
  }
  header .header-mobile {
    display: flex;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header .header-content.on .header-main {
    left: 0px;
    width: 250px;
  }
  #main {
    left: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    right: 0;
  }s
  #main .pt-page,
  #main .blog-page {
    padding-top: 50px;
  }
  .banner-section .banner-content h1 {
    font-size: 35px;
  }
  .banner-section .banner-content p.cd-headline {
    font-size: 22px;
  }
}


@media screen and (max-width: 575px) {
  .about-section .about .signature {
    width: 70%;
  }
  .resume-section ul.education,
  .resume-section ul.experience {
    padding: 0;
  }
  .resume-section ul.education span.year,
  .resume-section ul.experience span.year {
    left: 42px;
  }
  .resume-section .skills .skill-item {
    padding: 0;
  }
  .portfolio-section .portfolio-filter ul {
    border: none;
  }

  .side-info {
    width: 90%;
  }

  .profile-img img {
    width: 100%;
  }
  .banner-content-item {
    padding: 0 10px;
  }
}

/* photography */

.phg-bg-image {
  position: absolute;
  background-image: url(../img/background/photo-bg.jpg);
  height: 100vh;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}

.photographer .social-share li a {
  box-shadow: inherit;
}

.photographer .banner-content {
  left: -140px;
  transform: translateY(-40%);
}
.about-section.photographer {
  background-color: #212428;
}


.photographer .about-thumb {
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e;
  border-radius: 12px;
  overflow: hidden;
  padding: 20px;
  transition: 0.3s linear;
}

.photographer .about-thumb img {
  border-radius: 15px;
  overflow: hidden;
  transition: 0.3s linear;
}

.photographer .about-thumb:hover img {
  transform: scale(1.02);
}
