/*
Template Name: Reko
Template URI: 
Description: Personal Portfolio HTML Template 
Author: IIDEA INFORMATICS 
Author URI: 
Version: 1.0
 */
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@200;300;400;500;600;700;800;900&amp;display=swap");
/*--
    - Common CSS 
-----------------------------------------*/
html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  background: #fff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  margin: 0;
  color: #141417;
}

h1 {
  font-size: 66px;
  line-height: 76px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

h3 {
  font-size: 30px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 24px;
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  color: #141417;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

p {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  color: #515151;
  margin: 0;
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

button,
input,
textarea,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

img {
  display: inline-block;
  max-width: 100%;
}

i,
span,
a {
  display: inline-block;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

li {
  display: inline-block;
}

table,
th,
tr,
td {
  border: 1px solid #ddd;
}

th,
tr,
td {
  padding: 10px;
}

hr {
  border-top: 1px solid #333;
}

.fix {
  overflow: hidden;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 80px;
  margin: 0 auto;
}

/*Section Padding CSS*/
.section-padding {
  padding: 120px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-padding {
    padding: 80px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 60px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-padding {
    padding: 50px 35px;
  }
}
@media (max-width: 575px) {
  .section-padding {
    padding: 50px 20px;
  }
}
/*Margin & Padding Helper Class */
.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pt-180 {
  padding-top: 180px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-200 {
  padding-bottom: 200px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-50 {
  padding-right: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-50 {
  padding-right: 100px;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.spacer {
  margin-top: 100px;
}

/*Section Title */
.section-title {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}

.section-title h1 {
  font-size: 66px;
  font-weight: 600;
  line-height: 76px;
  margin: 20px 0;
  color: #141417;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h1 {
    font-size: 55px;
    line-height: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .section-title h1 {
    font-size: 40px;
    line-height: 50px;
    margin: 15px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title h1 {
    font-size: 45px;
    line-height: 55px;
    margin: 15px 0;
  }
}

.section-title h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
  margin: 20px 0;
  color: #141417;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h2 {
    font-size: 45px;
    line-height: 50px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 15px 0;
  }
}

.section-title h6 {
  color: #8670EF;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .section-title h6 {
    font-size: 15px;
  }
}

/*Button Style */
.main-btn, .bordered-btn, .primary-btn {
  display: inline-block;
  background: #8670EF;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 20px 35px;
  border-radius: 12px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-btn, .bordered-btn, .primary-btn {
    padding: 18px 30px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-btn, .bordered-btn, .primary-btn {
    padding: 15px 30px;
  }
}
@media (max-width: 767px) {
  .main-btn, .bordered-btn, .primary-btn {
    padding: 15px 30px;
    font-size: 15px;
  }
}
.main-btn:hover, .bordered-btn:hover, .primary-btn:hover {
  background-color: #FAD664;
  color: #141717;
}

.primary-btn {
  background: #FAD664;
  color: #141717;
}
.primary-btn:hover {
  background: #8670EF;
  color: #fff;
}

.bordered-btn {
  background: transparent;
  color: #141717;
  border: 1px solid #141717;
}
.bordered-btn:hover {
  background: #8670EF;
  color: #fff;
}

/*Form Style CSS */
input,
textarea,
select {
  width: 100%;
  background: transparent;
  border: 1px solid #2A292D;
  padding: 13px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
}

textarea {
  height: 250px;
}

input[type=submit],
button[type=submit] {
  border: none;
  border-radius: 10px;
  display: inline-block;
  background: #8670EF;
  color: #fff;
  padding: 15px 30px;
  width: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}

input[type=submit]:hover,
button[type=submit]:hover {
  background: #FAD664;
  color: #141417;
}

input::placeholder,
textarea::placeholder {
  font-size: 15px;
  font-weight: 500;
}

input.form-control {
  padding: 12px 20px;
  line-height: 1.2;
}

/*Bootstrap Customize CSS*/
.container {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggler-icon {
  background-image: none;
}

.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none;
}

/* Bacground Color & Overlay CSS 
============== */
.light-bg {
  background: #F5F2EC;
}

.dark-bg {
  background: #141318 !important;
}

.theme-bg {
  background: #8670EF;
}

.white-bg {
  background: #fff !important;
}

.blue-bg {
  background: #0E182C;
}

.purple-bg {
  background: #41428E;
}

.gray-bg {
  background: #f6f6f6 !important;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.overlay {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #141417;
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: -1;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #141417 !important;
}

.fix {
  overflow: hidden;
}

/* Sticky CSS 
============== */
.header-area .is-sticky .sticky-area {
  background: #141417;
  z-index: 999 !important;
  -webkit-animation: slideInDown 0.6s forwards;
  animation: slideInDown 0.6s forwards;
  margin-top: 0;
}

.header-area.absolute-header .is-sticky .sticky-area {
  background: #141417;
}

.header-area.header-two .is-sticky .sticky-area {
  background: #fff;
}

.header-area.header-two .is-sticky .header-inner-box {
  box-shadow: none;
}

.header-area .is-sticky .navigation {
  height: 90px;
  margin-top: 0;
}

.header-area .is-sticky .main-menu li:hover .sub-menu {
  top: 90px;
}

.header-area .is-sticky .menu-trigger span {
  background: #fff;
}

.header-area.absolute-header .is-sticky .menu-trigger span {
  background: #fff;
}

/*--------------------------------------------------------------
# Search Form 
--------------------------------------------------------------*/
.search-box button {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
  border: none;
  background: none;
  position: absolute;
  top: 32px;
  right: 10px;
  font-size: 20px;
}

.search-box button:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -40px;
  height: 40px;
  border-left: 2px solid #eee;
  margin-top: -20px;
}

.search-box button:hover {
  cursor: pointer;
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.search-active .search-popup {
  opacity: 1;
  visibility: visible;
}

.search-popup .search-inner {
  position: relative;
  background: #ffffff;
  padding: 40px 0 40px;
  z-index: 1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup .search-inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.search-popup .upper-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.search-popup .upper-text .text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

.search-popup .close-search {
  position: absolute;
  right: 0;
  top: 0;
  color: #4C4C4D;
  font-size: 18px;
  line-height: 27px;
  z-index: 3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  background: none;
}

.search-popup .form-group form {
  position: relative;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}

.search-popup .form-group input[type=text],
.search-popup .form-group input[type=search] {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 25px;
  color: #333333;
  padding: 10px 14px;
  height: 45px;
  width: 100%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  margin-bottom: 5px;
}

.search-popup .form-group input[type=submit],
.search-popup .form-group button {
  position: absolute;
  right: 10px;
  top: 0;
  background: transparent;
  text-align: center;
  font-size: 24px;
  line-height: 45px;
  color: #333333;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/*Pop up Video */
.pop-up-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pop-up-video a.video-play-btn {
  background: #fff;
  color: #DF263F;
  border: 2px solid #fff;
  padding: 30px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  font-size: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  z-index: 9;
}

@keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}
.pop-up-video a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #FCD1C1;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

/* Preloader*/
.preloader {
  background-color: #fff;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 9999999;
}

.spinner {
  width: 60px;
  height: 60px;
  top: 30%;
  position: relative;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #8670EF;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.cursor-outer {
  margin-left: -18px;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  border: 2px solid #8670EF;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
}

.mouseCursor {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #FAD664;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner span {
  color: #fff;
  line-height: 80px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.mouseCursor.cursor-big {
  width: 80px;
  height: 80px;
}

.mouseCursor.cursor-big.cursor-outer {
  display: none;
}

.tp-cursor-point-area {
  cursor: none;
}

/*--------------------------------------------------------------
# Off Canvas Menu
--------------------------------------------------------------*/
/* Off Canvas Menu CSS
======================*/
.header-btn {
  border: 1px solid #38383B;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-btn {
    display: none;
  }
}

.menu-trigger span {
  background-color: #fff;
  display: block;
  height: 2px;
  margin: 5px auto;
  margin-left: 0px;
  width: 20px;
  transition: all 0.1s;
}

.header-area.absolute-header .menu-trigger span {
  background: #fff;
}

.menu-trigger span:nth-child(2) {
  margin-left: 0px;
}

.off-canvas-menu {
  position: fixed;
  top: 0;
  right: -320px;
  background: #fff;
  box-shadow: -6px -3px 16px -8px rgba(0, 0, 0, 0.25);
  width: 350px;
  padding: 50px;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.off-canvas-menu.show-off-canvas-menu {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.off-canvas-menu p {
  font-size: 16px;
  color: #b4afaf;
  font-weight: 400;
  position: absolute;
  bottom: 15px;
  opacity: 0.5;
}

.menu-close {
  position: absolute;
  right: 25px;
  top: 25px;
  color: #777;
  padding: 7px;
  cursor: pointer;
  font-size: 30px;
  font-weight: 300;
}

.menu-close:hover {
  color: #333;
}

.extra-info {
  background: #141417 none repeat scroll 0 0;
  height: 100%;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  width: 350px;
  z-index: 999;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}

.extra-info.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.close-icon {
  margin-top: -16px;
  text-align: right;
}

.close-icon > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

.close-icon > button i {
  color: #fff;
  font-size: 30px;
}

.side-info {
  border-top: 1px solid #333;
  padding-top: 70px;
}

.contact-list h4 {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}

.contact-list p {
  color: #fff;
  margin: 0;
  margin-bottom: 5px;
  line-height: 30px;
  font-size: 15px;
}

.contact-list p i {
  float: left;
  margin-top: 6px;
  width: 25px;
}

.contact-list p span {
  display: block;
  overflow: hidden;
}

.offcanvas-overly {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.offcanvas-overly.active {
  opacity: 0.5;
  visibility: visible;
}

.extra-info .site-logo-2 {
  width: 220px;
  text-align: center;
  margin-top: 20px;
}

.social-area-wrap a i {
  font-size: 20px;
}

.social-area-wrap a {
  width: 45px;
  height: 45px;
  background: #18222B;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.social-area-wrap a:hover {
  background: #8670EF;
}

.header-area .navigation {
  height: 90px;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
}
.header-area .header-inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-inner-box {
    display: inherit;
  }
}
@media (max-width: 767px) {
  .header-area .header-inner-box {
    display: inherit;
  }
}
.header-area .header-inner-box .logo {
  height: 90px;
  display: flex;
  align-items: center;
  padding-right: 30px;
}

.header-area.absolute-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-area.absolute-header .navigation {
  background: inherit;
}

/* Main Menu 
============== */
.main-menu .navbar {
  padding: 0;
}

.main-menu li.nav-item {
  position: relative;
  margin-right: 45px;
}

#header-2 .main-menu li.nav-item {
  margin-right: 40px;
}

.main-menu .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: block;
  padding: 35px 0;
}

#header-2 .main-menu .navbar-nav .nav-link {
  color: #808080;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header-2 .main-menu .navbar-nav .nav-link {
    color: #fff;
    font-weight: 300;
  }
}
@media (max-width: 767px) {
  #header-2 .main-menu .navbar-nav .nav-link {
    color: #fff;
    font-weight: 300;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #header-2 .main-menu .navbar-nav .nav-link {
    color: #fff;
    font-weight: 300;
  }
}

.main-menu .navbar-nav .nav-item .nav-link.active {
  color: #8670EF;
}

.main-menu li.nav-item:hover > a {
  color: #FAD664;
}

#home-2 .main-menu li.nav-item:hover > a {
  color: #000;
}

#home-2 .main-menu .navbar-nav .nav-item .nav-link.active {
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-2 .main-menu .navbar-nav .nav-item .nav-link.active {
    color: #fff;
  }
}
@media (max-width: 767px) {
  #home-2 .main-menu .navbar-nav .nav-item .nav-link.active {
    color: #fff;
  }
}

#home-2 a.nav-link.active:before {
  background: #6838DC;
}

.logo a {
  font-size: 35px;
  font-weight: 700;
  color: #8670EF;
}

/*Dropdown Menu */
.sub-menu {
  position: absolute;
  left: 0;
  top: 120px;
  width: 190px;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 99;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.sub-menu::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  background: #000;
  visibility: hidden;
  opacity: 0;
}

.main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 90px;
}

.main-menu li:hover .sub-menu::after {
  opacity: 1;
  visibility: visible;
}

.main-menu ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu .sub-menu li {
  display: block;
}

.main-menu .sub-menu li:last-child {
  border-bottom: none;
}

.main-menu .sub-menu li a {
  font-size: 15px;
  display: block;
  padding: 10px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #d1d1d1;
  transition: 0.2s ease;
}

.main-menu .sub-menu li:hover > a {
  color: #fff;
}

.dropdown-toggle::after {
  display: none !important;
}

.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
  display: none;
}

a.nav-link {
  position: relative;
  z-index: 1;
}

a.nav-link.active:before {
  position: absolute;
  content: "";
  bottom: 24px;
  left: 0;
  width: 20px;
  height: 2px;
  background: #FAD664;
}

.main-menu li.nav-item:hover > a {
  color: #8670EF;
}

.main-btn.primary:hover, .primary.primary-btn:hover, .primary.bordered-btn:hover {
  background: #2B2344;
  border-color: #2B2344;
  color: #fff;
}

.header-top {
  padding: 10px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-top {
    display: none;
  }
}

.header-top .contact-info {
  gap: 20px;
}

.header-top .contact-info i {
  color: #8670EF;
  font-size: 20px;
  margin-right: 7px;
}

.header-top .contact-info span {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
}

.header-top .contact-info i {
  color: #8670EF;
  font-size: 20px;
  margin-right: 7px;
}

.social-link {
  text-align: end;
}

.social-link a {
  font-size: 16px;
  color: #515151;
  margin-left: 40px;
}

.header-area.header-two .header-inner-box {
  background: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 0 15px;
}

.header-two .main-menu .navbar-nav .nav-link {
  color: #141417;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-btn-two {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-btn-two {
    display: none;
  }
}

.hero-area {
  height: 1000px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area {
    height: 750px;
  }
}
@media (max-width: 767px) {
  .hero-area {
    height: 800px;
  }
}
.hero-area .hero-area-content h1 span {
  color: #FAD664;
}
.hero-area .hero-area-btn i {
  background: #8670EF;
  padding: 20px;
  border-radius: 12px;
  color: #fff;
}
.hero-area a {
  color: #fff;
  margin: 0 15px;
}

.hero-area-content {
  position: relative;
  max-width: calc(100% - 50px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-content {
    max-width: calc(100% - 0px);
  }
}
@media (max-width: 767px) {
  .hero-area-content {
    max-width: calc(100% - 0px);
  }
}

.line_item {
  display: flex;
  align-items: center;
  height: 100px;
}

.line_item h5 {
  font-size: 30px;
  font-weight: 600;
  margin-right: 60px;
}
@media (max-width: 767px) {
  .line_item h5 {
    font-size: 24px;
  }
}

.line_item img {
  display: inline-block;
}

h5.slick-slide img {
  width: 30px;
  margin-right: 10px;
}

.hero-area.hero-two {
  height: auto;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .hero-area.hero-two {
    padding: 80px 0;
  }
}

.hero-two .section-title p {
  font-size: 26px;
  font-weight: 500;
}

.hero-two .section-title p span {
  color: #33cc79;
}

.hero-two .section-title h1 {
  font-size: 100px;
  font-weight: 900;
  font-family: "Kumbh Sans", sans-serif;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 0.8px #000;
  -webkit-text-fill-color: #fff;
  margin: 40px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-two .section-title h1 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .hero-two .section-title h1 {
    font-size: 50px;
  }
}

.hero-two .section-title h1 span {
  -webkit-text-fill-color: #33cc79;
}

.hero-area-content h5 {
  font-size: 30px;
  font-weight: 500;
  margin: 40px 0;
}

.hero-two i {
  background: #33CB79;
}

.hero-two .about-info {
  flex: 0 0 225px;
}
@media (max-width: 767px) {
  .hero-two .about-info {
    flex: 0 0 80px;
  }
}

.hero-two .hero-area-content {
  max-width: calc(100% - 0px);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-author-bg {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-author-bg {
    display: none;
  }
}

.hero-author-bg {
  position: relative;
}

a.info-btn {
  display: flex;
  border: 1px solid #434245;
  padding: 15px 25px;
  border-radius: 10px;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 120px;
  gap: 20px;
}
@media (max-width: 767px) {
  a.info-btn {
    display: none;
  }
}

.info-btn-wrap {
  position: absolute;
  right: 20px;
  top: 30%;
}

.info-title p {
  font-family: "Space Grotesk";
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.info-btn-link i {
  color: #706F71;
  font-size: 20px;
}

.direction-shape {
  position: absolute;
  right: -60px;
  bottom: -100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .direction-shape {
    display: none;
  }
}
@media (max-width: 767px) {
  .direction-shape {
    display: none;
  }
}

.direction-shape {
  -webkit-animation: bounce-up-down 2s ease-in-out 0s infinite alternate;
  animation: bounce-up-down 2s ease-in-out 0s infinite alternate;
}

@keyframes bounce-up-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.about-me-wrap {
  background: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 40px 71px;
  border-radius: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-me-wrap {
    padding: 45px 70px;
  }
}
@media (max-width: 767px) {
  .about-me-wrap {
    padding: 20px;
  }
}

a.portfolio-link {
  margin-left: 30px;
}
@media (max-width: 767px) {
  a.portfolio-link {
    margin-left: 20px;
  }
}

.about-info-wrap {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .about-info-wrap {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 767px) {
  .about-info-wrap .about-info {
    margin-bottom: 20px;
  }
}
.about-info-wrap .about-info p {
  font-size: 18px;
}
@media (max-width: 767px) {
  .about-info-wrap .about-info p {
    font-size: 16px;
  }
}
.about-info-wrap .about-info p span {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .about-info-wrap .about-info p span {
    margin-top: 0;
    font-size: 20px;
  }
}

.about-bg {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-bg:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8670EF;
  z-index: -1;
  border-radius: 15px;
}

.about-bg img {
  margin-top: 20px;
  bottom: 0;
}

.about-bg-wrap {
  max-width: calc(100% - 50px);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-bg-wrap {
    max-width: calc(100% - 0px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-bg-wrap {
    max-width: calc(100% - 0px);
  }
}
@media (max-width: 767px) {
  .about-bg-wrap {
    max-width: calc(100% - 0px);
  }
}

.about-bg-wrap img {
  border-radius: 12px;
}

.about-right {
  max-width: calc(100% - 40px);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-right {
    max-width: calc(100% - 0px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-right {
    max-width: calc(100% - 0px);
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .about-right {
    max-width: calc(100% - 0px);
    margin-top: 50px;
  }
}

.circle_progress {
  position: relative;
}

p.circle-percentage {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(55px, -50%);
  font-size: 36px;
  font-weight: 600;
  font-family: "Space Grotesk", sans-serif;
  color: #141417;
}

.circle_progress_single {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .circle_progress_single {
    display: block;
  }
}

.circle_progress_content h6 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.circle_progress_content {
  padding-left: 25px;
}
@media (max-width: 767px) {
  .circle_progress_content {
    padding-left: 10px;
    margin-top: 10px;
  }
}

.about-right-bg img {
  border-radius: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-right-bg {
    display: none;
  }
}
@media (max-width: 767px) {
  .about-right-bg {
    display: none;
  }
}

.single-service-item {
  border-top: 1px solid #141417;
  padding: 25px 0;
}
.single-service-item p {
  font-size: 20px;
}
.single-service-item h3 a {
  font-size: 36px;
  font-weight: 700;
  margin-top: 15px;
}
.single-service-item h3 a:hover {
  color: #8670EF;
}
@media (max-width: 767px) {
  .single-service-item h3 a {
    font-size: 30px;
  }
}

.service-left-content {
  position: relative;
}

.service-details-wrap {
  width: 450px;
  height: 415px;
  padding: 50px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  right: -200px;
  bottom: -230px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-details-wrap {
    right: -135px;
    bottom: -285px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-wrap {
    right: 0;
    bottom: -50px;
  }
}
@media (max-width: 767px) {
  .service-details-wrap {
    display: none;
  }
}

.service-details-wrap .number {
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 50px;
}

.service-details-wrap p {
  color: #fff;
}

a.read-more {
  color: #fff;
  margin-top: 40px;
}

.service-two.services-section {
  position: relative;
}
.service-two.services-section:before {
  position: absolute;
  content: "";
  top: -80px;
  left: 0;
  width: 100%;
  height: 80px;
  background: #141417;
  z-index: -1;
}
.service-two .single-service-inner {
  border-top: 1px solid #444;
  position: relative;
  z-index: 1;
  padding: 35px 0;
  display: flex;
}
.service-two .single-service-inner:nth-of-type(4) {
  border-bottom: 1px solid #444;
}
.service-two .single-service-inner h3 {
  color: #8670EF;
}
.service-two .single-service-inner h2 a {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  margin-top: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-two .single-service-inner h2 a {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-two .single-service-inner h2 a {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .service-two .single-service-inner h2 a {
    font-size: 24px;
    line-height: 34px;
  }
}
.service-two .single-service-inner p {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  padding-right: 50px;
}
.service-two .single-service-inner .details-link {
  background: #8670EF;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 50%;
  transform: translate(0, 50%);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .service-two .single-service-inner .details-link {
    top: 0;
  }
}
.service-two .single-service-inner .details-link i {
  font-size: 30px;
  color: #fff;
  transform: rotate(-45deg);
  transition: 0.3s;
}
.service-two .single-service-inner .details-link:hover i {
  transform: rotate(0);
}
.service-two .single-service-inner:nth-of-type(4) .details-link {
  bottom: 30px;
}
.service-two .service-content {
  padding-left: 30px;
}
.service-two .service-content-wrap p {
  font-size: 18px;
  margin: 40px 0;
}
.service-two .service-bg {
  position: relative;
}
.service-two .service-bg .more-service-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  color: #061815;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
}
.service-two .service-bg .more-service-btn:hover {
  color: #056251;
}
.service-two .service-section .section-title p:before {
  margin: 0 auto;
  right: 100px;
}
.service-two .single-service-item {
  position: relative;
  border: none;
  padding: 0;
}
.service-two .single-service-item:last-child {
  border-bottom: 1px solid;
}
.service-two .single-service-item:hover h2 a {
  color: #8670EF;
}
.service-two .single-service-item:hover .details-link {
  background: #FAD664;
}
.service-two .service-img {
  width: 32.5%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset-inline-end: 10%;
  top: 50%;
  transform: translateY(-25%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s linear 0s;
  z-index: 9;
}
@media (max-width: 767px) {
  .service-two .service-img {
    display: none;
  }
}
.service-two .single-service-item:last-child .service-img {
  top: -50px;
}
.service-two .single-service-item:hover .service-img {
  opacity: 1;
  visibility: visible;
  inset-inline-end: 20%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-two .single-service-item:hover .service-img {
    inset-inline-end: 10%;
  }
}

.service-details-wrapper img {
  border-radius: 12px;
}

.service-details-wrapper h3 {
  font-size: 48px;
  font-weight: 600;
  margin-top: 60px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .service-details-wrapper h3 {
    font-size: 28px;
    line-height: 38px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.video-bg {
  position: relative;
  z-index: 1;
}
.video-bg:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

.play-btn {
  width: 130px;
  height: 130px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.4s;
  z-index: 999;
  transform: translate(-50px, -50px);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .play-btn {
    width: 100px;
    height: 100px;
    top: 50%;
  }
}
@media (max-width: 767px) {
  .play-btn {
    width: 65px;
    height: 65px;
    transform: translate(-50%, -50%);
  }
}
.play-btn a {
  font-family: "Syne", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
}

.play-btn a:hover {
  color: #FFB966;
}

.experience-wrapper h3,
.education-wrapper h3 {
  font-size: 42px;
  font-weight: 600;
}

.single-qualification-item {
  margin-top: 40px;
  display: flex;
  align-items: center;
  background: transparent;
  box-shadow: 0 0 10px -2px #6b7d6f;
  border-radius: 10px;
  padding: 30px;
}
@media (max-width: 767px) {
  .single-qualification-item {
    flex-direction: column;
    align-items: start;
  }
}
.single-qualification-item h5 {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-qualification-item h5 {
    font-size: 20px;
  }
}
.single-qualification-item h5 span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  font-family: "Kumbh Sans", sans-serif;
  margin-top: 20px;
}

.qualification-title {
  padding-left: 300px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .qualification-title {
    padding-left: 150px;
  }
}
@media (max-width: 767px) {
  .qualification-title {
    padding: 0;
  }
}

.education-wrapper .qualification-title {
  padding-left: 170px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .education-wrapper .qualification-title {
    padding-left: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .education-wrapper .qualification-title {
    padding-left: 270px;
  }
}
@media (max-width: 767px) {
  .education-wrapper .qualification-title {
    padding: 0;
  }
}

.qualification-inner {
  border: 1px solid #B6A9F5;
  border-radius: 12px;
  padding: 35px 28px;
  margin-top: 50px;
}

.qualification-inner h5 {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .qualification-inner h5 {
    font-size: 20px;
  }
}

.qualification-inner h5 span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  font-family: "Kumbh Sans";
  margin-top: 15px;
}

.experience-title {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .experience-title {
    flex-direction: column;
    text-align: center;
  }
}

.qualification-inner p.year {
  border: 1px solid #B9ADF6;
  border-radius: 10px;
  padding: 6px 18px;
}
@media (max-width: 767px) {
  .qualification-inner p.year {
    margin-top: 30px;
  }
}

.qualification-inner hr {
  border-top: 1px solid #eee;
  margin: 30px 0;
}

ul.port-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  ul.port-menu {
    float: left;
  }
}
@media (max-width: 767px) {
  ul.port-menu {
    float: left;
  }
}

ul.port-menu.recent {
  list-style: none;
  padding: 0;
  bottom: 0;
  text-align: center;
  position: inherit;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px -5px #6b7d6f;
}
@media (max-width: 767px) {
  ul.port-menu.recent {
    background: none;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  ul.port-menu.recent {
    background: none;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
  }
}

ul.port-menu li {
  display: inline-block;
  padding: 20px 30px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  ul.port-menu li {
    padding: 15px 20px;
  }
}

.portfolio-list {
  display: flex;
  margin-top: 60px;
  gap: 30px;
  flex-wrap: wrap;
}

.single-portfolio-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: rgb(107, 125, 111) 0px 2px 10px -5px;
  padding: 15px;
  border-radius: 15px;
  flex: 0 0 48%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-portfolio-item {
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .single-portfolio-item {
    flex-direction: column;
    flex: 0 0 100%;
  }
}

.portfolio-details span {
  background: #8670EF;
  padding: 10px 20px;
  border-radius: 12px;
}

.single-portfolio-item:hover .portfolio-details span {
  background: #FAD764;
}

.portfolio-details h3 {
  font-size: 36px;
  font-weight: 600;
  margin: 25px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .portfolio-details h3 {
    font-size: 24px;
  }
}

.portfolio-details {
  padding-right: 40px;
}

.portfolio-bg {
  flex: 0 0 300px;
}

.portfolio-bg img {
  border-radius: 15px;
}

.portfolio-details i {
  font-size: 30px;
  color: #8670EF;
  transform: rotate(-45deg);
  transition: 0.3s;
  margin-top: 20px;
}
.portfolio-details i:hover {
  transform: rotate(0);
}

.portfolio-two .portfolio-counter-wrap {
  align-items: center;
  justify-content: space-around;
  box-shadow: 0 0 10px -5px #6b7d6f;
  padding: 20px;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .portfolio-two .portfolio-counter-wrap {
    padding: 10px;
  }
}
.portfolio-two .single-counter h4 {
  font-size: 36px;
  font-weight: 600;
}
.portfolio-two .single-counter p {
  font-size: 20px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .portfolio-two .single-counter p {
    font-size: 16px;
  }
}
.portfolio-two .portfolio-item {
  border-radius: 12px;
  position: relative;
  border: 1px solid #eee;
  padding: 25px;
  margin-bottom: 30px;
}
.portfolio-two .portfolio-details span {
  background: #fff;
  padding: 10px;
  border-radius: 0;
}
.portfolio-two .portfolio-details h3 {
  background: #fff;
  display: block;
  padding: 10px 20px;
  margin: 10px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-two .portfolio-details h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .portfolio-two .portfolio-details h3 {
    font-size: 24px;
  }
}
.portfolio-two .portfolio-details {
  position: absolute;
  bottom: 40px;
  left: 50px;
  transform: translateY(50px);
  transition: all ease 0.3s;
  opacity: 0;
  visibility: hidden;
}
.portfolio-two .portfolio-item:hover .portfolio-details {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.project-details-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .project-details-inner {
    flex-direction: column;
    text-align: center;
  }
}
.single-project-info {
  position: relative;
}

.single-project-info h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.project-details h2 {
  margin: 60px 0;
}

@media (max-width: 767px) {
  .project-details h2 {
    margin: 30px 0;
  }
}
.portfolio-details-wrap img {
  border-radius: 12px;
}

.portfolio-details-page h3 {
  font-size: 48px;
  margin-top: 60px;
  margin-bottom: 30px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .portfolio-details-page h3 {
    font-size: 28px;
    line-height: 38px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.project-img {
  margin-top: 60px;
}

.project-img img {
  border-radius: 12px;
}

.testimonial-img img {
  width: inherit !important;
}

.single-testimonal-item {
  background: #f1fff5;
  border-radius: 12px;
  padding: 35px;
  margin-top: 50px;
  position: relative;
}

.testimonal-review-wrap {
  display: inline-block;
  background: #fff;
  border-radius: 25px;
  padding: 5px 10px;
  color: #fad764;
  border: 1px solid #eee;
}

.testimonial-content p {
  font-size: 18px;
  font-weight: 600;
  margin: 35px 0;
}

.testimonial-img img {
  width: 75px !important;
  height: 75px;
  border: 5px solid #fff;
  border-radius: 50%;
}

.testimonal-review-wrap {
  display: inline-block;
  background: #fff;
  border-radius: 25px;
  padding: 5px 10px;
  color: #fad764;
  border: 1px solid #eee;
}

.testimonial-content p {
  font-size: 18px;
  font-weight: 600;
  /* margin: 35px 0; */
}

.testimonial-img {
  display: flex;
  align-items: center;
}

h5.testimonial-title {
  font-size: 20px;
  font-weight: 600;
  padding-left: 20px;
}

h5.testimonial-title span {
  display: block;
  font-weight: 400;
  font-size: 18px;
  font-family: "Kumbh Sans", sans-serif;
  margin-top: 5px;
}

.quote-sign {
  width: 70px;
  height: 70px;
  background: #8670ef;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  bottom: 40px;
  right: 40px;
}
@media (max-width: 767px) {
  .quote-sign {
    width: 45px;
    height: 45px;
    top: 20px;
    right: 20px;
  }
}

.quote-sign i {
  font-size: 40px;
}
@media (max-width: 767px) {
  .quote-sign i {
    font-size: 30px;
  }
}

.testimonial-carousel {
  position: relative;
}
.testimonial-carousel .owl-dots {
  display: block;
  text-align: center;
  margin-top: 60px;
  bottom: 0;
  right: 50px;
}
.testimonial-carousel .owl-dots button {
  width: 15px;
  height: 15px;
  background: #fff;
  display: inline-block;
  margin: 10px;
}
.testimonial-carousel .owl-dots button.active {
  background: #ffb966;
}

.slick-slide.slick-current .testimonial-thumb img {
  border: 5px solid #8670ef;
}

.testimonial-section.testimonial-two {
  background-image: url(../img/testimonial-bg-2.jpg);
}

.testimonial-thumb img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 5px solid #fff;
}

.testimonial-icon i {
  font-size: 50px;
  color: #8670ef;
}

.single-testimonial {
  margin-top: 50px;
}

.testimonial-content p {
  color: #fff;
  font-weight: 500;
  line-height: 30px;
}

.testimonial-content h4 {
  font-size: 24px;
  font-weight: 600;
}

.testimonial-content h4 span {
  display: block;
}

.single-testimonial h4 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 30px;
}

.single-testimonial h4 span {
  color: #8670ef;
  display: block;
  font-size: 18px;
}

.single-testimonial .testimonal-review-wrap {
  background: transparent;
  border: none;
  margin-top: 20px;
}

.single-testimonial-author {
  justify-content: center;
}

.testimonial-section.testimonial-two {
  position: relative;
}
.testimonial-section.testimonial-two:before {
  position: absolute;
  content: "";
  top: -80px;
  left: 0;
  width: 100%;
  height: 80px;
  background: #8670ef;
  z-index: -1;
}

.testimonial-section {
  position: relative;
}

.rating-wrap {
  background: #FAD664;
  display: inline-block;
  padding: 40px 55px;
  border-radius: 0 50px;
  position: absolute;
  top: -75px;
  left: 35px;
}
@media (max-width: 767px) {
  .rating-wrap {
    display: none;
  }
}

.rating-wrap h3,
.review-wrap h3 {
  font-size: 42px;
  font-weight: 600;
}

.rating-wrap p,
.review-wrap p {
  font-size: 20px;
  font-weight: 600;
  font-family: "Space Grotesk";
  color: #141417;
}

.review-wrap {
  background: #8670EF;
  display: inline-block;
  padding: 40px 55px;
  border-radius: 0 50px;
  position: absolute;
  bottom: -75px;
  right: 35px;
}
@media (max-width: 767px) {
  .review-wrap {
    display: none;
  }
}

.single-price-item {
  background: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 45px;
  border-radius: 12px;
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
}

.price-title h5 {
  font-size: 24px;
  font-weight: 600;
}

.price-amount h2 {
  font-size: 60px;
  font-weight: 600;
  margin: 30px 0;
}
@media (max-width: 767px) {
  .price-amount h2 {
    font-size: 40px;
    margin: 20px 0;
  }
}

ul.feature-list {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}

ul.feature-list li {
  display: block;
  margin-bottom: 20px;
}

.single-price-item p {
  margin-bottom: 30px;
}

ul.feature-list i {
  font-size: 20px;
  color: #8670EF;
  font-weight: 600;
  padding-right: 15px;
}

.price-btn .main-btn, .price-btn .primary-btn, .price-btn .bordered-btn {
  display: block;
  width: 100%;
}

.single-price-item span {
  background: #FAD764;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 10px 0 12px;
  transform: translate(0, 0);
  padding: 5px 15px;
  font-weight: 600;
}

.skill-item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skill-item-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .skill-item-wrap {
    flex-direction: column;
  }
}

.single-skill-item {
  text-align: center;
  margin-bottom: 30px;
}

.skill-item-inner {
  border: 1px solid rgba(238, 238, 238, 0.2784313725);
  border-radius: 100px;
  padding: 50px;
  background: rgba(255, 255, 255, 0.0705882353);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .skill-item-inner {
    padding: 40px;
  }
}

.single-skill-item h3 {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  margin-top: 30px;
}

.single-skill-item p {
  font-size: 20px;
  color: #fff;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .skill-section {
    background: #141417 !important;
  }
}

.accordion.faqs {
  padding-right: 15px;
}

.accordion.faqs .card .card-header {
  background: #fff;
  margin-bottom: 0px;
  border-radius: 0px;
  border: none;
  padding-left: 0;
}

.accordion.faqs .card {
  margin-bottom: 20px;
  border-radius: 0px;
  border: 2px solid #f3f5f8;
  padding: 0 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .accordion.faqs .card {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .accordion.faqs .card {
    margin-top: 30px;
  }
}

.accordion.faqs .card:last-child {
  margin-bottom: 0;
}

.accordion.faqs .card .card-header .btn-link {
  padding: 10px 0px;
  background: #fff;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #061815;
  width: 100%;
  display: block;
  text-align: left;
  position: relative;
  border-radius: 0px;
  position: relative;
  text-decoration: none;
  border: none;
  padding-right: 95px;
}
@media (max-width: 767px) {
  .accordion.faqs .card .card-header .btn-link {
    padding-right: 30px;
    font-size: 16px;
  }
}
.accordion.faqs .card .card-header .btn-link:focus {
  outline: none !important;
}
.accordion.faqs .card .card-header .btn-link:active {
  outline: none !important;
}

.accordion.faqs .card .card-header .btn-link::after {
  right: 0;
  content: "\f061";
  font-family: "Line Awesome Free";
  height: 50px;
  width: 50px;
  text-align: center;
  top: 0;
  font-size: 25px;
  font-weight: 400;
  transform: rotate(-45deg);
  border-radius: 50%;
  position: absolute;
  line-height: 51px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .accordion.faqs .card .card-header .btn-link::after {
    right: -35px;
  }
}

.accordion.faqs .card .subtitle > button[aria-expanded=true]::after {
  content: "\f061";
  transform: rotate(45deg);
}

.accordion.faqs .card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid;
  padding-left: 0;
}

.accordion.faqs .card .card-body .content {
  font-size: 16px;
  line-height: 24px;
  padding-left: 0;
  text-align: justify;
}

.accordion.faqs .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 2px solid #f3f5f8;
}

.accordion.faqs .card-body p {
  margin: 0;
  font-size: 17px;
}
@media (max-width: 767px) {
  .accordion.faqs .card-body p {
    font-size: 16px;
  }
}

.faq-icon-box {
  position: absolute;
  width: 140px;
  height: 140px;
  background: #fff;
  top: 40%;
  right: 85px;
  margin-top: -70px;
  z-index: 2;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.faq-thumb {
  position: relative;
  z-index: 2;
}

.faq-icon-box img {
  -webkit-animation: 1.5s shake infinite;
  animation: 1.5s shake infinite;
  width: 80px;
  height: auto;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}
.faq-icon-box::after {
  width: 180px;
  height: 180px;
  -webkit-box-shadow: 0 8px 16px 0px rgba(130, 139, 148, 0.3);
  box-shadow: 0 8px 16px 0px rgba(130, 139, 148, 0.3);
  left: -20px;
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

.faq-shape img {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-shape img {
    display: none;
  }
}
@media (max-width: 767px) {
  .faq-shape img {
    display: none;
  }
}

.single-blog-item {
  background: #fff;
  box-shadow: rgb(107, 125, 111) 0px 2px 10px -5px;
  border-radius: 12px;
  padding: 30px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.single-blog-item .blog-meta {
  margin: 30px 0;
}
.single-blog-item img {
  border-radius: 12px;
}
.single-blog-item h5 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-blog-item h5 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-item h5 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .single-blog-item h5 {
    font-size: 20px;
  }
}

.blog-section {
  position: relative;
}

.blogs-shape {
  position: absolute;
  top: 150px;
  left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blogs-shape {
    display: none;
  }
}
@media (max-width: 767px) {
  .blogs-shape {
    display: none;
  }
}

.blog-section.blog-two {
  background-image: url(../img/blog-bg.png);
  position: relative;
}
.blog-section.blog-two:before {
  position: absolute;
  content: "";
  top: -250px;
  left: 0;
  width: 100%;
  height: 250px;
  background: #f6f6f6;
  z-index: -1;
}

.blog-two .single-blog-item {
  padding: 0;
}

.blog-content-inner {
  padding: 30px;
}

.blog-two .single-blog-item img {
  border-radius: 12px 12px 0 0;
}

.blog-two .single-blog-item .blog-meta {
  margin-top: 0;
  margin-bottom: 20px;
}

.read-more-btn .bordered-btn {
  padding: 12px 20px;
  margin-top: 30px;
  border: 1px solid #8670EF;
  color: #8670EF;
}
.read-more-btn .bordered-btn:hover {
  color: #fff;
}

.blog-wrapper .pagination {
  margin-top: 30px;
  justify-content: center;
}

.blog-wrapper .page-link {
  margin-right: 15px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8670EF;
  border-color: #8670EF;
  color: #fff;
  border-radius: 50%;
}

.blog-wrapper .page-item:first-child .page-link {
  display: block;
  border: none;
  display: inline-flex;
}

.blog-wrapper .active > .page-link, .page-link.active {
  margin-right: 15px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FAD764;
  border-color: #FAD764;
  border-radius: 50%;
  color: #fff;
}

.blog-wrapper .page-item:last-child .page-link {
  border-radius: 50% !important;
}

.blog-meta-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.blog-meta-wrap .blog-meta p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767px) {
  .blog-meta-wrap .blog-meta p {
    font-size: 14px;
  }
}
.blog-meta-wrap .blog-meta p i {
  font-size: 18px;
  margin-right: 10px;
  color: #056251;
}

.blog-content-wrap {
  max-width: calc(100% - 15px);
}
@media (max-width: 767px) {
  .blog-content-wrap {
    max-width: calc(100% - 0px);
  }
}
.blog-content-wrap h2 {
  font-size: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-content-wrap h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-content-wrap h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .blog-content-wrap h2 {
    font-size: 24px;
  }
}
.blog-content-wrap p {
  font-size: 17px;
  margin: 30px 0;
  text-align: justify;
}
@media (max-width: 767px) {
  .blog-content-wrap p {
    font-size: 17px;
  }
}
.blog-content-wrap .social-icon i {
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
  background: #8670EF;
  border-color: #8670EF;
  border-radius: 50%;
  padding: 10px;
}
.blog-content-wrap .social-icon i:hover {
  background: #FAD664;
  border-color: #FAD664;
  color: #fff;
}

.blog-feature-img img {
  border-radius: 10px;
}

.blog-quote-wrap {
  background: #8670EF;
  padding: 40px 50px;
  display: flex;
  align-items: start;
  justify-content: space-around;
  height: 250px;
  margin-bottom: 30px;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-quote-wrap {
    padding: 40px 35px;
  }
}
@media (max-width: 767px) {
  .blog-quote-wrap {
    flex-direction: column;
    padding: 30px;
    height: auto;
  }
}
.blog-quote-wrap .quote-icon i {
  color: #fff;
  font-size: 45px;
}
.blog-quote-wrap .blog-quote-text {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .blog-quote-wrap .blog-quote-text {
    padding-left: 0;
  }
}
.blog-quote-wrap .blog-quote-text p {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
@media (max-width: 767px) {
  .blog-quote-wrap .blog-quote-text p {
    margin-top: 20px;
    font-size: 17px;
  }
}
.blog-quote-wrap h6.blog-author {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-left: 80px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .blog-quote-wrap h6.blog-author {
    padding-left: 0px;
  }
}
.blog-quote-wrap h6.blog-author:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 60px;
  height: 2px;
  background: #fff;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .blog-quote-wrap h6.blog-author:before {
    display: none;
  }
}
.blog-quote-wrap h6.blog-author span {
  font-weight: 400;
}
.blog-quote-wrap h2 {
  margin: 30px 0;
}

.blog-tag-wrap span {
  background: #fff;
  padding: 10px 16px;
  border-radius: 5px;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .blog-tag-wrap span {
    margin-left: 0;
  }
}

.single-comments-wrap {
  background: #fff;
  border-radius: 7px;
  padding: 35px 25px;
  margin: 35px 0px;
  border-radius: 10px;
  position: relative;
}
.single-comments-wrap .single-comments-inner {
  display: flex;
}
@media (max-width: 767px) {
  .single-comments-wrap .single-comments-inner {
    flex-direction: column;
  }
}
.single-comments-wrap .single-comments-inner .comments-autor-thumb {
  flex: 0 0 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-comments-wrap .single-comments-inner .comments-autor-thumb {
    flex: 0 0 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-comments-wrap .single-comments-inner .comments-autor-thumb {
    flex: 0 0 140px;
  }
}
.single-comments-wrap .single-comments-inner .comments-autor-thumb img {
  border-radius: 7px;
}
.single-comments-wrap .single-comments-inner .comments-content {
  padding-left: 25px;
}
@media (max-width: 767px) {
  .single-comments-wrap .single-comments-inner .comments-content {
    padding-left: 0;
    margin-top: 20px;
  }
}
.single-comments-wrap .single-comments-inner .comments-content h6 {
  font-size: 20px;
}
.single-comments-wrap .single-comments-inner .comments-content p.comments-date {
  font-size: 16px;
  color: #056251;
  font-weight: 500;
  text-decoration: underline;
  margin: 14px 0;
}
.single-comments-wrap a.reply-btn {
  background: #FFB966;
  color: #061815;
  padding: 6px 15px;
  border-radius: 7px;
  position: absolute;
  top: 35px;
  right: 55px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .single-comments-wrap a.reply-btn {
    right: 25px;
  }
}
.single-comments-wrap a.reply-btn:hover {
  background: #FAD664;
  color: #fff;
}

.comments-form-wrap {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 35px;
}
.comments-form-wrap h3 {
  margin: 0 0 30px;
}
.comments-form-wrap .comments-form input, .comments-form-wrap .comments-form textarea {
  border: 1px solid #eee;
  border-radius: 0;
  margin-bottom: 30px;
}
.comments-form-wrap .comments-form textarea {
  height: 130px;
}

.blog-sidebar h5 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}

.search-bar-wrap {
  background: #fff;
  padding: 35px;
  border-radius: 10px;
  border: 1px solid #eee;
}
.search-bar-wrap input {
  border: none;
  background: rgba(134, 112, 239, 0.0705882353);
  padding: 15px;
  border-radius: 0;
}
.search-bar-wrap i {
  font-size: 18px;
  background: #8670EF;
  border: 0;
  padding: 15px;
  color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-bar-wrap i:hover {
  cursor: pointer;
}

.blog-category {
  background: #fff;
  margin: 30px 0;
  padding: 35px;
  border-radius: 10px;
  border: 1px solid #eee;
}

.blog-category ul li {
  display: block;
}

.blog-category ul li a {
  font-size: 17px;
  font-weight: 500;
  color: #061815;
  margin-bottom: 25px;
}
.blog-category ul li a:hover {
  color: #FFB966;
}

.blog-category ul li i {
  margin-right: 15px;
}

.recent-post-wrap {
  margin: 30px 0;
  background: #fff;
  padding: 35px;
  border: 1px solid #eee;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .recent-post-wrap {
    padding: 30px;
  }
}

.single-recent-post {
  padding: 25px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.recent-post-thumbs {
  flex: 0 0 90px;
}
.recent-post-thumbs img {
  border-radius: 7px;
}

.recent-post-content {
  padding-left: 15px;
}
.recent-post-content p {
  font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .recent-post-content p {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .recent-post-content p {
    margin: 0;
    font-size: 16px;
  }
}
.recent-post-content a h6 {
  font-size: 20px;
  font-weight: 600;
  color: #061815;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .recent-post-content a h6 {
    font-size: 16px;
    line-height: 20px;
  }
}
.recent-post-content a h6:hover {
  color: #FAD664;
}

.popular-tag-wrap {
  background: #fff;
  margin: 30px 0;
  padding: 35px;
  border: 1px solid #eee;
  border-radius: 10px;
}

.popular-tag-wrap span {
  font-size: 16px;
  font-weight: 500;
  background: rgba(134, 112, 239, 0.0705882353);
  color: #061815;
  padding: 10px 15px;
  border-radius: 7px;
  margin: 5px;
}
.popular-tag-wrap span:hover {
  background: #8670EF;
  color: #fff;
  cursor: pointer;
}

.question-wrap {
  background: #056251;
  padding: 35px;
  border-radius: 10px;
}
.question-wrap h5 {
  color: #fff;
}
.question-wrap p {
  color: #fff;
  margin-bottom: 30px;
}
.question-wrap .contact-info {
  display: flex;
  align-items: center;
  color: #fff;
  margin: 15px 0;
}
.question-wrap .contact-info .contact-icon {
  margin: 0;
}
.question-wrap .contact-info h4 {
  padding-left: 25px;
}

.contact-area.bg-none:before {
  display: none;
}

.pagination-wrap {
  padding: 35px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pagination-wrap a {
  font-size: 16px;
  font-weight: 600;
  color: #061815;
  display: flex;
  align-items: center;
}

.pagination-wrap a i {
  font-size: 25px;
  margin-right: 15px;
}

.contact-section {
  background-image: url(../img/contact-bg.jpg);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-img img {
    display: none;
  }
}
@media (max-width: 767px) {
  .contact-img img {
    display: none;
  }
}

.contact-form input,
.contact-form textarea {
  margin-bottom: 25px;
}

.contact-form textarea {
  height: 175px;
}

.google-map iframe {
  width: 100%;
  height: 500px;
  filter: grayscale(1);
  border-radius: 12px;
}

.contact-inner {
  padding: 60px;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .contact-inner {
    padding: 20px;
  }
}

.contact-section-two .contact-left {
  max-width: calc(100% - 50px);
}
.contact-section-two .contact-info-wrapper {
  margin-top: 30px;
}
.contact-section-two .contact-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.contact-section-two .contact-info-item i {
  font-size: 22px;
}
.contact-section-two .contact-info-item p {
  font-size: 20px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .contact-section-two .contact-info-item p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-section-two .contact-form {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .contact-section-two .contact-form {
    margin-top: 50px;
  }
}
.contact-section-two .contact-form input[type=text],
.contact-section-two .contact-form textarea {
  border: none;
  background: #f4f6f5;
}
.contact-section-two .contact-form textarea {
  height: 195px;
}

.contact-section.contact-one input::placeholder,
.contact-section.contact-one textarea::placeholder {
  color: #ddd !important;
}

.contact-section.gray-bg input,
.contact-section.gray-bg textarea {
  border: 1px solid #ddd;
}

.client-wrap {
  height: 160px;
  justify-content: space-around;
  border-radius: 12px;
  margin-top: -80px;
}
.client-wrap.purple-bg {
  margin-top: 0;
}

.single-client img {
  width: inherit !important;
  margin: 0 auto;
}

.contact-info-wrap {
  background: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 230px;
  margin-top: -151px;
  z-index: 999;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-info-wrap {
    height: 185px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info-wrap {
    height: 340px;
    flex-direction: column;
    align-items: start;
    padding: 50px;
    gap: 20px;
    margin-top: -50px;
  }
}
@media (max-width: 767px) {
  .contact-info-wrap {
    height: 340px;
    flex-direction: column;
    align-items: start;
    padding: 20px;
    gap: 20px;
    margin-top: -50px;
  }
}

.contact-info {
  display: flex;
  align-items: center;
}

.info-icon {
  background: #8670EF;
  border-radius: 12px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-icon img {
  width: 35px;
  height: 35px;
}

.info-content {
  padding-left: 20px;
}

.info-content p {
  text-transform: uppercase;
  font-weight: 600;
}

.info-content h5 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .info-content h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .info-content h5 {
    font-size: 16px;
  }
}

.cta-section-two .primary-btn:hover {
  background: #fff;
  color: #141417;
}

.footer-section {
  height: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.footer-menu ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-right: 45px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.footer-menu ul li a:hover {
  color: #FAD664;
}
@media (max-width: 767px) {
  .footer-menu ul li a {
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
  }
}

.footer-left p {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}

.footer-right a {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-family: "Kumbh Sans", sans-serif;
  margin-right: 40px;
}

.footer-bottom-inner {
  border-top: 1px solid;
  padding: 40px 0;
}

.footer-section.footer-two {
  position: relative;
  height: 400px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-section.footer-two {
    height: auto;
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .footer-section.footer-two {
    height: auto;
    padding: 30px;
  }
}
.footer-section.footer-two:before {
  position: absolute;
  content: "";
  top: -220px;
  left: 0;
  width: 100%;
  height: 220px;
  background: #141417;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-section.footer-two:before {
    display: none;
  }
}

.footer-section.footer-two p {
  color: #fff;
  font-size: 16px;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-section.footer-two p {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .footer-section.footer-two p {
    margin-top: 20px;
  }
}

.footer-widget h5 {
  font-size: 24px;
  font-weight: 600;
}

.footer-right h5 {
  font-size: 24px;
  font-weight: 600;
}

.footer-link li a {
  font-size: 16px;
  color: #fff;
}

.footer-link ul li a {
  display: block;
  margin-bottom: 15px;
}

.footer-link ul {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .footer-link ul {
    margin-top: 20px;
  }
}

.footer-widget {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget {
    justify-content: start;
    gap: 50px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .footer-widget {
    justify-content: start;
    gap: 30px;
    margin-top: 50px;
  }
}

.subscribed-form input[type=text] {
  background: #fff;
  border-radius: 12px;
}

.subscribed-form form {
  position: relative;
  margin-top: 30px;
}

.subscribed-form input[type=submit] {
  position: absolute;
  right: 0;
  background: #8670EF !important;
  border-radius: 12px;
  padding: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-right {
    margin-top: 50px;
  }
}

.footer-bottom-right a {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-family: "Kumbh Sans", sans-serif;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .footer-bottom-right a {
    text-align: center;
    margin-right: 0;
    margin-left: 40px;
  }
}

.banner-section {
  background-image: url(../img/banner.jpg);
}

.header-area.inner-pages .navigation {
  background: #fff;
}

.header-area.inner-pages .header-inner-box {
  box-shadow: none;
}

.header-area.inner-pages .header-btn {
  border: 1px solid #ddd;
}

.header-area.inner-pages .menu-trigger span {
  background: #141417;
}

/*








 */