/*--------------------------------------------------------------

    Template Name: Nasiha - Business Consulting Company WordPress Theme
    Description: Nasiha is unique and modern responsive WordPress Theme for Business Consulting Company. Its based on Bootstrap v5.x. It will run in all devices including Mobile, Tab, Laptop and Wide Screen precisely and error free. 
    Author: Theme Junction
    Author URI: https://themeforest.net/user/theme-junction
    Version: 1.0.0

----------------------------------------------------------------

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

----------------------------------------------------------------

    [CSS INDEX]
    ===================
    01. Default CSS
    02. Typograpgy
    03. Header One
    04. Search Modal
    05. Hero Section One
    06. Hero Section Two
    07. Our Partner Area
    08. About Section One
    09. About Section Two
    10. Services Section One
    11. Services Section Two
    12. Single Service Section
    13. Our Thinking Section One
    14. Our Thinking Section Two
    15. Fun Fact Section One
    16. Testimonial Section One
    17. Testimonial Section Two
    18. Our Approach Section
    19. Team Section One
    20. Success Section One
    21. Success Section Two
    22. Blog Section One
    23. Single Post Section
    24. Sidebar
    25. Get Started Section One
    26. Get Started Section Two
    27. Pricing Table Section One
    28. Contact Section
    29. Page Header Section
    30. Footer Area
    31. Loading Spinner
    32. Scroll To Top

-------------------------------------------------------------*/

/*
* ===============================
*  01. Defult CSS 
* ===============================
*/

:root {
	--color-white: #ffffff;
	--color-primary: #b89788;
	--color-primary-2: #a97e6b;
	--color-text: #657786;
	--color-heading: #1a2d5a;

	--color-header: #999ca3;
	--header-bg: #34323d;
	--header-sticky: rgba(0, 0, 0, 0.8);

	--color-black: #333333;

	--white-border: rgba(255, 255, 255, 0.1);

	--color-light-gray: #dddddd;
	--color-gray: #332e35;
	--color-mid-gray: #5d5b64;

	--color-border: #787a80;

	--font-awesome: "Font Awesome 5 Free";

	--body-font: "Nunito", sans-serif;
	--body-font-weight: 400;
	--body-font-size: 16px;
	--body-line-height: 1.5;

	--heading-font: "Poppins", sans-serif;
	--heading-font-weight: 700;
}

html,
body {
	min-height: 100%;
	overflow-x: hidden;
}
html {
	scroll-behavior: smooth;
}
img {
	max-width: 100%;
}

.d-table {
	display: table;
	width: 100%;
	height: 100%;
}

.d-table-cell {
	display: table-cell;
	vertical-align: middle;
}
.select-primary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right;
}
.select-primary .nice-select {
	background: transparent;
	border: none;
	padding-right: 22px;
	cursor: pointer;
	float: unset;
	height: auto;
	font-size: 12px;
	line-height: 18px;
	padding-left: 10px;
}

.select-primary select:focus {
	outline: none;
}
input:focus-visible {
	outline: none;
}
.select-primary option {
	color: var(--color-black);
}

.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p {
	color: var(--color-white);
}
.video-modal-primary .close {
	position: absolute;
	right: -30px;
	top: -34px;
	color: var(--color-white);
	padding: 5px;
	width: 30px;
	height: 30px;
	border: none;
	background-color: transparent;
	opacity: 0.75;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.video-modal-primary .close:hover {
	opacity: 1;
}
.video-modal-primary .close:focus {
	outline: 0;
}
.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	height: 450px;
	padding: 0;
	overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	width: 100%;
	height: 100%;
}

/*
* ===============================
*  02. Typograpgy
* ===============================
*/

body {
	font-family: var(--body-font);
	font-size: var(--body-font-size);
	font-weight: var(--body-font-weight);
	line-height: var(--body-line-height);
	color: var(--color-text);
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--heading-font);
	font-weight: var(--heading-font-weight);
	color: var(--color-heading);
}

h1 {
	font-size: 55px;
}

h2 {
	font-size: 40px;
	color: var(--color-heading);
	margin-bottom: 20px;
}

h3 {
	font-size: 22px;
	color: var(--color-heading);
	margin-bottom: 15px;
}

h4 {
	font-size: 20px;
	color: var(--color-heading);
	margin-bottom: 15px;
}

.small-primary {
	font-size: 14px;
	color: var(--color-primary);
	margin-bottom: 5px;
	display: block;
	font-weight: 400;
	text-decoration: none;
}

.small-secondary {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 700;
	color: var(--color-primary);
	text-transform: uppercase;
	display: block;
}

.lead {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}
.button-primary,
.button-secondary-white {
	font-size: 12px;
	color: var(--color-white);
	background-color: var(--color-primary);
	border: 1px solid var(--color-primary);
	border-radius: 25px;
	padding: 10px 25px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.button-primary:after,
.button-secondary-white::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: var(--color-primary-2);
	z-index: -1;
	-webkit-transition: width 0.3s ease-in-out 0s;
	-o-transition: width 0.3s ease-in-out 0s;
	transition: width 0.3s ease-in-out 0s;
}
.button-primary:hover,
.button-primary.active {
	background-color: var(--color-primary);
	border-color: var(--color-primary-2);
	color: var(--color-white);
}
.button-primary:hover:after,
.button-primary.active::after {
	width: 100%;
}
.button-secondary-white {
	border-color: var(--color-white);
	background-color: transparent;
}
.button-secondary-white:after {
	background-color: var(--color-white);
}

.button-secondary-white:hover,
.button-secondary-white.active {
	color: var(--color-black);
	border-color: var(--color-white);
	background-color: transparent;
}
.button-secondary-white:hover::after,
.button-secondary-white.active::after {
	width: 100%;
}

.button-secondary-brown {
	font-size: 12px;
	background: transparent;
	border: 1px solid var(--color-primary);
	background: -o-linear-gradient(
		left,
		var(--color-primary) 50%,
		transparent 50%
	);
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(50%, var(--color-primary)),
		color-stop(50%, transparent)
	);
	background: linear-gradient(
		to right,
		var(--color-primary) 50%,
		transparent 50%
	);
	background-size: 200% 100%;
	background-position: right bottom;
	color: var(--color-primary);
	border-radius: 25px;
	padding: 10px 25px;
	text-transform: uppercase;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.button-secondary-brown:hover,
.button-secondary-brown.active,
.button-secondary-brown:active {
	color: var(--color-white);
	background-position: left bottom;
	border-color: var(--color-primary);
	background-image: inherit;
}
.section-header-primary p {
	font-size: 18px;
}

.section-header-secondary {
	margin-bottom: 50px;
	text-align: left;
}
.section-header.style-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.section-header.style-3 .section_title,
.section-header.style-3 .desc {
	max-width: 620px;
	width: 100%;
	margin-bottom: 15px;
}
.section-header.style-3 .section_title {
	font-size: 36px;
	font-weight: 600;
	letter-spacing: -0.03em;
}
.section-header.style-3 .desc {
	font-size: 18px;
}
a:hover {
	text-decoration: none;
}

a h1:hover,
a h2:hover,
a h3:hover,
a h4:hover,
a h5:hover,
a h6:hover {
	text-decoration: none;
}

.list-primary {
	list-style: none;
	margin: 25px 0;
	padding: 0;
}

.list-primary li {
	position: relative;
	padding-left: 25px;
}

.list-primary li i {
	position: absolute;
	left: 0;
	top: 11px;
	color: var(--color-primary);
	font-size: 8px;
}

.form-primary input {
	min-height: 50px;
	border-radius: 0;
}

.form-primary textarea {
	min-height: 150px;
	border-radius: 0;
	resize: none;
}

.form-primary .form-control:focus {
	border: 1px solid var(--color-primary);
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*
* ====================================
*  03. Header One
* ====================================
*/

.header-one {
	color: var(--color-header);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.header-one.static {
	position: relative;
	background-color: var(--header-bg);
}
.header-one.sticky {
	position: fixed;
}

.header-one.sticky.active {
	background: var(--header-sticky);
}

.header-one.sticky.active .header-nav {
	padding: 5px 0;
}

.header-one.sticky.active .top-bar {
	padding: 5px 0;
}

.header-one .top-bar {
	font-size: 12px;
	text-transform: uppercase;
	padding: 15px 0;
	border-bottom: 1px solid var(--white-border);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.header-one .top-bar .help-text {
	margin-right: 5px;
}

.header-one .top-bar .flag-icon {
	margin-right: 5px;
	font-size: 14px;
}

.header-one .top-bar .or {
	margin: 0 5px;
}

.header-one .top-bar a {
	color: var(--color-white);
}

.header-one .top-bar span,
.header-one .top-bar a {
	height: 18px;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
}
.header-one .top-bar .select-primary span.current {
	color: var(--color-white);
}
.header-one .top-bar .nice-select:after {
	border-color: var(--color-white);
}
.header-one .top-bar .top-bar-right {
	text-align: right;
}

.header-one .top-bar .top-bar-right .select-primary select {
	color: var(--color-header);
	text-transform: uppercase;
}

.header-one .header-nav {
	padding: 15px 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.header-one .header-nav .logo {
	float: left;
	margin: 5px 40px 0 0;
}

.header-one .header-nav .menu {
	float: left;
	text-transform: uppercase;
}
.header-one .header-nav .menu.fright {
	float: right;
}
.header-one .header-nav .menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-right: -20px;
}

.header-one .header-nav .menu ul li {
	position: relative;
}

.header-one .header-nav .menu ul li a {
	font-size: 13px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.header-one .header-nav .menu ul li a:hover {
	text-decoration: none;
}

.header-one .header-nav .menu > ul > li {
	display: inline-block;
}

.header-one .header-nav .menu > ul > li.has-submenu:before {
	content: "";
	position: absolute;
	right: 3px;
	top: 50%;
	width: 6px;
	height: 6px;
	border-bottom: 1px solid var(--color-header);
	border-right: 1px solid var(--color-header);
	transform: translateY(-50%) rotate(45deg);
	margin-top: -3px;
}
.header-one .header-nav .menu > ul > li.active:before,
.header-one .header-nav .menu > ul > li:hover:before {
	border-color: var(--color-white);
}

.header-one .header-nav .menu > ul > li > a {
	color: var(--color-header);
	padding: 8px 20px;
	display: block;
	text-decoration: none;
}

.header-one .header-nav .menu > ul > li > a:hover,
.header-one .header-nav .menu > ul > li.active > a {
	color: var(--color-white);
}

.header-one .header-nav .menu > ul > li > ul {
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 120px;
	background: var(--header-bg);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

.header-one .header-nav .menu > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.header-one .header-nav .menu > ul > li > ul > li.has-submenu:before {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	width: 6px;
	height: 6px;
	border-bottom: 1px solid var(--color-header);
	border-right: 1px solid var(--color-header);
	transform: translateY(-50%) rotate(-45deg);
}
.header-one .header-nav .menu > ul > li > ul > li:hover:before {
	border-color: var(--color-white);
}
.header-one .header-nav .menu > ul > li > ul li a {
	color: var(--color-light-gray);
	padding: 8px 30px 8px 20px;
	display: block;
	white-space: nowrap;
	text-decoration: none;
}

.header-one .header-nav .menu > ul > li > ul li a:hover {
	color: var(--color-white);
	background: var(--color-primary);
}

.header-one .header-nav .menu > ul > li > ul > li > ul {
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 5px;
	min-width: 120px;
	background: var(--header-bg);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}
.header-one .header-nav .menu > ul > li.menu-last > ul > li > ul {
	left: auto;
	right: 100%;
	margin-right: 5px;
	margin-left: 0;
}
.header-one .header-nav .menu > ul > li > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.header-one .header-nav .search-icon {
	float: right;
}

.header-one .header-nav .search-icon img {
	cursor: pointer;
	padding: 5px 0 5px 5px;
	max-width: 18px;
	margin-top: 8px;
}

.header-one .mobile-menu {
	display: none;
}

/*
* ====================================
*  04. Search Modal
* ====================================
*/

.search-modal-wrpr {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(24, 25, 38, 0.95);
	z-index: 10;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}

.search-modal-wrpr.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.search-modal-wrpr .close-icon {
	position: absolute;
	top: 20px;
	right: 25px;
	padding: 5px;
	cursor: pointer;
	opacity: 0.7;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.search-modal-wrpr .close-icon:hover {
	opacity: 1;
}

.search-modal-wrpr .inline-form-primary {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 600px;
	width: 90%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.search-modal-wrpr .inline-form-primary input {
	height: 40px;
	border: 2px solid var(--color-primary);
	border-right: none;
	background: transparent;
	width: calc(100% - 150px);
	padding: 5px 15px;
	color: var(--color-white);
}

.search-modal-wrpr .inline-form-primary button {
	width: 150px;
	height: 40px;
	border-radius: 0;
	-webkit-appearance: none;
}

/*
* ====================================
*  05. Hero Section One
* ====================================
*/

#hero-section-one {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 100vh;
	position: relative;
	z-index: 1;
	padding: 150px 0 100px;
}

#hero-section-one:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: -1;
}

#hero-section-one small,
.hero-banner-2 small {
	font-size: 14px;
	font-weight: 300;
	display: block;
	margin-bottom: 15px;
	color: var(--color-white);
}

#hero-section-one h1,
.hero-banner-2 h1 {
	margin-bottom: 15px;
	color: var(--color-white);
}

#hero-section-one .lead,
.hero-banner-2 .lead {
	margin-bottom: 40px;
	color: var(--color-white);
}

#hero-section-one .button_1,
.hero-banner-2 .button_1 {
	margin-right: 15px;
}

/* Hero Banner 2 */
.hero-banner-2 {
	min-height: 100vh;
	position: relative;
	z-index: 1;
	padding: 150px 0 100px;
}
.hero-banner-2:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -o-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 101.25%);
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#000000),
		color-stop(101.25%, rgba(0, 0, 0, 0))
	);
	background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 101.25%);
	opacity: 0.9;
	z-index: -1;
}
.hero-banner-2 .title {
	font-size: 50px;
	margin-bottom: 30px;
}
.hero-banner-2 .lead {
	text-transform: capitalize;
	font-weight: 300;
	font-family: var(--body-font);
	font-size: 20px;
	line-height: 30px;
	max-width: 500px;
	width: 100%;
	margin-bottom: 24px;
}
.hero_brands_logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.hero_brands_logos .brand_logo {
	width: auto;
	display: inline-block;
	-webkit-filter: brightness(2);
	filter: brightness(2);
	max-width: 100px;
}
.hero_brands_logos .brand_logo > img {
	height: 100%;
}
.hero_brands_logos .brand_logo:not(:last-child) {
	margin-right: 30px;
}
.hero_brands {
	margin-top: 65px;
}
.hero_brands .brands_title {
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: var(--color-white);
	font-family: var(--body-font);
	margin-bottom: 25px;
}
.hero-banner-2.align-center .lead {
	margin-left: auto;
	margin-right: auto;
}
.align-center .hero_brands_logos {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.hero-banner-2.align-right .lead {
	margin-left: auto;
}
.align-right .hero_brands_logos {
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right;
}

/*
* ====================================
*  06. Hero Section Two
* ====================================
*/

#hero-section-two {
	text-align: center;
}

#hero-section-two .hero-slider-item {
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
}

#hero-section-two .hero-slider-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: -1;
}

#hero-section-two .owl-nav button:focus {
	outline: 0;
}

#hero-section-two .owl-prev {
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -25px;
}

#hero-section-two .owl-next {
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -25px;
}

#hero-section-two small {
	font-size: 14px;
	font-weight: 300;
	display: block;
	margin-bottom: 15px;
}

#hero-section-two h1 {
	margin-bottom: 15px;
}

#hero-section-two .lead {
	margin-bottom: 40px;
}

#hero-section-two .button-primary {
	margin: 0 5px 10px;
}

#hero-section-two .button-secondary-white {
	margin: 0 5px 10px;
}
.hero-slider-item .style-2 {
	text-align: left;
}
.slider-style-2 .owl-dots {
	position: absolute;
	top: 50%;
	right: 30px;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slider-style-2 .owl-dots .owl-dot {
	width: 20px;
	height: 20px;
	background-color: var(--color-light-gray);
	border-radius: 50%;
	display: block;
	margin: 15px 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.slider-style-2 .owl-dots .owl-dot.active {
	background-color: var(--color-primary);
}
/*
* ====================================
*  07. Our Partner Area
* ====================================
*/
.our-partner-area .small-secondary {
	margin: 0;
}

.our-partner-area ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.our-partner-area ul li {
	width: 16.6666%;
	float: left;
	line-height: 48px;
	padding-right: 15px;
}

/*
* ====================================
*  08. About Section One
* ====================================
*/

#about-section-one .left-side .img-wrpr {
	position: relative;
}

#about-section-one .left-side .img-wrpr:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 60%;
	height: 60%;
	background: url("../img/pattern/1.png") no-repeat;
}

#about-section-one .left-side .img-wrpr img {
	width: 70%;
	margin: 15% 0 0 20%;
}

#about-section-one .right-side .small-secondary:last-of-type {
	margin-bottom: 20px;
}

#about-section-one .right-side p {
	padding-right: 80px;
}

#about-section-one .right-side hr {
	margin-top: 25px;
	margin-bottom: 30px;
	border-top: 1px solid #d9e8ed;
}
#about-section-one .right-side .partners-logo-wrpr ul {
	list-style: none;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-bottom: 15px;
}
#about-section-one .right-side .partners-logo-wrpr ul li {
	display: inline-block;
	margin-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	margin-bottom: 15px;
}
#about-section-one .right-side .partners-logo-wrpr ul li:last-child {
	margin-right: 0;
}
#about-section-one .right-side .partners-logo-wrpr ul li img {
	max-width: 100px;
}

/*
* ====================================
*  09. About Section Two
* ====================================
*/
#about-section-two .left-side .img-wrpr {
	position: relative;
}

#about-section-two .left-side .img-wrpr:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 60%;
	height: 60%;
	background: url("../img/pattern/1.png") no-repeat;
}

#about-section-two .left-side .img-wrpr img {
	margin-top: 70px;
	width: 90%;
}
.about-content .title {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 32px;
}

.about-content p {
	max-width: 510px;
	width: 100%;
	font-size: 18px;
	margin-bottom: 0;
}

.about-content .about-feature {
	margin-top: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.about-content .about-feature .single-feature {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.about-feature .single-feature span {
	display: block;
}

.about-feature .single-feature span.feature-count {
	font-size: 36px;
	line-height: 50px;
	font-weight: 700;
	font-family: var(--body-font);
	color: var(--color-primary);
	margin-bottom: 16px;
}

.about-feature .single-feature span.feature-title {
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
	letter-spacing: -0.03em;
	font-family: var(--body-font);
	color: var(--color-heading);
	margin-bottom: 16px;
}

.about-feature .single-feature span.feature-details {
	font-size: 16px;
	max-width: 270px;
	width: 100%;
}
.about-image {
	position: relative;
	padding-left: 15%;
}
.about-image .image-badge {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 60%;
	height: 60%;
}
.about-image .image-badge img {
	width: 100%;
	height: 100%;
}
/*
* ====================================
*  10. Services Section One
* ====================================
*/
.services-archive {
	padding-top: 100px;
	padding-bottom: 60px;
	background: var(--color-gray);
	background: -o-linear-gradient(
		315deg,
		var(--color-gray) 0%,
		var(--color-mid-gray) 50%
	);
	background: linear-gradient(
		135deg,
		var(--color-gray) 0%,
		var(--color-mid-gray) 50%
	);
}
.services-archive.style-3 {
	background: rgba(143, 147, 165, 0.1);
}
#services-section-one .service-item {
	margin-bottom: 40px;
	padding: 30px 30px 25px;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	background-position: top left;
}

#services-section-one .service-item:hover {
	background-color: var(--color-primary);
	background-image: url("../img/pattern/2.png");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
}

#services-section-one .service-item img {
	max-width: 50px;
	margin-bottom: 20px;
	min-height: 40px;
}
#services-section-one .service-item p {
	margin-bottom: 25px;
}

#services-section-one .service-item a {
	font-size: 10px;
	text-transform: uppercase;
	color: var(--color-white);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin-left: -5px;
	text-decoration: none;
}

#services-section-one .service-item:hover a {
	opacity: 1;
	visibility: visible;
	margin-left: 0;
}

/*
* ====================================
*  11. Services Section Two
* ====================================
*/
#services-section-two .service-item {
	margin-bottom: 40px;
	padding: 30px 30px 25px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background-position: top left;
}
#services-section-two .service-item a {
	text-decoration: none;
}

#services-section-two .service-item:hover {
	background-color: var(--color-primary);
}

#services-section-two .service-item img {
	max-width: 50px;
	margin-bottom: 20px;
}

#services-section-two .service-item p {
	margin-bottom: 0;
}
#services-section-one.style-3 .service-item {
	background-color: var(--color-white);
	text-align: left;
	border-radius: 0.5rem;
	-webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 15%);
	box-shadow: 0 5px 10px 0 rgb(0 0 0 / 15%);
	display: block;
	padding: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	text-decoration: none;
}
#services-section-one.style-3 .service-item:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}
#services-section-one.style-3 .service-item .service_content {
	padding: 25px 30px;
}
#services-section-one.style-3 .service-item p {
	color: var(--color-text);
}

#services-section-one.style-3 .service-item .service-btn {
	font-size: 12px;
	text-transform: uppercase;
	color: var(--color-heading);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	text-decoration: none;
}
#services-section-one.style-3 .service-item:hover .service-btn {
	color: var(--color-primary);
}
#services-section-one.style-3 .service-item img {
	max-width: 100%;
}
#services-section-one.style-3 .service-item img {
	max-width: 100%;
	height: 150px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 0;
}
#services-section-one.style-4 .service-item img {
	max-height: 242px;
	height: 100%;
	max-width: 100%;
	min-height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 5px;
	margin-bottom: 33px;
}

#services-section-one.style-4 .service-item {
	padding: 0px;
	display: inline-block;
	margin-bottom: 30px;
	background-color: transparent;
	background-image: none;
}

#services-section-one.style-4 .service-item .title {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.03em;
	margin-bottom: 3px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#services-section-one.style-4 .service-item:hover .title {
	color: var(--color-primary);
}

#services-section-one.style-4 .service-item p {
	color: var(--color-text);
	margin-bottom: 16px;
}

#services-section-one.style-4 .service-item .service-btn {
	font-weight: 500;
	text-transform: capitalize;
	color: var(--color-primary);
	font-size: 16px;
	line-height: 1px;
}

#services-section-one.style-4 .service-item:hover {
	background-color: transparent;
	background-image: none;
}
#services-section-one.style-4 .service-item .service-btn i {
	margin-left: 8px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#services-section-one.style-4 .service-item:hover .service-btn i {
	margin-left: 15px;
}
.post-type-archive-services #services-section-one.style-4 {
	padding-top: 100px;
	padding-bottom: 60px;
}
.post-type-archive-services #services-section-one.style-4 .service-item {
	margin-bottom: 40px;
	text-decoration: none;
}
/*
* ====================================
*  12. Single Service Section
* ====================================
*/

#single-service-section {
	padding: 100px 0;
}

#single-service-section img {
	margin-bottom: 40px;
	border-bottom: 5px solid var(--color-primary);
	width: 100%;
	max-height: 450px;
	-o-object-fit: cover;
	object-fit: cover;
}
#single-service-section .tj-service__sidebar img {
	margin-bottom: 0;
}
/*
* ====================================
*  13. Our Thinking Section One
* ====================================
*/
#our-thinking-section-one.without-bg::before {
	display: none;
}

#our-thinking-section-one.without-bg .right-side {
	padding: 0;
}
#our-thinking-section-one {
	position: relative;
}

#our-thinking-section-one:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	height: 100%;
	background: var(--color-primary);
}

#our-thinking-section-one .left-side {
	position: absolute;
	bottom: 0;
	left: 30%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#our-thinking-section-one .right-side {
	padding: 100px 0 100px 25px;
}

#our-thinking-section-one .right-side .our-thinking {
	font-size: 25px;
	margin-bottom: 30px;
}

#our-thinking-section-one .right-side .signature {
	font-family: "Allura", cursive;
	font-size: 35px;
	display: block;
}

#our-thinking-section-one .right-side .designation {
	color: var(--color-primary);
	display: block;
}

/*
* ====================================
*  14. Our Thinking Section Two
* ====================================
*/
#our-thinking-section-two {
	background: none;
}
#our-thinking-section-two {
	position: relative;
	background: #eeeeee;
}

#our-thinking-section-two .left-side {
	position: relative;
	margin-left: 30px;
}

#our-thinking-section-two .left-side:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: -25px;
	top: -25px;
	background: var(--color-white);
}

#our-thinking-section-two .left-side-inner {
	margin: 100px 0 100px 0;
	background: var(--color-white);
	padding: 25px 35px;
	-webkit-box-shadow: 5px 5px 5px 5px var(--color-light-gray);
	box-shadow: 5px 5px 5px 5px var(--color-light-gray);
	position: relative;
	z-index: 1;
}

#our-thinking-section-two .left-side .our-thinking {
	font-size: 30px;
	margin-bottom: 30px;
}

#our-thinking-section-two .left-side .signature {
	font-family: "Allura", cursive;
	font-size: 35px;
	display: block;
}

#our-thinking-section-two .left-side .designation {
	color: var(--color-primary);
	display: block;
}

#our-thinking-section-two .right-side {
	position: absolute;
	bottom: 0;
	right: 10%;
	width: 30%;
}

/*
* ====================================
*  15. Fun Fact Section One
* ====================================
*/
#fun-fact-section-one .number {
	font-family: var(--heading-font);
	font-weight: 400;
	font-size: 48px;
	color: var(--color-primary);
	display: block;
}

#fun-fact-section-one .label {
	margin-bottom: 0;
	font-size: 18px;
	text-transform: uppercase;
	color: var(--color-white);
}
#fun-fact-section-one.style-2 .number {
	font-size: 36px;
	line-height: 50px;
	font-weight: 700;
	margin-bottom: 11px;
}

#fun-fact-section-one.style-2 .label {
	font-size: 24px;
	line-height: 26px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 10px;
}

#fun-fact-section-one.style-2 .desc {
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 28px;
	color: var(--color-white);
	max-width: 265px;
	width: 100%;
}
#fun-fact-section-one.style-2.text-center .desc {
	margin: auto;
}
#fun-fact-section-one.style-2.text-right .desc {
	margin-left: auto;
}
/*
* ====================================
*  16. Testimonial Section One
* ====================================
*/
#testimonial-section-one p {
	font-size: 30px;
	max-width: 650px;
	margin: 0 auto 50px;
}

#testimonial-section-one .client-img {
	max-width: 50px;
	margin: 0 auto 20px;
	border-bottom: 3px solid var(--color-primary);
}

#testimonial-section-one .name {
	font-size: 18px;
	font-weight: 700;
	display: block;
}

#testimonial-section-one .designation {
	color: var(--color-primary);
	display: inline-block;
}

#testimonial-section-one .owl-theme .owl-nav button:hover {
	background: none;
}

#testimonial-section-one .owl-theme .owl-nav button:focus {
	outline: 0;
}

#testimonial-section-one .owl-prev {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
}

#testimonial-section-one .owl-next {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -25px;
}
#testimonial-section-one.style-3 .client-img {
	max-width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 4px solid var(--color-primary);
}

#testimonial-section-one.style-3 .name {
	font-size: 25px;
}

#testimonial-section-one.style-3 .designation {
	margin-bottom: 30px;
}
#testimonial-section-one.style-3 p {
	font-size: 25px;
	margin-bottom: 0;
}
#testimonial-section-one.style-3 .owl-dots {
	margin-top: 25px;
}

#testimonial-section-one.style-3 .owl-dots .owl-dot {
	background-color: #d6d6d6;
	display: inline-block;
	width: 20px;
	height: 5px;
	margin: 0 5px;
}

#testimonial-section-one.style-3 .owl-dots .owl-dot span {
	display: none;
}

#testimonial-section-one.style-3 .owl-dots .owl-dot.active {
	background-color: var(--color-primary);
}
/*
* ====================================
*  17. Testimonial Section Two
* ====================================
*/
#testimonial-section-two .testimonial-item {
	position: relative;
	margin-left: 50px;
	height: 100%;
	padding: 25px 25px 50px;
	border: 1px solid #c2c2c2;
	margin-bottom: 50px;
}
#testimonial-section-two .testimonial-item .client-img {
	width: 100px;
	height: 100px;
	border: 5px solid #f4f5f6;
	border-radius: 50%;
	position: absolute;
	bottom: -50px;
	left: -50px;
	display: inline-block;
}

#testimonial-section-two .testimonial-item p {
	font-size: 18px;
	color: var(--color-text);
	font-style: italic;
	font-weight: 300;
}

#testimonial-section-two .testimonial-item .icon {
	display: block;
	margin-bottom: 15px;
	width: auto;
}

#testimonial-section-two .testimonial-item .name {
	font-size: 18px;
	font-weight: 700;
	display: block;
}

#testimonial-section-two .testimonial-item .designation {
	color: var(--color-primary);
}

#testimonial-section-two .owl-dots {
	margin-top: 25px;
}

#testimonial-section-two .owl-dots .owl-dot:focus {
	outline: 0;
}
.feature_testimonial .testi_title .title {
	font-size: 48px;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: -0.03em;
	margin-bottom: 0;
}

.feature_testimonial .testi_title {
	margin-bottom: 24px;
}

.feature_testimonial .testimonial_inner {
	max-width: 530px;
	width: 100%;
}

.feature_testimonial .testi_text p {
	font-size: 18px;
	margin-bottom: 0;
}

.feature_testimonial .testi_text {
	margin-bottom: 40px;
}

.feature_testimonial .testi_author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.feature_testimonial .testi_author .author_img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 24px;
}

.feature_testimonial .testi_author .author_content .name {
	margin-bottom: 0;
	font-size: 24px;
	line-height: 40px;
	font-weight: 600;
	font-family: var(--body-font);
}

.feature_testimonial .testi_author .author_content .designation {
	display: block;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: var(--color-primary);
}
/*
* ====================================
*  18. Our Approach Section
* ====================================
*/
#our-approach-section.no-design {
	padding: 0;
	background: none;
}
#our-approach-section {
	padding: 100px 0;
	background: var(--color-gray);
	background: -o-linear-gradient(
		315deg,
		var(--color-gray) 0%,
		var(--color-mid-gray) 50%
	);
	background: linear-gradient(
		135deg,
		var(--color-gray) 0%,
		var(--color-mid-gray) 50%
	);
}

#our-approach-section .left-side {
	padding-right: 50px;
}

#our-approach-section .left-side .button-secondary-brown {
	margin-top: 10px;
}

#our-approach-section .right-side .img-wrpr {
	position: relative;
}
#our-approach-section .right-side .img-wrpr > img {
	width: 100%;
}
#our-approach-section .right-side .video-play-icon {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#our-approach-section .right-side .video-play-icon:before,
#our-approach-section .right-side .video-play-icon:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: var(--color-white);
	-webkit-animation: pulse 3s linear infinite;
	animation: pulse 3s linear infinite;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

#our-approach-section .right-side .video-play-icon:after {
	-webkit-animation: pulse 3s linear 1.5s infinite;
	animation: pulse 3s linear 1.5s infinite;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}
}

#our-approach-section .right-side .video-play-icon img {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	position: relative;
	cursor: pointer;
}
#our-approach-section.style-2 .right-side .video-play-icon {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	position: relative;
	background-color: var(--color-white);
	border-radius: 50%;
	top: auto;
	left: auto;
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	margin-right: 17px;
	cursor: pointer;
}

#our-approach-section.style-2 .right-side .video-play-icon::before,
#our-approach-section.style-2 .right-side .video-play-icon::after {
	width: 50px;
	height: 50px;
}

#our-approach-section.style-2 .right-side .video_play {
	position: absolute;
	left: 40px;
	bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#our-approach-section.style-2 .right-side .video-play-icon i {
	font-size: 17px;
	color: var(--color-primary);
	position: relative;
	z-index: 9;
	line-height: 1;
	margin-right: -4px;
}
#our-approach-section.style-2 .right-side .video_play_label {
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	text-transform: capitalize;
	color: var(--color-white);
}
/*
* ====================================
*  19. Team Section One
* ====================================
*/

#team-section-one .team-item {
	margin-bottom: 50px;
}
#team-section-one.no-design {
	background: none;
	padding: 0;
}

#team-section-one.no-design .team-item {
	margin: 0;
}

#team-section-one .team-item h3 {
	margin-top: 15px;
	margin-bottom: 5px;
}

#team-section-one .team-item .small-primary {
	margin-bottom: 10px;
}

#team-section-one .team-item img {
	border-bottom: 5px solid var(--color-primary);
}

#team-section-one .team-item a {
	color: var(--color-text);
	text-decoration: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#team-section-one .team-item ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#team-section-one .team-item ul li {
	display: inline-block;
	margin-right: 10px;
}

#team-section-one .team-item ul li:last-child {
	margin-right: 0;
}

#team-section-one .team-item ul li a {
	font-size: 25px;
	display: block;
}

#team-section-one .team-item ul li a:hover {
	color: var(--color-primary);
	text-decoration: none;
}
#team-section-one.style-2 .team-item img {
	position: relative;
	overflow: hidden;
	width: 80%;
	margin-bottom: 20%;
}

#team-section-one.style-2 .team-item .team-inner {
	position: relative;
	width: 100%;
	height: 100%;
}

#team-section-one.style-2 .team-inner .team_content {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 20%;
	width: 80%;
	height: auto;
	display: block;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background-color: var(--color-white);
	-webkit-box-shadow: 0px 20px 50px 0px rgb(0 0 0 / 15%);
	box-shadow: 0px 20px 50px 0px rgb(0 0 0 / 15%);
	padding: 1rem 1.5rem;
	border-radius: 0.375rem;
}

#team-section-one.style-2 .team-inner .team_content .name {
	margin-top: 0;
}

#team-section-one.style-2 .team-inner .team_content ul li a {
	display: inline-block;
	line-height: 1;
}

#team-section-one.style-2 .team-item:hover .team-inner .team_content {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}
#team-section-one.style-3 .team-inner {
	height: 520px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
#team-section-one.style-3 .team-inner img {
	border-bottom: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center top;
	object-position: center top;
}
#team-section-one.style-3 .team-inner .team_content {
	position: absolute;
	bottom: 0;
	padding: 40px 30px;
	border-radius: 10px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}
#team-section-one.style-3 .team-inner:hover .team_content {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
#team-section-one.style-3 .team-inner .team_content:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-primary);
	/* mix-blend-mode: multiply; */
	z-index: 1;
}
#team-section-one.style-3 .team-inner .team_content .team_content_inner {
	position: relative;
	z-index: 2;
}
#team-section-one.style-3 .team-inner .team_content .designation {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	line-height: 16px;
	display: inline-block;
	font-weight: 600;
	font-family: var(--font-heading);
	margin-bottom: 6px;
}

#team-section-one.style-3 .team-inner .team_content .name {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	margin-top: 0;
	color: var(--color-white);
	margin-bottom: 6px;
}

#team-section-one.style-3 .team-inner .team_content p {
	font-size: 14px;
	line-height: 28px;
	font-family: var(--heading-font);
	color: var(--color-white);
}

#team-section-one.style-3 .team-inner .team_content ul li a {
	line-height: 1;
	color: var(--color-white);
}
#team-section-one.style-3 .team-inner .team_content ul li a:hover {
	color: var(--color-heading);
}
/*
* ====================================
*  20. Success Section One
* ====================================
*/

#success-section-one {
	padding: 100px 0 50px;
	position: relative;
}
#success-section-one .success-steps-item {
	margin-bottom: 50px;
	overflow: hidden;
	max-width: 540px;
	width: 100%;
}
#success-section-one .success-steps-item .icon {
	width: 65px;
	height: 65px;
	border: 1px solid var(--color-white);
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	float: left;
	margin-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#success-section-one .success-steps-item .icon img {
	max-width: 30px;
}

#success-section-one .success-steps-item .text {
	width: calc(100% - 80px);
	float: left;
}

#success-section-one .bg-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
}

/*
* ====================================
*  21. Success Section Two
* ====================================
*/

#success-section-two {
	padding: 100px 0;
	background: #131f3d;
	position: relative;
}

#success-section-two .success-steps-item {
	padding: 0 5px;
}

#success-section-two .success-steps-item .icon {
	width: 75px;
	height: 75px;
	border: 1px solid var(--color-white);
	text-align: center;
	line-height: 72px;
	border-radius: 50%;
	margin-bottom: 25px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#success-section-two .success-steps-item .icon span {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--color-primary);
	color: var(--color-white);
	border-radius: 50%;
	line-height: 20px;
	text-align: center;
}

#success-section-two .success-steps-item .icon img {
	max-width: 30px;
}

/*
* ====================================
*  22. Blog Section One
* ====================================
*/
.tj-posts__area {
	padding-top: 100px;
	padding-bottom: 50px;
}
#blog-section-one .blog-item {
	overflow: hidden;
	margin-bottom: 50px;
}

#blog-section-one .blog-item .image {
	border-radius: 5px;
	overflow: hidden;
}

#blog-section-one .blog-item .image img {
	width: 100%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#blog-section-one .blog-item:hover .image img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

#blog-section-one .blog-item .contents {
	padding-top: 5px;
}
#blog-section-one .blog-item .contents a {
	text-decoration: none;
}
#blog-section-one .blog-item .contents span {
	font-size: 12px;
	text-transform: uppercase;
}

#blog-section-one .blog-item .contents span a {
	color: var(--color-text);
}
.blog-section-inner .blog-thumb > a {
	display: inline-block;
	height: 230px;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}

.blog-section-inner .blog-thumb > a img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.blog-section-inner .contents {
	background-color: var(--color-white);
	padding: 32px;
	border-radius: 5px;
	margin-top: -8px;
}
.blog-section-inner {
	max-width: 430px;
	width: 100%;
	margin: auto;
}
.blog-section-inner .contents .blog-meta {
	font-size: 12px;
	text-transform: uppercase;
}

.blog-section-inner .contents .blog-meta a {
	color: var(--color-text);
}
.blog-section-inner .contents .blog-title {
	font-size: 24px;
	font-weight: 600;
	font-family: var(--body-font);
	margin-bottom: 16px;
	letter-spacing: -0.03em;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.blog-section-inner .contents a:hover .blog-title {
	color: var(--color-primary);
}
#blog-section-two .blog-item {
	margin-bottom: 30px;
}
/*
* ====================================
*  23. Single Post Section
* ====================================
*/

#single-post-section {
	padding: 100px 0;
}
#single-post-section .single-post .small-primary {
	color: var(--color-heading);
	font-size: 18px;
	margin-bottom: 15px;
}

#single-post-section .single-post .share-social-icons {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

#single-post-section .single-post .share-social-icons li {
	display: inline-block;
	margin-right: 5px;
}

#single-post-section .single-post .share-social-icons li:last-child {
	margin-right: 0;
}

#single-post-section .single-post .share-social-icons a {
	width: 35px;
	height: 35px;
	text-align: center;
	background: #999;
	display: block;
	border-radius: 50%;
	font-size: 18px;
	line-height: 36px;
	color: var(--color-white);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#single-post-section .single-post .share-social-icons a.facebook {
	background: #3b5998;
}

#single-post-section .single-post.share-social-icons a.facebook:hover {
	background: #2d4b8a;
}

#single-post-section .single-post .share-social-icons a.twitter {
	background: #55acee;
}

#single-post-section .single-post .share-social-icons a.twitter:hover {
	background: #419add;
}

#single-post-section .single-post .share-social-icons a.linkedin {
	background: #0077b5;
}

#single-post-section .single-post .share-social-icons a.linkedin:hover {
	background: #026396;
}

#single-post-section .single-post .thumbnail {
	display: block;
	margin-bottom: 35px;
}

#single-post-section .single-post .contents-wrpr:after {
	content: "";
	display: block;
	clear: both;
}

#single-post-section .single-post .author-image {
	width: 80px;
	margin-right: 30px;
	float: left;
}

#single-post-section .single-post .contents {
	width: calc(100% - 110px);
	float: left;
}
#single-post-section .single-post .post-text.contents,
.tj__post .tj__content .tj-post__tags {
	margin-left: 110px;
}
#single-post-section .single-post .contents .author-info > a {
	text-decoration: none;
}
#single-post-section .single-post .contents .author-info h4 {
	margin-bottom: 10px;
}

#single-post-section .single-post .contents .author-info .title {
	display: block;
	color: var(--color-text);
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 20px;
}

#single-post-section .single-post .contents .author-info .info {
	display: block;
	color: var(--color-text);
	font-size: 14px;
	line-height: 1em;
	margin-bottom: 15px;
}

#single-post-section .single-post .contents .author-info .info .date {
	margin-right: 30px;
}

#single-post-section .single-post .author-info .author-social-icons {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

#single-post-section .single-post .author-info .author-social-icons li {
	display: inline-block;
	margin-right: 5px;
}

#single-post-section
	.single-post
	.author-info
	.author-social-icons
	li:last-child {
	margin-right: 0;
}

#single-post-section .single-post .author-info .author-social-icons a {
	width: 35px;
	height: 35px;
	text-align: center;
	border: 1px solid var(--color-border);
	display: block;
	border-radius: 50%;
	font-size: 18px;
	line-height: 32px;
	color: var(--color-border);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#single-post-section .single-post .author-info .author-social-icons a:hover {
	border: 1px solid var(--color-border);
	color: var(--color-white);
	background: var(--color-border);
}

#single-post-section .single-post .contents blockquote {
	margin: 30px 0 30px 30px;
	padding: 8px 0 0 25px;
	font-style: italic;
	position: relative;
}

#single-post-section .single-post .contents blockquote:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f10d";
	color: var(--color-primary);
	font-size: 20px;
	position: absolute;
	top: 0;
	left: 0;
}

#single-post-section .single-post .comments-box {
	margin-top: 50px;
	margin-left: 110px;
}

#single-post-section .single-post .comments-box .reply {
	display: inline-block;
	width: 50px;
	text-align: right;
	float: right;
	font-size: 18px;
	color: var(--color-primary);
	text-decoration: none;
}

#single-post-section .single-post .comments-box .reply:hover {
	color: var(--color-primary-2);
}

#single-post-section .single-post .comments-box .media img {
	max-width: 70px;
}

#single-post-section .single-post .comments-box .comment {
	margin-bottom: 50px;
}

#single-post-section .single-post .comment-form-box {
	margin-bottom: 50px;
}

/*
* ====================================
*  24. Sidebar
* ====================================
*/

.sidebar-widget {
	border: 1px solid var(--color-light-gray);
	padding: 50px 30px;
	margin-bottom: 50px;
}

.sidebar-widget .title {
	font-size: 20px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	text-transform: uppercase;
	border-bottom: 1px solid var(--color-primary);
}

.sidebar-widget .sidebar-single-post,
.tj-footer__widget .sidebar-single-post {
	display: inline-block;
	width: 100%;
}
.sidebar-widget .sidebar-single-post:not(:last-child),
.tj-footer__widget .sidebar-single-post:not(:last-child) {
	margin-bottom: 30px;
}
.sidebar-widget .sidebar-single-post:last-of-type,
.tj-footer__widget .sidebar-single-post:last-of-type {
	margin-bottom: 0;
}

.sidebar-widget .sidebar-single-post .image-box,
.tj-footer__widget .sidebar-single-post .image-box {
	width: 100px;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-right: 15px;
}

.sidebar-widget .sidebar-single-post .contents,
.tj-footer__widget .sidebar-single-post .contents {
	width: calc(100% - 115px);
	float: left;
}
.sidebar-widget .sidebar-single-post .contents a,
.tj-footer__widget .sidebar-single-post .contents a {
	text-decoration: none;
}
.sidebar-widget .sidebar-single-post h4,
.tj-footer__widget .sidebar-single-post h4 {
	font-size: 16px;
	margin-bottom: 5px;
}

.sidebar-widget .sidebar-single-post .date,
.tj-footer__widget .sidebar-single-post .date {
	font-size: 14px;
	margin-bottom: 0;
}

.sidebar-widget .categories {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar-widget.widget_categories ul li,
.sidebar-widget .categories li {
	padding: 10px 0 10px;
	border-bottom: 1px solid var(--color-light-gray);
	margin-bottom: 0px;
}
.sidebar-widget .categories li:not(:last-child),
.sidebar-widget.widget_categories ul li:not(:last-child) {
	margin-bottom: 0px;
}
.sidebar-widget .categories li:first-child,
.sidebar-widget.widget_categories ul li:first-child {
	padding: 0 0 10px;
	margin-bottom: 0px;
}

.sidebar-widget .categories li:last-child,
.sidebar-widget.widget_categories ul li:last-child {
	padding: 15px 0 0;
	border-bottom: none;
}
.sidebar-widget .categories li a,
.sidebar-widget.widget_categories ul li a {
	text-decoration: none;
	padding-left: 0px;
	width: 100%;
}

/*
* ====================================
*  25. Get Started Section One
* ====================================
*/

#get-started-section-one {
	padding: 100px 0 0;
}

#get-started-section-one .section-header-primary {
	z-index: 1;
	position: relative;
}

#get-started-section-one .get-started-image {
	margin-top: -50px;
	width: 100%;
}

/*
* ====================================
*  26. Get Started Section Two
* ====================================
*/

#get-started-section-two {
	padding: 100px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
}

#get-started-section-two:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(19, 31, 61, 0.7);
	z-index: -1;
}
.get-started-three {
	background-color: var(--color-primary);
	position: relative;
}
.get-started-three .get-started-content {
	padding-left: 100px;
	padding-top: 128px;
	padding-bottom: 128px;
}
.get-started-three .get-started-content .get-started-title {
	max-width: 532px;
	width: 100%;
	margin-bottom: 40px;
}
.get-started-three .get-started-content .get-started-title .cta-title {
	font-size: 40px;
	color: var(--color-white);
}
/* .get-started-btn .tj-btn {
	background-color: var(--color-white);
	border-color: var(--color-white);
	color: var(--color-primary);
} */
.get-started-three .get-started-image {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
}
.get-started-three .get-started-image img {
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
.blog-section-inner .contents .text {
	font-size: 16px;
	font-weight: 500;
	font-family: var(--heading-font);
	margin-bottom: 20px;
}
.blog-section-inner .contents .blog_btn a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	line-height: 17px;
	font-weight: 500;
	font-family: var(--heading-font);
	text-transform: capitalize;
	color: var(--color-primary);
}
.blog-section-inner .contents .blog_btn a i {
	margin-left: 8px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.blog-section-inner .contents .blog_btn a:hover i {
	margin-left: 15px;
}
.get-started-three.style-4 .get-started-image {
	left: auto;
	right: 0;
}
.get-started-three.style-4 .get-started-content {
	padding-top: 109px;
	padding-bottom: 109px;
	padding-left: 0;
	max-width: 525px;
	width: 100%;
}
.get-started-three.style-4 .get-started-content .get-started-title {
	max-width: 100%;
	margin-bottom: 0;
}
.get-started-three.style-4 .get-started-content .get-started-title .cta-title {
	font-size: 36px;
	line-height: 46px;
	font-weight: 500;
	margin-bottom: 6px;
}
.get-started-three.style-4 .get-started-content p {
	line-height: 24px;
	color: var(--color-white);
	margin-bottom: 17px;
}
.single-services .elementor-widget-text-editor ul {
	padding: 0;
	list-style: none;
}
.single-services .elementor-widget-text-editor ul li {
	position: relative;
	padding-left: 28px;
}
.single-services .elementor-widget-text-editor ul li:before {
	content: "\f058";
	font-family: "Font Awesome 5 Pro";
	font-weight: 100;
	font-size: 16px;
	line-height: 1;
	color: var(--color-primary);
	position: absolute;
	left: 0;
	top: 3px;
	width: 16px;
	height: 16px;
}
.single-services .elementor-widget-text-editor ul li:not(:last-child) {
	margin-bottom: 15px;
}
/*
* ====================================
*  27. Pricing Table Section One
* ====================================
*/
#pricing-table-section-one .pricing-table-item {
	-webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.12);
	padding: 35px 35px 75px;
	max-width: 390px;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

#pricing-table-section-one .pricing-table-item h3 {
	font-family: var(--heading-font);
	color: var(--color-primary);
	font-size: 24px;
	margin-bottom: 5px;
}

#pricing-table-section-one .pricing-table-item .price {
	font-family: var(--heading-font);
	font-weight: 700;
	color: var(--color-header);
	font-size: 30px;
	margin-bottom: 15px;
}

#pricing-table-section-one .pricing-table-item .description {
	color: var(--color-gray);
	font-size: 18px;
	margin-bottom: 20px;
}

#pricing-table-section-one .pricing-table-item ul {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 15px 0;
	border-top: 1px solid var(--color-primary);
	border-bottom: 1px solid var(--color-primary);
}

#pricing-table-section-one .pricing-table-item ul li {
	padding-left: 30px;
	position: relative;
	margin-bottom: 10px;
	text-decoration: line-through;
	color: var(--color-light-gray);
}

#pricing-table-section-one .pricing-table-item ul li.active {
	text-decoration: inherit;
	color: inherit;
}

#pricing-table-section-one .pricing-table-item ul li i {
	color: var(--color-primary);
	position: absolute;
	left: 5px;
	top: 5px;
}

#pricing-table-section-one .pricing-table-item .btn {
	position: absolute;
	bottom: 35px;
}

/*
* ====================================
*  28. Contact Section
* ====================================
*/

#contact-section .contact-item {
	text-align: center;
	padding: 50px 5px 25px;
	height: 100%;
}

#contact-section .contact-item a {
	color: var(--color-text);
	text-decoration: none;
}
#contact-section .contact-item hr {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

#contact-section .contact-item i {
	font-size: 35px;
	margin-bottom: 15px;
	color: var(--color-primary);
}

#contact-section .contact-map-form {
	margin-top: 75px;
}

#contact-section #googleMap {
	height: 280px;
}

#message_sent .alert-success {
	color: var(--color-primary);
	background-color: var(--color-light-gray);
	border-color: var(--color-light-gray);
}

/*
* ====================================
*  29. Page Header Section
* ====================================
*/

#page-header-section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 150px 0 50px;
	position: relative;
	color: var(--color-white);
	text-align: center;
	z-index: 1;
}

#page-header-section:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: -1;
}

#page-header-section .breadcrumb_title,
#page-header-section h1 {
	font-weight: 600;
	font-size: 55px;
	line-height: 1.2em;
	color: var(--color-white);
}

.breadcrumb_navigation > span[property="itemListElement"] {
	display: inline-block;
	margin: 0 5px;
}

.breadcrumb_navigation > span[property="itemListElement"] span,
.breadcrumb_navigation > span[property="itemListElement"] a {
	color: var(--color-white);
	text-decoration: none;
}

#page-header-section.style-2 {
	padding: 217px 0 100px 0;
}
.style-2 .breadcrumb_navigation > span[property="itemListElement"] span,
.style-2 .breadcrumb_navigation > span[property="itemListElement"] a {
	font-size: 14px;
	line-height: 21px;
}
#page-header-section.style-2 .breadcrumb_title {
	font-size: 48px;
	line-height: 62px;
	font-weight: 500;
	letter-spacing: -0.04em;
	margin-bottom: 8px;
}
#page-header-section.style-2 .breadcrumb_description {
	text-transform: none;
	max-width: 520px;
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	font-family: var(--body-font);
	margin-bottom: 0;
}
#page-header-section.style-2 .breadcrumb_description.center {
	margin-left: auto;
	margin-right: auto;
}
#page-header-section.style-2 .breadcrumb_description.right {
	margin-left: auto;
}

/*
* ====================================
*  30. Footer Area
* ====================================
*/

.footer-one {
	background: var(--header-bg) url("../img/footer/bg.png") no-repeat;
	background-position: center 80px;
}

.footer-one .footer-top {
	padding: 100px 0 0px;
}

.footer-one .footer-top h3 {
	color: var(--color-white);
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
}
.footer-one .footer-top .footer-logo {
	max-width: 150px;
}

.footer-one .footer-top .footer-logo,
.footer-one .footer-top h3 {
	margin-bottom: 50px;
}

.footer-one .footer-top .social-icons {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-one .footer-top .social-icons li {
	display: inline-block;
	padding-right: 15px;
	margin-bottom: 15px;
}

.footer-one .footer-top .social-icons li:last-child {
	padding-right: 0;
}

.footer-one .footer-top .social-icons li a img {
	max-width: 35px;
}

.footer-one .footer-top .social-icons li a i {
	color: var(--color-white);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.footer-one .footer-top .social-icons li a:hover i.fa-facebook-square {
	color: #39549f;
}

.footer-one .footer-top .social-icons li a:hover i.fa-linkedin {
	color: #0084b0;
}

.footer-one .footer-top .social-icons li a:hover i.fa-twitter-square {
	color: #50abf0;
}

.footer-one .footer-top .social-icons li a:hover i.fa-google-plus-square {
	color: #dd4a39;
}

.footer-one .footer-top .social-icons li a:hover i.fa-youtube-square {
	color: #ff0000;
}

.footer-one .footer-top .menu {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 0px;
}
.footer-one .footer-top .menu li {
	margin-bottom: 10px;
}

.footer-one .footer-top .menu li a,
.footer-one .footer-top .address-list li a {
	color: var(--color-text);
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.footer-one .footer-top .menu li a:hover,
.footer-one .footer-top .address-list li a:hover {
	color: var(--color-white);
}
.footer-one .footer-top .address-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-one .footer-top .address-list li {
	padding-left: 30px;
	position: relative;
	margin-bottom: 10px;
}

.footer-one .footer-top .address-list li .icon {
	position: absolute;
	top: 0;
	left: 0;
}

.footer-one .footer-bottom {
	padding: 25px 0 30px;
	font-size: 12px;
}

.footer-one .footer-bottom .right-side {
	text-align: right;
}

.footer-one .footer-bottom .right-side ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-one .footer-bottom .right-side ul li {
	margin: 0 15px;
	display: inline-block;
}

.footer-one .footer-bottom .right-side ul li:last-child {
	margin-right: 0;
}

.footer-one .footer-bottom .right-side ul li a {
	color: var(--color-text);
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.footer-one .footer-bottom .right-side ul li:hover a {
	color: var(--color-white);
}

/*
* ====================================
*  31. Loading Spinner
* ====================================
*/

.spinner-wrpr {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #181926;
	z-index: 1000;
}

.spinner-wrpr .spinner {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.spinner-wrpr .double-bounce1,
.spinner-wrpr .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: var(--color-primary);
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: spinner-bounce 2s infinite ease-in-out;
	animation: spinner-bounce 2s infinite ease-in-out;
}

.spinner-wrpr .double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

@-webkit-keyframes spinner-bounce {
	0%,
	100% {
		-webkit-transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
	}
}

@keyframes spinner-bounce {
	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
	50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}
.cancel_preloader {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 1001;
}
/*
* ====================================
*  32. Scroll To Top
* ====================================
*/

#scroll-to-top {
	color: var(--color-primary);
	font-size: 40px;
	position: fixed;
	bottom: 2%;
	right: 5%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#scroll-to-top i {
	background: rgba(255, 255, 255, 0.8);
	padding: 0px 5px;
	border-radius: 3px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#scroll-to-top:hover i {
	background: var(--color-white);
}

#scroll-to-top.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
}

.tj-cta__title-box .cta-title {
	margin-bottom: 0;
}
.tj-cta_input_box {
	max-width: 450px;
	width: 100%;
	margin: auto;
}
.tj-cta_input_box input[type="text"],
.tj-cta_input_box input[type="email"] {
	width: 100%;
	border: 1px solid var(--color-primary);
	background: transparent;
	height: 60px;
	border-radius: 30px;
	color: var(--color-white);
	padding: 0 135px 0px 30px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.tj-cta_input_box .btn {
	position: absolute;
	right: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 45px;
	border-radius: 30px;
}

.tj-cta_input_box input[type="text"]::-webkit-input-placeholder,
.tj-cta_input_box input[type="email"]::-webkit-input-placeholder {
	color: var(--color-light-gray);
}

.tj-cta_input_box input[type="text"]::-moz-placeholder,
.tj-cta_input_box input[type="email"]::-moz-placeholder {
	color: var(--color-light-gray);
}

.tj-cta_input_box input[type="text"]:-ms-input-placeholder,
.tj-cta_input_box input[type="email"]:-ms-input-placeholder {
	color: var(--color-light-gray);
}

.tj-cta_input_box input[type="text"]::-ms-input-placeholder,
.tj-cta_input_box input[type="email"]::-ms-input-placeholder {
	color: var(--color-light-gray);
}

.tj-cta_input_box input[type="text"]::-webkit-input-placeholder,
.tj-cta_input_box input[type="email"]::-webkit-input-placeholder {
	color: var(--color-light-gray);
}

.tj-cta_input_box input[type="text"]::-moz-placeholder,
.tj-cta_input_box input[type="email"]::-moz-placeholder {
	color: var(--color-light-gray);
}

.tj-cta_input_box input[type="text"]:-ms-input-placeholder,
.tj-cta_input_box input[type="email"]:-ms-input-placeholder {
	color: var(--color-light-gray);
}

.tj-cta_input_box input[type="text"]::-ms-input-placeholder,
.tj-cta_input_box input[type="email"]::-ms-input-placeholder {
	color: var(--color-light-gray);
}

.tj-cta_input_box input[type="text"]::placeholder,
.tj-cta_input_box input[type="email"]::placeholder {
	color: var(--color-light-gray);
}

.tj-cta_input_box input[type="text"]:focus,
.tj-cta_input_box input[type="email"]:focus {
	border-color: var(--color-primary-2);
}

/*
* ====================================
*  33. Feature Item
* ====================================
*/
.feature_item {
	background-color: var(--color-white);
	padding: 35px;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.feature_item:hover {
	margin-top: -10px !important;
}
.feature_item .feature_icon {
	font-size: 40px;
	color: var(--color-primary);
	line-height: 1;
	margin-bottom: 25px;
}
.feature_item .feature_img {
	max-width: 45px;
	margin-bottom: 27px;
}
.feature_content .feature_title {
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 16px;
	letter-spacing: -0.03em;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.feature_content a:hover .feature_title {
	color: var(--color-primary);
}
.feature_content .feature_desc {
	margin-bottom: 0px;
}

/*
* ====================================
*  34. consultation form
* ====================================
*/
.consultation_form {
	max-width: 510px;
	width: 100%;
	margin-left: auto;
	background-color: var(--color-white);
	-webkit-box-shadow: 0px 0px 20px 5px rgba(182, 182, 182, 0.25);
	box-shadow: 0px 0px 20px 5px rgba(182, 182, 182, 0.25);
	border: 1px solid #e8e5e5;
	border-radius: 10px;
	padding: 40px 35px;
	margin: 100px 0 100px auto;
}

.consultation-form {
	position: relative;
}

.consultation_form .title {
	font-size: 40px;
	font-weight: 600;
	letter-spacing: -0.04em;
	margin-bottom: 26px;
}

.consultation_form .form_fields input[type="text"],
.consultation_form .form_fields input[type="email"],
.consultation_form .form_fields input[type="tel"],
.consultation_form .form_fields textarea {
	width: 100%;
	border: 1px solid #dddddd;
	border-radius: 35px;
	padding: 16px 20px;
	font-size: 15px;
	line-height: 1;
	font-family: var(--body-font);
	letter-spacing: -0.03em;
}

.consultation_form .form_fields textarea {
	height: 170px;
	resize: none;
}

.consultation_form .form_fields .form_group {
	margin-bottom: 25px;
}
.consultation_form .form_fields .tj-btn {
	width: 100%;
	padding: 16px 25px;
	border-radius: 35px;
}
.consult_image .image_inner {
	max-width: 610px;
	width: 100%;
}
.consultation_form .form_fields textarea:focus {
	outline: none;
}

/* services list */
.services-list .list_items {
	padding: 0;
	margin: 0;
	list-style: none;
}

.services-list .list_items .list_item {
	display: block;
}

.services-list .list_items .list_item a {
	border: 1px solid var(--color-primary);
	border-radius: 3px;
	width: 100%;
	padding: 17px 15px 17px 13px;
	border-left: 11px solid var(--color-primary);
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	font-family: var(--body-font);
	color: var(--color-heading);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--color-white);
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.services-list .list_items .list_item a i {
	border: 1px solid var(--color-primary);
	margin-left: auto;
	color: var(--color-primary);
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
}

.services-list .list_items .list_item.active a,
.services-list .list_items .list_item a:hover {
	background-color: var(--color-primary-2);
	color: var(--color-white);
	border: 1px solid var(--color-primary-2);
	border-left: 11px solid var(--color-primary);
}
.services-list .list_items .list_item.active a i,
.services-list .list_items .list_item a:hover i {
	color: var(--color-white);
	border-color: var(--color-white);
}
.services-list .list_items .list_item:not(:last-child) {
	margin-bottom: 18px;
}
.annual-report {
	background-color: #f6f6f6;
	text-align: center;
	border-radius: 5px;
	padding: 35px;
}
.annual-report .report_thumb {
	margin-bottom: 17px;
}
.annual-report .report_title {
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
	letter-spacing: -0.03em;
	font-family: var(--body-font);
	margin-bottom: 20px;
}
.faq_item .faq_title {
	width: 100%;
	text-align: left;
	border: none;
	background-color: var(--color-white);
	border-left: 13px solid var(--color-primary);
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	font-family: var(--body-font);
	padding: 17px 33px 17px 13px;
	-webkit-transition: color 0.15s ease-in-out,
		background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, border-radius 0.15s ease,
		-webkit-box-shadow 0.15s ease-in-out;
	-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		border-radius 0.15s ease;
	-webkit-transition: color 0.15s ease-in-out,
		background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, border-radius 0.15s ease,
		-webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		border-radius 0.15s ease;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
	position: relative;
}

.faq_items .faq_item {
	border: 1px solid var(--color-primary);
	border-radius: 3px;
}

.faq_items .faq_item:not(:last-child) {
	margin-bottom: 30px;
}

.faq_item .faq_description p {
	line-height: 24px;
	font-size: 16px;
	margin-bottom: 0;
	font-family: var(--body-font);
	padding: 24px 28px;
}
.faq_item .faq_title:not(.collapsed) {
	background-color: var(--color-primary);
	color: var(--color-white);
}
.faq_item .faq_title::after {
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	width: 14px;
	height: 14px;
	border: 1px solid var(--color-primary);
	font-size: 9px;
	content: "\f067";
	text-align: center;
	line-height: 14px;
	right: 13px;
	color: var(--color-primary);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.faq_item .faq_title:not(.collapsed)::after {
	content: "\f068";
	font-family: "Font Awesome 5 Pro";
	color: var(--color-white);
	border-color: white;
}
