@charset "UTF-8";
/*
Template Name: Arnav
Template URI: 
Description: Creative Portfolio HTML Template 
Author: Capricorn Theme
Author URI: 
Version: 1.0
 */

/*--
    - Common CSS 
-----------------------------------------*/
html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  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;
}

h1 {
  font-size: 55px;
  line-height: 65px;
  color: #171717;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

h2 {
  font-size: 50px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 35px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #171717;
}
a:hover {
  color: #333;
}

p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  color: #878787;
}

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 #777;
}

.fix {
  overflow: hidden;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 80px;
  margin: 0 auto;
}

.border-top {
  border-top: 1px solid rgba(135, 135, 135, 0.25);
}

.border-bottom {
  border-bottom: 1px solid rgba(135, 135, 135, 0.25);
}

/*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 (max-width: 767px) {
  .section-padding {
    padding: 60px 10px;
  }
}

/*Margin & Padding */
.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;
}

.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-30 {
  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;
}

.pr-50 {
  padding-right: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-50 {
  padding-right: 100px;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

/*Section Title */
.section-title {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 5px;
  }
}

.section-title h1 {
  font-size: 70px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: -3px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h1 {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .section-title h1 {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  .section-title h1 br {
    display: none;
  }
}

.section-title h2 {
  font-size: 60px;
  font-weight: 500;
  line-height: 65px;
  letter-spacing: -2px;
  color: #171717;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h2 {
    font-size: 50px;
    line-height: 60px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 45px;
    line-height: 55px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 15px 0;
  }
}

.section-title h2 span {
  color: #dca167 !important;
}

.section-title h3 {
  font-size: 36px;
  line-height: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .section-title h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

.section-title h6 {
  color: #8b8b8b;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.section-title h6 a{
	font-size: 14px;
  	font-weight: 500;
	color: #8b8b8b;
}

.section-title h5 {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-title p {
  color: #878787;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  padding-left: 90px;
  line-height: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title p {
    text-align: center;
    padding-left: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title p {
    text-align: center;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .section-title p {
    text-align: center;
    padding-left: 0 !important;
  }
}

.section-title p:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 40px;
  height: 2px;
  background: #878787;
  margin-top: -1px;
}

/*Button Style */
.theme-btn, .bordered-btn, .bordered-white-btn, .white-btn, .secondary-btn {
  display: inline-block;
  background: #171717;
  color: #eee;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  padding: 16px 40px;
  border: 1px solid #171717;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .theme-btn, .bordered-btn, .bordered-white-btn, .white-btn, .secondary-btn {
    padding: 12px 32px;
  }
}
.theme-btn:hover, .bordered-btn:hover, .bordered-white-btn:hover, .white-btn:hover, .secondary-btn:hover {
  background-color: #fff;
  color: #171717;
  border-color: #fff;
}

.secondary-btn {
  background: #dca167;
  border-color: #dca167;
}
.secondary-btn:hover {
  background: #171717;
  border-color: #171717;
  color: #eee;
}

.white-btn {
  background: #fff;
  border-color: #fff;
  color: #171717 !important;
}

.bordered-btn, .bordered-white-btn {
  background: transparent;
  color: #171717;
}
.bordered-btn:hover, .bordered-white-btn:hover {
  background: #171717;
  border-color: #171717;
  color: #fff;
}

.bordered-white-btn {
  border-color: #fff;
  color: #fff;
}
.bordered-white-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #171717;
}

/*Form Style CSS */
input,
textarea,
select {
  width: 100%;
  background: transparent;
  border: 1px solid #eee;
  padding: 13px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

textarea {
  height: 150px;
}

input[type=submit],
button[type=submit] {
  border: none;
  border-radius: 0;
  display: inline-block;
  background: #171717;
  color: #fff;
  width: 180px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}

input[type=submit]:hover,
button[type=submit]:hover {
  background: #171717;
  color: #fff;
}

input::placeholder,
textarea::placeholder {
  font-size: 15px;
  font-weight: 400;
}

input.form-control {
  padding: 12px 20px;
  line-height: 1.2;
}

/*Bootstrap CSS*/
.container-fluid {
  padding: 0 20px;
}

.container {
  max-width: 1200px;
}

.navbar-toggler-icon {
  background-image: none;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}

/* Bacground Color & Overlay CSS 
============== */
.white-bg {
  background: #fff;
}

.dark-bg {
  background: #171717;
}

.gray-bg {
  background: #f6f6f6;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.overlay, .overlay-5, .overlay-4, .overlay-3, .overlay-2 {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #171717;
  opacity: 0.6;
  top: 0;
  left: 0;
  z-index: -1;
}

.overlay-2 {
  opacity: 0.2;
}

.overlay-3 {
  opacity: 0.3;
}

.overlay-4 {
  opacity: 0.4;
}

.overlay-5 {
  opacity: 0.5;
}

.overlay.active, .active.overlay-2, .active.overlay-3, .active.overlay-4, .active.overlay-5 {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000;
  z-index: 99;
  opacity: 0.5;
  visibility: visible;
}

.text-black {
  color: #171717 !important;
}

.text-white {
  color: #fff !important;
}

.text-secondary {
  color: #dca167 !important;
}

.text-green {
  color: #14cf93 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fix {
  overflow: hidden;
}

.text-up {
  text-transform: uppercase !important;
}

.separator {
  display: block;
  background-color: #171717;
  width: 30px;
  height: 3px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* 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: #ddd;
  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);
  }
}
.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;
}
@media (max-width: 767px) {
  .mouseCursor {
    display: none;
  }
}

.cursor-outer {
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #000;
  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;
}

/*-- 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: 25px 0 30px;
  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-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
}

.search-popup .close-search {
  position: absolute;
  right: 30px;
  top: 35px;
  font-size: 30px;
  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;
  width: 50%;
}

.search-popup .form-group input[type=text],
.search-popup .form-group input[type=search] {
  position: relative;
  display: block;
  font-size: 18px;
  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: -65px;
  top: 0px;
  background: transparent !important;
  text-align: center;
  font-size: 18px;
  line-height: 45px;
  color: #333333;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.header-btn {
  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: #333;
  display: block;
  height: 1px;
  margin: 8px auto;
  margin-left: 5px;
  width: 30px;
  transition: all 0.1s;
}

.menu-trigger span:nth-child(2) {
  margin-left: 0px;
}

.menu-trigger:hover span:nth-child(2) {
  margin-left: 5px;
}

.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: 40px;
  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: 400px;
  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;
}
.extra-info .logo img{
	max-width: 120px;
	max-height: 70px;
}
.close-icon {
  margin-top: 0;
  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: 20px;
}

.contact-list h4 {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
}

.contact-list p {
  color: #fff;
  margin: 0;
  margin-bottom: 15px;
  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-overlay {
  position: fixed;
  background: rgba(34, 40, 49, 0.4392156863);
  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-overlay.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: 16px;
}

.social-area-wrap a {
  width: 40px;
  height: 40px;
  background: #18222b;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.social-area-wrap li{
	margin-right: 10px;
	margin-bottom: 10px;
}
.social-area-wrap li:last-child{
	margin-right: 0px;
}
.social-area-wrap a:hover {
  background: #000;
}

.explore-btn {
  width: 170px;
  height: 170px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  position: relative;
  left: 110px;
  bottom: 160px;
  transition: 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .explore-btn {
    top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .explore-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .explore-btn {
    display: none;
  }
}

.explore-btn a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  margin-top: 20px;
}

.explore-btn i {
  font-size: 30px;
  transform: rotate(-45deg);
  margin-left: 10px;
  display: block;
  margin-top: 10px;
  transition: 0.3s;
}

.explore-btn:after {
  position: absolute;
  content: "";
  top: 20px;
  left: 50%;
  width: 15px;
  height: 15px;
  background: #444;
  border-radius: 50%;
  margin-left: -7px;
}

.circle-button {
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .circle-button {
    display: none;
  }
}
@media (max-width: 767px) {
  .circle-button {
    display: none;
  }
}

.circle-button.in-bord:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 50%;
}

.circle-button .rotate-circle svg {
  width: 210px;
  fill: #1d1d1d;
}

.circle-button .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-20px) translateY(-20px);
  -ms-transform: translateX(-20px) translateY(-20px);
  transform: translateX(-20px) translateY(-20px);
  display: inline-block;
  width: 0;
  height: 0;
}

.circle-button .arrow svg {
  width: 40px;
  height: 40px;
}

.circle-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.circle-button .in-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.circle-button.no-animate .rotate-circle {
  -webkit-animation: none;
  animation: none;
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.fz-30 {
  font-size: 30px !important;
}

.text-u {
  text-transform: uppercase !important;
}

.hover-this .hover-anim {
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.header-sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
}

.header-abs-sticky {
  background: #141417;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
}

.header-top-bar {
  position: relative;
  z-index: 9;
  padding: 8px 0;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-bar {
    display: none;
  }
}

.header-top-bar p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Space Grotesk", sans-serif;
}

.contact-info {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Space Grotesk", sans-serif;
}

.contact-info i {
  font-size: 17px;
}

.header-area {
  border-bottom: 1px solid #ddd;
}
.header-area.header-sticky {
  border-bottom: none;
}
.header-area .navigation {
  height: 90px;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  background: #fff;
}
.header-area .header-inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-area .header-inner-box .logo {
  height: 90px;
  display: flex;
  align-items: center;
  padding-right: 30px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #171717;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-right: 1px solid #ddd;
}
@media (max-width: 767px) {
  .header-area .header-inner-box .logo {
    font-size: 30px;
    border-right: 0;
  }
}
.header-area .header-inner-box .logo span {
  color: #DCA167;
}

.logo a {
  font-family: "Space Grotesk", sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.main-menu ul {
  line-height: 1;
}
.main-menu ul > li {
  display: inline-block;
  line-height: 1;
  margin: 0 20px;
  position: relative;
}
.main-menu ul > li > a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  padding: 35px 0;
  overflow: hidden;
}
.main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-menu ul > li > ul {
  position: absolute;
  top: 100%;
  width: 235px;
  background-color: #171717;
  left: 0;
  z-index: 999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
  padding: 10px 0px;
}
.main-menu ul > li > ul li {
  display: block;
  margin-right: 0;
  margin-left: 0;
}
.main-menu ul > li > ul li a {
  display: block;
  color: rgba(255, 255, 255, 0.7) !important;
  padding: 12px 25px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.main-menu ul > li > ul li a:hover {
  color: #fff !important;
}
.main-menu ul > li > ul li a i {
  transform: rotate(-45deg);
  font-size: 15px;
  position: absolute;
  right: 20px;
  bottom: 11px;
  transition: 0.3s;
}
.main-menu ul > li > ul li a:hover i {
  transform: rotate(0);
}
.main-menu ul > li > ul ul {
  left: 100%;
  top: 0;
}
.my_main_menu  > li > a i{display: none;}
.my_main_menu  > li > a span{display: none;}

.main-menu ul li {
  position: relative;
}
.main-menu ul li a.navlink:before {
  position: absolute;
  content: "";
  bottom: 30px;
  left: 0;
  width: 0%;
  height: 1px;
  background: #171717;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.main-menu ul li a.navlink:hover:before {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.main-menu ul li.active {
  position: relative;
}

.main-menu ul li.active:before {
  position: absolute;
  content: "";
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #171717;
}

.mobile-nav {
  position: fixed;
  right: -380px;
  top: 0;
  width: 320px;
  height: 100vh;
  scroll-behavior: smooth;
  overflow-y: scroll;
  transition: right 0.5s ease-in;
  background-color: #171717;
  padding: 20px;
  z-index: 9999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  /* Vertical Menu Style */
}
.mobile-nav.show {
  right: 0px;
}
.mobile-nav .close-nav {
  border: 0;
  background: transparent;
  color: #fff;
  border-radius: 30px;
  font-size: 30px;
  position: absolute;
  left: 20px;
  top: 10px;
}
.mobile-nav .sidebar-nav {
  margin-top: 60px;
}
.mobile-nav .sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}
.mobile-nav .sidebar-nav .metismenu {
  display: flex;
  flex-direction: column;
}
.mobile-nav .sidebar-nav .metismenu > li {
  position: relative;
  display: flex;
  flex-direction: column;
}
.mobile-nav .sidebar-nav .metismenu a {
  position: relative;
  display: block;
  padding: 10px 15px;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  outline-width: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #333;
}
.mobile-nav .sidebar-nav .metismenu ul li {
  display: block;
}
.mobile-nav .sidebar-nav .metismenu ul a {
  padding: 10px 15px 10px 35px;
  position: relative;
}
.mobile-nav .sidebar-nav .metismenu ul a:hover {
  padding-left: 40px;
}
.mobile-nav .sidebar-nav .metismenu ul a:hover::before {
  background-color: #fff;
}
.mobile-nav .sidebar-nav .metismenu ul a::before {
  position: absolute;
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  top: 50%;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
}
.mobile-nav .sidebar-nav .metismenu ul ul {
  list-style-type: circle !important;
}
.mobile-nav .sidebar-nav .metismenu ul ul a {
  padding: 10px 15px 10px 45px;
}
.mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav .sidebar-nav .metismenu a:active {
  text-decoration: none;
  color: #f8f9fa;
  background: #171717;
}
.mobile-nav .has-arrow:after{display: none;}
#mobile-menu > .menu-item-has-children > .has-arrow:after{display: block;}
#mobile-menu i{display: none;}
#mobile-menu .sub-menu > .menu-item-has-children > a i{display: inline-block;}

.header-area .container {
  background: #fff;
}

.header-area.absolute-header .container {
  background: transparent;
}

#hamburger {
  color: #171717;
  font-size: 32px;
  line-height: 1;
  text-align: right;
  display: none;
}
#hamburger i {
  cursor: pointer;
}
@media (max-width: 1199px) {
  #hamburger {
    display: block;
  }
}

.header-area.absolute-header #hamburger {
  color: #fff;
}

.action-bar {
  margin-top: 60px;
  padding-left: 20px;
}

.action-bar a {
  color: #fff;
  display: block;
  margin-top: 12px;
  font-size: 15px;
}

.action-bar a i {
  margin-right: 10px;
}

.action-bar .theme-btn, .action-bar .secondary-btn, .action-bar .white-btn, .action-bar .bordered-btn, .action-bar .bordered-white-btn {
  margin-top: 30px;
  display: inline-block;
}

.header-right {
  display: flex;
  align-items: center;
  border-left: 1px solid #ddd;
  height: 90px;
  padding-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right {
    border-left: none;
  }
}
@media (max-width: 767px) {
  .header-right {
    border-left: none;
    padding-left: 0;
  }
}

.header-right .search-trigger i {
  font-size: 18px;
  margin-right: 40px;
  position: relative;
  top: 2px;
}
.header-right .search-trigger i:hover {
  cursor: pointer;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right .search-trigger i {
    display: none;
  }
}

.absolute-header .header-right .search-trigger i {
  color: #fff;
}

.header-area.absolute-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: none;
}

.header-area.absolute-header .navigation {
  background: inherit;
}

.header-area.absolute-header .logo {
  color: #fff;
  border: none;
}

.header-area.absolute-header .header-right {
  border: none;
}

.header-area.absolute-header .main-menu ul > li > a {
  color: #fff;
}

.header-area.absolute-header .main-menu ul li a:before {
  background: #fff;
}

.header-area.absolute-header .main-menu ul li.active:before {
  background: #fff;
}

.header-area.absolute-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-area.absolute-header .logo {
  color: #fff;
}

.header-area.header-four.absolute-header {
  top: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.header-four.absolute-header {
    top: 0;
  }
}
@media (max-width: 767px) {
  .header-area.header-four.absolute-header {
    top: 0;
  }
}

.hero-area {
  position: relative;
  z-index: 1;
}

.hero-area-inner {
  padding: 120px 0 60px;
}
@media (max-width: 767px) {
  .hero-area-inner {
    padding: 100px 0 30px;
  }
}

.slider-bg {
  height: 500px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-bg {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .slider-bg {
    height: 100%;
    min-height: 260px;
  }
}

.circle-shape-wrap {
  position: absolute;
  top: 150px;
  right: 50px;
  z-index: 9;
  animation: rotation 30s infinite linear;
  width: 200px;
}

.circle-shape-wrap img {
  animation: rotation 30s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.homepage-slides .owl-nav button.owl-prev,
.homepage-slides .owl-nav button.owl-next {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  border-left: none;
  font-size: 30px;
  font-weight: 100;
  line-height: 16px;
  position: absolute;
  right: 80px;
  bottom: 0;
  margin-top: -25px;
  background: #fff;
  color: #171717;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.homepage-slides .owl-nav button.owl-next {
  left: auto;
  right: 0px;
}

.homepage-slides .owl-nav button.owl-prev:hover,
.homepage-slides .owl-nav button.owl-next:hover {
  background: #171717;
  color: #fff;
  border-color: #171717;
}

#home-2 .single-slide-item, #home-3 .single-slide-item, #home-4 .single-slide-item {
  background-image: url(../img/slider/slide-1.jpg);
  background-size: cover;
  background-position: center;
  background-color: #ddd;
  color: #fff;
  width: 100%;
  height: 700px;
  display: table;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #home-2 .single-slide-item, #home-3 .single-slide-item, #home-4 .single-slide-item {
    height: 600px;
  }
}
#home-2 .single-slide-item .hero-area-content, #home-3 .single-slide-item .hero-area-content, #home-4 .single-slide-item .hero-area-content {
  display: table-cell;
  vertical-align: middle;
}
#home-2 .single-slide-item h1, #home-3 .single-slide-item h1, #home-4 .single-slide-item h1 {
  color: #fff;
  font-size: 80px;
  font-weight: 500;
  line-height: 90px;
  margin: 20px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-2 .single-slide-item h1, #home-3 .single-slide-item h1, #home-4 .single-slide-item h1 {
    font-size: 75px;
    line-height: 85px;
  }
}
@media (max-width: 767px) {
  #home-2 .single-slide-item h1, #home-3 .single-slide-item h1, #home-4 .single-slide-item h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  #home-2 .single-slide-item h1, #home-3 .single-slide-item h1, #home-4 .single-slide-item h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
#home-2 .single-slide-item p, #home-3 .single-slide-item p, #home-4 .single-slide-item p {
  color: #ccc7c7;
  font-size: 16px;
  line-height: 30px;
}
#home-2 .hero-area-bg-3, #home-3 .hero-area-bg-3, #home-4 .hero-area-bg-3 {
  background-image: url(../img/slider/slide-3.jpg);
}
#home-2 .hero-area-bg-4, #home-3 .hero-area-bg-4, #home-4 .hero-area-bg-4 {
  background-image: url(../img/slider/slide-4.jpg);
}
#home-2 .hero-area-bg-5, #home-3 .hero-area-bg-5, #home-4 .hero-area-bg-5 {
  background-image: url(../img/slider/slide-5.jpg);
}
#home-2 .hero-area-bg-6, #home-3 .hero-area-bg-6, #home-4 .hero-area-bg-6 {
  background-image: url(../img/slider/slide-6.jpg);
}
#home-2 .hero-area-bg-7, #home-3 .hero-area-bg-7, #home-4 .hero-area-bg-7 {
  background-image: url(../img/slider/slide-7.jpg);
}

#home-3.homepage-slides .owl-nav button.owl-prev,
#home-3.homepage-slides .owl-nav button.owl-next {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  border-left: none;
  font-size: 30px;
  font-weight: 100;
  line-height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, 50%);
  background: #fff;
  color: #171717;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-3.homepage-slides .owl-nav button.owl-prev,
  #home-3.homepage-slides .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    top: 55%;
  }
}

#home-3.homepage-slides .owl-nav button.owl-next {
  left: auto;
  right: 0px;
}

#home-3 .single-slide-item {
  height: 800px;
}

#home-4 .single-slide-item {
  height: 800px;
}

#home-4 .single-slide-item h1 {
  text-transform: uppercase;
  font-size: 90px;
  line-height: 100px;
}
@media (max-width: 767px) {
  #home-4 .single-slide-item h1 {
    font-size: 60px;
    line-height: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-4 .play-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  #home-4 .play-btn {
    left: 25%;
    top: auto;
    bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-5 .section-title h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  #home-5 .section-title h1 {
    font-size: 25px;
    line-height: 35px;
  }
}

#home-5 .bordered-btn, #home-5 .bordered-white-btn {
  margin-top: 30px;
}

#home-6 .hero-area-inner {
  padding: 150px 0 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-6 .hero-area-inner {
    padding: 100px 0 80px;
  }
}
@media (max-width: 767px) {
  #home-6 .hero-area-inner {
    padding: 100px 0 50px;
  }
}

#home-6 .section-title h1 {
  font-size: 70px;
  line-height: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-6 .section-title h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  #home-6 .section-title h1 {
    font-size: 26px;
    line-height: 36px;
  }
}

.feature_item {
  display: flex;
  align-items: center;
  height: 250px;
  background: #171717;
}
@media (max-width: 767px) {
  .feature_item {
    height: 200px;
  }
}

.feature_item h5 {
  color: #fff;
  font-size: 70px;
  font-weight: 500;
  margin-right: 60px;
}
@media (max-width: 767px) {
  .feature_item h5 {
    font-size: 40px;
  }
}

.feature_item h5.stroke {
  -webkit-text-stroke: 0.8px #fff;
  -webkit-text-fill-color: #171717;
}

.feature_item img {
  display: inline-block;
}

h5.slick-slide img {
  width: 60px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  h5.slick-slide img {
    width: 40px;
    height: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #feature-2.section-padding {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  #feature-2.section-padding {
    padding: 60px 0;
  }
}

.feature_item.feature_item_two {
  background: url(../img/business-strategy.jpg);
  height: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .feature_item.feature_item_two {
    height: 200px;
  }
}

.feature_item.feature_item_two:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #171717;
  opacity: 0.5;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.feature_item.feature_item_two h5 {
  font-size: 70px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .feature_item.feature_item_two h5 {
    font-size: 40px;
  }
}

.feature-item-wrap {
  position: relative;
  transform: translateY(-100px);
  margin-bottom: -50px;
  z-index: 9;
  background: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .feature-item-wrap {
    transform: translateY(-200px);
    margin-bottom: -150px;
  }
}

.single-feature-item {
  display: flex;
  padding: 50px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-feature-item {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .single-feature-item {
    flex-direction: column;
    padding-left: 60px;
  }
}

.feature-icon {
  width: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-icon {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .feature-icon {
    margin-bottom: 30px;
  }
}
.feature-icon i {
  font-size: 45px;
}

.feature-content {
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-content {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .feature-content {
    padding-left: 0;
  }
}
.feature-content p {
  margin-top: 20px;
  margin-bottom: 0;
}

.single-service-wrap {
  max-width: calc(100% - 60px);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-service-wrap {
    max-width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-service-wrap {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 767px) {
  .single-service-wrap {
    max-width: calc(100% - 10px);
  }
}

.single-service-inner {
  border-top: 1px solid #ddd;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .single-service-inner {
    flex-direction: column;
    align-items: start;
    padding: 30px;
  }
}
.single-service-inner:nth-of-type(4) {
  border-bottom: 1px solid #ddd;
}
.single-service-inner .service-icon {
  flex: 0 0 50px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .single-service-inner .service-icon {
    margin-bottom: 20px;
  }
}
.single-service-inner h5 a {
  font-size: 30px;
  font-weight: 400;
  color: #171717;
  margin-right: 30px;
  width: 130px;
}
@media (max-width: 767px) {
  .single-service-inner h5 a {
    font-size: 24px;
    line-height: 34px;
  }
}
.single-service-inner p {
  margin: 48px 0;
  padding-right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-service-inner p {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .single-service-inner p {
    padding-right: 0;
    margin: 35px 0;
  }
}
.single-service-inner .details-link {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  display: none;
}
.single-service-inner .details-link i {
  font-size: 30px;
  transform: rotate(-45deg);
  transition: 0.3s;
}
.single-service-inner:nth-of-type(4) .details-link {
  bottom: 30px;
}
.single-service-inner:hover h5 a {
  color: #333;
}
.single-service-inner:hover .details-link i {
  transform: rotate(0);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-content-wrap {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .service-content-wrap {
    margin-top: 60px;
  }
  .service-content-wrap h2 br {
    display: none;
  }
}
.service-content-wrap p {
  margin: 40px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-content-wrap p {
    margin: 0;
    margin-bottom: 20px;
  }
}

.service-bg {
  position: relative;
}
.service-bg .more-service-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  color: #171717;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .service-bg .more-service-btn {
    padding: 10px;
  }
}
.service-bg .more-service-btn i {
  font-size: 25px;
  transform: rotate(-45deg);
  margin-left: 10px;
  transition: 0.3s;
}
.service-bg .more-service-btn:hover {
  color: #444;
}
.service-bg .more-service-btn:hover i {
  transform: rotate(0deg);
}

.single-service-wrapper {
  border: 1px solid #ddd;
  padding: 40px;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-service-wrapper {
    padding: 40px 35px 0;
  }
}
.single-service-wrapper h5 {
  font-size: 24px;
  margin: 30px 0;
}

#service-4 .service-item {
  background: white;
  padding: 45px;
  margin-bottom: 30px;
}
#service-4 .service-item .service-icon i {
  font-size: 50px;
}
#service-4 .service-item h5 {
  font-size: 22px;
  margin: 25px 0;
}
#service-4 .service-item ul li {
  display: block;
  margin-bottom: 8px;
  color: #878787;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-4.service-section.pb-90 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  #service-4.service-section.pb-90 {
    padding-bottom: 60px;
  }
}

#service-5 .single-service-inner {
  display: block;
  border-top: none;
}
@media (max-width: 767px) {
  #service-5 .single-service-inner {
    padding: 0;
  }
}
#service-5 .service-icon img {
  width: 50px;
  height: 50px;
}
#service-5 .icon-wrap {
  width: 50px;
}
#service-5 .icon-wrap i {
  font-size: 45px;
  color: #eee;
}
#service-5 .service-title {
  margin: 25px 0;
}
#service-5 .service-title h4{
	color: #fff;
}
#service-5 .single-service {
  padding: 0 45px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #service-5 .single-service {
    padding-top: 40px;
  }
}
#service-5 .single-service p {
  margin-top: 20px;
}

.service-page .icon-wrap i {
  color: #333 !important;
}

.service-page .service-title {
  color: #171717 !important;
}

.services-tabs ul {
  display: block;
  border-bottom: none;
}

.services-tabs li {
  display: block;
}

.services-tabs li a {
  font-size: 40px;
  letter-spacing: -1px;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-decoration: none;
  opacity: 0.27;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
@media (max-width: 767px) {
  .services-tabs li a {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

.services-tabs li a:hover {
  color: unset;
  opacity: 0.5;
}

.services-tabs li a.active {
  opacity: 1;
}

.services-tabs li a .number {
  position: absolute;
  top: 0;
  right: -25px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  opacity: 0;
  transform: translateX(5px);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.services-tabs li a.active .number {
  opacity: 1;
  transform: translateX(0);
}

.services-tabs li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform-origin: left center;
  transform: scaleX(0);
  transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
}

.services-tabs li a.active:before {
  transform: scaleX(1);
}

.services-content {
  position: relative;
}

.services-text {
  position: absolute;
  bottom: 35px;
  left: -220px;
  max-width: 410px;
  background: #f1f1f1;
  padding: 50px;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-text {
    left: 0;
  }
}
@media (max-width: 767px) {
  .services-text {
    bottom: 0;
    left: 0;
    padding: 30px;
  }
}

.services-text h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .services-text h4 {
    font-size: 20px;
  }
}

.services-text p {
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .services-text p {
    font-size: 16px;
  }
}

.services-content-item {
  position: relative;
  width: 100%;
  min-height: 600px;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

img.services-image {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  img.services-image {
    width: 60%;
    margin: 0 0 0 35%;
  }
}

@keyframes services-tabs-animation-1 {
  0% {
    opacity: 0;
    transform: translate(0, 40px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
.services-content-item.active img.services-image {
  animation: services-tabs-animation-1 0.7s ease-in-out;
}

@keyframes services-tabs-animation-2 {
  0% {
    transform: translate(0, 20px) scale(0.93);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
.services-content-item.active .services-text {
  animation: services-tabs-animation-2 0.7s ease-in-out;
  will-change: transform;
}

.single-project-item {
  position: relative;
  margin-bottom: 60px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-project-item {
    margin-bottom: 30px;
  }
}
.single-project-item .project-thumb {
  position: relative;
  transition: all 0.5s ease;
}
.single-project-item .project-thumb img{
	aspect-ratio: 0.85;
	object-fit: cover;
}
.single-project-item .project-thumb .details-link {
  background: #fff;
  position: absolute;
  width: 70px;
  height: 70px;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-project-item .project-thumb .details-link i {
  font-size: 30px;
  color: #061815;
  transform: rotate(-45deg);
  transition: 0.3s;
}
.single-project-item:hover .details-link i {
  color: #000;
  transform: rotate(0);
}
.single-project-item .project-content a {
  font-size: 24px;
  font-weight: 500;
  color: #061815;
}
.single-project-item:hover .project-content a {
  color: #000;
  text-decoration: underline;
}
.single-project-item .project-content .category a{
	font-size: 16px;
	font-weight: 400;
	color: #878787;
}

@media (max-width: 767px) {
  .single-project-item.mt-60 {
    margin-top: 0;
  }
}

.project-content p {
  position: relative;
  padding-left: 60px;
  margin: 30px 0 20px;
}
.project-content p::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 45px;
  height: 2px;
  background: #555;
  margin-top: -1px;
}

.single-project-item.last-child {
  margin-bottom: 0;
}

.project-section {
  position: relative;
}

.project-section .explore-btn {
  border: 1px solid #061815;
  top: 150px;
  right: 100px;
  position: absolute;
  left: auto;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .project-section .explore-btn {
    top: 80;
    right: 100;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-section .explore-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .project-section .explore-btn {
    display: none;
  }
}

.project-section .explore-btn a {
  color: #061815;
}
.project-section .explore-btn a:hover i {
  transform: rotate(0deg);
}

.project-section.project-two {
  border-top: 1px solid #eee;
}

.project-section {
  position: relative;
}

.single-project-wrapper {
  display: block;
  min-height: 550px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .single-project-wrapper {
    margin-bottom: 60px;
  }
}

.project-info-inner {
  position: absolute;
  left: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 35px 35px 0 35px;
}
.project-info-inner p {
  margin: 25px 0;
}
.project-info-inner h6 {
  color: #444;
  margin: 17px 0;
}
.project-info-inner span {
  color: #dca167;
}

.portfolio-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  background-color: #fff;
  padding: 20px 10px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.single-project-wrapper:hover .project-info-inner {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.project-details {
  max-width: calc(100% - 60px);
}
@media (max-width: 767px) {
  .project-details {
    max-width: calc(100% - 0px);
    text-align: justify;
  }
}

.project-info-wrap {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .project-info-wrap {
    margin-top: 40px;
  }
}

.project-details h2 {
  margin-bottom: 20px;
}

.project-info h6 {
  font-size: 16px;
  text-transform: uppercase;
}

.project-details-img img {
  margin-bottom: 30px;
}

.project-details-wrapper .single-counter-box {
  text-align: left;
}

.project-details-wrapper .single-counter-box .counter-number span {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.3;
}

.project-details-wrapper .single-counter-box p.counter-number {
  border-bottom: 1px solid #ddd;
}

.project-details-wrapper h3 {
  margin-bottom: 20px;
}

#testimonial-1.testimonial-section {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#testimonial-1.testimonial-section:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}

.quote-icon {
  margin-bottom: 30px;
}

.testimonial-content p {
  font-size: 30px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .testimonial-content p {
    font-size: 24px;
  }
}

.testimonial-author h6 {
  color: #fff;
  font-size: 20px;
  margin-top: 30px;
}

.testimonial-author h6 span {
  display: block;
  opacity: 0.5;
  font-size: 85%;
  margin-top: 5px;
}

.single-testimonial-item img {
  width: inherit !important;
}

.testimonial-author img {
  width: 70px !important;
  height: 70px !important;
	object-fit: cover;
}

.testimonial-author {
  margin-top: 30px;
}

#testimonial-2 .single-testimonial-item {
  border: 1px solid #333;
  padding: 40px 35px;
}
#testimonial-2 .testimonial-section.gray-bg .single-testimonial-item {
  border: none;
}
#testimonial-2 .testimonial-rating i {
  font-size: 16px;
  color: #DCA167;
  margin-bottom: 25px;
}
#testimonial-2 .testimonial-content {
  margin-top: 20px;
}
#testimonial-2 .testimonial-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #eee;
}
#testimonial-2 .testimonial-author {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
#testimonial-2 .testimonial-thumb img {
  border-radius: 50%;
}
#testimonial-2 .testimonial-title h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #eee;
}
#testimonial-2 .testimonial-title {
  padding-left: 15px;
}
#testimonial-2 .testimonial-title p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}
#testimonial-2 .testimonial-carousel .owl-stage-outer {
  margin: -15px;
  padding: 15px;
}
#testimonial-2 .testimonial-carousel .owl-dots button.owl-dot span {
  width: 17px;
  height: 8px;
  background: #333;
  margin-right: 10px;
  margin-top: 20px;
  transition: 0.3s;
}
#testimonial-2 .testimonial-carousel .owl-dots button.owl-dot.active span {
  width: 45px;
  height: 8px;
  background: #fff;
}
#testimonial-2 .testimonial-carousel .owl-dots {
  text-align: center;
  margin-top: 50px;
}

#testimonial-3 {
  border-top: 1px solid #ddd;
}
#testimonial-3 .single-testimonial-item {
  border: 1px solid #ddd;
  text-align: center;
  padding: 40px;
}
#testimonial-3 .testimonial-img img {
  margin: 0 auto;
  border-radius: 50%;
  transform: translateY(-100px);
  margin-bottom: -60px;
}
#testimonial-3 .testimonial-author h6 {
  color: inherit;
}

#testimonial-3 .owl-carousel .owl-stage-outer {
  /* override */
  overflow: initial;
}

#testimonial-3 .owl-item {
  opacity: 0;
}

#testimonial-3 .owl-item.active {
  opacity: 1;
}

#testimonial-4.testimonial-section {
  background-image: url(../img/testimonial/testimonial-bg.jpg);
  background-size: cover;
  background-position: center;
  height: 550px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #testimonial-4.testimonial-section {
    height: 650px;
  }
}

#testimonial-4 .testimonial-content p {
  font-size: 22px;
  line-height: 1.5;
  font-size: 25px;
}
@media (max-width: 767px) {
  #testimonial-4 .testimonial-content p {
    font-size: 20px;
    line-height: 30px;
  }
}

.testimonial-rating i {
  color: #fff;
  margin-top: 10px;
}

.single-testimonial-item img {
  display: inline-block !important;
}

.testimonial-author img {
  border-radius: 50%;
}

.testimonial-author h5 {
  margin-top: 20px;
}

.single-blog-item {
  border: 1px solid #eee;
  padding: 40px;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-item {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .single-blog-item {
    padding: 25px;
  }
}
.single-blog-item.blog-meta {
  font-size: 16px;
  font-weight: 500;
}
.single-blog-item h3 a {
  font-size: 30px;
  color: #061815;
  margin: 20px 0;
}
.single-blog-item h3 a:hover {
  color: #021A17;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-blog-item h3 a {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-item h3 a {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .single-blog-item h3 a {
    font-size: 22px;
    line-height: 32px;
  }
}
.single-blog-item .blog-thumb img {
  margin-top: 20px;
}

.single-blog-item.w-thumb {
  padding: 30px 150px 30px 40px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-blog-item.w-thumb {
    padding: 35px 100px 8px 40px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .single-blog-item.w-thumb {
    padding: 35px 20px 8px 35px;
  }
}

.single-blog-item.w-thumb h3 a {
  font-size: 22px;
  line-height: 32px;
}

.single-blog-item {
  position: relative;
}
.single-blog-item .details-link {
  border: 1px solid #ddd;
  color: #171717;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media (max-width: 767px) {
  .single-blog-item .details-link {
    width: 35px;
    height: 35px;
    top: 15px;
    right: 15px;
  }
}
.single-blog-item .details-link i {
  font-size: 30px;
  transform: rotate(-45deg);
  transition: 0.3s;
}
.single-blog-item:hover .details-link i {
  transform: rotate(0);
}

#blog-2 .single-blog-item {
  background-image: url(../img/blog/blog-bg-1.jpg);
  background-size: cover;
  background-position: center;
  height: 320px;
  position: relative;
  z-index: 1;
}
#blog-2 .single-blog-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #171717;
  opacity: 0.5;
  z-index: -1;
}
#blog-2 .blog-bg-2 {
  background-image: url(../img/blog/blog-bg-2.jpg);
}
#blog-2 .blog-bg-3 {
  background-image: url(../img/blog/blog-bg-3.jpg);
}
#blog-2 .blog-bg-4 {
  background-image: url(../img/blog/blog-bg-4.jpg);
}
#blog-2 .blog-bg-5 {
  background-image: url(../img/blog/blog-bg-5.jpg);
}
#blog-2 .blog-bg-6 {
  background-image: url(../img/blog/blog-bg-6.jpg);
}
#blog-2 .blog-bg-7 {
  background-image: url(../img/blog/blog-bg-7.jpg);
}
#blog-2 .blog-bg-8 {
  background-image: url(../img/blog/blog-bg-8.jpg);
}
#blog-2 .blog-bg-9 {
  background-image: url(../img/blog/blog-bg-9.jpg);
}
#blog-2 .blog-bg-10 {
  background-image: url(../img/blog/blog-bg-10.jpg);
}
#blog-2 .blog-bg-11 {
  background-image: url(../img/blog/blog-bg-11.jpg);
}
#blog-2 .blog-bg-12 {
  background-image: url(../img/blog/blog-bg-12.jpg);
}
#blog-2 .blog-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}
#blog-2 .blog-content h6 {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  margin-top: 10px;
}
#blog-2 .blog-content p {
  color: #fff;
  font-size: 14px;
  margin: 0;
}
#blog-2 .blog-carousel .owl-dots {
  text-align: center;
  margin-top: 40px;
}
#blog-2 .blog-carousel .owl-dots button {
  width: 30px;
  height: 4px;
  background: #ddd;
  margin: 5px;
}
#blog-2 .blog-carousel .owl-dots button.active {
  background: #171717;
}
#blog-2 .blog-carousel .owl-stage-outer {
  overflow: inherit;
}
#blog-2 .blog-carousel-wrapper {
  overflow-x: hidden;
}
#blog-2 .blog-carousel:before,
#blog-2 .blog-carousel:after {
  position: absolute;
  content: "";
  width: 500%;
  height: 100%;
  top: 0;
  left: -500%;
  background: #fff;
  opacity: 0.7;
  z-index: 1;
}
#blog-2 .blog-carousel:after {
  left: auto;
  right: -500%;
}

.single-blog-wrap {
  background: #fff;
  margin-bottom: 60px;
}
.single-blog-wrap span {
  border: 1px solid #eee;
  padding: 8px 12px;
  margin-bottom: 20px;
}
.single-blog-wrap .blog-content {
  padding: 35px;
  border: 1px solid #eee;
  border-top: none;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-blog-wrap .blog-content {
    padding: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-wrap .blog-content {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .single-blog-wrap .blog-content {
    padding: 25px;
  }
}
.single-blog-wrap h3 a {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-blog-wrap h3 a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-wrap h3 a {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .single-blog-wrap h3 a {
    font-size: 20px;
    line-height: 30px;
  }
}
.single-blog-wrap .details-link {
  width: 50px;
  height: 50px;
  border: 1px solid #eee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  transform: rotate(-45deg);
  font-size: 22px;
}
.single-blog-wrap:hover h3 a {
  color: #171717;
}
.single-blog-wrap:hover .details-link {
  background: #171717;
  border-color: #171717;
  color: #fff;
  transform: rotate(0);
}

.read-more-btn a {
  padding: 14px 35px;
  margin-top: 20px;
  display: inline-flex;
}
.read-more-btn a i {
  font-size: 20px;
  transition: 0.3s;
  padding-left: 15px;
}
.read-more-btn a:hover {
  background: #171717;
  border-color: #171717;
  color: #fff !important;
}

#blog-4 .single-blog-item .blog-thumb img {
  margin-top: 0;
  margin-bottom: 30px;
}

.blog-page .single-blog-item {
  margin-top: 0;
  width: 100%;
max-width: calc(100% - 30px);
}
.fn_searchpage .single-blog-item{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.fn_searchpage .iteem{
	max-width: 900px;
	margin: 0px auto;
}

.blog-page .single-blog-item .blog-thumb img {
  margin-top: 0;
  margin-bottom: 30px;
	min-width: 100%;
}

.blog-meta-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .blog-meta-wrap {
    flex-direction: column;
  }
}
.blog-meta-wrap .blog-meta p {
  font-size: 16px;
  margin: 0;
  margin-right: 15px;
}
.blog-meta-wrap .blog-meta p a{
	font-size: inherit;
	color: #878787;
	transition: all .3s ease;
}
.blog-meta-wrap .blog-meta p a:hover{
	color: #000;
}
@media (max-width: 767px) {
  .blog-meta-wrap .blog-meta p {
    margin-top: 10px;
  }
}
.blog-meta-wrap .blog-meta p i {
  font-size: 18px;
  margin-right: 10px;
  color: #171717;
}
.blog-content-wrap span{
	display: block;
}
.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 {
  margin: 30px 0;
  text-align: justify;
}
.blog-content-wrap .social-icon i {
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
  background: #171717;
  border-color: #171717;
  border-radius: 50%;
  padding: 10px;
}
.blog-content-wrap .social-icon i:hover {
  background: #fff;
  border-color: #fff;
  color: #171717;
}

.blog-quote-wrap {
  background: #eee;
  padding: 40px 50px;
  display: flex;
  align-items: start;
  justify-content: space-around;
  height: 250px;
  margin-bottom: 30px;
}
@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 {
  width: 100px;
}
.blog-quote-wrap .quote-icon i {
  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: 17px;
  font-weight: 500;
  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 {
  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: #061815;
  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;
	display: inline-block !important;
}
.blog-quote-wrap h2 {
  margin: 30px 0;
}

.blog-tag-wrap span {
  background: #fff;
  padding: 10px 16px;
  margin-left: 15px;
}

.pagination-wrap {
  padding: 35px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}

.pagination-wrap a {
  font-size: 16px;
  color: #061815;
  display: flex;
  align-items: center;
}

.pagination-wrap a i {
  font-size: 25px;
  margin-right: 15px;
}

.commetns-section-wrap {
  margin-top: 30px;
}

.single-comments-wrap {
  background: #eee;
  padding: 35px 25px;
  margin: 35px 0px;
  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-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: #171717;
  font-weight: 500;
  text-decoration: underline;
  margin: 14px 0;
}
.single-comments-wrap a.reply-btn {
  background: #171717;
  color: #fff;
  padding: 6px 15px;
  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: #171717;
  color: #fff;
}

.comments-form-wrap {
  background: #fff;
  padding: 35px;
}
.comments-form-wrap h3 {
  margin: 0 0 30px;
}
.comments-form-wrap .comments-form input,
.comments-form-wrap .comments-form textarea {
  border: none;
  border-bottom: 1px solid #eee;
}
.comments-form-wrap .comments-form textarea {
  height: 130px;
	margin-bottom:  0 !important;
}
.wpcf7-form-control-wrap{
	display: block !important;
}
.blog-sidebar h5 {
  font-size: 24px;
  margin-bottom: 25px;
}

.search-bar-wrap {
  background: #eee;
  padding: 35px;
}
.search-bar-wrap input {
  border: none;
  background: #fff;
  padding: 15px;
  border-radius: 0;
}
.search-bar-wrap i {
  font-size: 18px;
  background: #171717;
  border: 0;
  padding: 15px;
  color: #fff;
  display: flex;
  align-items: center;
}
.search-bar-wrap i:hover {
  cursor: pointer;
}

.blog-category {
  border: 1px solid #eee;
  margin: 30px 0;
  padding: 35px;
}

.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:last-child a{
	margin-bottom: 0px;
}
.blog-category ul li a:hover {
  opacity: 0.6;
}

.blog-category ul li i {
  margin-right: 15px;
}

.recent-post-wrap {
  margin: 30px 0;
  border: 1px solid #eee;
  padding: 30px;
}
@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;
}
.blog-sidebar .single-recent-post:first-child{
	padding-top: 0px;
}
.blog-sidebar .single-recent-post:last-child{
	border-bottom: none;
	padding-bottom: 0px;
}
.recent-post-thumbs {
  flex: 0 0 90px;
}

.recent-post-content {
  padding-left: 15px;
}
.recent-post-content p {
  color: #171717;
}
@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: 18px;
  color: #061815;
}
@media (max-width: 767px) {
  .recent-post-content a h6 {
    font-size: 16px;
    line-height: 20px;
  }
}
.recent-post-content a h6:hover {
  color: #171717;
}

.popular-tag-wrap {
  border: 1px solid #eee;
  margin: 30px 0;
  padding: 35px;
}
.popular-tag-wrap span {
  font-size: 16px;
  font-weight: 500;
  background: #eee;
  color: #061815;
  padding: 10px 15px;
  margin: 5px;
}
.popular-tag-wrap span:hover {
  background: #171717;
  color: #fff;
  cursor: pointer;
}

.contact-area.bg-none:before {
  display: none;
}

.contact-section {
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-section {
    display: inherit;
  }
}
@media (max-width: 767px) {
  .contact-section {
    display: inherit;
  }
}

.contact-bg {
  width: 50%;
  height: auto;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-bg {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-bg {
    width: 100%;
  }
}

.contact-form-wrap {
  width: 50%;
  padding: 60px 90px 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-form-wrap {
    width: 100%;
    padding: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-wrap .contact-form {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .contact-form-wrap .contact-form {
    margin-top: 30px;
  }
}
.contact-form-wrap h3 {
  font-size: 40px;
  line-height: 45px;
}
@media (max-width: 767px) {
  .contact-form-wrap h3 {
    font-size: 35px;
    line-height: 45px;
  }
}
.contact-form-wrap input,
.contact-form-wrap textarea {
  background: #fff;
  border: none;
	margin-bottom: 15px;
}
.wpcf7 br{display: none;}
.wpcf7 p{margin-bottom: 0px !important;}

.contact-form-wrap input[type=submit] {
  background: #171717;
  color: #fff;
}

.contact-form-wrap input[type=submit]:hover {
  background: #000;
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-two {
    margin-top: 30px;
  }
}
.contact-form-two input[type=submit] {
  background: #fff;
  border-color: #fff;
  color: #171717;
}

.contact-page iframe {
  width: 100%;
  height: 600px;
  filter: grayscale(1);
  position: relative;
  z-index: -1;
}

.single-contact-info {
  border: 1px solid #eee;
  text-align: center;
  padding: 60px 70px;
  margin-bottom: 30px;
}

.single-contact-info p {
  font-family: "Space Grotesk";
  margin: 0;
}

.contact-icon {
  height: 80px;
  width: 80px;
  background: #171717;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.footer-area {
  background: #171717;
  color: #fff;
  position: relative;
}
.footer-area .logo {
  height: 90px;
  display: flex;
  align-items: center;
  padding-right: 30px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer-area h5 {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin: 20px 0;
}
.footer-area p {
  font-size: 16px;
  margin-top: 18px;
  color: #9BA2AD;
}
.footer-area ul li{
	display: block;
}
.footer-area ul li a {
  font-size: 16px;
  display: block;
  color: #9BA2AD;
  padding: 10px 0;
  position: relative;
}
@media (max-width: 767px) {
  .footer-area ul li a {
    padding: 6px 0;
  }
}
.footer-area ul li a:hover {
  opacity: 0.5;
}

.contact-info p {
  margin-bottom: 10px;
}

.subscribe-form {
  position: relative;
}
.subscribe-form button {
  padding: 18px 40px;
  font-size: 17px;
  line-height: 13px;
  background: #F35C27;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: 0;
  cursor: pointer;
}
.subscribe-form input {
  border: 0;
  background: #fff;
}
.subscribe-form input::placeholder {
  color: #797A7E;
  font-size: 16px;
}

.footer-up {
  padding: 80px 0;
}
.footer-up .social-area i {
  color: #eee;
  font-size: 20px;
  margin-right: 10px;
}

.footer-bottom {
  font-size: 15px;
  font-weight: 400;
  padding: 20px 0;
  background: #171717;
  border-top: 1px solid #222;
}
.footer-bottom p {
  margin: 0;
  color: #fff;
  font-size: 15px;
}
@media (max-width: 767px) {
  .footer-bottom p {
    text-align: center;
  }
}

.company-email a {
  color: #f6f6f6;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  margin-top: 10px;
}
.company-email a:hover {
  color: #fff;
}

.phone-number p {
  font-size: 20px;
  color: #fff;
}

.footer-area.footer-two h5 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area.footer-two h5 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer-area.footer-two h5 {
    margin-top: 30px;
  }
}

.footer-area.footer-two p {
  margin: 0;
}

.footer-area.footer-two .logo {
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area.footer-two .logo {
    height: 100%;
    display: inline-block;
    margin-bottom: 30px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .footer-area.footer-two .logo {
    height: 100%;
    display: inline-block;
    margin-bottom: 30px;
    padding-right: 0;
  }
}

.footer-area .social-area-wrap a {
  width: 40px;
  height: 40px;
  background: #18222b;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-area a.email {
  color: #f6f6f6;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area.footer-two {
    text-align: center;
  }
  .footer-area.footer-two .social-area-wrap {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer-area.footer-two {
    text-align: center;
  }
  .footer-area.footer-two .social-area-wrap {
    margin-top: 30px;
  }
}

.about-section .theme-btn, .about-section .secondary-btn, .about-section .white-btn, .about-section .bordered-btn, .about-section .bordered-white-btn {
  margin-top: 30px;
}

.signature-wrap {
  margin: 25px 0;
}

@media (max-width: 767px) {
  .about-content {
    margin-top: 30px;
  }
}

.about-author {
  position: relative;
  padding-left: 50px;
}
.about-author p {
  color: #171717;
  font-weight: 500;
  font-size: 18px;
}
.about-author span {
  opacity: 0.5;
  font-size: 90%;
}
.about-author:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 35px;
  height: 2px;
  background: #ddd;
}

.about-img-wrapper {
  max-width: calc(100% - 60px);
}
@media (max-width: 767px) {
  .about-img-wrapper {
    max-width: calc(100% - 0px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content-wrapper {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .about-content-wrapper {
    margin-top: 60px;
  }
}

.about-content-wrapper p {
  margin-bottom: 30px;
}

.about-content-wrap {
  max-width: calc(100% - 40px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .about-content-wrap {
    margin-top: 60px;
  }
}

.about-img-wrapper {
  position: relative;
}

.img-welcome {
  position: absolute;
  right: 0;
  bottom: -60px;
}
@media (max-width: 767px) {
  .img-welcome {
    display: none;
  }
}

.about-content-inner {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content-inner {
    margin-top: 120px;
  }
}

.about-content-inner h5 {
  font-size: 22px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 50px;
}
.about-content-inner h5:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 30px;
  height: 2px;
  background: #ddd;
  margin-top: -1px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section.pb-180 {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .about-section.pb-180 {
    padding-bottom: 120px;
  }
}

.single-team-item {
  margin-bottom: 60px;
}
.single-team-item .team-img img{
	aspect-ratio: 1;
	object-fit: cover;
}

.team-info h5 {
  font-size: 24px;
  margin-top: 15px;
}

.team-info p {
  font-size: 16px;
  margin: 0;
}

.social-icon {
  font-size: 18px;
}
.social-icon a i {
  font-size: 18px;
  margin-right: 10px;
  color: #777;
  margin-top: 5px;
}
.social-icon a i:hover {
  color: #333;
}

@media (max-width: 767px) {
  .team-section.pb-60 {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .team-section .section-title h2 br {
    display: none;
  }
}

.single-client {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.single-client img {
  max-width: inherit;
}

.client-area .owl-dots {
  display: none;
}

.single-counter-box {
  text-align: center;
  margin-bottom: 60px;
}
.single-counter-box h6 {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .single-counter-box h6 {
    font-size: 16px;
  }
}

.single-counter-box .counter-number span {
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  color: #171717;
}
@media (max-width: 767px) {
  .single-counter-box .counter-number span {
    font-size: 50px;
  }
}

.single-counter-box p.counter-number {
  font-size: 40px;
}

#about-2 .counter-number span {
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  #about-2 .counter-number span {
    font-size: 40px;
  }
}
#about-2 .single-counter-box h6 {
  font-size: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #about-2 .single-counter-box h6 {
    font-size: 16px;
  }
}

.counter-two .single-counter-box .counter-number span {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .counter-two .single-counter-box .counter-number span {
    font-size: 40px;
  }
}

.counter-two .single-counter-box p.counter-number {
  border-bottom: 1px solid #ddd;
}

.single-portfolio-wrapper {
  margin-bottom: 0px;
}
.single-portfolio-wrapper .portfolio-img{
  margin-bottom: 30px;
}
.single-portfolio-wrapper .portfolio-img img{
	aspect-ratio:1;
	object-fit: cover;
}
.portfolio-section .portfolio_item{
  margin-bottom: 60px;
}

.portfolio-title {
  position: relative;
  padding-left: 30px;
}
.portfolio-title:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #eee;
}
.portfolio-title h3 {
  font-size: 35px;
}
.portfolio-title h6 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 3px;
  color: #8b8b8b;
  margin-top: 10px;
}
.portfolio-title h6 a{
	font-size: 13px;
}
.portfolio-title h3 a {
  font-size: 35px;
	margin: 0px;
}

.portfolio-slider .owl-stage-outer {
  overflow: inherit;
}

.portfolio-slider:before,
.portfolio-slider:after {
  position: absolute;
  content: "";
  width: 500%;
  height: 100%;
  top: 0;
  left: -500%;
  background: #fff;
  opacity: 0.7;
  z-index: 1;
}

.portfolio-slider:after {
  left: auto;
  right: -500%;
}

@media (max-width: 767px) {
  .portfolio-menu {
    text-align: center;
  }
}

.portfolio-menu li a {
  cursor: pointer;
  display: block;
  color: #808996;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 16px;
  padding: 8px 15px;
  transition: all 0.5s;
  margin-top: 5px;
}

.portfolio-menu a.active,
.portfolio-menu a:hover {
  color: #fff;
  background: #171717;
}

.portfolio-item {
  position: relative;
  padding: 15px;
}

.portfolio-box {
  overflow: hidden;
  position: relative;
}

.portfolio-box .portfolio-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.portfolio-box .portfolio-img:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.portfolio-box .portfolio-img > img {
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  border-radius: 0;
}

.portfolio-box .portfolio-detail {
  opacity: 0;
  color: #FFF;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  overflow: hidden;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  text-align: center;
}

.portfolio-box .portfolio-detail h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.portfolio-box .portfolio-detail p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
}

.portfolio-box .portfolio-detail p i {
  color: #fff;
  font-size: 20px;
}

.portfolio-box:hover .portfolio-detail {
  top: 50%;
  transform: translate(0, -50%);
  opacity: 1;
}

.portfolio-box:hover .portfolio-img:after {
  background: rgba(23, 23, 23, 0.87);
}

.portfolio-box:hover .portfolio-img > img {
  transform: scale(1.05);
}

.white-popup-block {
  background: #FFF;
  padding: 30px 15px 15px 15px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

button.mfp-arrow {
  display: none;
}

.mfp-counter {
  display: none;
}

.portfolio-item.minus-top {
  margin-top: -150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-item.minus-top {
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  .portfolio-item.minus-top {
    margin-top: 0;
  }
}

.portfolio-item p {
  margin: 0;
  margin-top: 15px;
}

.portfolio-slider .owl-nav button.owl-prev,
.portfolio-slider .owl-nav button.owl-next {
  border: 1px solid #ddd;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.portfolio-slider .owl-nav button.owl-prev:hover,
.portfolio-slider .owl-nav button.owl-next:hover {
  background: #171717;
  border-color: #171717;
  color: #fff;
}

.portfolio-slider .owl-nav {
  position: absolute;
  top: -100px;
  right: 0;
  display: flex;
}

.portfolio-slider .owl-nav i {
  font-size: 20px;
}

.port-page .portfolio-slider .owl-nav {
  position: absolute;
  top: auto;
  bottom: -30px;
  left: 0;
  display: flex;
}

.process-content-wrap .accordions {
  border-bottom: 1px solid #333;
}
.process-content-wrap .cp-custom-accordion .accordion-items {
  margin-bottom: 0;
}
.process-content-wrap .cp-custom-accordion .accordion-buttons {
  border-top: 1px solid #333;
  border-bottom: none;
  padding: 30px 0px;
  font-size: 30px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .process-content-wrap .cp-custom-accordion .accordion-buttons {
    font-size: 24px;
  }
}
.process-content-wrap .cp-custom-accordion .accordion-body {
  padding-top: 0;
  padding-left: 0;
  padding-right: 25px;
}

.process-img-wrap {
  position: relative;
  max-width: calc(100% - 40px);
}

.process-img-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  overflow: hidden;
}

.process-img-2 {
  position: relative;
  width: 75%;
  margin: 120px auto;
  overflow: hidden;
}

.process-img-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  overflow: hidden;
}

.single-process-item {
  padding: 40px;
  margin-bottom: 60px;
}
.single-process-item h5 {
  font-size: 24px;
  margin: 30px 0;
}

.process-icon img {
  width: 60px;
  height: auto;
}

.cta-section {
  position: relative;
  z-index: 1;
}
.cta-section:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: #171717;
}
@media (max-width: 767px) {
  .cta-section:after {
    height: 100px;
  }
}

.video-section {
  position: relative;
  z-index: 1;
}

.play-btn {
  width: 90px;
  height: 90px;
  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: 99;
  transform: translate(-50px, -50px);
}
.play-btn a {
  z-index: 999;
}

.play-btn i {
  font-size: 30px;
  color: #fff;
  display: flex;
}

@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;
  }
}
.play-btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #555;
  -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;
}

.contact-form-two input, .contact-form-two textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #444;
  margin-bottom: 15px;
	color: #fff;
}

.contact-form-two input::placeholder, .contact-form-two textarea::placeholder {
  color: #fff;
}
.contact-form-two .wpcf7-response-output{
	color: #fff;
}
.cta-area {
  position: relative;
  z-index: 1;
  height: 500px;
  background-attachment: fixed;
}
.cta-area h2 {
  font-size: 70px;
  font-weight: 500;
  line-height: 80px;
}
@media (max-width: 767px) {
  .cta-area h2 {
    font-size: 45px;
    line-height: 50px;
  }
  .cta-area h2 br {
    display: none;
  }
}

.cta-img-area {
  position: relative;
  height: 600px;
}
@media (max-width: 767px) {
  .cta-img-area {
    display: none;
  }
}
.cta-img-area .cta-inner {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-img-area .cta-inner .cta-img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-img-area h2 {
  font-size: 70px;
  font-weight: 500;
  line-height: 80px;
}
@media (max-width: 767px) {
  .cta-img-area h2 {
    font-size: 45px;
    line-height: 50px;
  }
  .cta-img-area h2 br {
    display: none;
  }
}

.cta-img-area .cta-inner img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.cp-custom-accordion .accordion-items {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cp-custom-accordion .accordion-items {
    margin-top: 30px;
  }
}

.cp-custom-accordion .accordion-buttons {
  position: relative;
  width: 100%;
  padding: 20px 0px 30px 20px;
  background-color: #fff;
  text-align: left;
  font-weight: 500;
  font-size: 24px;
  color: #171717;
  border: none;
  border-bottom: 1px solid #eee;
}

.cp-custom-accordion .accordion-buttons span {
  font-size: 15px;
  margin-right: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cp-custom-accordion .accordion-buttons {
    padding: 20px 28px;
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .cp-custom-accordion .accordion-buttons {
    padding-right: 50px;
    line-height: 25px;
    font-size: 18px;
  }
}
.cp-custom-accordion .accordion-buttons::after {
  position: absolute;
  content: "\f061";
  font-family: "Line Awesome Free";
  top: 35%;
  transform: rotate(-90deg);
  right: 30px;
  font-size: 24px;
  font-weight: 500;
  opacity: 1;
  color: #333;
}

@media (max-width: 767px) {
  .cp-custom-accordion .accordion-buttons::after {
    top: 35px;
    right: 25px;
    font-size: 16px;
  }
}
.cp-custom-accordion .accordion-buttons.collapsed::after {
  content: "\f061";
  transform: rotate(90deg);
}

.cp-custom-accordion .collapsed {
  position: relative;
  z-index: 9;
}

.cp-custom-accordion .accordion-body {
  background-color: #fff;
  color: #878787;
  padding: 20px 0;
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cp-custom-accordion .accordion-body {
    padding-right: 25px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cp-custom-accordion .accordion-body {
    padding-right: 30px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cp-custom-accordion .accordion-body {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.faq-section-bg {
  max-width: calc(100% - 10px);
}

@media (max-width: 767px) {
  .faq-section p br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cp-custom-accordion {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cp-custom-accordion {
    margin-top: 30px;
  }
}

.single-price-item {
  padding: 60px 45px 60px;
  background: #fff;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-price-item {
    padding: 60px 30px 60px;
  }
}
@media (max-width: 767px) {
  .single-price-item {
    padding: 60px 30px 60px;
  }
}

.price-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-amount {
  position: relative;
  line-height: 1;
}
.price-amount span.currency {
  font-size: 30px;
  position: relative;
  top: -25px;
}
.price-amount span.value {
  font-size: 50px;
}

.price-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.price-feature {
  margin-top: 30px;
}
.price-feature ul li {
  display: block;
  margin-bottom: 15px;
  font-size: 17px;
}
.price-feature ul li i {
  margin-right: 15px;
}

.price-btn {
  margin-top: 30px;
}

.breadcrumb-area {
  height: 450px;
	background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.breadcrumb-area .breadcrumb-title {
  position: relative;
  z-index: 999;
}
.breadcrumb-area .breadcrumb-title h1 {
  font-size: 60px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area .breadcrumb-title h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  .breadcrumb-area .breadcrumb-title h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-area .breadcrumb-title h1 {
    font-size: 40px;
  }
}

.service-bg {
  background-image: url(../img/breadcrumb/service-bg.jpg);
}

.price-bg {
  background-image: url(../img/breadcrumb/price-bg.jpg);
}

.faq-bg {
  background-image: url(../img/breadcrumb/faq-bg.jpg);
}

.portfolio-bg {
  background-image: url(../img/breadcrumb/portfolio-bg.jpg);
}

.blog-bg {
  background-image: url(../img/breadcrumb/blog-bg.jpg);
}

.contact-bread-bg {
  background-image: url(../img/breadcrumb/contact-bg.jpg);
}

/*




 */




body.admin-bar .header-area{margin-top: 32px;}
body.admin-bar .mobile-nav{top: 32px;}
@media(max-width:782px){
	body.admin-bar .mobile-nav{top: 46px;}
}
.header-area .header-inner-box .logo img{
	max-width: 130px;
	max-height: 70px;
}
@media(max-width:782px){
	.header-area .header-inner-box .logo img{max-width: 120px;max-height: 60px;}
}
.blog-meta .category a{
	font-size: 16px;
}
.single-blog-item .desc{
	display: -webkit-box;
    -webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
#blog-3 .single-blog-wrap .blog-content p{
	display: -webkit-box;
    -webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
#blog-4 .clamp{
	display: -webkit-box;
    -webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.fn__svg,
.e-font-icon-svg{
	width: 15px;
	height: 15px;
	fill:currentcolor;
}
.arnav_fn_pagination{
	width: 100%;
	margin-top: 75px;
}
.arnav_fn_pagination ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.arnav_fn_pagination ul li{
	margin: 0px 8px 0px 0px;
	padding: 0px;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #eaeaea;
	transition: all .3s ease;
}
.arnav_fn_pagination ul li:last-child{
	margin-right: 0px;
}
.arnav_fn_pagination ul li:hover{
	background-color: #666;
}
.arnav_fn_pagination ul li.view{
	width: auto;
	background-color: transparent;
}
.arnav_fn_pagination ul li.active{
	background-color: #666;
}
.arnav_fn_pagination ul li.active span{
	color: #fff;
}
.arnav_fn_pagination ul li a{
	display: block;
	color: var(--bc);
	transition: all .3s ease;
}
.arnav_fn_pagination ul li a:hover{
	color: #fff;
}
.arnav_fn_pagination .fn__svg{
	color: var(--bc);
	width: 12px;
	height: 12px;
	transition: all .3s ease;
}
.arnav_fn_pagination ul li:hover .fn__svg{
	color: #fff;
}
.blog-tag-wrap h5{
	padding-right: 20px;
	top: -9px;
}
.blog-tag-wrap a{
	font-size: 16px;
	color: #212529;
	margin-right: 10px;
	background-color: #f5f5f5;
	display: inline-block;
	padding: 5px 15px;
	transition: all .3s ease;
}
.blog-tag-wrap a:hover{
	color: #fff;
	background-color: #212529;
}
.blog-tag-wrap a:last-child{
	margin-right: 0px;
}
.blog-content-wrap p:first-child{
	margin-top: 0px;
}
.arnav_fn_breadcrumbs{
	color: #8b8b8b;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
	margin-top: 15px;
}
.arnav_fn_breadcrumbs a{
	color: #171717;
	font-size: 14px;
}

/*------------------------------------------------------------------*/
/*	08) 404 Page
/*------------------------------------------------------------------*/

.arnav_fn_error_page{
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 120px 20px;
}
.arnav_fn_error_page .details .svg{
	width: 120px;
	height: 120px;
	opacity: .4;
	margin-bottom: 30px;
}
.arnav_fn_error_page .details{
	max-width: 500px;
}
.arnav_fn_error_page .details p{
	font-size: 18px;
	margin-bottom: 40px;
}
.arnav_fn_error_page .fn__title{
	font-size: 200px;
	line-height: 1;
	margin-bottom: 30px;
}
.arnav_fn_error_page .fn__heading{
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 22px;
}
@media(max-width:768px){
	.arnav_fn_error_page .fn__title{font-size: 100px;margin-bottom: 25px;}
	.arnav_fn_error_page .fn__heading{font-size: 28px;margin-bottom: 20px;}
}
.arnav_fn_error_page .searchbox{
	position: relative;
}
.arnav_fn_error_page form{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.arnav_fn_error_page input[type="text"]{
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-right: none;
	padding: 0 30px;
	border-radius: 3px 0 0 3px;
	background: #eaeaea;
	color: var(--bc);
}
.arnav_fn_error_page input[type="text"]:focus{
	outline:none;
}
.arnav_fn_error_page .searchbox span{
	display: block;
	position: relative;
	width: 60px;
	height: 60px;
	min-width: 60px;
	background-color: #666;
	border-radius: 0 3px 3px 0;
}
.arnav_fn_error_page input[type="submit"]{
	position: relative;
	width: 60px;
	height: 60px;
	display: block;
	z-index: 3;
	background: none !important;
	outline: none !important;
}
.arnav_fn_error_page .searchbox .fn__svg{
	display: block;
    position: absolute;
   	left: 50%;
    top: 50%;
    color: #f5f5f5;
    transform: translate(-50%,-50%) rotate(-90deg);
}
.arnav_fn_error_page .icon .fn__svg{
	width: 100px;
	height: 100px;
	margin-bottom: 35px;
}

/*------------------------------------------------------------------*/
/*	09) Protected Page
/*------------------------------------------------------------------*/

.arnav-fn-protected{
	width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	padding: 120px 20px;
}
.arnav-fn-protected .message_holder{
	max-width: 500px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.arnav-fn-protected .icon .fn__svg{
	color: #b9b8c3;
    display: inline-block;
    width: 100px;
	height: 100px;
	margin-bottom: 35px;
}
.arnav-fn-protected h3{
	margin-bottom: 20px;
	font-size: 40px;
	text-transform: uppercase;
}
.arnav-fn-protected p{
	margin: 0;
    padding: 0;
    font-size: 18px;
    margin-bottom: 40px;
}
@media(max-width:768px){
	.arnav-fn-protected h3{font-size: 28px;margin-bottom: 15px;}
	.arnav-fn-protected p{margin-bottom: 30px;}
}
.arnav-fn-protected form{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.arnav-fn-protected input[type="password"]{
	display: block;
    width: 100%;
    height: 70px;
    line-height: 68px;
    border: 1px solid #b9b8c3;
    border-right: none;
    padding: 0 30px;
    border-radius: 3px 0 0 3px;
}
.arnav-fn-protected input[type="submit"]{
	display: block;
    height: 70px;
	font-size-adjust: 0 25px;
    border: none;
    border-radius: 0 3px 3px 0;
	background-color: #666;
	color: #f5f5f5;
	font-family: var(--hff);
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .5px;
}
.single-blog-item.sticky{
	background-color: #f5f5f5;
}



.widget_tag_cloud{
	padding: 30px;
	border: 1px solid #eee;
	margin-bottom: 30px;
}
.widget_tag_cloud a{
	display: inline-block;
	font-size: 16px;
    font-weight: 500;
    background: #eee;
    color: #061815;
    padding: 10px 15px;
    margin-bottom: 7px;
	margin-right: 2px;
	transition: all .3s ease;
}
.widget_tag_cloud a:hover{
	color: #fff;
	background-color: #061815;
}
.widget_search .search-wrapper{
	display: flex;
	position: relative;
}
.widget_search .search-wrapper input[type=submit]{
	width: 90px;
	position: relative;
	z-index: 2;
	opacity: 0;
}
.widget_search .search-wrapper span{
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 90px;
	background-color: #eee;
}
.widget_search .search-wrapper svg{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 36px;
}


.wp-block-group.has-background{
	padding: 20px;
	border-radius: 8px;
}
.wp-block-group{
	margin-bottom: 20px;
}
.wp-block-group.has-background > * > *:last-child{
	margin-bottom: 0px;
}
.wp-block-buttons{
	margin-bottom: 20px;
}
.wp-block-column.is-layout-flow{
	padding: 15px;
	margin-bottom: 20px;
}
.wp-block-column p:last-child{
	margin-bottom: 0px;
}

.arnav_fn_pagelinks{
	width: 100%;
}
.arnav_fn_pagelinks .title{
	margin-right: 10px;
}
.arnav_fn_pagelinks .number{
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: inline-block;
	background-color: #eaeaea;
	transition: all .3s ease;
}
.arnav_fn_pagelinks .current .number{
	background-color: #666;
	color: #fff;
}
.arnav_fn_pagelinks a{
	color: #868a9b;
}
.arnav_fn_pagelinks .number:hover{
	background-color: #666;
	color: #fff;
}
.wp-block-file:not(.wp-element-button){
	font-size: 14px;
	margin: 30px 0px;
}
.wp-block-file__button{
	padding: 5px 20px;
}

.wp-block-cover, .wp-block-cover-image,
.wp-block-media-text{
	margin-bottom: 20px;
}

.wp-block-button{
	margin-bottom: 20px;
}
.blocks-gallery-grid:not(.has-nested-images).alignleft, .blocks-gallery-grid:not(.has-nested-images).alignright, .wp-block-gallery:not(.has-nested-images).alignleft, .wp-block-gallery:not(.has-nested-images).alignright{
	max-width: 100%;
}
.blocks-gallery-grid:not(.has-nested-images) figcaption, .wp-block-gallery:not(.has-nested-images) figcaption{
	margin-bottom: 20px;
}
.portfolio-slider .portfolio-title{
	margin-top: 20px;
}
#testimonial-3 .testimonial-img img{
	width: 120px !important;
	height: 120px !important;
	object-fit: cover;
}
.hr_line{
	margin: 1rem 0px !important;
}






.arnav_fn_comment{
	width: 100%;
	margin-top: 80px;
}
.arnav_fn_comment .comment_in{
	width: 100%;
}
.arnav_fn_comment .comment_list{
	width: 100%;
	background-color: #f1f1f1;
	padding: 40px;
	margin-bottom: 40px;
}
.arnav_fn_comment .comment-title-count{
	margin: 0px 0px 20px 0px;
	font-size: 24px;
	text-transform: capitalize;
}
.arnav_fn_comment .commentlist{
	margin: 0px;
	list-style-type: none;
}
.arnav_fn_comment .comment{
	width: 100%;
}
.arnav_fn_comment .comment-body{
	margin: 0px 0px 20px 0px;
    position: relative;
    padding: 40px;
    background-color: #f9f9f9;
}
.arnav_fn_comment .infos_wrap{
	width: 100%;
	display: flex;
	align-items: center;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 30px;
    margin-bottom: 22px;
}
@media(max-width:768px){
	.arnav_fn_comment .infos_wrap{flex-direction: column;align-items: baseline;}
	.arnav_fn_comment .comment-avatar{margin-right: 0px;margin-bottom: 10px;}
}
.arnav_fn_comment .comment-avatar{
	width: 80px;
	height: 80px;
	border-radius: 100%;
	margin-right: 15px;
}
.arnav_fn_comment .comment-avatar img{
	border-radius: 100%;
	object-fit: cover;
	min-width: 80px;
	width: 80px;
}
.arnav_fn_comment h4.author{
	margin: 0px;
	padding: 0px;
	font-size: 17px;
}
.arnav_fn_comment h4.author a{
	font-size: 17px;
}
.arnav_fn_comment .time{
	margin: 0px;
	padding: 0px;
}
.arnav_fn_comment .comment-desc a{
	color: #000;
	font-size: 16px;
}
.arnav_fn_comment .fn_reply:empty{
	display: none;
}
.arnav_fn_comment .fn_reply{
	margin-top: 20px;
	display: flex;
}
.arnav_fn_comment .fn_reply .comment-reply{
	display: flex;
	position: relative;
	margin: 0 5px 5px 0;
}
.arnav_fn_comment .fn_reply .comment-reply a{
	padding-left: 29px;
	margin: 0;
}
.arnav_fn_comment .fn_reply .fn__svg{
	position: absolute;
	left: 10px;
	width: 12px;
	height: 12px;
	top: 50%;
	margin-top: -6px;
	color: #fff;
}
.arnav_fn_comment .fn_reply_wrapper{
	width: 100%;
	float: left;
}
.arnav_fn_comment .fn_reply a{
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	line-height: 26px;
	padding: 0 10px;
	display: block;
	float: left;
	border: none;
	background-color: #666;
	text-transform: capitalize;
	height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 5px 5px 0;
	transition: all .3s ease;
}
.arnav_fn_comment .fn_reply a:hover{
	background-color: #000;
}
.arnav_fn_comment .commment-text-wrap{
	width: 100%;
}
.arnav_fn_comment .commment-text-wrap p{
	margin: 0px;
}
.arnav_fn_comment .comment-respond{
	width: 100%;
}
.arnav_fn_comment .children{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding-left: 20px;
}
.arnav_fn_comment #cancel-comment-reply-link{
	text-transform: capitalize;
	color: var(--bc);
	transition: all .3s ease;
	margin-left: 20px;
}
.arnav_fn_comment #cancel-comment-reply-link:hover{
	color: #000;
}
.arnav_fn_comment .comment-reply-title{
	margin: 0px 0px 20px 0px;
	font-size: 24px;
	text-transform: capitalize;
}
.arnav_fn_comment .comment-respond{
	width: 100%;
	background-color: #f1f1f1;
	margin-bottom: 20px;
	padding: 40px;
}
.arnav_fn_comment .commentlist .comment-respond{
	background-color: #f9f9f9;
}
.arnav_fn_comment li.comment .comment-respond{
	-webkit-animation: arnav-slide-down .5s ease;
	-moz-animation: arnav-slide-down .5s ease;
}
@-webkit-keyframes arnav-slide-down{
      0%{ opacity: 0; transform: translateY(10px) translateZ(0);}   
    100%{ opacity: 1; transform: translateY(0px) translateZ(0);}
}
@-moz-keyframes arnav-slide-down{
      0%{ opacity: 0;  transform: translateY(10px) translateZ(0);}   
    100%{ opacity: 1; transform: translateY(0px) translateZ(0);}
}
.arnav_fn_comment .comment-respond form{
	padding: 0px;
}
.arnav_fn_comment .comment-respond textarea{
	padding: 20px;
    height: 120px;
	width: 100%;
	max-width: 100%;
    background-color: #e9e9e9;
    resize: none;
    font-size: 16px;
	margin-bottom: 15px;
	color: var(--bc);
	border: none;
}
.arnav_fn_comment .comment-respond input[type="text"]{
	width: 100%;
    height: 50px;
    padding: 5px 20px;
    background-color: #e9e9e9;
	font-size: 16px;
	margin-bottom: 20px;
	color: var(--bc);
	border: none;
}
.arnav_fn_comment .comment-form-cookies-consent{
	margin-bottom: 20px;
}
.arnav_fn_comment .form-submit{
	margin: 0px;
}
.arnav_fn_comment .logged-in-as{
	margin: 0px 0px 20px 0px;
}
.arnav_fn_comment .logged-in-as a{
	color: #000;
	font-size: inherit;
	transition: all .3s ease;
}
.arnav_fn_comment .logged-in-as a:hover{
	color: #000;
}

.blog-details-page{
	margin-bottom: 100px;
}
.wp-block-heading{
	font-size: 24px;
	margin-bottom: 20px;
}
.wp-block-group ol{
	margin: 0px;
	padding: 0px;
}
.wp-block-search__button{
	margin-left: 0px !important;
}
/*
.widget__block{
	margin-bottom: 30px;
	border: 1px solid #eee;
	padding: 35px;
}
*/
.wp-block-latest-comments__comment:last-child{
	margin-bottom: 0px;
}
.wp-block-group{
	margin-bottom: 0px;
}
.recent-post-thumbs img{
	aspect-ratio:1;
	object-fit: cover;
}
.project-details-wrapper .project-feature-img img{
	height: auto;
}
#portfolio-4 .portfolio-img img{
	aspect-ratio:1;
	object-fit: cover;
}
#wp-comment-cookies-consent{width: auto !important;}