@charset "UTF-8";
/*------------------------------------------------------------------

  Template Name: Cliqer - Digital Agency Landing Page
  Last updated: 23/05/2023
  Description: Digital Agency HTML Template created especially to build versatile sites such as Business, Company, Agency, Digital agency, Marketing and all other agency websites.
  Version: 1.0
  Author: https://themeforest.net/user/dhaval911

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

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

							[Table of contents]

1. Default css
2. Preloader
3. Button
4. Header
5. Hero Section
6. Tag Slider
7. About Us
8. Counter
9. Service
10. Portfolio
11. Approx
12. Team Slider
13. Testimonial Slider
14. Footer
15. Off-Canvace Menu
16. Blog Section
17. Sidebar
18. Scroll Bottom to Top

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


/*------------------------ [Color codes] ------------------------

Background: #ffffff
Content:    #475766
Primary Color: #6547A5
secondary color: #3C387F
Heading h1, h2, h3, h4, h5, h6:  #0B2238
Button & Links : #6547A5

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

/************************ 1. Default css ***********************/

body {
	color: #192026;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	background-color: #ffffff;
	font-family: 'Poppins', sans-serif;
}

html {
	scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000000;
	font-family: 'Oswald', sans-serif;
}

h1 {
	font-size: 80px;
	line-height: 90px;
	font-weight: 700;
}

h2 {
	font-weight: 700;
	font-size: 46px;
	line-height: 50px;
}

h3 {
	font-size: 32px;
}

h4 {
	font-size: 28px;
}

h5 {
	font-size: 26px;
}

h6 {
	font-size: 20px;
	font-weight: 500;
}

p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-rendering: optimizeLegibility;
}

a {
	color: #1A2126;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none !important;
	outline: none;
}

ul {
	margin-bottom: 0px;
}

li {
	list-style: none;
}

a:hover {
	color: #020044;
	cursor: pointer;
}

:focus-visible {
	outline: none;
}

#wrap {
	overflow: hidden;
	position: relative;
}

.form-control:focus {
	border: none;
	outline: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
	outline: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.text-white {
	color: #ffffff;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.row>*,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.section-padding {
	padding: 100px 0;
}

.m-t-6 {
	margin-top: 60px;
}

/************************ 2. Preloader ***********************/
.cliqer-preloader {
	align-items: center;
	cursor: none;
	display: flex;
	height: 100%;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 900;
}

.cliqer-preloader .animation-preloader {
	position: absolute;
	z-index: 100;
}

.cliqer-preloader .animation-preloader .spinner {
	animation: spinner 1s infinite linear;
	border-radius: 50%;
	border: 3px solid rgba(0, 0, 0, 0.2);
	border-top-color: #000000;
	height: 9em;
	margin: 0 auto 3.5em auto;
	width: 9em;
}

.cliqer-preloader .animation-preloader .txt-loading {
	font-size: 5em;
	font-weight: bold;
	text-align: center;
	user-select: none;
}

.cliqer-preloader .animation-preloader .txt-loading .letters-loading:before {
	animation: letters-loading 4s infinite;
	color: #000000;
	content: attr(data-text-preloader);
	left: -5px;
	opacity: 0;
	position: absolute;
	top: 0;
	transform: rotateY(-90deg);
}

.cliqer-preloader .animation-preloader .txt-loading .letters-loading {
	color: rgba(0, 0, 0, 0.2);
	position: relative;
	line-height: 115px;
}

.cliqer-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
	animation-delay: 0.2s;
}

.cliqer-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
	animation-delay: 0.4s;
}

.cliqer-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
	animation-delay: 0.6s;
}

.cliqer-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
	animation-delay: 0.8s;
}

.cliqer-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
	animation-delay: 1s;
}

.cliqer-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
	animation-delay: 1.2s;
}

.cliqer-preloader .loader-section {
	background-color: #fef8f5;
	height: 100%;
	position: fixed;
	top: 0;
	width: calc(50% + 1px);
}

.cliqer-preloader .loader-section.section-left {
	left: 0;
}

.cliqer-preloader .loader-section.section-right {
	right: 0;
}

.loaded .animation-preloader {
	opacity: 0;
	transition: 0.3s ease-out;
}

.loaded .loader-section.section-left {
	transform: translateX(-101%);
	transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

.loaded .loader-section.section-right {
	transform: translateX(101%);
	transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

@keyframes spinner {
	to {
		transform: rotateZ(360deg);
	}
}

@keyframes letters-loading {

	0%,
	75%,
	100% {
		opacity: 0;
		transform: rotateY(-90deg);
	}

	25%,
	50% {
		opacity: 1;
		transform: rotateY(0deg);
	}
}


/************************ 3. Button ***********************/
.primary-btn {
	font-size: 20px;
	line-height: 26px;
	color: #000000;
	border-bottom: 2px solid #000000;
	text-transform: capitalize;
	font-weight: 500;
	position: relative;
	display: inline-block;
}

.primary-btn i {
	margin-left: 10px;
	transform: rotate(-45deg);
	transition: all 0.4s ease-in-out;
}

.primary-btn:hover,
.primary-btn:hover i {
	color: #f39057;
	border-color: #f39057;
}

.primary-btn:hover i {
	transform: rotate(0);
	transition: all 0.4s ease-in-out;
}

/************************ 4. Header ***********************/
.header-wrapper {
	padding: 20px 100px;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	position: absolute;
	z-index: 99;
}

.logo h1 {
	margin: 0;
	font-size: 40px;
	line-height: 40px;
}

.logo .navbar-brand {
	font-size: 40px;
	line-height: 40px;
}

.header-right-widget {
	display: inline-block;
	vertical-align: middle;
}

.mobile-button {
	margin-left: 9px;
	padding-left: 30px;
	border-left: 2px solid #d9cdb7;
	cursor: pointer;
}

.main-menu-item .nav-link {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 500;
	color: #000000;
	margin: 0 30px;
}

.header-icon {
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 46px;
	border-radius: 100px;
	display: inline-block;
	margin-right: 5px;
	border: 2px solid #f39057;
	background: #ffffff;
}

.call-link {
	display: inline-block;
	vertical-align: middle;
	padding-right: 20px;
	position: relative;
	z-index: 1;
	font-weight: 600;
	transition: all 0.3s ease-in-out;
}

.call-link:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 50px;
	height: 100%;
	border-radius: 30px;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	background-image: linear-gradient(45deg, #f39057 0%, #fdf3ee 100%);
}

.call-link:hover:after {
	width: 100%;
	visibility: visible;
	opacity: 1;
}

.main-menu-item .nav-link {
	position: relative;
}

.main-menu-item .nav-link:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 0;
	left: 0;
	bottom: 0;
	background: #f39057;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.main-menu-item .nav-link:hover:after,
.main-menu-item .nav-link.active:after {
	right: 0;
	width: 100%;
}

.main-menu-item .nav-link:hover,
.main-menu-item .nav-link.active {
	color: #f39057;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	backdrop-filter: blur(10px);
	animation: slideDown 0.35s ease-out;
	background: rgb(255 255 255 / 65%);
}

@keyframes slideDown {
	from {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
	}
}

/************************ 5. Hero Section ***********************/
.hero-section {
	padding: 150px 15px 100px 15px;
	position: relative;
	background-image: url(../images/hero/bg.png);
}

.hero-section:after {
	position: absolute;
	content: "";
	height: 150px;
	width: 150px;
	background-image: url(../images/hero/shape-2.png);
	background-position: center;
	bottom: 0;
	left: 26%;
	z-index: -1;
}

.hero-content h2 {
	text-align: center;
	font-size: 80px;
	font-family: 'Poppins', sans-serif;
	line-height: 90px;
	margin-bottom: 50px;
	letter-spacing: 1px;
	font-weight: 500;
}

.hero-content {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.hero-content:after {
	content: "";
	position: absolute;
	height: 300px;
	width: 300px;
	z-index: -1;
	background: #F44336;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 100%;
	filter: blur(50px);
	opacity: 0.2;
}

.hero-content p {
	font-size: 20px;
	line-height: 34px;
	font-weight: 500;
	color: #242424;
}

.chart-img {
	display: inline-block;
	vertical-align: middle;
	margin-right: -40px;
}

.round-icon {
	width: 60px;
	height: 60px;
	display: inline-block;
	;
	text-align: center;
	line-height: 66px;
	border-radius: 100%;
	background: #000000;
	color: #ffffff;
}

.round-icon i {
	font-size: 24px;
}

.check-more-btn {
	text-align: center;
	margin-top: 60px;
	display: inline-block;
}

.round-text {
	display: block;
	margin-top: -20px;
	text-transform: uppercase;
	font-weight: 600;
	color: #7d8083;
	letter-spacing: -2px;
}

.hero-sub-heading h2 {
	font-size: 34px;
	line-height: 40px;
	margin-bottom: 15px;
}

.hero-sub-heading p {
	font-weight: 500;
	color: #7d8083;
	font-size: 18px;
}

.hero-slide-image img {
	width: 250px;
}

.hero-left .hero-sub-heading {
	margin-bottom: 100px;
	margin-left: 200px;
}

.hero-shape {
	margin-bottom: 70px;
}

.hero-shape img {
	width: 80px;
}

.hero-right .hero-sub-heading {
	text-align: center;
	margin-top: 70px;
}

.rating-star i {
	color: #ffc107;
	margin: 0 2px;
}

.anim-title {
	font-size: 60px;
	font-weight: 600;
	display: block;
	position: absolute;
	bottom: 0;
	top: 0;
	margin: auto;
	left: 0;
	right: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.anim-round-text {
	display: block;
	height: 160px;
	width: 160px;
	animation: rotation 30s infinite linear;
}

.animated-round {
	position: relative;
	height: 160px;
	width: 160px;
	margin: 70px auto 0 auto;
}

@keyframes rotation {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(-360deg);
	}
}

/************************ 6. Tag Slider ***********************/
.tags-item-slider .swiper-wrapper,
.tags-item-reverse-slider .swiper-wrapper {
	transition-timing-function: linear;
}

.tag-item {
	margin-bottom: 0;
	font-size: 50px;
	line-height: 60px;
	text-transform: uppercase;
	position: relative;
}

.tag-item:after {
	content: "\2a";
	position: absolute;
	font-size: 80px;
	line-height: 80px;
	right: -30px;
	top: 0;
	font-family: "Font Awesome 6 Pro";
}

.tags-section .swiper-slide {
	text-align: center;
}

.tags-item-reverse-slider {
	margin-top: 30px;
}

.tags-section {
	padding: 50px 0;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

/************************ 7. About Us ***********************/
.sub-heading {
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	font-style: italic;
	text-transform: capitalize;
	position: relative;
	padding-left: 30px;
	color: #f39057;
	margin-bottom: 10px;
}

.sub-heading:before {
	position: absolute;
	content: "";
	height: 2px;
	width: 20px;
	left: 0;
	top: 12px;
	background-color: #f39057;
}

.section_heading {
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.big_heading {
	font-size: 70px;
	line-height: 80px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.big_heading span {
	color: #f39057;
}

.ab_desc {
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
}

.value-description h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	background: linear-gradient(-145deg, rgb(255 255 255 / 54%) 0, rgb(237 189 171 / 68%) 100%);
	padding: 2px 10px;
	margin: 0 0 20px 0;
}

.value-description {
	margin-top: 40px;
}

.value_list {
	padding: 0;
	margin: 0;
}

.value_list li {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px;
	line-height: 23px;
	position: relative;
	padding-left: 35px;
	background-image: url(../images/about/list-icon.svg);
	background-repeat: no-repeat;
	background-position: left 0px;
	color: #000000;
}

.value_list li:last-child {
	margin-bottom: 0;
}

/************************ 8. Counter ***********************/
.counter-setion .counter {
	font-size: 50px;
	font-weight: 600;
	line-height: 50px;
	margin-right: 20px;
	font-family: 'Oswald', sans-serif;
	color: #ffffff;
}

.counter-setion p {
	margin-bottom: 0;
	font-size: 20px;
	line-height: 26px;
	text-transform: capitalize;
	display: inline-block;
	font-weight: 500;
	text-align: left;
	color: #ffffff;
}

.client-images img {
	border-radius: 100%;
	width: 60px;
	height: 60px;
	margin-right: -10px;
	box-shadow: 0 0 0 5px #000000;
}

.client-images {
	margin-right: 30px;
}

.happy-client p i {
	color: #ff9800;
}

.happy-client p {
	color: #ffffff !important;
}

.counter-wrapper {
	padding: 50px;
	background: #000000;
	margin-top: 80px;
	border-radius: 20px;
	z-index: 1;
	position: relative;
}

.image-box-shape-top {
	position: absolute;
	content: "";
	height: 50px;
	width: 50px;
	background: #cddc39;
	top: -25px;
	right: 50%;
}

.image-box-shape-left {
	position: absolute;
	content: "";
	height: 30px;
	width: 30px;
	background: #cddc39;
	bottom: 63px;
	left: 19%;
}

.image-bg-shape {
	position: absolute;
	content: "";
	height: 100%;
	width: 70%;
	background: #5c2301;
	opacity: 0.8;
	z-index: -1;
	left: 90px;
	bottom: -5px;
	transform: rotate(-6deg);
}

/************************ 9. Service ***********************/
.service_img {
	width: 100%;
	height: 200px;
	border-radius: 100px;
	overflow: hidden;
}

.service_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100px;
}

.s_number {
	display: inline-block;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	background: #ffffff;
	color: #f39057;
	font-size: 20px;
	border-radius: 100%;
	margin-bottom: 20px;
	font-weight: 700;
}

.service_title {
	margin-bottom: 0;
	font-size: 40px;
	line-height: 50px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}

.service-section {
	padding: 190px 0 100px 0;
	background-image: url(../images/services/serviceBG.png);
	margin-top: -90px;
	background-position: center;
	background-size: cover;
}

.service_desc {
	font-size: 16px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.service_item {
	padding-bottom: 40px;
	margin-bottom: 40px;
	height: auto !important;
	border-bottom: 2px solid rgb(0, 0, 0, 0.09);
}

.service_item:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.service-items {
	width: 100%;
	height: 58vh;
	min-height: 58vh;
	position: relative;
	overflow: hidden;
}

.service-items .swiper-pagination {
	left: 0 !important;
	right: 0 !important;
	transform: none !important;
	bottom: -20px !important;
	top: auto !important;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	position: sticky;
	z-index: 1000;
}

.service-items .swiper-pagination-bullet {
	height: 10px;
	width: 10px;
	border-radius: 10px;
	margin: 0 5px !important;
	background: #ffffff;
	opacity: 1;
}

.service-items .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 30px;
	background-color: #000000;
}

.heading-black.sub-heading {
	color: #000000;
}

.heading-black.sub-heading:before {
	background-color: #000000;
}

/************************ 10. Portfolio ***********************/
.portfolio-list .gallery-wrap {
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 30vh;
}

.portfolio-list .gallery-wrap .item {
	flex: 1;
	height: 100%;
	cursor: pointer;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 15px;
	position: relative;
	transition: all 0.9s ease-in-out;
}

.portfolio-list .gallery-wrap .item:nth-child(even) {
	margin-top: 60px;
}

.portfolio-list .gallery-wrap .item:hover {
	flex: 3;
	cursor: pointer;
	transition: all 0.9s ease-in-out;
}

.portfolio-list {
	margin-top: 60px;
}

.portfolio-desc {
	background: #000000;
	display: inline-block;
	padding: 10px 20px;
	position: absolute;
	bottom: 50px;
	left: 20px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

.portfolio-desc .p_title {
	color: #ffffff;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(255 255 255 / 18%);
	margin-bottom: 10px;
}

.portfolio-desc .p_category {
	color: #dfdfdf;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.portfolio-list .gallery-wrap .item:hover .portfolio-desc {
	bottom: 20px;
	opacity: 1;
	left: 20px;
	visibility: visible;
	transition: all 1s ease-in-out;
}

/************************ 11. Approx ***********************/
.approach-item {
	text-align: center;
	padding: 40px 15px;
	position: relative;
}

p {
	color: #000000 !important;
}

.approach-item:after {
	position: absolute;
	content: "";
	top: -40px;
	right: -15px;
	width: 2px;
	height: calc(100% + 80px);
	background-color: #000000;
}

.last-element .approach-item:after {
	content: none;
}

.icon-text-wrapper {
	margin-top: 90px;
	margin-bottom: 40px;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

.approach-item i {
	font-size: 50px;
}

.ap_title {
	text-transform: capitalize;
	margin: 20px 0;
}

.approach_number {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 38px;
	border-radius: 100px;
	border: 2px solid #f39057;
	font-size: 18px;
	font-weight: 600;
	position: absolute;
	color: #f39057;
	background: #fff;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -20px;
}

.round {
	display: inline-block;
	position: relative;
}

.round:after {
	position: absolute;
	content: "";
	height: 80px;
	width: 80px;
	border-radius: 100%;
	background-color: rgb(237 189 171 / 40%);
	z-index: -2;

}

.r1.round:after {
	top: 0;
	right: -12px;
}

.r2.round:after {
	bottom: -15px;
	right: -15px;
}

.r3.round:after {
	top: -20px;
	right: 15px;
}

.r4.round:after {
	bottom: 5px;
	right: -15px;
}

/************************ 12. Team Slider ***********************/
.team-slider {
	margin: 60px 0px;
	overflow: hidden;
	padding-top: 15px !important;
}

.team-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 60px 0px;
}

.person-profile {
	padding-right: 50px;
	margin-bottom: -40px;
	z-index: 1;
	position: relative;
	width: 100%;
}

.team-img-container {
	width: 100%;
	height: 250px;
	overflow: hidden;
}

.team-item {
	width: 300px;
	margin: 20px 0px;
}

.team-img {
	width: 100%;
	object-fit: contain;
}

.person-detail {
	position: relative;
	margin-left: 60px;
	padding: 10px;
	z-index: 1;
}

.person-detail p {
	font-size: 14px;
	font-weight: bold;
}

.person-detail:after {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #5c2301;
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg);
	right: 15px;
}

.person-detail h3 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 5px;
	color: #ffffff;
}

.person-detail p {
	color: #dfdfdf;
	text-transform: uppercase;
}

.person-profile:after {
	position: absolute;
	content: "";
	height: 100%;
	width: calc(100% - 50px);
	border: 2px solid rgb(92 35 1 / 52%);
	top: -12px;
	left: 12px;
	z-index: -1;
}

.swiper-button-next,
.swiper-button-prev {
	position: initial;
	display: inline-block;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 48px;
	margin: 0 7px;
	border-radius: 100%;
	border: 2px solid #000000;
	font-size: 20px;
	color: #000000;
	cursor: pointer;
	vertical-align: middle;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background-color: #f39057;
	border-color: #f39057;
	color: #ffffff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	content: none;
}

.swiper-next-prev-buttons {
	text-align: center;
	margin-top: 60px;
}

/************************ 13. Testimonial Slider ***********************/
.testimonial-slider {
	margin: 60px 0px;
	overflow: hidden;
}

.t_item img {
	width: 120px;
	height: 120px;
	margin-left: 30px;
	border-radius: 100%;
	z-index: 2;
	position: relative;
	box-shadow: 0 0 10px rgb(0 0 0 / 8%);
}

.t_degnation {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 500;
}

.t_content {
	padding: 80px 30px 30px 30px;
	background: rgb(243 144 87 / 15%);
	margin-top: -60px;
	position: relative;
}

.t_desc {
	font-weight: 500;
	margin-bottom: 0;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgb(170 140 123);
}

.rating {
	position: absolute;
	right: 30px;
	top: 30px;
	font-size: 16px;
	font-weight: 800;
}

.rating i {
	color: #ff9800;
}

.testimonial-slider .swiper-pagination {
	position: inherit;
	margin-top: 50px;
}

.testimonial-slider .swiper-pagination-bullet {
	height: 10px;
	width: 10px;
	border-radius: 10px;
	margin: 0 5px !important;
	background: #000000;
	opacity: 1;
}

.testimonial-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 30px;
	background-color: #f39057;
}

/************************ 14. Footer ***********************/
.footer {
	padding: 100px 0 0 0;
	border-top: 2px solid #000000;
}

.newsletter-form .form-control {
	padding: 0;
	font-size: 16px;
	border: none;
	border-radius: 0;
	height: 50px;
	background: transparent;
	border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}

.newsletter-form .form-control:focus {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}

.newsletter-form {
	position: relative;
}

.submit-button {
	position: absolute;
	right: 0;
	bottom: 30px;
	width: 80px;
	height: 80px;
	line-height: 78px;
	border-radius: 100%;
	border: 2px solid #000000;
	color: #000000;
	text-align: center;
	padding: 0;
	font-size: 30px;
	background: transparent;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.submit-button:hover {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	background: #f39057;
	color: #ffffff;
	border-color: #f39057;
}

.footer-bottom {
	margin-top: 60px;
	margin-bottom: 40px;
}

.footer-heading {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
	color: #5c2301;
}

.footer-link li a {
	font-size: 16px;
	line-height: 20px;
	position: relative;
	padding-left: 0;
}

.footer-link li a span {
	font-size: 20px;
	line-height: 24px;
	color: #5c2301;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
}

.footer-link li a:hover {
	padding-left: 15px;
	color: #5c2301;
}

.footer-link li a:hover span {
	opacity: 1;
	visibility: visible;
}

.footer-link li a {
	margin-bottom: 10px;
	line-height: 20px;
}

.footer-copyright {
	text-align: center;
	padding: 15px 0;
	border-top: 1px solid #5c2301;
}

.content-center {
	display: inline-block;
	text-align: left;
}

.contact-detail {
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
	color: #5c2301;
}

.contact-detail:last-child {
	margin-bottom: 0;
}

.contact-detail a:hover {
	color: #5c2301;
}

.contact-detail svg {
	position: absolute;
	left: 0;
	top: 0;
	color: #5c2301;
}

.social-icon ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.social-icon ul li a {
	height: 50px;
	width: 50px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	line-height: 48px;
	background: rgba(243, 144, 87, 0.15);
}

.social-icon ul li a:hover {
	background: #5c2301;
}

.social-icon ul li a svg {
	fill: #5c2301;
}

.social-icon ul li a:hover svg {
	fill: #ffffff;
}

.social-icon ul {
	margin-top: 40px;
}

.undefined {
	color: #5c2301;
}

/************************ 15. Off-Canvace Menu ***********************/
.off-canvace-menu {
	position: fixed;
	right: -100%;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 400px;
	z-index: 9999;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background-color: #000000;
	-webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
	transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
}

.off-canvace-menu.open_menu {
	right: 0;
}

.sidebar-textwidget {
	position: relative;
	top: 0;
	-webkit-transition: all 0.3s ease-in 0.3s;
	transition: all 0.3s ease-in 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 40px;
	z-index: 9999;
}

.content-box {
	margin: 30px 0 0 0;
}

.logo-white-desc {
	margin: 40px 0 0 0;
	font-size: 18px;
	color: #ffffff !important;
	line-height: 30px;
}

.content-box h5 {
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 20px;
}

.content-box .contact-detail a,
.content-box .contact-detail span {
	color: #fef8f5;
}

.content-box .contact-detail a:hover {
	color: #e7a381;
}

.content-box .contact-detail svg {
	fill: #e7a381;
}

.content-box .social-box {
	padding: 0;
}

.content-box .social-box li {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
}

.content-box .social-box li a {
	height: 40px;
	width: 40px;
	display: inline-block;
	font-size: 20px;
	line-height: 40px;
	color: #fef8f5;
	text-align: center;
	border-radius: 100%;
	position: relative;
}

.content-box .social-box li a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #f39057;
	border-radius: 50px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
	z-index: -1;
	opacity: 0;
	margin: auto;
	visibility: hidden;
	transform: scale(0.7);
}

.content-box .social-box li a:hover:after {
	opacity: 1;
	border-radius: 0;
	visibility: visible;
	transform: scale(1);
}

.close-menu {
	cursor: pointer;
	display: inline-block;
	float: right;
}

.close-menu i {
	font-size: 24px;
	color: #ffffff;
}

.xs-overlay-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	pointer-events: none;
}

.off-canvace-menu.open_menu .xs-overlay-wrap {
	z-index: 99;
}

.xs-overlay-span {
	left: 0;
	width: 0;
	opacity: 0.94;
	height: 100%;
	display: block;
	-webkit-transition: 800ms all cubic-bezier(0.1, 0.1, 0.1, 1);
	transition: 800ms all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.off-canvace-menu.open_menu .xs-overlay-span {
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
}

/************************ 16. Blog Section ***********************/
.blog-bg {
	background-repeat: no-repeat;
	background-image: url(../images/blog/blog-bg.png);
}

.blog-slider {
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 10px;
}

.blog-img {
	height: 260px;
	overflow: hidden;
}

.blog-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.blog-detail {
	padding: 30px;
	background: #ffffff;
	position: relative;
	border-top: 4px solid #f39057;
	box-shadow: 0 0 10px rgba(157, 157, 157, 0.12);
}

.entry-date {
	background: #f39057;
	border-radius: 4px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	color: #ffffff;
	border: 2px solid #f39057;
	padding: 6px 15px;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	width: fit-content;
	z-index: 1;
}

.author-detail {
	text-align: center;
}

.author-detail div {
	font-size: 16px;
	line-height: 20px;
	margin: 0 10px;
	display: inline-block;
	vertical-align: middle;
}

.author-detail i {
	margin-right: 8px;
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
}

.post_seperator {
	width: 100%;
	height: 1px;
	display: block;
	background-color: rgba(92, 35, 1, 0.52);
	margin: 15px 0;
}

.post_title {
	margin-bottom: 15px;
}

.post_desc {
	font-size: 16px;
	line-height: 22px;
}

.readmore_btn {
	text-transform: uppercase;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.readmore_btn i {
	font-size: 16px;
	padding-left: 2px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.post_title a:hover,
.readmore_btn:hover {
	color: #f39057;
}

.readmore_btn:hover i {
	padding-left: 5px;
}

.modal-backdrop {
	opacity: 1;
	background-color: #f9e8de;
}

.modal-backdrop.show {
	opacity: 1;
}

.modal-content {
	border: none;
}

.project_img {
	height: 400px;
	width: 100%;
	object-fit: cover;
}

.pr_catgory {
	padding: 6px 20px;
	border-radius: 6px;
	display: inline-block;
	color: #ffffff;
	font-weight: 500;
	margin-top: 30px;
	background-color: #f39057;
	margin-bottom: 20px;
}

.btn-close:focus {
	outline: 0;
	box-shadow: none;
	opacity: 1;
}

.blog_detail .modal-dialog {
	max-width: 1400px;
}

.modal-meta {
	margin: 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #f39057;
}

.nav-links {
	display: flex;
	margin: 40px 0 30px 0;
	padding: 30px 0;
	border-top: 1px solid #f39057;
	border-bottom: 1px solid #f39057;
	justify-content: space-between;
}

.nav-links a {
	display: flex;
	font-size: 20px;
	align-items: center;
}

.nav-links a h3 {
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 0 15px;
}

.n_link-img {
	width: 80px;
	height: 80px;
	border-radius: 6px;
}

.nav-links .next a h3 {
	margin: 0 15px 0 0;
}

.nav-links .next {
	text-align: right;
}

.nav-links a:hover h3 {
	color: #5c2301;
}

.form-control {
	width: 100%;
	background: #f7f7f7;
	padding: 12px 20px;
	border-radius: 0;
	margin-bottom: 20px;
	border: 1px solid #e9e5e5;
}

.form-control:focus {
	border: 1px solid #e9e5e5;
}

textarea.form-control {
	min-height: 100px;
}

.btn-submit {
	font-size: 18px;
	padding: 10px 24px;
	border: none;
	background: #f39057;
	color: #Fff;
	text-transform: uppercase;
}

.btn-submit:hover {
	background: #000000;
	color: #ffffff;
}

/************************ 17. Sidebar ***********************/
.search_widget {
	position: relative;
}

.search {
	position: relative;
}

.search .search-icon {
	position: absolute;
	right: 20px;
	top: 15px;
	cursor: pointer;
}

.sidebar_widget {
	margin-bottom: 40px;
}

.latest-post li {
	padding: 15px 0 0 0;
	margin: 15px 0 0 0;
	border-top: 1px solid #e9e5e5;
}

.latest-post li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.latest-post li a {
	display: flex;
	align-items: center;
}

.latest-post li img {
	border-radius: 6px;
}

.latest-post li h4 {
	margin: 0 0 0 10px;
	font-size: 20px;
}

.latest-post li a:hover h4 {
	color: #5c2301;
}

.category_list li {
	margin-bottom: 5px;
	list-style: disc;
}

.category_list li a {
	font-size: 18px;
	color: #000000;
}

.category_list li a:hover {
	text-decoration: underline !important;
}

.tag_list li {
	display: inline-block;
	margin: 5px;
}

.tag_list li a {
	color: #ffffff;
	background: #5c2301;
	display: inline-block;
	font-size: 16px;
	padding: 7px 14px;
	border-radius: 4px;
	line-height: 16px;
	text-transform: capitalize;
}

.tag_list li a:hover {
	color: #ffffff;
	background: #f39057;
}

/******************** 18. Scroll Bottom to Top ********************/
.scroll-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #000000;
	color: #ffffff;
	cursor: pointer;
	height: 46px;
	width: 46px;
	text-align: center;
	line-height: 46px;
	border-radius: 100px;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.scroll-top:hover {
	background-color: #5c2301;
	color: #ffffff;
}

.counter-item p {
	color: #ffffff !important;
}