/* ------------------------------------------------
  Project:  Indkal Technologies PVT. LTD.
  Author:   Atif Khan
------------------------------------------------ */
/* ------------------------------------------------
    Table of Contents
    1. General
    2. Typography
    3. Text color
    4. Extra
    5. Form Section
    6. Sidebar Widget
    7. Blog Post
    8. navigation 
    9. Responsive Css
------------------------------------------------ */
/* latin-ext */
@font-face {
  font-family: 'Gotham';
  font-style: bold;
  font-weight: 100 1000;
  src: url(../fonts/gotham/gotham-extra-narrow-medium.otf) format('woff2');
}
@font-face {
  font-family: 'Gotham Medium';
  font-style: normal;
  font-weight: 100 1000;
  src: url(../fonts/gotham/GothamNarrow-Book.otf) format('woff2');
}
@font-face {
  font-family: 'Gotham Bold';
  font-style: normal;
  font-weight: 100 1000;
  src: url(../fonts/gotham/gotham-extra-narrow-medium.otf) format('woff2');
}
/* @font-face {
  font-family: 'Gotham Medium';
  font-style: normal;
  font-weight: 100 1000;
  src: url(../fonts/gotham/GOTHAM-ULTRA.TTF) format('woff2');
} */
/* @font-face {
  font-family: 'Gotham Medium';
  font-style: normal;
  font-weight: 100 1000;
  src: url(../fonts/gotham/GOTHAM-LIGHT.TTF) format('woff2');
} */

/* @font-face {
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 100 1000;
  src: url(../fonts/gotham/GOTHAM-BLACKITALIC.TTF) format('woff2');
} */

/* @font-face {
  font-family: 'Gotham Medium';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/gotham/GOTHAM-MEDIUM.TTF) format('woff2');
} */
/* @font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 100 1000;
  src: url(../fonts/gotham/gotham-extra-narrow-medium.otf) format('woff2');
} */
/* @font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 100 1000;
  src: url(../fonts/gotham/Gotham-Book.otf) format('woff2');
} */

/* @font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 100 1000;
  src: url(../fonts/gotham/Gotham-Book.otf) format('woff2');
} */
/* @font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 100 1000;
  src: url(../fonts/gotham/GOTHAM-LIGHT.TTF) format('woff2');
} */
/*  
@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 100 1000;
  src: url(../fonts/gotham/gotham-extra-narrow-light.otf) format('woff2');
}
@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 100 1000;
  src: url(../fonts/gotham/GOTHAM-MEDIUM.TTF) format('woff2');
}
@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 100 1000;
  src: url(../fonts/gotham/GOTHAM-LIGHT.TTF) format('woff2');
}
@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 100 1000;
  src: url(../fonts/gotham/GOTHAM-ULTRA.TTF) format('woff2');
}
@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 100 1000;
  src: url(../fonts/gotham/GOTHAM-ULTRAITALIC.TTF) format('woff2');
} */
:root {
	--themeak-primary-color:#4C4CFF;
    --themeak-secondary-color:#222222;
	--themeak-dark-color: #222222;
    --themeak-text-color: #000000;
    --themeak-body-color: #666666;
    --themeak-white-color: #FFFFFF;
    --themeak-black-color: #000000;
    --themeak-light-color: #EDF4FC;
    --themeak-border-color: #EDEDF1;
	--themeak-rgba-color: rgba(255, 255, 255, 0.9);
	--themeak-typography-body-font-family: "Gotham Medium", sans-serif;
	/* --themeak-typography-body-font-family: "DM Sans", sans-serif; */
	--themeak-typography-secondary-font-family: "Gotham Medium", sans-serif;
	/* --themeak-typography-secondary-font-family: "Barlow Condensed", sans-serif; */
	--themeak-typography-third-font-family: "Gotham Bold", sans-serif;
	--logo-desktop-height: 40px;
	--logo-tablet-height: 32px;
	--logo-mobile-height: 26px;
	--logo-footer-height: 40px;
	--loader-img-height: 100px; 
}
/* ------------------------------------------------
                     General
------------------------------------------------ */
body {
	scroll-behavior: smooth;
	font-family: var(--themeak-typography-body-font-family);
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 26px;
	color: var(--themeak-body-color);
	overflow-x: hidden;
}
.page-wrapper {
	overflow-x: hidden;
}
/* ------------------------------------------------
                     Typography
------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 20px;
	color: var(--themeak-secondary-color);
	font-family: var(--themeak-typography-secondary-font-family);
	/* text-transform: uppercase; */
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1 {
	font-size: 80px;
	font-style: normal;
	line-height: 92px;
	font-weight: 600;
}
h2 {
	font-size: 50px;
	font-style: normal;
	line-height: 62px;
	position: relative;
	font-weight: 600;
}
h3 {
	font-size: 32px;
	font-style: normal;
	line-height: 44px;
	font-weight: 600;
}
h4 {
	font-size: 26px;
	font-style: normal;
	line-height: 38px;
	font-weight: 600;
}
h5 {
	font-size: 22px;
	font-style: normal;
	line-height: 34px;
	font-weight: 600;
}
h6 {
	font-size: 20px;
	font-style: normal;
	line-height: 32px;
	font-weight: 600;
}
ul {
	margin-left: 0;
	padding: 0;
}
@media (min-width:1200px) {
	.elementor-section.elementor-section-boxed>.elementor-container,
	.container {
		max-width: 1290px !important;
	}
}
@media (max-width: 1200px) and (min-width: 1025px) {
	.elementor-section.elementor-section-boxed>.elementor-container,
	.container {
		max-width: none !important;
	}
}
.custom-sec-padding {
	padding-top: 120px;
	padding-bottom: 120px;
}
label {
	display: inline-block;
	font-weight: 500;
	color: var(--themeak-body-color);
	font-size: 14px;
}
.elementor-heading-title {
	color: var(--themeak-secondary-color) !important;
	font-family: var(--themeak-typography-secondary-font-family) !important;
}
.primary-bg .elementor-heading-title {
	color: var(--themeak-white-color) !important;
}
.white-text .elementor-heading-title {
	color: var(--themeak-white-color) !important;
}
/* ------------------------------------------------
                    Text color
------------------------------------------------ */
.text-theme {
	color: var(--themeak-primary-color) !important;
}
.text-secondary {
	color: var(--themeak-secondary-color) !important;
}
.text-black {
	color: var(--themeak-text-color) !important;
}
.text-grey {
	color: var(--themeak-body-color);
}
.text-white{
	color: var(--themeak-white-color) !important;
}
/* ------------------------------------------------
                 Background color
------------------------------------------------ */
.white-bg {
	background-color: var(--themeak-white-color);
}
.primary-bg {
	background-color: var(--themeak-primary-color);
}
.secondary-bg {
	background-color: var(--themeak-secondary-color);
}
.dark-bg {
	background-color: var(--themeak-secondary-color);
}
.text-bg {
	background-color: var(--themeak-body-color);
}
.light-bg {
	background-color: var(--themeak-light-color);
}
/* ------------------------------------------------
                     Extra
------------------------------------------------ */
.elementor-widget .center {
	text-align: center;
}
.elementor-widget .right {
	text-align: right;
}
.page {
	margin: 0;
}
.page-content {
	margin-top: 100px;
	margin-bottom: 100px;
}
.elementor-default .page-content {
	margin-top: -1.5em;
	margin-bottom: 0;
}
.error-page-search label {
	min-width: 450px;
}
.search-page article {
	margin-bottom: 30px;
}
.search-page article:last-child {
	margin-bottom: 0;
}
.contact-info .elementor-widget:not(:last-child) {
	margin-bottom: 0;
}
.contact-info p {
	margin-bottom: 10px;
}
.secondary-bg .elementor-widget-text-editor p {
	color: var(--themeak-rgba-color);
}
.p-mb-0 p {
	margin-bottom: 0;
}
.ht-first-letter::first-letter {
	font-size: 50px;
	line-height: 50px;
	display: inline-block;
	float: left;
	font-weight: 600;
	margin-right: 8px;
	color: var(--themeak-primary-color);
}
.service-image,
.portfolio-image,
.post-image,
.team-images {
	overflow: hidden;
}
/* ------------------------------------------------
                   Form Section
------------------------------------------------ */
.wpcf7-form .themeak-btn,
.subscribe-form .themeak-btn {
	padding: 0;
}
.subscribe-btn,
input[type="submit"].subscribe-btn,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-search__button {
	padding: 12px 25px 12px 25px;
	position: relative;
	border: 0;
	z-index: 9;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1.5px;
	border-radius: 4px;
	font-family: var(--themeak-typography-secondary-font-family);
	display: inline-flex;
	align-items: center;
	background-color: var(--themeak-secondary-color);
	color: var(--themeak-white-color);
}
.subscribe-btn:hover,
input[type="submit"].subscribe-btn:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-block-search__button:hover {
	background: var(--themeak-primary-color);
	color: var(--themeak-white-color);
}
.wp-block-search__button,
.post-password-form input[type="submit"] {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	background: var(--themeak-secondary-color);
	color: var(--themeak-white-color);
	padding: 13px 25px 11px 25px;
	height: 100%;
	line-height: inherit;
}
.post-password-form input[type="submit"] {
	top: 3px;
}
.comment-form .form-submit input[type=submit]:hover,
.post-comment .form-submit input[type="submit"]:hover,
.wp-block-search__button:hover,
.post-password-form input[type="submit"]:hover {
	background: var(--themeak-primary-color);
	color: var(--themeak-white-color);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border: 1px solid transparent;
	padding: 10px 15px;
	width: 100%;
	height: 55px;
	color: var(--themeak-body-color);
	border-radius: 4px;
	background: var(--themeak-light-color) !important;
}
.wp-block-post-comments-form input:not([type=submit]),
.wp-block-post-comments-form textarea {
	border: inherit;
}
textarea {
	border-radius: 4px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	background: var(--themeak-white-color);
	color: var(--themeak-body-color);
	border: 1px solid var(--themeak-primary-color);
}
.wpcf7-form-control-wrap {
	display: block;
}
.wpcf7-form-control,
select {
	border: 1px solid transparent;
}
.wpcf7-form-control.wpcf7-select,
select {
	width: 100%;
	border-radius: 4px;
	padding: 10px 24px 10px 10px;
	background-color: var(--themeak-light-color);
	height: 55px;
	color: var(--themeak-body-color);
}
.wpcf7-form-control.wpcf7-textarea {
	height: 100px;
	border-radius: 6px;
}
.wpcf7-spinner::before {
    content: "";
    position: absolute;
    background-color: rgb(251, 251, 252);
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 100%;
}
.wpcf7-form .wpcf7-spinner {
	position: absolute;
	padding: 0;
}

.wpcf7-not-valid-tip {
	position: absolute;
	right: 0;
	font-size: 0.8rem;
	bottom: -25px;
}
.theme-bg .wpcf7-not-valid-tip,
.theme-bg .wpcf7-response-output {
	color: var(--themeak-white-color);
}
::-webkit-input-placeholder {
	color: var(--themeak-body-color) !important;
	opacity: 1;
}
:-moz-placeholder {
	color: var(--themeak-body-color) !important;
	opacity: 1;
}
::-moz-placeholder {
	color: var(--themeak-body-color) !important;
	opacity: 1;
}
:-ms-input-placeholder {
	color: var(--themeak-body-color) !important;
	opacity: 1;
}
:focus-visible {
	outline: none;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(./../images/down-arrow.svg);
	background-repeat: no-repeat;
	background-position: right 0.5rem center;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	-webkit-print-color-adjust: exact;
}
select option {
	word-break: break-word;
}
.appointment-form2 .wpcf7-submit {
	width: 100%;
}
/*----------- Contact-form -----------*/
.contact-form .theme-title.ht-split-text {
	margin-bottom: 40px;
}
.contact-form h6 {
	background-color: var(--themeak-white-color);
}
.contact-form .wpcf7-form-control-wrap input,
.contact-form .wpcf7-form-control-wrap select,
.contact-form .wpcf7-form-control-wrap textarea {
	background-color: rgba(255, 255, 255, 0.05) !important;
}
.contact-form .wpcf7-form-control-wrap input::placeholder, 
.contact-form .wpcf7-form-control-wrap textarea::placeholder {
	 color: var(--themeak-white-color) !important;
}
.contact-form .wpcf7-form-control-wrap select{
	color: var(--themeak-white-color);
}
.contact-form .wpcf7-form-control-wrap select option{
	color: var(--themeak-secondary-color);
}
.contact-form .theme-title.ht-split-text .mb-0.elementor-widget {
	margin-bottom: 0 !important;
}
.contact-form  .wpcf7-submit{
	background-color: var(--themeak-primary-color);
	color: var(--themeak-white-color);
}
.contact-form  .wpcf7-submit:hover{
	background-color: var(--themeak-white-color);
	color: var(--themeak-secondary-color);
}
.elementor-widget.elementor-widget-text-editor {
	font-weight: 400;
	color: var(--themeak-body-color);
	font-family: var(--themeak-typography-body-font-family) !important;
}
.text-white.elementor-widget.elementor-widget-text-editor {
	color: var(--themeak-light-color) !important;
}
.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
	color: var(--themeak-white-color) !important;
}
p {
	margin: 0 0 25px;
	line-height: 1.6;
}
.wp-block-cover,
.wp-block-cover-image {
	position: relative;
	background-position: 50%;
	min-height: 430px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.wp-block-button {
	margin: 50px 0;
}
/*----------- Contact-us -----------*/
.contact-us {
	background-color: var(--themeak-light-color);
	padding: 50px;
	border-radius: 4px;
}
.contact-us .theme-title {
	margin-bottom: 30px;
}
.contact-us .theme-title h6 {
	background-color: var(--themeak-white-color);
	margin-bottom: 12px;
}
.contact-us .wpcf7-form-control-wrap input,
.contact-us .wpcf7-form-control-wrap select,
.contact-us .wpcf7-form-control-wrap textarea {
	background-color: var(--themeak-white-color) !important;
}
.contact-us input.wpcf7-form-control.wpcf7-submit.has-spinner {
	background-color: var(--themeak-secondary-color);
}
.contact-us input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	background-color: var(--themeak-primary-color);
}
/*----------- comment form -----------*/
.comment-form .comment-form-comment textarea {
	height: 150px;
}
/*----------- team form -----------*/
.team-form h2 {
	font-size: 48px;
	margin-bottom: 15px;
	line-height: 55px;
}
.alignleft {
	margin: 5px 20px 20px 0 !important;
}

.alignright {
	margin: 5px 0 20px 20px !important;
	clear: both;
}
.lead p,
.elementor-widget-list_style p,
.elementor-widget-list_style_two p,
.elementor-widget-title p,
.elementor-widget-feature p,
.elementor-tab-content p {
	margin-bottom: 0;
}
.wp-block-group.has-background {
	padding: 25px !important;
	margin-bottom: 15px !important;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	font-size: 16px !important;
	text-align: left;
}
blockquote,
.wp-block-quote.is-style-large {
	z-index: 9;
	font-size: 19px;
	line-height: 27px;
	font-weight: 600;
	position: relative;
	color: var(--themeak-secondary-color);
	text-align: left;
	margin-left: 110px !important; 

} 
.wp-block-pullquote.is-style-solid-color blockquote{
	margin-left: 130px !important;
}
blockquote p {
	padding-left: 30px;
}
blockquote .blockquote-text { 
	padding-top: 12px;
	display: block;
	font-family: var(--themeak-typography-secondary-font-family);
	font-size: 22px;
	font-weight: 500; 
} 
blockquote h6 {
	margin-bottom: 3px;
	font-size: 20px;
}
blockquote cite a,
.wp-block-pullquote cite, 
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote cite,
.wp-block-quote footer,
blockquote .blockquote-text p {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: var(--themeak-typography-body-font-family);
	font-size: 13px;
	line-height: 20px;
	font-weight: 500;
	padding: 0;
	color: var(--themeak-body-color);
}
.themeak-blogs .post-card .post-desc blockquote p {
	margin-bottom: 15px;
	margin-top: 0;
}
body blockquote.wp-block-quote.is-style-large cite,
body blockquote.wp-block-quote.is-style-large p,
body blockquote p {
	margin: 0px;
	padding: 0;
}
blockquote:after {
	position: absolute;
	top: 0px;
	left: -110px;
	right: 0;
	font-family: flaticon_psykeo !important;
	font-weight: 500;
	content: "\f103";
	font-size: 80px;
	color: var(--themeak-secondary-color);
	line-height: 1;
	z-index: -1;
}
blockquote.has-text-align-right a,
blockquote a {
	color: var(--themeak-secondary-color);
}
blockquote.has-text-align-right a:hover,
blockquote a:hover {
	color: var(--themeak-primary-color);
}
blockquote.has-text-align-right:after {
	left: 0;
    right: inherit;
}
.wp-block-media-text.has-media-on-the-right {
	margin-bottom: 25px;
}
.wp-block-image {
	margin: 0 0 1em;
}
.wp-block-archives select,
.wp-block-categories select {
	margin-bottom: 20px;
}
.themeak-sidebar .wp-block-archives select,
.themeak-sidebar .wp-block-categories select,
.themeak-sidebar .wp-block-archives-dropdown,
.themeak-sidebar .wp-block-search {
	margin-bottom: 0;
}
.post-card .wp-block-gallery .blocks-gallery-image figure,
.post-card .wp-block-gallery .blocks-gallery-item figure {
	position: relative;
	overflow: hidden;
}
.post-card .wp-block-gallery .blocks-gallery-image figcaption,
.post-card .wp-block-gallery .blocks-gallery-item figcaption {
	position: absolute;
	font-size: 13px;
	font-weight: 600;
	overflow: hidden;
	padding: 10px 0;
	bottom: -100%;
	width: 100%;
	color: #333;
	background: rgba(255, 255, 255, .7);
	white-space: nowrap;
	text-indent: 10px;
	text-overflow: ellipsis; 
}
.post-card .wp-block-gallery .blocks-gallery-image:hover figcaption,
.post-card .wp-block-gallery .blocks-gallery-item:hover figcaption {
	bottom: 0;
}
.wp-block-embed iframe {
	width: 100%;
}
table th {
	background: var(--themeak-primary-color);
	color: var(--themeak-white-color);
	font-weight: 500;
}
table th,
table td {
	border-color: var(--themeak-border-color) !important;
	border: 1px solid;
	padding: 5px 10px;
}
table td {
	background: var(--themeak-white-color);
}
table th,
table td {
	border-color: var(--themeak-border-color) !important;
	border: 1px solid;
	padding: 5px 10px;
}
table tbody th {
	background: var(--themeak-white-color);
	color: var(--themeak-body-color);
}
table tbody th a {
	color: var(--themeak-secondary-color);
}
table tbody th a:hover {
	color: var(--themeak-primary-color);
}
.wp-block-table thead {
	border-bottom: 1px solid;
}
.wp-block-table tfoot {
	border-top: 1px solid;
}
.gallery-caption {
	padding-top: 0.53em;
	padding-bottom: 0.53em;
}
.comment-content table tbody td a {
	color: var(--themeak-primary-color);
	font-weight: 600;
}
.comment-content table tbody td a:hover {
	color: var(--themeak-secondary-color);
}
.comment-content>ul,
.comment-content>ol {
	margin-bottom: 30px;
}
.wp-block-button__link {
	background: var(--themeak-primary-color);
	color: var(--themeak-white-color);
	border: 1px solid var(--themeak-primary-color);
}
.wp-block-button__link:hover {
	background: var(--themeak-secondary-color);
	color: var(--themeak-white-color);
	border-color: var(--themeak-secondary-color)
}
.wp-block-button.is-style-squared a,
.wp-block-button__link.wp-block-button.is-style-squared a {
	border-radius: 0;
}
.wp-block-calendar {
	padding-bottom: 30px;
}
.wp-block-calendar .wp-calendar-nav-prev {
	float: left;
}
.wp-block-calendar .wp-calendar-nav-next {
	float: right;
}
.wp-block-calendar .wp-calendar-nav-prev a,
.wp-block-calendar .wp-calendar-nav-next a {
	text-decoration: none;
}
.post-card .wp-block-search__button-outside {
	margin-bottom: 25px;
}
.wp-block-preformatted {
	margin-top: 10px;
}
.post-single-page .post-desc .entry-content ul:last-child,
.post-single-page .post-desc .entry-content table:last-child,
.post-single-page .post-desc .entry-content p:last-child {
	margin-bottom: 0;
}
.wp-block-columns.has-background.has-pale-pink-background-color,
.wp-block-column.has-background.has-pale-cyan-blue-background-color,
.wp-block-group.has-background.has-pale-pink-background-color,
.wp-block-group.has-background.has-light-green-cyan-background-color {
	background-color: var(--themeak-light-color) !important;
	border-radius: 4px;
}
.wp-block-group.has-black-border-color {
	border-color: var(--themeak-light-color) !important;
}
.wp-block-group.has-border-color,
.wp-block-group.has-background {
	padding: 15px;
	margin-bottom: 15px;
}
.has-small-font-size {
	line-height: 17px;
}
.has-medium-font-size {
	line-height: 24px;
}
.has-large-font-size {
	line-height: 40px;
}
.has-x-large-font-size {
	line-height: 50px;
}
.wp-block-query .wp-block-query-pagination {
	margin-bottom: 30px;
}
.pagination .page-numbers,
.wp-block-query-pagination .page-numbers,
.page-links .post-page-numbers {
	background-color: var(--themeak-light-color);
	border-radius: 4px;
	margin: 0 2px 0 2px;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	font-weight: 500;
}
.pagination .page-numbers:hover,
.pagination .page-numbers.current,
.wp-block-query-pagination .page-numbers:hover,
.wp-block-query-pagination .page-numbers.current,

.page-links .post-page-numbers:hover,
.page-links .post-page-numbers.current {
	background-color: var(--themeak-primary-color);
	color: var(--themeak-white-color);
}
.wp-block-avatar .avatar {
	margin-bottom: 20px;
	border-radius: 50%;
}
.wp-block-post-author .avatar {
	margin-bottom: 20px;
	border-radius: 50%;
}
.wp-block-comments .wp-block-comment-template .wp-block-columns .wp-block-comment-author-name {
	font-size: 28px !important;
	margin-bottom: 20px;
}
.wp-block-comments .wp-block-comment-template .wp-block-columns .wp-block-group .wp-block-comment-date {
	font-size: 18px !important;
}
.wp-block-post-comments-form p,
.wp-block-comments p {
	margin-top: 15px;
}
.wp-block-comments .wp-block-comment-template .wp-block-column .wp-block-comment-reply-link .comment-reply-link {
	margin-top: 20px;
}
.wp-block-post-comments-form p,
.wp-block-comments p {
	margin-top: 15px;
}
.comment-form p.form-submit {
	margin-bottom: 0;
}
.wp-block-comments .wp-block-comments-title,
.pbmit-post-related .pbmit-related-title,
.comments-area .comments-title,
.comment-respond .comments-title,
.comment-respond .comment-reply-title {
	font-size: 36px;
	line-height: 44px;
	color: var(--themeak-secondary-color);
	text-transform: uppercase;
    font-weight: 600;

}
.themeak-footer-widget-area .widget li.cat-item a,
.themeak-sidebar .widget.widget_categories ul li a,
.wp-block-categories li a,
ul.wp-block-archives li a,
.widget.widget_meta ul li a,
.widget .wp-block-latest-posts li>a,
.widget.widget_archive ul li>a,
.widget.widget_recent_entries ul li a,
.widget.widget_nav_menu ul li>a,
.widget.widget_pages ul li a,
.wp-block-page-list li a,
.widget.widget_recent_comments ul li,
.widget .wp-block-latest-comments li {
	font-size: 17px;
	line-height: 23px;
	position: relative;
	padding-left: 20px;
	color: var(--themeak-secondary-color);
}
.themeak-footer-widget-area .widget li.cat-item a:hover,
.themeak-sidebar .widget.widget_categories ul li a:hover,
.wp-block-categories li a:hover,
ul.wp-block-archives li a:hover,
.widget.widget_meta ul li a:hover,
.widget .wp-block-latest-posts li>a:hover,
.widget.widget_archive ul li>a:hover,
.widget.widget_recent_entries ul li a:hover,
.widget.widget_nav_menu ul li>a:hover,
.widget.widget_pages ul li a:hover,
.wp-block-page-list li a:hover,
.themeak-sidebar .widget_recent_comments li a:hover,
.post-card .post-bottom li a:hover {
	color: var(--themeak-primary-color);
}
.themeak-footer-widget-area .widget li.cat-item a::before,
.themeak-sidebar .widget.widget_categories ul li a:before,
.wp-block-categories li a:before,
ul.wp-block-archives li a::before,
.widget.widget_meta ul li a::before,
.widget .wp-block-latest-posts li>a::before,
.widget.widget_archive ul li>a::before,
.widget.widget_meta ul li a::before,
.widget.widget_recent_entries ul li a::before,
.widget.widget_nav_menu ul li>a::before,
.widget.widget_pages ul li a:before,
.wp-block-page-list li a:before {
	content: "";
	background-color: var(--themeak-secondary-color); 
	position: absolute;
	left: 0px;
	top: 9px;
	height: 6px;
	width: 6px;
	border-radius: 50%;
}
.widget.widget_recent_comments ul li:before,
.widget .wp-block-latest-comments li:before {
	content: '\f25c';
	color: var(--themeak-primary-color);
	top: 7px;
	font-family: bootstrap-icons !important;
	font-size: 14px;
	position: absolute;
	left: 0;
	line-height: normal;
}
.widget.widget_recent_comments ul li,
.widget .wp-block-latest-comments li {
	color: var(--themeak-body-color);
	padding-left: 25px;
}
.themeak-sidebar .widget_recent_comments li a {
	font-size: 17px;
	line-height: 19px;
	font-weight: 500;
	color: var(--themeak-secondary-color);
	display: inline-block;
}
.themeak-sidebar .widget ul>li ul {
	margin-left: 15px;
	margin-top: 15px;
}
.wp-block-archives-dropdown,
.wp-block-search {
	margin-bottom: 25px;
}
.wp-block-search .wp-block-search__inside-wrapper {
	border: none;
	padding: 0;
}
.wp-block-buttons,
.wp-block-group {
	margin-bottom: 20px;
}
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover {
	background-color: var(--themeak-secondary-color);
	color: var(--themeak-white-color)
}
.wp-block-cover .wp-block-cover__inner-container p {
	color: var(--themeak-white-color);
}
.wp-block-calendar table th,
.wp-calendar-table th {
	background: var(--themeak-primary-color);
	color: var(--themeak-white-color);
}
#today {
	background: var(--themeak-primary-color);
	color: var(--themeak-white-color);
}
.wp-block-tag-cloud span {
	-webkit-transition: all 0s ease-in-out 0s;
	-moz-transition: all 0s ease-in-out 0s;
	-ms-transition: all 0s ease-in-out 0s;
	-o-transition: all 0s ease-in-out 0s;
	transition: all 0s ease-in-out 0s;
}
.wp-social-link {
	margin-bottom: 15px !important;
}
.widget.widget_recent_comments ul li:before, .widget .wp-block-latest-comments li:before{
	color: var(--themeak-primary-color);
}
.themeak-footer-widget-area #today {
	background: var(--themeak-primary-color);
	color: var(--themeak-white-color);
}
.themeak-footer-widget-area .widget {
	padding-top: 50px;
}
.themeak-footer-widget-area .widget:not(:first-child) {
	padding-top: 35px;
}
.themeak-footer-widget-area .widget ul,
.themeak-footer-widget-area .widget ol,
.wp-block-archives ul {
	margin: 0;
	padding-left: 0;
}
.themeak-footer-widget-area .widget ul>li ul {
	margin-left: 15px;
	margin-top: 15px;
}
.themeak-footer-widget-area .widget ul.children,
.themeak-footer-widget-area .widget ol.children {
	margin-left: 15px;
	margin-top: 15px;
}
.themeak-footer-widget-area .widget ul li,
.themeak-footer-widget-area .widget ol li,
.themeak-footer-widget-area .widget .wp-block-archives li,
.themeak-footer-widget-area .widget .wp-block-latest-posts li,
.themeak-footer-widget-area .widget .widget_recent_entries li,
.themeak-footer-widget-area .widget .wp-block-categories li,
.themeak-footer-widget-area .widget .wp-block-page-list li {
	color: var(--themeak-body-color);
	list-style-type: none;
	margin-bottom: 15px;
	border-bottom-color: rgba(255, 255, 255, 0.08); 
}
.themeak-footer-widget-area .widget ul li:last-child,
.themeak-footer-widget-area .widget ol li:last-child,
.wp-block-latest-posts li:last-child,
.widget_recent_entries li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.themeak-footer-widget-area .widget .widget_categories li,
.themeak-footer-widget-area .widget .wp-block-categories li {
	color: var(--themeak-body-color);
	position: relative;
	padding-left: 20px;
}
.themeak-footer-widget-area .widget .tagcloud a:hover,
.themeak-footer-widget-area .wp-block-tag-cloud a:hover {
	background: var(--themeak-primary-color);
	color: var(--themeak-white-color);
}
.themeak-footer-widget-area .widget.widget_categories ul li:before,
.themeak-footer-widget-area .widget.wp-block-categories li:before {
	color: var(--themeak-body-color);
}
.themeak-footer-widget-area .widget_recent_entries li,
.themeak-footer-widget-area .widget .wp-block-latest-posts li {
	margin-bottom: 15px;
}
.themeak-footer-widget-area .widget li a,
.themeak-footer-widget-area .widget a {
	text-transform: capitalize;
}
.themeak-footer-widget-area .widget .wp-block-latest-comments li:before{
	color: var(--themeak-white-color);
}
.themeak-footer-widget-area .widget li a {
	font-weight: 500;
	color: var(--themeak-white-color) !important;
}
.themeak-footer-widget-area .widget li a::before {
	background-color: var(--themeak-white-color) !important;
	opacity: 1 !important;
}
footer label,
footer .wp-block-archives__label,
.themeak-footer-widget-area .widget li {
	color: var(--themeak-white-color) !important;
}
.themeak-footer-widget-area .widget li a:hover {
	color: var(--themeak-primary-color) !important;
}
.themeak-footer-widget-area,
.themeak-footer-widget-area a,
.themeak-footer-widget-area .wp-block-archives__label,
.themeak-footer-widget-area .wp-block-search__label,
.themeak-footer-widget-area .wp-block-archives-dropdown label,
.themeak-footer-widget-area table caption {
	color: var(--themeak-white-color);
}
.themeak-footer-widget-area select option {
	color: var(--themeak-body-color);
}
.themeak-footer-widget-area table td {
	color: var(--themeak-body-color);
}
.themeak-footer-widget-area table td a {
	color: var(--themeak-primary-color);
}
.themeak-footer-widget-area form .button.button-primary{
	background-color: var(--themeak-primary-color);
}
.themeak-footer-widget-area form .button.button-primary:hover{
	background-color: var(--themeak-white-color);
	color: var(--themeak-secondary-color);
}
.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
	background: var(--themeak-secondary-color);
}
.wp-block-page-list .wp-block-pages-list__item__link.wp-block-navigation-item__content {
	padding: 0;
}
.wp-block-page-list .wp-block-pages-list__item__link.wp-block-navigation-item__content:before {
	display: none;
}
.wp-block-navigation .wp-block-navigation__submenu-container {
	background: var(--themeak-secondary-color);
	border: none !important;
}
.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item {
	margin-bottom: 0;
}
.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item__link.wp-block-navigation-item__content {
	font-size: 16px;
	line-height: 20px;
	text-transform: capitalize;
	padding: 10px 20px 10px 20px;
	color: var(--themeak-body-color);
}
.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item:last-child .wp-block-pages-list__item__link.wp-block-navigation-item__content {
	border-bottom: none;
}
.wp-block-navigation .wp-block-pages-list__item__link.wp-block-navigation-item__content:hover {
	color: var(--themeak-body-color);
}
.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item__link.wp-block-navigation-item__content:hover {
	color: var(--themeak-body-color);
}
.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation__submenu-icon {
	color: var(--themeak-body-color);
}
.widget_calendar caption,
.wp-calendar-table caption {
	caption-side: top;
	font-weight: 500;
	color: var(--themeak-secondary-color);
	padding-top: 0;
}
.wp-block-group.has-background,
pre,
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background: var(--themeak-light-color) !important;
	border-radius: 4px;
}
.wp-block-search__button svg {
	display: none;
}
.wp-calendar-table {
	text-align: center;
}
.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
	color: var(--themeak-body-color);
}
blockquote code {
	color: var(--themeak-body-color);
} 
.post-password-form label input,
.type-post .post-desc .wp-block-search input,
.not-found .search-form input {
	background-color: var(--themeak-white-color);
}
.type-post .wp-block-tag-cloud a {
	background-color: var(--themeak-light-color);
}
.type-post .wp-block-tag-cloud a:hover {
	background-color: var(--themeak-primary-color);
}
.wp-block-image img,
.alignleft,
.wp-block-cover,
.wp-block-cover-image,
.wp-block-media-text__media img,
.wp-block-media-text__media video,
.comment-content img {
	border-radius: 4px;
}
.wp-calendar-nav-next {
	float: right;
}
/* ------------------------------------------------
			        Sidebar Widget
------------------------------------------------ */
.single-post .col-lg-9 {
	padding-right: 60px !important;
}
.themeak-sidebar {
	padding-left: 30px;
	border-left: 2px dashed rgb(0 0 0 / 12%);
}
.single-services .col-lg-9 {
	padding-left: 60px !important;
}
.single-services .custom-sec-padding .col-lg-3 {
	padding-right: 30px;
	border-right: 2px dashed rgb(0 0 0 / 12%);
}
.widget .widget-title,
.widget .wp-block-heading,
.wp-block-archives__label,
.wp-block-search__label {
	position: relative;
	font-family: var(--themeak-typography-secondary-font-family);
	font-size: 28px;
	line-height: 28px;
	display: block;
	padding-left: 12px;
	margin-bottom: 23px !important;
	color: var(--themeak-secondary-color);
	text-transform: uppercase;
	font-weight: 600 !important;
}
.widget .widget-title::before,
.widget .wp-block-heading::before,
.wp-block-archives__label::before,
.wp-block-search__label::before {
	content: "";
	background-color: var(--themeak-primary-color);
	position: absolute;
	top: 2px;
	left: 0;
	height: 97%;
	width: 3px;
}
.service-widget.widget_nav_menu .widget-title {
	margin-bottom: 35px !important;
}
.themeak-sidebar .widget {
	margin-bottom: 50px;
}
.themeak-sidebar .widget:last-child {
	margin-bottom: 0
}
.themeak-sidebar .widget ul,
.themeak-sidebar .widget ol,
.wp-block-archives ul {
	margin: 0;
	padding-left: 0;
}
.themeak-sidebar .widget ul.children,
.themeak-sidebar .widget ol.children {
	margin-left: 15px;
	margin-top: 15px;
}
.themeak-sidebar .widget ol li,
.wp-block-archives li,
.wp-block-latest-posts li,
.widget_recent_entries li,
.wp-block-categories li,
.wp-block-page-list li {
	list-style-type: none;
	margin-bottom: 12px;
}
.themeak-sidebar .widget ul li:last-child,
.themeak-sidebar .widget ol li:last-child,
.wp-block-latest-posts li:last-child,
.widget_recent_entries li:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
.themeak-footer-widget-area .widget .tagcloud a,
.themeak-footer-widget-area .widget .wp-block-tag-cloud a,
.themeak-sidebar .widget .tagcloud a,
.wp-block-tag-cloud a {
	background: var(--themeak-light-color);
	color: var(--themeak-secondary-color);
	border-radius: 4px;
	padding: 6px 15px 4px 15px;
	display: inline-block;
	text-align: center;
	font-size: 13px !important;
	font-weight: 600;
	line-height: 23px;
	text-transform: uppercase;
	margin: 5px 5px 10px 0;
	letter-spacing: 0.9px;
}
.themeak-sidebar .widget .tagcloud a span{
	-webkit-transition: all 0s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
}
.themeak-sidebar .widget .tagcloud a:hover,
.wp-block-tag-cloud a:hover {
	background: var(--themeak-primary-color);
	color: var(--themeak-white-color);
}
.themeak-footer-widget-area .widget .tagcloud a:hover,
.themeak-footer-widget-area .widget .wp-block-tag-cloud a:hover {
	background-color: var(--themeak-primary-color);
	color: var(--themeak-white-color); 
}
.themeak-sidebar .widget ul li,
.widget_categories li,
.wp-block-categories li,
.widget-area .themeak-widget.widget_archive li {
	margin-bottom: 12px !important;
	list-style: none;
}
.widget-area .themeak-widget.widget_archive li a,
.themeak-sidebar .widget.widget_categories li a,
.wp-block-categories li a {
	font-size: 17px;
	line-height: 20px;
	text-transform: capitalize;
	color: var(--themeak-secondary-color);
}
.themeak-sidebar .widget_recent_entries li,
.wp-block-latest-posts li {
	margin-bottom: 15px;
}
.search-form {
	position: relative
}
.search-form label {
	width: 100%;
}
.themeak-sidebar .widget.widget_themeak_recentpost li {
	display: flex;
	margin-bottom: 25px !important;
}
.widget_themeak_recentpost li:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.themeak-widget .themeak-post-image {
	flex-shrink: 0;
	width: 70px;
	height: 70px;
	margin-right: 20px;
	overflow: hidden;
}
.themeak-sidebar .themeak-widget .themeak-post-image{
    border-radius: 4px;
}
.widget_themeak_recentpost li:hover .themeak-post-image img {
	transform: scale(1.1);
}
.widget_themeak_recentpost li .themeak-post-image img {
	border-radius: 4px;
	transform: scale(1.0);
}
.themeak-widget .themeak-post-image img {
	border-radius: 4px;
}
.widget_themeak_recentpost .themeak-post-date {
	display: block;
	font-size: 12px;
	line-height: 15px;
	font-weight: 600;
	text-transform: uppercase; 
	color: var(--themeak-secondary-color);
	margin-top: 10px;
}
.search-form button[type="submit"] {
	color: var(--themeak-secondary-color);
	font-size: 18px;
	background: inherit;
	text-align: center;
	cursor: pointer;
	position: absolute;
	right: 15px;
	padding: 0;
	border: none;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
}
.search-form button[type="submit"]:hover {
	color: var(--themeak-primary-color);
}
.wp-block-search__inside-wrapper {
	position: relative;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
	position: absolute;
	padding: 0;
	border: none;
	background: transparent !important;
	font-size: 0;
	right: 15px;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:before {
	font-weight: normal;
	position: absolute;
	content: "\f52a";
	font-family: 'bootstrap-icons';
	color: var(--themeak-secondary-color);
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	right: 0;
	padding: 0;
	border: none;
	top: 50%;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(-50%);
}
.widget_categories li:last-child,
.wp-block-categories li:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.widget_themeak_recentpost ul li .themeak-post-content {
	line-height: 20px;
}
.widget_themeak_recentpost ul li .themeak-post-content a {
	font-size: 18px;
	color: var(--themeak-secondary-color);
	font-family: var(--themeak-typography-secondary-font-family);
	overflow: hidden;
	text-transform: uppercase;
	font-weight: 600;
    line-height: 16px; 
}
.widget_themeak_recentpost ul li .themeak-post-content a:hover {
	color: var(--themeak-primary-color);
}
.themeak-sidebar .gallery,
.themeak-sidebar .gallery figure {
	margin-bottom: 0;
}
.gallery-item img {
	border-radius: 4px;
}
/*----------- service datile -----------*/
.single-services .post-thumbnail img {
	width: 100%;
	border-radius: 4px;
}
.service-widget ul {
	padding: 0;
	margin: -8px 0 0 0;
}
.service-widget li {
	list-style-type: none;
	margin-bottom: 13px;
	color: var(--themeak-secondary-color);
}
.service-widget li:last-child {
	margin-bottom: 0px;
}
.service-widget li.current-menu-item a{
	color: var(--themeak-primary-color) !important;
}
.service-widget li a:hover:before,
.service-widget li.current-menu-item a::before {
    background-color: var(--themeak-primary-color) !important;
    opacity: 1 !important;
}
/*----------- sidebar-add -----------*/
.sidebar-add {
	background-image: url(../../../../uploads/2025/01/services-img03.jpg);
	padding: 30px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: center center;
}
.sidebar-add:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: var(--themeak-secondary-color);
	opacity: 0.9;
}
.sidebar-add h3 {
	color: var(--themeak-white-color);
    font-size: 30px;
    line-height: 36px;
	position: relative;
	z-index: 9;
	margin: 0;
}
.sidebar-add .themeak-btn {
	padding: 10px 20px;
	z-index: 9;
	margin-top: 90px;
}
.sidebar-add .themeak-btn:hover {
	background: var(--themeak-white-color);
	color: var(--themeak-secondary-color);
}
.sidebar-add p {
	margin-bottom: 0;
}
/*----------- Download-Brochure -----------*/
.download-brochure {
	padding: 12px 20px 11px 20px;
	border-radius: 4px;
	background-color: var(--themeak-light-color);
	margin-bottom: 10px;
	justify-content: space-between;
	display: flex;
}
.download-brochure:hover {
	background-color: var(--themeak-secondary-color);
}
.download-brochure span {
	color: var(--themeak-secondary-color);
	font-size: 16px;
	font-family: var(--themeak-typography-secondary-font-family);
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
}
.download-brochure i {
	color: var(--themeak-secondary-color);
	font-size: 16px;
}
.download-brochure:hover span,
.download-brochure:hover i {
	color: var(--themeak-white-color);
}
/* ------------------------------------------------
                    Blog Post
------------------------------------------------ */
.post-card.post-classic {
	margin-bottom: 60px;
	overflow: hidden;
}
.col-lg-9.col-12.pe-lg-5 article:last-child .post-card.post-classic{
	margin-bottom: 0px 
}
.post-card .post-image {
	width: 100%;
	border-radius: 4px;
}
.post-card .post-thumbnail {
	overflow: hidden;
	border-radius: 4px;
}
.post-image img,
.post-thumbnail img {
	border-radius: 4px; 
}  
.post-card .post-bottom li {
	color: var(--themeak-secondary-color);
	font-size: 13px;
	position: relative;
	margin-right: 30px;
	font-weight: 600;
	letter-spacing: 0.6px;
}
.post-card .post-bottom li:first-child {
	margin-right: 0;
}
.post-card .post-bottom li:before {
	position: absolute;
	top: 0px;
	right: -18px;
	content: "/";
}
.post-card .post-bottom li:first-child:before,
.post-card .post-bottom li:last-child:before {
	content: none;
}
.post-card .post-bottom li.list-inline-item,
.post-card .post-bottom li a {
	color: var(--themeak-secondary-color);
	text-transform: uppercase;
}
.post-card .list-inline.post-bottom {
	border-bottom: 1px solid var(--themeak-secondary-color);
	padding-bottom: 12px;
	padding-top: 15px;
} 
.post-card .list-inline.post-bottom .cat-links {
	background-color: var(--themeak-primary-color);
	border-radius: 4px;
	padding: 3px 8px;
	margin-right: 10px;
	color: var(--themeak-white-color);
} 
.post-card .list-inline.post-bottom .cat-links a {
	color: var(--themeak-white-color);
	font-weight: 500;
} 
.post-card .list-unstyled .info-inner-text {
	display: flex;
	align-items: center;
} 
.post-card .list-inline .portfolio-cat {
	color: var(--themeak-secondary-color);
} 
.post-card .post-desc .post-title h4 {
	margin-bottom: 2px;
	margin-top: 25px;
	line-height: 28px;
    font-size: 20px;
} 
.post-card .post-desc .post-title h4 a {
	color: var(--themeak-secondary-color);
} 
.post-card .post-desc .post-title h4 a:hover {
	color: var(--themeak-primary-color);
} 
.post-card .post-desc .themeak-btn {
	padding: 14px 18px;
} 
.wp-block-post-featured-image {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.edit-link {
    margin-left: 10px;
    display: none !important;
}
/*----------- single-portfolio -----------*/
.single-portfolio .portfolio-img{
	margin-bottom: 20px !important;
}
.single-portfolio .post-thumbnail img {
	width: 100%;
	border-radius: 4px;
}
.single-portfolio .portfolio-meta-info .list-unstyled {
    border-bottom: 1px solid var(--themeak-secondary-color);
    padding-bottom: 20px;
    display: inline-block; 
    width: 100%;
}
.single-portfolio .portfolio-meta-info .list-unstyled li {
    width: 20%;
    float: left;
}
.single-portfolio .portfolio-meta-info .list-unstyled li:last-child{
	margin-right: 0px;
	text-align: right;
}
.single-portfolio .portfolio-meta-info .list-unstyled .sub-title {
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
	color: var(--themeak-secondary-color);
	margin-right: 15px;
	font-family: var(--themeak-typography-secondary-font-family);
	text-transform: uppercase; 
	
}
.single-portfolio .portfolio-meta-info .info-inner-text {
	display: flex ;
		align-items: center;
		margin-top: 10px;
}
.single-portfolio .portfolio-meta-info .list-unstyled .title {
    font-size: 16px;
    margin-top: 2px; 
	font-weight: 600; 
	text-transform: capitalize;
}
/* ------------------------------------------------
                     navigation
------------------------------------------------ */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
	border-top: 1px solid var(--themeak-border-color);
	padding-top: 32px;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;

}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;

}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin-top: 60px;
	margin-bottom: 0;
	clear: both;
}
.site-main .comment-navigation .nav-links a,
.site-main .posts-navigation .nav-links a,
.site-main .post-navigation .nav-links a {
	display: inline-block;
	transition: all 0s ease-in-out 0s;
	position: relative;
}
.nav-title {
	display: block;
	word-break: break-word;
	font-size: 28px;
	line-height: 30px;
	font-weight: 600;
	font-family: var(--themeak-typography-secondary-font-family);
	margin-top: 3px;
	color: var(--themeak-secondary-color);
	text-transform: uppercase;
}
.nav-title:hover {
	color: var(--themeak-primary-color);
}
.site-main .comment-navigation .nav-links .nav-subtitle,
.site-main .posts-navigation .nav-links .nav-subtitle,
.site-main .post-navigation .nav-links .nav-subtitle {
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	color: var(--themeak-secondary-color);
}
.site-main .comment-navigation .nav-links .nav-next .nav-subtitle,
.site-main .posts-navigation .nav-links .nav-next .nav-subtitle,
.site-main .post-navigation .nav-links .nav-next .nav-subtitle {
	padding-left: 0;
}
.site-main .comment-navigation .nav-links .nav-previous,
.site-main .posts-navigation .nav-links .nav-previous,
.site-main .post-navigation .nav-links .nav-previous {
	max-width: 300px;
}
.site-main .comment-navigation .nav-links .nav-next,
.site-main .posts-navigation .nav-links .nav-next,
.site-main .post-navigation .nav-links .nav-next {
	max-width: 300px;
	margin-left: auto;
}
/*----------- Post Comments -----------*/
.post-comment {
	margin-top: 50px;
}
.post-comment .comments-title,
.post-comment .comment-reply-title {
	font-size: 34px;
	line-height: 44px;
	margin-bottom: 30px;
}
.post-comment .comment-reply-title {
	margin-bottom: 10px;
}
.comments-box {
	padding: 50px;
	margin-top: 50px;
}
.comment-author img {
	margin-right: 30px;
	width: 80px;
	height: 80px;
	display: inline-block;
	border-radius: 50%;
}
.comment-body .comment-content {
	padding-left: 114px;
	margin-top: -40px;
}
.comment-body .reply {
	padding-left: 115px;
}
.post-comment li.comment,
.post-comment li.trackback,
.post-comment li.pingback {
	margin-bottom: 30px;
	list-style-type: none;
}
.post-comment li.comment .comment-body {
	list-style-type: none;
	padding-bottom: 32px;
	margin-bottom: 40px;
	border-bottom: 1px solid var(--themeak-border-color);
}
.post-comment li.comment .comment-body:last-child {
	border: inherit;
}
.post-comment li.trackback .comment-body,
.post-comment li.pingback .comment-body {
	background: var(--themeak-light-color);
	list-style-type: none;
	margin-bottom: 20px;
	padding: 30px;
	border-radius: 4px;
}
.post-comment li.comment .comment-body p,
.post-comment li.trackback .comment-body p,
.post-comment li.pingback .comment-body p {
	margin-bottom: 0;
}
.post-comment .comment-meta {
	display: flex;
	margin-bottom: 0px;
}
.post-comment .comment-meta .comment-author {
	display: flex;
}
.post-comment .comment-metadata {
	font-size: 15px;
	margin-top: 3px;
	margin-left: 30px;
	text-transform: uppercase;
}
.post-comment .comment-metadata a {
	color: var(--themeak-secondary-color);
}
.post-comment .comment-metadata a:hover {
	color: var(--themeak-primary-color);
}
.says {
	display: none;
}
.comment-author.vcard b,
.comment-author.vcard a {
	text-transform: uppercase;
	font-size: 22px;
	color: var(--themeak-secondary-color);
	font-weight: 600;
	font-family: var(--themeak-typography-secondary-font-family);
}
.comment-author.vcard a:hover {
	color: var(--themeak-primary-color);
}
.comment-form-author {
	float: left;
	width: 50%;
	padding-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.comment-form-email {
	float: left;
	width: 50%;
	padding-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.comment-form-url {
	clear: both;
	margin-bottom: 15px;
}
.post-comment .form-submit {
	margin-top: 30px;
	margin-bottom: 0;
}
.comment-respond {
	margin-top: 30px;
}
.comment-form-comment {
	margin-top: 30px;
	margin-bottom: 0;
}
.comment-reply-link,
.comment-reply-link:focus,
.comment-reply-link:visited,
.comment-reply-link:active {
	margin-top: 20px;
	font-size: 13px;
	font-weight: 600;
	position: relative;
	text-transform: uppercase;
	color: var(--themeak-secondary-color);
	display: inline-block;
	letter-spacing: 0.8px;
}
.comment-reply-link:hover {
	color: var(--themeak-primary-color);
}
.comment-reply-link:before {
	content: "\f135";
	font-family: 'bootstrap-icons';
	font-size: 25px;
	position: absolute;
	right: -25px;
	top: 1px;
	font-weight: normal;
	transform: rotate(-45deg);
}
#comments small #cancel-comment-reply-link {
	margin-left: 15px;
	font-size: 22px;
}
.single-team .team-single-box {
	background: var(--themeak-white-color);
	border-radius: 4px;
	position: relative;
	padding-left: 20px;
}
.single-team .post-thumbnail img {
	border-radius: 4px;
}
.single-team .team-contact {
	margin-bottom: 31px;
}
.single-team .team-meta li {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.single-team .team-meta li:last-child {
	margin-bottom: 0;
}
.single-team .team-meta li i {
	font-size: 26px;
	color: var(--themeak-primary-color);
	vertical-align: middle;
	margin-right: 15px;
}
.team-contact .team-meta li div {
	color: var(--themeak-secondary-color);
}
.team-contact .team-meta li span {
    margin-right: 10px;
    font-weight: 700;
    color: var(--themeak-dark-color);
    font-size: 16px;
    padding: 0;
    text-transform: capitalize;
    background: none;
    margin-bottom: 0px;
    border-radius: 0px;
    letter-spacing: 0;

}
.single-team .team-member {
	position: relative;
}
.single-team .team-images {
	position: relative;
}
.single-team .team-member .team-desc a:hover {
	color: var(--themeak-primary-color);
}
.single-team .team-member img {
	width: 100%;
	border-radius: 4px;
}
.single-team .team-social-icon li {
	display: inline-block;
	margin: 0 5px;
}
.single-team .team-social-icon li a {
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 100px;
	border: 1px solid var(--themeak-border-color);
	display: block;
	text-align: center;
}
.single-team .team-social-icon li a:hover {
	background: var(--themeak-primary-color);
	color: var(--themeak-white-color);
}
.single-team .team-share-icon {
	z-index: 9;
	background: var(--themeak-white-color);
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 0;
}
.single-team .team-single-box span {
	position: relative;
	font-family: var(--themeak-typography-body-font-family);
	margin-bottom: 15px;
	text-transform: uppercase;
	color: var(--themeak-secondary-color);
	font-weight: 600;
	font-size: 13px;
	display: inline-block;
	line-height: 1;
	padding: 8px 20px;
	background-color: var(--themeak-light-color);
	border-radius: 6px;
	letter-spacing: 1px;
}
.single-team .team-single-box h2 {
	margin-bottom: 13px;
}
.social-icons.team-content li{
	margin-right: 8px;
	display: inline-block;
}
.social-icons.team-content li a{
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 100px;
    border: 1px solid var(--themeak-border-color);
    display: block;
    text-align: center;
}
.social-icons.team-content li a:hover{
    background: var(--themeak-secondary-color);
    color: var(--themeak-white-color);
}
.not-found .page-header h2{
	margin-bottom: 10px;
}
.theme-tags {
	clear: both;
	margin-top: 40px;
}
.theme-tags .tags-links {
	color: var(--themeak-secondary-color);
}
.tags-links a {
    background: var(--themeak-light-color);
    color: var(--themeak-secondary-color);
    border-radius: 4px;
    padding: 6px 15px 4px 15px;
    display: inline-block;
    text-align: center;
    font-size: 13px !important;
    font-weight: 600;
    line-height: 23px;
    text-transform: uppercase;
    margin: 5px 0px 10px 5px;
    letter-spacing: 0.9px;
}
.tags-links a:hover{
	color: var(--themeak-white-color);
	background-color: var(--themeak-primary-color);
}
/* ------------------------------------------------
                Responsive Css
------------------------------------------------ */
@media (max-width:1800px) {
	.header-1 .themeak-btn.themeak-btn.primary-btn {
		color: var(--themeak-white-color);
		padding: 16px 18px;
	}
}
@media screen and (min-width:1601px) and (max-width:2000px) {
	.banner-content {   
		padding: 170px 0px 120px;
	}
}
@media (max-width: 1642px) {
    .banner-content h1 {
        font-size: 45px;
        line-height: 55px;
    }
}
@media (max-width:1570px) {
	.header-number {
		display: none;
	}
	#header-wrap {
		padding: 16px 20px;
	}
	.elementor-section-full_width .split_texts .split-text-block {
		padding-right: 20px;
	}
	.split_texts .split-text-block {
		padding-left: 70px;
	}
	.split-list {
		justify-content: flex-start;
	}
	.split-list ul:first-child {
		padding-right: 50px;
	}
	.banner-content h1 {
        font-size: 45px !important;
        line-height: 55px !important;
	}
	.banner-slider.swiper .swiper-button-prev{
		left: 20px;
	}
	.banner-slider.swiper .swiper-button-next {
		right: 20px;
	} 
} 
@media (max-width: 1817px) {
	.banner-content h1 {
		font-size: 55px;
		line-height: 70px; 
	}
}
@media (max-width:1600px) and (min-width: 1200px) {
	.footer .primary-footer{
		padding-left: 30px; 
		padding-right: 30px;
	} 
} 
@media (max-width:1500px) {
	header.header-1 .search-icon{
		display: none;
	}
	.header-1 .themeak-btn.themeak-btn.primary-btn{
		margin-left: 30px;
	}
}
@media (max-width:1380px) {
	/* banner slider two */ 
	.banner-video .banner-content h1,
	.banner-image .banner-content h1,
	.banner-slider .banner-content h1 {
		font-size: 50px;
		line-height: 65px;
	}
	.page-title .theme-breadcrumb-box{
		width: 36%;
		padding: 0px 30px;
	}
}
@media (max-width:1200px) {
	.page-title{
		padding: 170px 0 110px 0;
	}
	.navigation-top {
		border-radius: 50%;
		width: 50px;
		height: 50px;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 0;
	}
	.header .main-nav>ul>li>a {
		color: var(--themeak-secondary-color);
		font-weight: 600;
	}
	.price-value {
		top: -70px;
	}
    .ht-image-left,
    .ht-image-right{
    	transform:inherit !important;
    }
	.page-title .theme-breadcrumb-box{
		width: 60%;
  	} 
	.page-title.breadcrumb-1 h1{
		color: var(--themeak-white-color);
	}
	/*----------- Banner -----------*/ 
	.banner-slider-one .banner-content {
		padding: 100px 15px 100px 15px;
	}
	.banner-slider-one .slider-img::before {
		width: 100%;
		height: 500%;
		top: 560px;
		bottom: 0px !important;
	}
	.banner-slider-one .banner-content .banner-text {
		width: 100%;
	}
	.banner-content .btn-box {
	 margin-top: 0px !important;
	} 
	.banner-video .banner-content .btn-box,
    .banner-image .banner-content .btn-box,
	.banner-slider .banner-content .btn-box {
		margin-top: 20px !important;
	} 
	.admin-bar .header,
	.admin-bar #header-wrap.fixed-header {
		top: 32px;
	}
	.logo img {
		max-height: var(--logo-tablet-height);
	}
	.header-right,
	.header-number {
		display: none;
	}
	.right-nav {
		margin-left: 0;
		display: none !important;
	}
	.banner-slider {
		margin: 0 !important;
	} 
	.banner-content h1 {
		font-size: 50px !important;
		line-height: 60px !important;
	}
	.banner-image p, 
	.banner-slider.banner-slider-two p {
		display: none;
	}
	.banner-content h1 > p{
		display: block;
	}
	.bg-img-sec {
		min-height: 400px !important;
	} 
	.bg-img-sec .elementor-widget-wrap {
		background-position: center center !important;
		background-size: cover;
	}
	.step-content {
		padding: 50px;
	}
	.header .header-top {
		display: none;
	}
	.ht-img-split-scroller {
		display: block;
	}
	.pin-spacer-ht-img-split-scroller,
	.split_texts {
		width: 100% !important;
	}
	.split_images {
		display: none;
	}
	.split-mobile-img {
		display: block;
		padding: 0px 15px 50px 15px;
		border-radius: 4px !important;
	}
	.split_texts {
		width: 100%;
		background: inherit;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.split_texts .split-text-block {
		background: var(--themeak-white-color);
		overflow: hidden;
		min-height: auto;
		padding: 0;
		margin-bottom: 70px;
		padding-right: 0px !important;
	}
	.split_texts .split-text-block:last-child {
		margin-bottom: 0px;
	}
	.split-content {
		padding: 0 15px;
	}
	.sticky-panel-content {
		display: block;
		height: auto !important;
		overflow: inherit;
	}
	.sticky-panel {
		height: auto;
		display: block;
	}
	.sticky-panel-img {
		width: 100%;
		height: 400px;
	}
	.sticky-panel-text {
		width: 100%;
		padding: 3rem;
	}
	.split-number { 
		font-size: 100px;
		line-height: 100px;
		margin-bottom: 10px;
	}
	.split-list {
		justify-content: inherit;
	}
	.split-list .list-unstyled:first-child {
		margin-right: 50px;
	}
	.split-list {
		margin-bottom: 15px;
	}
	.ht-tab .tab-menu {
		grid-template-columns: repeat(2, 1fr); 
	}
	.post-card.ht-sticky-post {
		display: block;
		padding: 60px 100px 40px 50px !important;
		margin-bottom: 30px;
	}
	.post-card.ht-sticky-post .post-desc {
		padding: 50px 0 0;
	}
	.post-card.ht-sticky-post .post-image {
		border-radius: 30px;
		width: auto;
		height: auto;
	}
	.contact-img .elementor-widget-wrap {
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
		border-bottom-left-radius: 0;
	}
	.portfolio-filter button+button {
		margin-left: 10px;
	}
	.portfolio-filter button {
		padding: 10px 15px;
	}
	.grid.columns-3 .grid-item,
	.masonry.columns-3 .masonry-brick {
		width: 50%;
	}
	.team-member.style-4 .team-images {
		width: 250px;
		height: 250px;
	}
	.team-member.style-4 .team-desc h4 {
		font-size: 40px;
		line-height: 50px;
	}
	.banner-slider .banner-button-prev,
	.banner-slider .banner-button-next,
	.banner-slider .swiper-button-prev,
	.banner-slider .swiper-button-next {
		display: none;
	}
	.elementor-widget-team-sticky-two .team-list {
		padding-left: 0;
	}
	.team-member.style-5 .team-images {
		top: inherit;
		margin-top: 0;
		left: inherit;
		position: inherit;
		opacity: 1;
		visibility: visible;
		clip-path: inherit !important;
		width: auto;
		height: auto;
		border-radius: 4px;
		transform: inherit !important;
		margin-bottom: 30px;
	}
	.marquee-section.style3 .marquee-text span {
		font-size: 80px;
		line-height: 100px;
	}
	#banner-pagination {
		bottom: 30px;
		top: inherit;
		left: auto;
		transform: inherit;
	}
	#banner-pagination.swiper-pagination-clickable .swiper-pagination-bullet{
		background-color: var(--themeak-secondary-color);
		opacity: 0.4;
	}
	.swiper-pagination-clickable .swiper-pagination-bullet-active::before{
		border-color: var(--themeak-secondary-color) I !important;
	}
	#banner-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
		display: inline-block;
		margin: 0 8px;
	}
	footer .footer-top .col-md-6 {
		padding-left: 15px;
		padding-right: 15px;
	}
	/* testimonial */
	.testimonial.style-1{
		padding: 0;
	}
	.testimonial-swiper:hover .swiper-button-next,
	.testimonial-swiper:hover .swiper-button-prev{
	display: none;
	}
    .header.header-1 .main-nav>ul>li>a:hover,
	.header.header-1 .main-nav>ul>li.current-menu-item>a,
	.header.header-1 .main-nav>ul>li.current-menu-parent>a {
        background: inherit;
        color: var(--themeak-primary-color) !important;
    }
	.single-portfolio .portfolio-meta-info .list-unstyled li {
        width: 25%;
    }
	.single-portfolio .portfolio-meta-info .list-unstyled li:last-child{
		text-align: left;
	}
	.single-services .col-lg-3, .single-post .post-single-page .col-lg-3 {
        width: 30%;
    }
	.single-services .col-lg-9, .single-post .post-single-page .col-lg-9 {
        width: 70%;
    }
}
@media screen and (min-width:1024px) and (max-width:1199px) {
	.banner-content {   
		padding: 100px 0px 120px;
	}
}
@media (max-width:1024px) {
	footer .footer-top .col-md-6 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.featured-item.style-3.text-end {
		direction: inherit;
		text-align: left !important;
	}
    .featured-item.style-3.text-end .featured-icon i{
		margin-left: 0px;
        margin-right: 20px;
    }
  	.banner-content {   
		width: 100%;  
	}
  	/* .banner-content h6 {
		background: none !important;
		padding: 0px ;
		color: var(--themeak-white-color);
	}  */
	.banner-content h6 span{
		background-color: var(--themeak-white-color);
		color: var(--themeak-secondary-color);
	}
	.bg-color-none .elementor-background-overlay {
		background-image: inherit !important; 
	}
	.bg-color-none .theme-title h6.light-bg{
		background-color: var(--themeak-white-color);
	}
	.page-title .theme-breadcrumb-box{ 
		padding: 0px 30px 0px 0px;
	}
	.footer .primary-footer .col-space {
		padding: 0px 10px;
	}

}
@media  (max-width: 1024px) and (min-width: 991px) {
	.sidebar-add .themeak-btn {
		padding: 10px 10px; 
	}
	.sidebar-add h3 { 
		font-size: 26px;
		line-height: 29px;
	}
}
@media (max-width:991px) {
	.not-found .page-header h2{ 
		line-height: 50px; 
		font-size: 50px;
	} 
	.theme-title,
	.contact-us .theme-title,
	.contact-form .theme-title.ht-split-text {
		margin-bottom: 30px;
	} 
	.themeak-sidebar {
		margin-top: 80px;
	}
	.custom-sec-padding {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.single-services .col-lg-9 {
		padding-left: 15px !important;
	}
	.single-services .col-lg-3 {
		padding-right: 15px;
		border: inherit;
	}
	.single-services .site-main .post-navigation {
		margin-top: 30px;
	}
	.single-services .custom-sec-padding .col-lg-3 {
		border: inherit;
		padding-right: 15px;
	}
	.single-post .col-lg-9 {
		padding-right: 15px !important;
	}
	.site-main.post-single-page .themeak-sidebar {
		padding-left: 0px;
		border: inherit;
	}
	.single-portfolio .portfolio-meta-info .list-unstyled{
		padding-bottom: 40px;
	}
	.single-portfolio .portfolio-meta-info .list-unstyled li {
        width: 35%; 
    }
	.single-portfolio .portfolio-meta-info .list-unstyled li .themeak-btn {
        margin-top: 20px;
    }
	footer .footer-top-button .themeak-btn.primary-btn {
		margin-bottom: 10px;
		margin-right: 0;
	}
	footer .footer-top-button .themeak-btn:last-child {
		margin-left: 20px;
	}
	footer .primary-footer .row .col-lg-4 {
		padding-right: 15px;
	}
	.footer-widget.widget ul.footer-social {
		margin-top: 0px;
	} 
	.footer .primary-footer .col-space{
		padding: 0px;
	} 
	.footer .primary-footer .col-space:first-child{
		padding-bottom: 30px;
	}
	/*----------- marquee -----------*/
	.marquee-section.style1 {
		padding: 22px 0px 18px 0px;
	}
	.marquee-section.style2 .marquee-text span {
		font-size: 90px;
		line-height: 90px;
	}
	.marquee-section.style2{
		margin: 0px 40px;
	}
	.elementor-widget-service-grid .elementor-widget-container .row .col-lg-6.col-12:nth-of-type(6n+5) .service-item.style-1 {
		border-bottom: 1px solid var(--themeak-border-color);
	}
	.theme-title h2, .theme-title h2 > p {
		font-size: 50px;
        line-height: 60px;
	}
	.themeak-heading-title {
		margin-bottom: 12px;
		font-size: 42px;
		line-height: 44px;
	}
	.theme-title h3 {
		font-size:32px !important;
		line-height:44px !important;
	}
	.team-form h2 {
		font-size: 42px;
		line-height: 44px;
	}
	/*----------- marquee -----------*/
	.marquee-section.style3 {
		margin: 0px 30px;
	}
	.marquee-section.style3 .marquee-text span {
		font-size: 70px;
		line-height: 70px;
	}
	/*----------- split-list -----------*/
	.split-list {
		margin-bottom: 10px;
	}
	.ht-tab-pane .ht-tab-content:hover .tab-image {
		display: none;
	}
	.single-team .team-single-box {
		padding-left: 0px;
		padding-top: 50px;
	} 
	.post-comment .comment-meta .comment-author {
		align-items: center;
	}
	.post-comment .comment-meta {
		align-items: center;
		margin-bottom: 20px;
	}
	.comment-body .comment-content {
		padding-left: 0px;
		margin-top: 0px;
	}
	.comment-body .reply {
		padding-left: 0px;
	}
	.subscribe-form p {
		margin-bottom: 20px;
	} 
	.testimonial.style-1{
		line-height: 43px;
	}
	.page-title.breadcrumb-2 .theme-breadcrumb-box,
	.page-title .theme-breadcrumb-box{
			width: 90%; 
	}
	.single-team .team-single-box span{
		margin-bottom: 5px;
	}
	.testimonial.style-2 .testimonial-content h3 {
		margin-bottom: 10px;

	}
	.testimonial.style-2 .testimonial-content{
		margin-bottom: 50px;
		margin-right: 0;
	}
	.banner-video .banner-content h1,
	.banner-image .banner-content h1,
	.banner-slider .banner-content h1{
		font-size: 45px !important;
		line-height: 55px !important;
	}
	.banner-video .banner-content,
	.banner-image .banner-content{
		width: 100%;

	}
	.single-services .col-lg-9, .single-services .col-lg-3, .single-post .post-single-page .col-lg-9, .single-post .post-single-page .col-lg-3 {
		width: 100%;
	}
	.page-title.breadcrumb-1::before { 
		background: var(--themeak-primary-color);
		opacity: 0.8;
	}
	.page-title.breadcrumb-1::after{
		content: none;
	}
}
@media (max-width:767px) {
    #banner{
		background-image:none;
		background-color: #ffffff;
	}
	.banner-content{
        align-items: center;
    }
	.not-found .page-header h2{ 
		line-height: 40px; 
		font-size: 40px;
	} 
	.error-404.not-found img{
		padding: 0px 40px;
	}
    .header.header-1 #header-wrap{
		padding: 8px 20px;
    } 
	h1 {
		font-size: 60px !important;
		line-height: 70px !important;
	} 
	.page-title {
		padding: 140px 0 90px 0;
	}
	.theme-title h2, .theme-title h2 > p {
		font-size: 42px !important;
		line-height: 50px !important;
	}
	.theme-title h3 {
		font-size:38px !important;
		line-height:44px !important;
	}
	.theme-title p {
		font-size: 16px;
	}
	.page-title h1 {
		font-size: 40px !important;
		line-height: 41px !important;
	}
	.breadcrumb{
		padding: 0px 10px 3px 6px;
	}
	.breadcrumb-item, .breadcrumb-item a{
		margin: 2px 0px;
	}
	.admin-bar #header-wrap.fixed-header {
		top: 0;
	}
	.navbar-toggler.ht-toggler {
		margin-right: 30px;
	}
	.elementor-widget-banner-slider p {
		max-width: 100%;
	}
	.comment-navigation .nav-links,
	.posts-navigation .nav-links,
	.post-navigation .nav-links {
		display: block;
	}
	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous {
		padding-right: 0;
	}
	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		padding-left: 0;
		margin-top: 30px;
	}
	.portfolio-meta-info {
		position: relative;
		bottom: inherit;
		right: inherit;
		width: auto;
	}
	.split_texts .split-text-block {
		/* padding: 2rem 1rem; */
		padding:0;
	}
	.split_texts .counter {
		margin-bottom: 30px;
	}
	.sticky-panel-text {
		padding: 2rem;
	}
	.split-number {
		font-size: 90px;
		line-height: 90px;
		margin: 0;
	}
	.post-card.ht-sticky-post {
		padding: 20px !important;
	}
	.post-card.ht-sticky-post .post-image {
		margin-right: 70px;
	}
	.post-card.ht-sticky-post .post-desc {
		padding: 30px 0 0;
	}
	.banner-inner {
		display: block;
		align-items: center;
	}
	.right-nav .search-icon,
	.right-nav .themeak-btn {
		display: none;
	}
	.team-member.style-2 .team-desc ul {
		display: block;
	}
	.team-member.style-4 .team-images {
		width: 250px;
		height: 250px;
		position: relative;
		clip-path: inherit;
		visibility: visible;
		margin-bottom: 30px;
		top: inherit;
		transform: inherit;
	}
	.team-member.style-4 .team-desc {
		display: block;
	}
	.team-member.style-4 .team-desc .team-cat {
		min-width: inherit;
		margin-bottom: 8px;
	}
	.team-member.style-4 .team-desc h4 {
		font-size: 30px;
		line-height: 40px;
	}
	.ht-tab .tab-menu,
	.tab-list ul {
		grid-template-columns: inherit;
		padding-bottom: 30px;
	}
	.ht-tab .ht-tab-pane .ht-tab-content{
		display: block;
	}
	.ht-tab-content a.themeak-btn{
		margin-top: 35px;
	}
	.ht-tab-content h4{
		width: 100%;
		margin-top: 32px;
	}
	.ht-tab-content h4:first-child{
		margin-top: 0px;
	}
	.portfolio-filter button+button {
		margin: 0 0 10px 10px;
	}
	.grid .grid-item {
		width: 100% !important;
	}
	.ht-call-us a {
		font-size: 24px;
	}
	.media-icon li {
		padding-left: 60px;
	}
	.media-icon li i {
		font-size: 40px;
	}
	.round-text {
		margin-right: 0;
		margin-top: 30px;
	}
	.form-one .contact-top {
		right: -30px;
		top: -30px;
	}
	.banner-content .banner-text {
		width: 100%;
	}
	.marquee-section.style2 .marquee-text span {
      	font-size: 100px;
      	line-height: 100px;
    }
	/*----------- split -----------*/
	.elementor-section-full_width .split_texts .split-text-block {
		padding: 0px;
	}
	.split-list {
		display: inline-flex;
	}
	.split-list .list-unstyled.list-icon.style1 {
		margin-right: 20px;
		margin-bottom: 0px;
        padding-bottom: 10px;
	}
	.footer-widget.widget ul li {
		margin-bottom: 5px;
	}
	.post-comment .comment-meta .comment-author {
		margin-bottom: 20px;
	}
	.post-comment .comment-meta {
		display: grid;
		margin-bottom: 5px;
	}
	.post-comment .comment-metadata {
		margin-left: 0px;
	}
	.post-comment .comments-title,
	.post-comment .comment-reply-title {
		font-size: 26px;
		line-height: 31px;
	}
	.widget_text.footer-widget.widget_custom_html {
		text-align: left !important;
	}
	.horizontal-form #cal-data,
	.horizontal-form #cc_bmi_shortcode-imperial {
		display: grid;
	}
	.horizontal-form .weight-lbs {
		margin-left: 0px;
	}
	.horizontal-form #CCB-calc .col-200-5 .btn {
		margin-left: 16px !important;
	}
	.elementor-widget-themeak_button .right {
		text-align: left;
	}
	footer .footer-top {
		margin-bottom: 30px;
	}
	.themeak-heading-title {
		margin-bottom: 10px;
		font-size: 35px;
		line-height: 35px;
	}
	.featured-item.style-2 .featured-icon{
		margin-left: auto;
	}
	.footer {
		padding: 50px 0 0px 0;
	}
	.banner-video .banner-content h6,
	.banner-image .banner-content h6,
	.banner-slider .banner-content h6  { 
		font-size: 11px; 
		line-height: 18px;
		/* display: inherit !important;
		padding-left: 0; */
	}
	.banner-video .banner-content h1,
	.banner-image .banner-content h1,
	.banner-slider .banner-content h1 {
        font-size: 40px !important;
        line-height: 55px !important;
    }
	.page-title.breadcrumb-2 .theme-breadcrumb-box,
	.page-title .theme-breadcrumb-box {
		width: 100%;
		padding: 0 20px;
	}
	/* timeline */
	.timeline-item{
		margin-bottom: 60px;
	}
	.main-timeline .date-content{
		width: 100%;
		padding: 0;
		order: 0 !important;
	}
	.main-timeline .timeline-dot {
		display: none;
	}
	.main-timeline:before{
		content: none;
	}
	.timeline-item:nth-child(2n+2) .timeline-content,
	.timeline-item:nth-child(2n+2) .date-content,
	.main-timeline .timeline-content{
		padding: 0;
	}
	.main-timeline .date{
		left: 20px;
		right: inherit;; 
	} 
	.timeline-item:nth-child(2n+2) .date-content .date {
		left: 20px;
	}
	.main-timeline .timeline-content h4{
		margin-bottom: 10px;
		margin-top: 30px;
	}
	.cutom-numbr {
		width: 170px;
		height: 170px;
		line-height: 260px;
		font-size: 160px;
	}
	.single-portfolio .portfolio-meta-info .list-unstyled li {
		width: 50%;
	}
}
@media (max-width:576px) {
	.subscribe-btn,
	input[type="submit"].subscribe-btn,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.wp-block-search__button {
		padding: 9px 20px 7px 20px;
	}
	h1,
	.h1 {
		font-size: 44px !important;
		line-height: 54px !important;
	}
	.theme-title h2, .theme-title h2 > p {
        font-size: 32px !important;
        line-height: 34px !important; 
	}
	.theme-title h3 {
		font-size:28px !important;
		line-height:36px !important;
	}
	.theme-title h6{
		padding: 9px 12px 7px 10px;
		margin-bottom: 10px;
	}
  	.ht-circle-progressbar {
		display: block;
	}
	.ht-circle-progressbar .pie {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.featured-item.style-2 {
		display: block;
	}
	.featured-item.style-2 .featured-icon {
		margin-right: 0;
		margin-bottom: 20px;
		margin-left: 20px;
	}
	.featured-item.style-2 .featured-desc {
		align-items: flex-start;
	}
	.featured-item.style-3 h4 {
		margin-bottom: 3px;
		font-size: 23px;
	}
    .featured-item.style-3 .featured-icon i {
        min-width: 65px;
        height: 65px;
        line-height: 65px;
        font-size: 30px;
    }
	.featured-item.style-4 .featured-icon {
		min-width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 32px;
	}
	.not-found .page-header h2 {
        line-height: 33px;
        font-size: 35px;
    }
	/*----------- banner -----------*/
	.banner-content {
		padding: 100px 30px 100px 30px;
	}
    .banner-slider-one .slider-img::before {
        top: 350px;
    }
	.banner-slider-one .banner-content {
        padding: 100px 0px;
    }
	.banner-content .btn-box {
		display: inline-grid;
		justify-items: start; 
	}
	.banner-image .themeak-btn+.themeak-btn,
	.banner-slider .themeak-btn+.themeak-btn{
		margin-left: 0px;
		margin-top: 10px;
	}
	.elementor-shortcode .banner-subtitle{
		line-height: 19px; 
	}
	.elementor-shortcode .banner-subtitle span{
		display: inline-block;
	}
    .banner-content h6 {
		padding: 8px 10px;
    }
	.banner-content h6 span{
		padding: 0px 6px; 
		display: table-caption;
	}
   	.banner-content h6 p{
    	margin-left: inherit;
		line-height: 23px;
   	}
   	.banner-slider-one .banner-content h1{
		line-height: 45px !important;
		margin-bottom: 20px !important;
   	} 
   	.banner-slider-one .animated3 { 
    	line-height: 27px;
		font-size: 16px;
   	} 
   	.banner-video .banner-content h1, 
   	.banner-image .banner-content h1,
	.banner-slider .banner-content h1 {
		font-size: 32px !important;
        line-height: 42px !important;
	}
	.banner-video .banner-content,
	.banner-image .banner-content,
	.banner-slider .banner-content {
		width: 100%;
		padding: 140px 0px 30px 0px;
	}
	.banner-video .banner-content h6,
	.banner-image .banner-content h6,
	.banner-slider .banner-content h6{
		color: var(--themeak-white-color);
	}
	/* .banner-video::after,
	.banner-image::before,
	.banner-slider .slider-img::before{
		background-color: var(--themeak-primary-color);
		opacity: 0.9;
	} */
	.banner-slider .primary-btn{
		background-color: var(--themeak-white-color);
		color: var(--themeak-secondary-color);
	}
	/*----------- marquee -----------*/
	.marquee-section.style1 .marquee-text span {
		font-size: 20px;
		line-height: 20px;
	}
	.marquee-section.style1 .marquee-text {
		padding: 0px 20px;
	}
	/*----------- service-item -----------*/
	.service-item.style-1 {
		margin-right: 0px;
	}
	.service-item.style-1 .service-desc {
		padding-left: 30px;
		padding-bottom: 26px;
		padding-top: 20px;
	}
	.service-item.style-1 .service-icon {
		padding: 0px 0px 10px 0px;
	}
	.service-item.style-1 {
		display: grid;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.service-item.style-1 .service-desc {
		padding: 0px 0px 0px 0px;
	}
	.service-item.style-1 .service-desc {
		border-left: inherit;
	}
	.service-item.style-1 .service-desc h4 {
		font-size: 24px;
		line-height: 30px;
	}
	.service-item.style-1 i {
		font-size: 40px;
	}
	/*----------- marquee -----------*/
	.marquee-section.style2 .marquee-text span {
		font-size: 40px;
		line-height: 40px;
	}
	.marquee-section.style2 {
		margin: 0px 20px;
	}
	/*----------- testimonial -----------*/
	.testimonial.style-1 i {
		width: 50px;
		height: 50px;
		line-height: 55px;
		font-size: 23px;
	}
	.testimonial.style-1 {
		font-size: 20px;
		line-height: 28px;
	}
	.testimonial.style-1 h4 {
		font-size: 17px;
	}
	/*----------- post card -----------*/
	.post-card.style-1 h4 {
		margin-bottom: 0px;
		line-height: 27px;
	}
	.post-card.style-1 h4 a {
		font-size: 22px;
		line-height: 16px;
	}
	.post-card.style-1 .post-desc {
		padding: 25px 25px 25px 25px;
	}
	.post-card.style-1 .post-desc ul {
		margin-bottom: 7px;
	}
	.post-card.style-2 .post-desc h4 {
        font-size: 16px;
        line-height: 25px;
	}
	.cutom-numbr {
        width: 130px;
        height: 130px;
        line-height: 210px;
        font-size: 100px; 
	}
	/*----------- split -----------*/
	.split-number {
		font-size: 60px;
		line-height: 60px;
		margin-bottom: 6px;
	}
	.split-content h3 {
		font-size: 34px;
		line-height: 44px;
		margin-bottom: 8px;
	}
	.split-list {
		display: grid;
	}
	.split-list ul {
		margin: 0;
		padding: 0;
	}
	.split-list ul:last-child{
		margin-bottom: 20px;
	}
	blockquote,
	.wp-block-quote.is-style-large {
		margin: 0;
		margin-left: 100px !important;
	}
	blockquote p {
		padding-left: 20px;
	}
	blockquote:after{ 
		font-size: 70px;
		left: -100px; 
	} 
	.wp-block-quote>cite {
		margin-left: 25px !important;
	}  
	.custom-sec-padding {
		padding-top: 70px;
		padding-bottom: 70px;
	} 
	.single-portfolio .portfolio-meta-info .list-unstyled li {
		margin-right: 0px
	} 
	.single-portfolio .portfolio-meta-info .list-unstyled li .info-inner-text {
        display: grid;
    }
	.single-portfolio .portfolio-meta-info .list-unstyled .themeak-btn{
		margin-top:  15px !important;
	}
	.single-portfolio .portfolio-meta-info .list-unstyled li {
        margin-bottom: 10px;
    }
    .single-portfolio .portfolio-meta-info .list-unstyled li:last-child {
        width: 100%;
    }
	.single-portfolio .portfolio-meta-info .list-unstyled {
        padding-bottom: 30px;
    }
	.elementor-progress-percentage {
		position: absolute;
		top: -15px;
		right: 0px;
		font-size: 16px;
		z-index: -1;
	} 
	.elementor-widget-progress .elementor-title {
		font-size: 16px;
	}
	.single-team .team-single-box h2 {
		font-size: 40px;
		line-height: 40px;
	}
	.split-mobile-img {
		padding: 0px 15px 40px 15px;
	}
	.price-value h2 {
		font-size: 21px;
	}
	.price-value {
		line-height: 80px;
		width: 70px;
		height: 70px;
		top: -40px;
	}
	.contact-us {
		padding: 50px 15px;
	}
	.footer .primary-footer .col-space {
		padding: 15px;
	}  
	.footer {
		padding: 50px 0 0px 0;
	}
	footer .footer-top-button .themeak-btn:last-child {
		margin-left: 0px;
	}
	.themeak-btn {
		padding: 15px 25px 15px 25px;
	}
	.price-table .themeak-btn {
		padding: 14px 19px 14px 19px;
	}
	.themeak-btn.outline-btn {
		padding: 15px 18px 13px 18px;
	}
	.price-table .price-warp {
		padding: 30px 25px;
	}
	.banner-slider .animated2 {
		font-size: 17px;
		line-height: 25px;
	}
	#CCB-calc .btn {
		padding: 11px 25px 10px 25px;
		height: 41px !important;
	}
	.counter .counter-desc span {
		font-size: 45px;
		line-height: 50px;
	}
	.counter.style-1 .counter-icon {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 30px;
	}
	.list-icon li {
		margin-bottom: 6px;
	}
	.scroll-top {
		height: 50px;
		width: 50px;
	}
	.scroll-top::after {
		height: 50px;
		width: 50px;
		line-height: 55px;
	}
	.scroll-top::before {
		height: 50px;
		width: 50px;
		line-height: 50px;
	}
	.themeak-sidebar{
		padding-left: 15px;
    border-left: 0px dashed rgb(0 0 0 / 12%);
	}
	.contact-media i{
		margin-bottom: 10px;
	} 
	.nav-title{
		font-size: 25px;
		line-height: 25px; 
	}
	.testimonial.style-2 .testimonial-content{ 
		font-size: 15px;
		line-height: 23px;
	}
	.ht-tab .tab-menu li a{
		padding: 4px 15px;
		font-size: 15px;
	}
	.portfolio-item.style-1 .portfolio-desc{
		padding: 10px;
	}
	.cutom-numbr-2{
		width: 130px;
    	height: 130px;
	}
	.cutom-numbr-2::before{
		transform: rotate(336deg);
		left: 86px;
	}
	.contact-form .col-6.mb-4 {
		width: 100%;
	}
} 
@media (max-width:479px) {
	.banner-slider-two .banner-content h1 {
        font-size: 34px !important;
        line-height: 40px !important;
    }
}
#about-us {
    padding: 100px 0px 80px;
    /* border-top: 1px solid var(--themeak-light-color); */
}
#about-us .theme-title p{
	max-width:1000px;
} 
@media screen and (max-width:767px){
	#about-us {
		padding: 60px 0px 40px;
	}
}
#brands {
    padding: 100px 0px 80px;
}
#brands .theme-title {
    margin-bottom: 50px;
}
.spacing-bottom{
	margin-bottom: 100px;
}
.spacing-bottom80{
	margin-bottom: 80px;
}
.brands-subheading{
	position:relative
}
.brands-subheading:before{
	content:"";
	position:absolute;
	width:30px;
	height:2px;
	left:calc(50% - 15px);
	color: inherit;
	background-color: var(--themeak-secondary-color);
	bottom: -4px;
}
.brand-divider {
    width: 100%;
    height: 100%;
    position: relative;
}
.brand-divider:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: var(--themeak-light-color);
    left: calc(50% - 1px);
    top: 0px;
}
.brand-wrapper img{
	height: auto;
    width: auto;
	max-width: 175px;
}
@media screen and (max-width:767px){
	#brands {
		padding: 60px 0px 40px;
	}
}
@media screen and (max-width:575px){
	#brands h3 {
		font-size: 24px;
	}
}
#our-benifits,#our-product {
    padding: 100px 0px 80px;
	background-color:var(--themeak-light-color);
}
#our-blogs {
    padding: 100px 0px 80px;
}
.our-benifits-img img {
    border-radius: 200px 200px 200px 200px;
}
@media screen and (max-width:767px){
	#our-benifits,#our-product,#our-blogs{
		padding: 60px 0px 40px;
	}
}
.spinner {
	width: 30px;
	height: 30px;
	border: 4px solid #ccc;
	border-top: 4px solid #333;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	margin: auto;
	min-width: 30px;
    display: inline-block;
}
@keyframes spin {
	to { transform: rotate(360deg); }
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{
    -webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0
}

#growth {
    padding: 100px 0px 80px;
	border-top: 1px solid #EBEBEB;
	background-color: var(--themeak-light-color);
}
.Growth-item {
    padding: 30px 20px;
    background-color: #ffffff;
    border-radius: 10px;
	height: 100%;
	display: flex;
  	align-items: center;
}
.Growth-item .featured-icon {
    min-width: 80px;
    height: 80px;
    background-color: var(--themeak-light-color);
    border: 1px solid var(--themeak-light-color);
    border-radius: 100px;
    padding: 22px;
    max-width: 80px;
    margin-right: 20px;
}
.Growth-item .featured-icon i{
  min-width: 80px;
  height: 80px;
  line-height: 76px;
  color: var(--themeak-secondary-color);
  background-color: var(--themeak-light-color);
  font-size: 36px;
  text-align: center;
  border-radius: 100px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  display: block;
  border: 1px solid var(--themeak-light-color);
} 
/*.Growth-item:hover .featured-icon i{*/
/*  background-color: var(--themeak-primary-color);*/
/*  color: var(--themeak-white-color);*/
/*}*/
.Growth-item .featured-icon svg{
  width: 45px;
  height: 45px;
  fill: var(--themeak-light-color);
}
.Growth-item h2 {
    font-size: 24px;
    line-height: 32px;
}

.Growth-item h2 span {
	font-size: 36px;
}
.Growth-item h4 {
    margin-bottom: 0px;
	font-size: 22px;
    line-height: 28px;
}
.Growth-item p{
	margin-bottom: 0px;
}

@media screen and (max-width:767px){
	#growth {
		padding: 60px 0px 40px;
	}
}
#mission-vission{
	padding: 100px 0px 30px;
}
@media screen and (max-width:767px){
	#mission-vission{
		padding: 60px 0px 10px;
	}
}