/*
************
*************************

Template Name: Revoxon - Construction HTML Template
Description: Construction is the process of creating, building, or erecting structures, infrastructure, or facilities. It involves planning, designing, and executing various tasks, such as excavation, foundation laying, framing, and finishing. Construction plays a vital role in shaping our built environment and meeting the needs of society.
Author: _Themephi
Version: 1.0

-----------------------------------------------------------------------------------

CSS INDEX
=================== 
01. common
02. header
03. sidebar
04. banner
05. breadcrumb
06. about
07. button
08. service
09. service-details
10. choose
11. counter
12. project
13. project-details
14. team
15. team-details
16. testimonial
17. blog
18. blog-details
19. brand
20. cta
21. feature
22. work
23. contact
24. price
25. skill
26. 404
27. faq
28. footer

******************************************************* 
*************************************************************** */
/*
************
*************************
01. common
******************************************************* 
*************************************************************** */
/* 轮播箭头美化 */
.carousel-control-prev,
.carousel-control-next {
	width: 8%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 15px;
}

@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700;900&display=swap");

body {
	font-family: "Libre Franklin", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: var(--clr-body-text);
	font-size: 16px;
	line-height: 26px;
}

.img,
img {
	max-width: 100%;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

a,
.button,
button {
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover {
	color: inherit;
	text-decoration: none;
}

a,
button {
	color: inherit;
	outline: medium none;
	text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto", sans-serif;
	color: var(--clr-body-heading);
	margin-top: 0px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 15px;
}

@media (max-width: 767px) {

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		line-height: 1.3;
	}
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 48px;
}

h3 {
	font-size: 34px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

p {
	font-family: "Libre Franklin", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: var(--clr-body-text);
}

hr {
	border-bottom: 1px solid var(--clr-bg-gray-3);
	border-top: 0 none;
	padding: 0;
	opacity: 1;
}

label {
	color: var(--clr-common-black);
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}

*::-moz-selection {
	background-color: var(--clr-theme-primary);
	color: var(--clr-common-white);
	text-shadow: none;
}

::-moz-selection {
	background-color: var(--clr-theme-primary);
	color: var(--clr-common-white);
	text-shadow: none;
}

::selection {
	background-color: var(--clr-theme-primary);
	color: var(--clr-common-white);
	text-shadow: none;
}

/* <<<<<<<    Input Placeholder   >>>>>>>>> */
input::-webkit-input-placeholder {
	color: var(--clr-body-text);
	font-size: 16px;
	opacity: 1;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}

input:-moz-placeholder {
	color: var(--clr-body-text);
	font-size: 16px;
	opacity: 1;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}

input::-moz-placeholder {
	color: var(--clr-body-text);
	font-size: 16px;
	opacity: 1;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}

input:-ms-input-placeholder {
	color: var(--clr-body-text);
	font-size: 16px;
	opacity: 1;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}

textarea::-webkit-input-placeholder {
	color: var(--clr-body-text);
	font-size: 16px;
	opacity: 1;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}

textarea:-moz-placeholder {
	color: var(--clr-body-text);
	font-size: 16px;
	opacity: 1;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}

textarea::-moz-placeholder {
	color: var(--clr-body-text);
	font-size: 16px;
	opacity: 1;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}

textarea:-ms-input-placeholder {
	color: var(--clr-body-text);
	font-size: 16px;
	opacity: 1;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}

input:focus::placeholder,
textarea:focus::placeholder {
	opacity: 0;
}

/* <<<<<<<    Common Classes   >>>>>>>>> */
.w_img img {
	width: 100%;
}

/* <<<<<<<    Overlay   >>>>>>>>> */
[data-overlay] {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}

[data-overlay]::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}

/* <<<<<<<    Margin & Padding     >>>>>>>>> */
.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-45 {
	margin-top: 45px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-55 {
	margin-top: 55px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-65 {
	margin-top: 65px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-75 {
	margin-top: 75px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-85 {
	margin-top: 85px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-95 {
	margin-top: 95px;
}

.mt-100 {
	margin-top: 100px;
}

.mt-105 {
	margin-top: 105px;
}

.mt-110 {
	margin-top: 110px;
}

.mt-115 {
	margin-top: 115px;
}

.mt-120 {
	margin-top: 120px;
}

.mt-125 {
	margin-top: 125px;
}

.mt-130 {
	margin-top: 130px;
}

.mt-135 {
	margin-top: 135px;
}

.mt-140 {
	margin-top: 140px;
}

.mt-145 {
	margin-top: 145px;
}

.mt-150 {
	margin-top: 150px;
}

.mt-155 {
	margin-top: 155px;
}

.mt-160 {
	margin-top: 160px;
}

.mt-165 {
	margin-top: 165px;
}

.mt-170 {
	margin-top: 170px;
}

.mt-175 {
	margin-top: 175px;
}

.mt-180 {
	margin-top: 180px;
}

.mt-185 {
	margin-top: 185px;
}

.mt-190 {
	margin-top: 190px;
}

.mt-195 {
	margin-top: 195px;
}

.mt-200 {
	margin-top: 200px;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-35 {
	margin-bottom: 35px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-45 {
	margin-bottom: 45px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-55 {
	margin-bottom: 55px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-65 {
	margin-bottom: 65px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-75 {
	margin-bottom: 75px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-85 {
	margin-bottom: 85px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mb-95 {
	margin-bottom: 95px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mb-105 {
	margin-bottom: 105px;
}

.mb-110 {
	margin-bottom: 110px;
}

.mb-115 {
	margin-bottom: 115px;
}

.mb-120 {
	margin-bottom: 120px;
}

.mb-125 {
	margin-bottom: 125px;
}

.mb-130 {
	margin-bottom: 130px;
}

.mb-135 {
	margin-bottom: 135px;
}

.mb-140 {
	margin-bottom: 140px;
}

.mb-145 {
	margin-bottom: 145px;
}

.mb-150 {
	margin-bottom: 150px;
}

.mb-155 {
	margin-bottom: 155px;
}

.mb-160 {
	margin-bottom: 160px;
}

.mb-165 {
	margin-bottom: 165px;
}

.mb-170 {
	margin-bottom: 170px;
}

.mb-175 {
	margin-bottom: 175px;
}

.mb-180 {
	margin-bottom: 180px;
}

.mb-185 {
	margin-bottom: 185px;
}

.mb-190 {
	margin-bottom: 190px;
}

.mb-195 {
	margin-bottom: 195px;
}

.mb-200 {
	margin-bottom: 200px;
}

.ml-5 {
	margin-left: 5px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-15 {
	margin-left: 15px;
}

.ml-20 {
	margin-left: 20px;
}

.ml-25 {
	margin-left: 25px;
}

.ml-30 {
	margin-left: 30px;
}

.ml-35 {
	margin-left: 35px;
}

.ml-40 {
	margin-left: 40px;
}

.ml-45 {
	margin-left: 45px;
}

.ml-50 {
	margin-left: 50px;
}

.ml-55 {
	margin-left: 55px;
}

.ml-60 {
	margin-left: 60px;
}

.ml-65 {
	margin-left: 65px;
}

.ml-70 {
	margin-left: 70px;
}

.ml-75 {
	margin-left: 75px;
}

.ml-80 {
	margin-left: 80px;
}

.ml-85 {
	margin-left: 85px;
}

.ml-90 {
	margin-left: 90px;
}

.ml-95 {
	margin-left: 95px;
}

.ml-100 {
	margin-left: 100px;
}

.ml-105 {
	margin-left: 105px;
}

.ml-110 {
	margin-left: 110px;
}

.ml-115 {
	margin-left: 115px;
}

.ml-120 {
	margin-left: 120px;
}

.ml-125 {
	margin-left: 125px;
}

.ml-130 {
	margin-left: 130px;
}

.ml-135 {
	margin-left: 135px;
}

.ml-140 {
	margin-left: 140px;
}

.ml-145 {
	margin-left: 145px;
}

.ml-150 {
	margin-left: 150px;
}

.ml-155 {
	margin-left: 155px;
}

.ml-160 {
	margin-left: 160px;
}

.ml-165 {
	margin-left: 165px;
}

.ml-170 {
	margin-left: 170px;
}

.ml-175 {
	margin-left: 175px;
}

.ml-180 {
	margin-left: 180px;
}

.ml-185 {
	margin-left: 185px;
}

.ml-190 {
	margin-left: 190px;
}

.ml-195 {
	margin-left: 195px;
}

.ml-200 {
	margin-left: 200px;
}

.mr-5 {
	margin-right: 5px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-15 {
	margin-right: 15px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-25 {
	margin-right: 25px;
}

.mr-30 {
	margin-right: 30px;
}

.mr-35 {
	margin-right: 35px;
}

.mr-40 {
	margin-right: 40px;
}

.mr-45 {
	margin-right: 45px;
}

.mr-50 {
	margin-right: 50px;
}

.mr-55 {
	margin-right: 55px;
}

.mr-60 {
	margin-right: 60px;
}

.mr-65 {
	margin-right: 65px;
}

.mr-70 {
	margin-right: 70px;
}

.mr-75 {
	margin-right: 75px;
}

.mr-80 {
	margin-right: 80px;
}

.mr-85 {
	margin-right: 85px;
}

.mr-90 {
	margin-right: 90px;
}

.mr-95 {
	margin-right: 95px;
}

.mr-100 {
	margin-right: 100px;
}

.mr-105 {
	margin-right: 105px;
}

.mr-110 {
	margin-right: 110px;
}

.mr-115 {
	margin-right: 115px;
}

.mr-120 {
	margin-right: 120px;
}

.mr-125 {
	margin-right: 125px;
}

.mr-130 {
	margin-right: 130px;
}

.mr-135 {
	margin-right: 135px;
}

.mr-140 {
	margin-right: 140px;
}

.mr-145 {
	margin-right: 145px;
}

.mr-150 {
	margin-right: 150px;
}

.mr-155 {
	margin-right: 155px;
}

.mr-160 {
	margin-right: 160px;
}

.mr-165 {
	margin-right: 165px;
}

.mr-170 {
	margin-right: 170px;
}

.mr-175 {
	margin-right: 175px;
}

.mr-180 {
	margin-right: 180px;
}

.mr-185 {
	margin-right: 185px;
}

.mr-190 {
	margin-right: 190px;
}

.mr-195 {
	margin-right: 195px;
}

.mr-200 {
	margin-right: 200px;
}

.pt-5 {
	padding-top: 5px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-25 {
	padding-top: 25px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-35 {
	padding-top: 35px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-45 {
	padding-top: 45px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-55 {
	padding-top: 55px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-65 {
	padding-top: 65px;
}

.pt-70 {
	padding-top: 70px;
}

.pt-75 {
	padding-top: 75px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-85 {
	padding-top: 85px;
}

.pt-90 {
	padding-top: 90px;
}

.pt-95 {
	padding-top: 95px;
}

.pt-100 {
	padding-top: 100px;
}

.pt-105 {
	padding-top: 105px;
}

.pt-110 {
	padding-top: 110px;
}

.pt-115 {
	padding-top: 115px;
}

.pt-120 {
	padding-top: 120px;
}

.pt-125 {
	padding-top: 125px;
}

.pt-130 {
	padding-top: 130px;
}

.pt-135 {
	padding-top: 135px;
}

.pt-140 {
	padding-top: 140px;
}

.pt-145 {
	padding-top: 145px;
}

.pt-150 {
	padding-top: 150px;
}

.pt-155 {
	padding-top: 155px;
}

.pt-160 {
	padding-top: 160px;
}

.pt-165 {
	padding-top: 165px;
}

.pt-170 {
	padding-top: 170px;
}

.pt-175 {
	padding-top: 175px;
}

.pt-180 {
	padding-top: 180px;
}

.pt-185 {
	padding-top: 185px;
}

.pt-190 {
	padding-top: 190px;
}

.pt-195 {
	padding-top: 195px;
}

.pt-200 {
	padding-top: 200px;
}

.pb-5 {
	padding-bottom: 5px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-25 {
	padding-bottom: 25px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-35 {
	padding-bottom: 35px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-45 {
	padding-bottom: 45px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-55 {
	padding-bottom: 55px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-65 {
	padding-bottom: 65px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-75 {
	padding-bottom: 75px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-85 {
	padding-bottom: 85px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pb-95 {
	padding-bottom: 95px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pb-105 {
	padding-bottom: 105px;
}

.pb-110 {
	padding-bottom: 110px;
}

.pb-115 {
	padding-bottom: 115px;
}

.pb-120 {
	padding-bottom: 120px;
}

.pb-125 {
	padding-bottom: 125px;
}

.pb-130 {
	padding-bottom: 130px;
}

.pb-135 {
	padding-bottom: 135px;
}

.pb-140 {
	padding-bottom: 140px;
}

.pb-145 {
	padding-bottom: 145px;
}

.pb-150 {
	padding-bottom: 150px;
}

.pb-155 {
	padding-bottom: 155px;
}

.pb-160 {
	padding-bottom: 160px;
}

.pb-165 {
	padding-bottom: 165px;
}

.pb-170 {
	padding-bottom: 170px;
}

.pb-175 {
	padding-bottom: 175px;
}

.pb-180 {
	padding-bottom: 180px;
}

.pb-185 {
	padding-bottom: 185px;
}

.pb-190 {
	padding-bottom: 190px;
}

.pb-195 {
	padding-bottom: 195px;
}

.pb-200 {
	padding-bottom: 200px;
}

.pb-205 {
	padding-bottom: 205px;
}

.pb-210 {
	padding-bottom: 210px;
}

.pb-215 {
	padding-bottom: 215px;
}

.pb-220 {
	padding-bottom: 220px;
}

.pb-225 {
	padding-bottom: 225px;
}

.pb-230 {
	padding-bottom: 230px;
}

.pb-235 {
	padding-bottom: 235px;
}

.pb-240 {
	padding-bottom: 240px;
}

.pb-245 {
	padding-bottom: 245px;
}

.pb-250 {
	padding-bottom: 250px;
}

.pb-255 {
	padding-bottom: 255px;
}

.pb-260 {
	padding-bottom: 260px;
}

.pb-265 {
	padding-bottom: 265px;
}

.pb-270 {
	padding-bottom: 270px;
}

.pb-275 {
	padding-bottom: 275px;
}

.pb-280 {
	padding-bottom: 280px;
}

.pb-285 {
	padding-bottom: 285px;
}

.pb-290 {
	padding-bottom: 290px;
}

.pb-295 {
	padding-bottom: 295px;
}

.pb-300 {
	padding-bottom: 300px;
}

.pl-5 {
	padding-left: 5px;
}

.pl-10 {
	padding-left: 10px;
}

.pl-15 {
	padding-left: 15px;
}

.pl-20 {
	padding-left: 20px;
}

.pl-25 {
	padding-left: 25px;
}

.pl-30 {
	padding-left: 30px;
}

.pl-35 {
	padding-left: 35px;
}

.pl-40 {
	padding-left: 40px;
}

.pl-45 {
	padding-left: 45px;
}

.pl-50 {
	padding-left: 50px;
}

.pl-55 {
	padding-left: 55px;
}

.pl-60 {
	padding-left: 60px;
}

.pl-65 {
	padding-left: 65px;
}

.pl-70 {
	padding-left: 70px;
}

.pl-75 {
	padding-left: 75px;
}

.pl-80 {
	padding-left: 80px;
}

.pl-85 {
	padding-left: 85px;
}

.pl-90 {
	padding-left: 90px;
}

.pl-95 {
	padding-left: 95px;
}

.pl-100 {
	padding-left: 100px;
}

.pl-105 {
	padding-left: 105px;
}

.pl-110 {
	padding-left: 110px;
}

.pl-115 {
	padding-left: 115px;
}

.pl-120 {
	padding-left: 120px;
}

.pl-125 {
	padding-left: 125px;
}

.pl-130 {
	padding-left: 130px;
}

.pl-135 {
	padding-left: 135px;
}

.pl-140 {
	padding-left: 140px;
}

.pl-145 {
	padding-left: 145px;
}

.pl-150 {
	padding-left: 150px;
}

.pl-155 {
	padding-left: 155px;
}

.pl-160 {
	padding-left: 160px;
}

.pl-165 {
	padding-left: 165px;
}

.pl-170 {
	padding-left: 170px;
}

.pl-175 {
	padding-left: 175px;
}

.pl-180 {
	padding-left: 180px;
}

.pl-185 {
	padding-left: 185px;
}

.pl-190 {
	padding-left: 190px;
}

.pl-195 {
	padding-left: 195px;
}

.pl-200 {
	padding-left: 200px;
}

.pr-5 {
	padding-right: 5px;
}

.pr-10 {
	padding-right: 10px;
}

.pr-15 {
	padding-right: 15px;
}

.pr-20 {
	padding-right: 20px;
}

.pr-25 {
	padding-right: 25px;
}

.pr-30 {
	padding-right: 30px;
}

.pr-35 {
	padding-right: 35px;
}

.pr-40 {
	padding-right: 40px;
}

.pr-45 {
	padding-right: 45px;
}

.pr-50 {
	padding-right: 50px;
}

.pr-55 {
	padding-right: 55px;
}

.pr-60 {
	padding-right: 60px;
}

.pr-65 {
	padding-right: 65px;
}

.pr-70 {
	padding-right: 70px;
}

.pr-75 {
	padding-right: 75px;
}

.pr-80 {
	padding-right: 80px;
}

.pr-85 {
	padding-right: 85px;
}

.pr-90 {
	padding-right: 90px;
}

.pr-95 {
	padding-right: 95px;
}

.pr-100 {
	padding-right: 100px;
}

.pr-105 {
	padding-right: 105px;
}

.pr-110 {
	padding-right: 110px;
}

.pr-115 {
	padding-right: 115px;
}

.pr-120 {
	padding-right: 120px;
}

.pr-125 {
	padding-right: 125px;
}

.pr-130 {
	padding-right: 130px;
}

.pr-135 {
	padding-right: 135px;
}

.pr-140 {
	padding-right: 140px;
}

.pr-145 {
	padding-right: 145px;
}

.pr-150 {
	padding-right: 150px;
}

.pr-155 {
	padding-right: 155px;
}

.pr-160 {
	padding-right: 160px;
}

.pr-165 {
	padding-right: 165px;
}

.pr-170 {
	padding-right: 170px;
}

.pr-175 {
	padding-right: 175px;
}

.pr-180 {
	padding-right: 180px;
}

.pr-185 {
	padding-right: 185px;
}

.pr-190 {
	padding-right: 190px;
}

.pr-195 {
	padding-right: 195px;
}

.pr-200 {
	padding-right: 200px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	--bs-gutter-x: 30px;
}

.row {
	--bs-gutter-x: 30px;
}

.row.g-0 {
	--bs-gutter-x: 0;
}

@media (min-width: 1600px) {
	.container.container-custom-1 {
		max-width: 1750px;
	}
}

/* <<<<<<<    Declaration   >>>>>>>>> */
:root {
	/**
  @color declaration
  */
	--clr-common-white: #fff;
	--clr-common-black: #222222;
	--clr-common-black-soft: #38383A;
	--clr-common-black-deep: #000000;
	--clr-body-heading: #222222;
	--clr-body-text: #7A7A7A;
	--clr-color-blue: #000A30;
	--clr-color-orange: #FCAA04;
	--clr-color-orange-2: #ffd139;
	--clr-color-orange-3: #FFCD00;
	--clr-theme-primary: #FEC200;
	--clr-theme-primary-dark: #A85855;
	--clr-theme-primary-soft: #fff5f5;
	--clr-bg-gray: #F6F6F6;
	--clr-bg-gray-2: #F1F1F1;
	--clr-bg-gray-3: #ECECEC;
	--clr-bg-gray-4: #b2b2b2;
	--clr-bg-gray-5: #BCBCBC;
	--clr-bg-gray-6: #828282;
	--clr-bg-gray-7: #EEEEEE;
	--clr-bg-gray-8: #D5D5D5;
	--clr-bg-gray-9: #b8b8b8;
	--clr-bg-gray-10: #a2a2a2;
	--clr-bg-gray-11: #c1c1c1;
	--clr-bg-gray-12: #F5F5F5;
	--clr-bg-gray-13: #dbdbdb;
	--clr-bg-gray-14: #CECECE;
	--clr-bg-gray-15: #F8F2F2;
	--clr-bg-gray-16: #F8F8F8;
}

.bg-default {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.light-bg {
	background-color: #F8F8F8;
}

.no-after::after {
	display: none;
}

.p-relative {
	position: relative;
}

.w-60 {
	width: 60%;
}

.w-80 {
	width: 80%;
}

.w-85 {
	width: 85%;
}

.w-90 {
	width: 90%;
}

.w-94 {
	width: 94%;
}

.gap-30 {
	gap: 30px;
}

/*---------------------------------------------------*/
/*  mouse cursor animation
/*---------------------------------------------------*/
.mouseCursor {
	position: fixed;
	left: 0;
	top: 0;
	pointer-events: none;
	border-radius: 50%;
	transform: translateZ(0);
	visibility: hidden;
}

.cursor-inner {
	margin-left: -3px;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	z-index: 10000001;
	background-color: #ff3900;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.cursor-inner.cursor-hover {
	margin-left: -30px;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background-color: #ff3900;
	opacity: 0.5;
}

.cursor-outer {
	margin-left: -15px;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	border: 2px solid #ff3900;
	box-sizing: border-box;
	z-index: 10000000;
	opacity: 0.5;
	-webkit-transition: all 0.08s linear 0s;
	-moz-transition: all 0.08s linear 0s;
	-ms-transition: all 0.08s linear 0s;
	-o-transition: all 0.08s linear 0s;
	transition: all 0.08s linear 0s;
}

.cursor-outer.cursor-hover {
	opacity: 0;
}

.mim_tm_all_wrap[data-magic-cursor=hide] .mouseCursor {
	display: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: -1111;
}

.admin-cursor-button-list-1 .admin-cursor-default {
	line-height: 40px;
	display: inline-block;
	border: 0;
	background: orangered;
	color: #fff;
	padding: 0 20px;
	height: 40px;
	font-size: 20px;
	margin-right: 8px;
}

.admin-cursor-button-list-1 .admin-cursor-magic {
	border: 0;
	background: orangered;
	line-height: 40px;
	color: #fff;
	display: inline-block;
	padding: 0 20px;
	height: 40px;
	font-size: 20px;
}

.mouse-cursor-invisible {
	display: none;
}

.mouse-cursor-invisible.visible {
	display: block;
}

.theme-bg {
	background-color: var(--clr-theme-primary);
}

/*
************
*************************
02. header
******************************************************* 
*************************************************************** */
.header-area {
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	right: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.header-logo {
	max-width: 180px;
}

.single-banner-bg,
.single-banner-img2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transform: scale(1);
	-webkit-transition: all 8s linear 0s;
	-moz-transition: all 8s linear 0s;
	-ms-transition: all 8s linear 0s;
	-o-transition: all 8s linear 0s;
	transition: all 8s linear 0s;
}

.swiper-slide-active .single-banner-bg,
.swiper-slide-active .single-banner-img2 {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}

.menu-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.menu-wrap {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

.main-menu {
	text-align: center;
	width: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.main-menu {
		margin-right: 59px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-menu {
		margin-right: 65px;
	}
}

.main-menu ul {
	display: flex;
	align-items: center;
}

.main-menu ul .menu-has-child {
	position: relative;
	z-index: 5;
	text-align: start;
}

.main-menu ul .menu-item {
	margin-right: 40px;
}

.main-menu ul .menu-item:last-child {
	margin-right: 0;
}

.main-menu ul .menu-item a {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	padding: 38px 0;
	display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-menu ul .menu-item a {
		padding: 25px 5px;
	}
}

.main-menu ul .menu-item:is(.menu-has-child)>a::after {
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	content: "\f0d7";
	font-size: 14px;
	font-weight: 700;
	margin-left: 5px;
}

.main-menu ul .menu-item .submenu {
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	width: 240px;
	opacity: 0;
	visibility: hidden;
	display: block;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	box-shadow: 0 9px 19px rgba(0, 0, 0, 0.1);
}

.main-menu ul .menu-item .submenu li {
	display: block;
	margin-right: 0;
	position: relative;
	z-index: 5;
}

.main-menu ul .menu-item .submenu li a {
	padding: 15px 25px;
	color: var(--clr-body-heading);
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.main-menu ul .menu-item .submenu li .submenu {
	left: 100%;
	top: 0;
}

.main-menu ul .menu-item .submenu li:hover>a {
	background-color: var(--clr-theme-primary);
	color: #fff;
}

.main-menu ul .menu-item .submenu li:not(:last-child) {
	border-bottom: 1px solid #f2f2f2;
}

.main-menu ul .menu-item:hover>.submenu {
	opacity: 1;
	visibility: visible;
}

.main-menu ul .menu-item:hover>a {
	color: var(--clr-theme-primary);
}

.header-button {
	gap: 40px;
}

.header-action-search {
	position: relative;
	z-index: 1;
	margin-right: 40px;
	padding-right: 41px;
	line-height: 1;
}

.header-action-search::before {
	position: absolute;
	z-index: 1;
	content: "";
	top: 0;
	right: 0;
	width: 2px;
	height: 100%;
	background-color: #fff;
}

.header-action-search-btn {
	font-size: 20px;
	color: #fff;
}

.header-action-search-btn:hover {
	color: var(--clr-theme-primary);
}

.header-action-menu-btn {
	font-size: 20px;
	color: #fff;
}

.side-toggle {
	cursor: pointer;
	-webkit-transition: all 0.6s linear 0s;
	-moz-transition: all 0.6s linear 0s;
	-ms-transition: all 0.6s linear 0s;
	-o-transition: all 0.6s linear 0s;
	transition: all 0.6s linear 0s;
	display: inline-block;
}

.side-toggle:hover {
	color: var(--clr-theme-primary);
}

.h2_header-area {
	display: flex;
}

.h2_header-logo {
	background: #FEC200;
	width: 315px;
	height: 130px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.h2_header-logo {
		width: 260px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.h2_header-logo {
		width: 240px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.h2_header-logo {
		width: 250px;
		height: 80px;
	}
}

@media (max-width: 767px) {
	.h2_header-logo {
		width: 45%;
		height: 70px;
		text-align: center;
	}

	.h2_header-logo img {
		width: 80%;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.h2_header-logo {
		width: 45%;
		height: 80px;
		text-align: center;
	}

	.h2_header-logo img {
		width: 80%;
	}
}

.h2_header-top {
	display: flex;
	justify-content: space-between;
	background: #ECBB1C;
	padding: 0 50px;
	align-items: center;
	height: 50px;
}

.h2_header-right {
	width: 100%;
	height: 130px;
}

@media (max-width: 767px) {
	.h2_header-right {
		height: 70px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
	.h2_header-right {
		height: 80px;
	}
}

.h2_header-top-contact ul {
	display: flex;
	gap: 30px;
	align-items: center;
}

.h2_header-top-social ul {
	display: flex;
	gap: 20px;
	align-items: center;
}

.h2_header-top-social ul li a {
	font-size: 16px;
	color: #222222;
	display: block;
}

.h2_header-top-contact ul li a,
.h2_header-top-contact ul li span {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #222222;
	font-size: 14px;
}

.h2_header-bottom {
	display: flex;
	align-items: center;
	background: #222222;
	width: 100%;
	height: calc(100% - 50px);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.h2_header-bottom {
		height: 100%;
	}
}

.h2_header-action {
	display: flex;
	align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.h2_header-action {
		justify-content: end;
	}
}

.h2_header-action-contact {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: center;
	width: 100%;
}

.h2_header-menu ul .menu-item {
	display: flex;
	justify-content: center;
	width: 100%;
	border-right: 1px solid #373737;
	margin: 0;
}

.h2_header-menu ul .menu-item a {
	padding: 27px 0;
}

.h2_header-top ul li {
	line-height: 1;
}

.h2_header-action-info h6 {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
}

.h2_header-action-info h5 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 0;
}

.h2_header-action-info h5 a:hover {
	color: var(--clr-theme-primary);
}

.h2_header-action-icon svg {
	color: #fff;
}

.h2_header-menu {
	width: 71%;
	flex-shrink: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.h2_header-menu {
		width: 65%;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.h2_header-menu {
		width: 87%;
	}
}

.h2_header-action {
	width: 29%;
	flex-shrink: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.h2_header-action {
		width: 35%;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.h2_header-action {
		width: 13%;
	}
}

.h2_header-action-search-btn {
	display: block;
	color: #fff;
	font-size: 20px;
	padding: 0 30px;
}

.h2_header-action-search-btn:hover {
	color: var(--clr-theme-primary);
}

.h2_header-action-menu-btn {
	font-size: 28px;
	display: block;
	color: #fff;
	padding: 0 25px;
}

.h2_border-right {
	border-right: 1px solid #373737;
}

/*
************
*************************
03. sidebar
******************************************************* 
*************************************************************** */
.side-info {
	width: 100%;
	max-width: 400px;
	background-color: #0C1308;
	box-shadow: 0 13px 29px rgba(4, 0, 23, 0.1);
	height: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	right: -400px;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	padding: 40px;
}

.side-info:is(.info-open) {
	right: 0;
	overflow-y: scroll;
	scrollbar-width: thin;
}

.offcanvas-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(4, 0, 23, 0.5);
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	cursor: url(../../assets/img/bg/close.png), auto;
}

.offcanvas-overlay:is(.overlay-open) {
	left: 0;
	opacity: 1;
	visibility: visible;
}

.mean-container .mean-nav {
	background: transparent;
}

.mean-container .mean-nav ul li a {
	border-color: #2c2a2a;
	font-size: 15px;
	color: #cacaca;
}

.pl-sidebar-close.side-info-close {
	background: transparent;
	border: none;
	font-size: 25px;
	color: #fff;
}

.mean-container .mean-nav ul li a.mean-expand {
	padding: 9px 12px;
	border-color: #2c2a2a;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(255, 255, 255, 0.2);
}

/* sidebar contact info */
.sidebar-contact-title {
	font-size: 24px;
	color: var(--clr-common-white);
	margin-bottom: 20px;
}

.sidebar-contact>a {
	display: block;
	margin-bottom: 12px;
	color: #cacaca;
}

.sidebar-contact>a:hover {
	color: #fff;
}

.sidebar-contact>a:hover i {
	background-color: rgba(255, 255, 255, 0.2);
}

.sidebar-contact>a i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #2c2c2c;
	display: inline-block;
	margin-right: 15px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.sidebar-address {
	display: flex;
	margin-bottom: 5px;
	color: #cacaca;
}

.sidebar-address i {
	max-width: 40px;
	height: 40px;
	background-color: #2c2c2c;
	line-height: 40px;
	text-align: center;
	margin-right: 15px;
	flex: 0 0 40px;
}

.sidebar-social a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #2c2c2c;
	text-align: center;
	color: #cacaca;
}

.sidebar-social a:not(:last-child) {
	margin-right: 7px;
}

.sidebar-social a:hover {
	color: #fff;
	background-color: var(--clr-theme-primary);
}

/* Search */
.body-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	background: #253A1A;
	z-index: 999;
	content: "";
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	cursor: url(../../assets/img/bg/close.png), auto;
}

.body-overlay.active {
	visibility: visible;
	opacity: 0.97;
}

.td-search-popup .search-form {
	width: 35%;
	position: absolute;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	visibility: hidden;
	opacity: 0;
	transform: translate(-50%, -50%);
	z-index: 999;
}

.td-search-popup.active .search-form {
	visibility: visible;
	opacity: 1;
	width: 40%;
}

@media (max-width: 767px) {
	.td-search-popup.active .search-form {
		width: calc(100% - 50px);
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.td-search-popup.active .search-form {
		width: 70%;
	}
}

.td-search-popup.active .search-form {
	visibility: visible;
}

.td-search-popup .search-form .form-group .form-control {
	border: none;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	height: 60px;
	padding: 0 75px 0 25px;
	background: #f7f9fb;
	line-height: 60px;
}

.td-search-popup .search-form .submit-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	border: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #ffffff;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	padding: 0;
	text-align: center;
	cursor: pointer;
	background: #FF9400;
}

.sidebar-close {
	border: 0;
	background-color: transparent;
	font-size: 25px;
}

.sidebar-close:hover {
	color: #fff;
}

.blue-bg {
	background-color: rgba(0, 0, 0, 0.95);
}

.sg-popup-search-box {
	position: fixed;
	display: flex;
	left: 0;
	top: -100px;
	width: 100%;
	z-index: 9999;
	height: 100vh;
	align-items: center;
	transform: scaleY(0);
	transition: all 0.3s;
	transform-origin: top;
	opacity: 0;
	visibility: hidden;
}

.sg-popup-search-box .title {
	color: var(--clr-common-white);
	font-weight: 600;
	margin-bottom: 25px;
}

@media (max-width: 767px) {
	.sg-popup-search-box .title {
		font-size: 30px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.sg-popup-search-box .title {
		font-size: 36px;
	}
}

.sg-popup-search-box-form {
	display: flex;
}

@media (max-width: 767px) {
	.sg-popup-search-box-form {
		flex-wrap: wrap;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.sg-popup-search-box-form {
		flex-wrap: nowrap;
	}
}

.sg-popup-search-box-form .sg-popup-search-box-close-action-btn {
	height: 60px;
	width: 60px;
	font-size: 30px;
	border: none;
	outline: none;
	border-radius: 5px;
	margin-left: 25px;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: var(--clr-common-white);
	flex: 0 0 auto;
}

@media (max-width: 767px) {
	.sg-popup-search-box-form .sg-popup-search-box-close-action-btn {
		margin: auto;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.sg-popup-search-box-form .sg-popup-search-box-close-action-btn {
		margin-left: 25px;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 0;
	}
}

.sg-popup-search-box-form .sg-popup-search-box-close-action-btn:hover {
	background-color: rgba(255, 255, 255, 0.2);
	border-color: transparent;
}

@media (max-width: 767px) {
	.sg-popup-search-box {
		height: 100%;
		overflow-y: auto;
	}
}

.sg-popup-search-box.active {
	top: 0;
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
}

.sg-popup-search-box form {
	position: relative;
	width: 100%;
}

@media (max-width: 767px) {
	.sg-popup-search-box form {
		margin-bottom: 50px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.sg-popup-search-box form {
		margin-bottom: 0px;
	}
}

.sg-popup-search-box-input input {
	width: 100%;
	height: 60px;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 5px;
	font-size: 14px;
	color: var(--clr-common-white);
	padding: 0 30px;
	padding-right: 115px;
}

.sg-popup-search-box-input input::placeholder {
	color: var(--clr-common-white);
	font-size: 14px;
}

@media (max-width: 767px) {
	.sg-popup-search-box-input input {
		width: 100%;
		background-color: transparent;
		opacity: 0.7;
	}
}

.sg-popup-search-box button[type=submit] {
	position: absolute;
	right: 0;
	top: 0px;
	bottom: 0;
	padding: 0 30px;
	background: transparent;
	color: white;
	font-size: 24px;
	border-radius: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	border-right: none;
	border-top: none;
	border-bottom: none;
}

.sg-popup-search-box button[type=submit]:hover {
	color: var(--clr-common-white);
	background-color: rgba(255, 255, 255, 0.2);
}

.sg-popup-search-box .nice-select {
	width: 350px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: var(--clr-common-black);
	border: 1px solid var(--clr-bg-gray-14);
	background: var(--clr-bg-gray-16);
	position: relative;
	z-index: 9;
	padding-left: 25px;
	padding-right: 25px;
}

.sg-popup-search-box .nice-select::after {
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-color: var(--clr-body-text);
	border-right-color: var(--clr-body-text);
	right: 25px;
	width: 7px;
	height: 7px;
}

@media (max-width: 767px) {
	.sg-popup-search-box .nice-select {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
}

.sg-popup-search-box .nice-select .list {
	width: 100%;
}

.padding-box input.contact-form-2-checkbox {
	transform: translateY(1px);
	margin-right: 6px;
}

.contact-form-2-policy>a {
	margin-left: 5px;
}

/*
************
*************************
04. banner
******************************************************* 
*************************************************************** */
.single-banner {
	min-height: 960px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}

@media (max-width: 767px) {
	.single-banner {
		min-height: 860px;
	}
}

.single-banner::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #222222;
	opacity: 0.8;
	z-index: -1;
	display: none;
}

.single-banner::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: -1;
}

.banner-wrapper {
	padding-top: 75px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.banner-wrapper {
		position: relative;
		z-index: 1;
	}
}

.banner-content-action {
	gap: 45px;
	align-items: center;
}

@media (max-width: 767px) {
	.banner-content-action {
		flex-direction: column;
		align-items: flex-start;
	}
}

.banner-content-title {
	font-size: 72px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.22;
	margin-bottom: 15px;
	opacity: 0;
	visibility: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.banner-content-title {
		font-size: 60px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-content-title {
		font-size: 52px;
	}
}

@media (max-width: 767px) {
	.banner-content-title {
		font-size: 36px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.banner-content-title {
		font-size: 48px;
	}
}

.banner-content p {
	font-size: 20px;
	color: #fff;
	line-height: 36px;
	margin-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.banner-content p {
		font-size: 18px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-content p {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.banner-content p {
		font-size: 16px;
	}
}

.banner-img {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 70px;
	z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.banner-img {
		right: 0;
		width: 55%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.banner-img {
		right: 0;
		width: 55%;
	}
}

.swiper-slide-active .banner-content-title {
	opacity: 1;
	visibility: visible;
}

.banner-social {
	gap: 60px;
	position: absolute;
	left: -35px;
	top: 0;
	transform: translateY(-50%) rotate(-90deg);
	z-index: 9;
	top: 50%;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
	.banner-social {
		left: -50px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.banner-social {
		top: auto;
		bottom: -60px;
		transform: none;
		left: 0;
		gap: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.banner-social {
		display: none !important;
	}
}

.banner-social-title {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}

.banner-social-title::before {
	position: absolute;
	right: -40px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	content: "";
	width: 20px;
	height: 1px;
	color: #fff;
}

.banner-social-list {
	position: relative;
	z-index: 1;
}

.banner-social-list a {
	font-size: 16px;
	color: #fff;
	margin-right: 15px;
}

.banner-social-list a:hover {
	color: var(--clr-theme-primary);
}

.banner-social-list a:last-child {
	margin-right: 0;
}

.banner-swiper-pagination.swiper-pagination-bullets {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 75px;
	text-align: center;
	line-height: 1;
	z-index: 1;
}

.banner-swiper-pagination .swiper-pagination-bullet {
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 50%;
	background: transparent;
	opacity: 1;
	border: 1px solid rgba(255, 255, 255, 0);
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.banner-swiper-pagination .swiper-pagination-bullet::before {
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: "";
	background-color: #fff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.banner-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
	margin-right: 10px;
}

.banner-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.banner-swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	border-color: #fff;
}

.h2_single-banner {
	min-height: 855px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}

@media (max-width: 767px) {
	.h2_single-banner {
		min-height: 655px;
	}
}

@media (max-width: 767px) {
	.h2_single-banner {
		min-height: 755px;
	}
}

.h2_single-banner::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #222222;
	opacity: 0.8;
	z-index: -1;
	display: none;
}

.h2_single-banner:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0, 0, 0, 0.3);
	z-index: -1;
}

.h2_banner-content p {
	font-size: 24px;
	color: #fff;
	margin-bottom: 35px;
	text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.h2_banner-content p {
		font-size: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.h2_banner-content p {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.h2_banner-content p {
		font-size: 15px;
		margin-bottom: 25px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.h2_banner-content p {
		font-size: 16px;
	}
}

.h2_banner-content-title {
	font-size: 72px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
	opacity: 0;
	visibility: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.h2_banner-content-title {
		font-size: 72px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.h2_banner-content-title {
		font-size: 60px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.h2_banner-content-title {
		font-size: 52px;
	}
}

@media (max-width: 767px) {
	.h2_banner-content-title {
		font-size: 32px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.h2_banner-content-title {
		font-size: 48px;
	}
}

.swiper-slide-active .h2_banner-content-title {
	opacity: 1;
	visibility: visible;
}

.h2_banner-swiper-pagination.swiper-pagination-bullets {
	position: absolute;
	left: 60px;
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
	z-index: 1;
}

.h2_banner-swiper-pagination .swiper-pagination-bullet {
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 50%;
	background: transparent;
	opacity: 1;
	border: 1px solid rgba(255, 255, 255, 0);
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.h2_banner-swiper-pagination .swiper-pagination-bullet::before {
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: "";
	background-color: #fff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.h2_banner-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
	margin-right: 10px;
}

.h2_banner-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.h2_banner-swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	border-color: #fff;
}

.banner-content {
	position: relative;
	z-index: 3;
}

/*
************
*************************
05. breadcrumb
******************************************************* 
*************************************************************** */
.breadcrumb-area {
	min-height: 420px;
	display: flex;
	align-items: center;
	padding-top: 115px;
}

.breadcrumb-area::before {
	background-color: rgba(34, 34, 34, 0.8);
}

@media (max-width: 767px) {
	.breadcrumb-area {
		min-height: 420px;
		padding-top: 100px;
	}
}

.breadcrumb-content-title {
	font-size: 48px;
	color: #fff;
	font-weight: 900;
	margin-bottom: 0;
	text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.breadcrumb-content-title {
		font-size: 48px;
	}
}

@media (max-width: 767px) {
	.breadcrumb-content-title {
		font-size: 38px;
	}
}

.breadcrumb-content-list {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.breadcrumb-content-list {
		margin-bottom: 15px;
	}
}

.breadcrumb-content-list a {
	color: #CECECE;
	position: relative;
	z-index: 1;
	font-size: 20px;
	text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.breadcrumb-content-list a {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.breadcrumb-content-list a {
		font-size: 16px;
	}
}

.breadcrumb-content-list a::after {
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	background: #CECECE;
	width: 1px;
	height: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.breadcrumb-content-list a::after {
		height: 16px;
	}
}

@media (max-width: 767px) {
	.breadcrumb-content-list a::after {
		height: 14px;
	}
}

.breadcrumb-content-list a:hover {
	color: var(--clr-theme-primary);
}

.breadcrumb-content-list span {
	color: var(--clr-theme-primary);
	font-size: 20px;
	text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.breadcrumb-content-list span {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.breadcrumb-content-list span {
		font-size: 18px;
	}
}

/*
************
*************************
06. about
******************************************************* 
*************************************************************** */
.section-title {
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.section-title.section-title-white {
	color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-title {
		font-size: 45px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-title {
		font-size: 42px;
	}
}

@media (max-width: 767px) {
	.section-title {
		font-size: 30px;
	}

	.section-title br {
		display: none;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-title {
		font-size: 36px;
	}
}

.section-subtitle {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}

.section-subtitle span {
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	text-transform: capitalize;
	color: var(--clr-theme-primary);
}

@media (max-width: 767px) {
	.section-subtitle span {
		font-size: 16px;
	}
}

.section-text.section-text-white {
	color: #fff;
}

@media (max-width: 767px) {
	.section-text br {
		display: none;
	}
}

.h2_section-subtitle {
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: var(--clr-theme-primary);
	font-family: "Roboto", sans-serif;
	padding-left: 40px;
}

@media (max-width: 767px) {
	.h2_section-subtitle {
		font-size: 16px;
	}

	.h2_section-subtitle br {
		display: none;
	}
}

.h2_section-subtitle::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 30px;
	height: 1px;
	background-color: var(--clr-theme-primary);
}

.h2_section-title {
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.h2_section-title.section-title-white {
	color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.h2_section-title {
		font-size: 42px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.h2_section-title {
		font-size: 36px;
	}
}

@media (max-width: 767px) {
	.h2_section-title {
		font-size: 28px;
	}

	.h2_section-title br {
		display: none;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.h2_section-title {
		font-size: 32px;
	}
}

.h2_section-text.section-text-white {
	color: #fff;
}

.about-img {
	display: flex;
	height: 100%;
	overflow: hidden;
	position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.about-img {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.about-img {
		flex-direction: column;
		gap: 20px;
	}
}

.about-img-left {
	flex-shrink: 0;
	width: 52%;
	height: auto;
	padding-top: 45px;
	position: relative;
	z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.about-img-left {
		width: 55%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-img-left {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.about-img-left {
		width: 100%;
	}
}

.about-img-left::before {
	position: absolute;
	z-index: -1;
	content: "";
	left: 0;
	top: 0;
	background-color: var(--clr-theme-primary);
	width: 100%;
	height: 20px;
}

.about-img-left img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.about-img-right {
	flex-shrink: 0;
	width: 48%;
	position: relative;
	z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.about-img-right {
		width: 45%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-img-right {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.about-img-right {
		width: 100%;
		height: 97px;
	}
}

.about-img-right::before {
	position: absolute;
	z-index: -1;
	content: "";
	right: 0;
	bottom: 0;
	background-color: var(--clr-theme-primary);
	width: 20px;
	height: 100%;
}

.about-img-2 {
	position: absolute;
	right: 0;
	width: 410px;
	top: 0;
	border-left: 20px solid #fff;
	border-bottom: 20px solid #fff;
	height: 515px;
	object-fit: cover;
	z-index: 10;
	height: calc(100% - 148px);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.about-img-2 {
		width: 310px;
		height: calc(100% - 147px);
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-img-2 {
		width: 350px;
		height: calc(100% - 147px);
	}
}

.about-img-count {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 45px;
	gap: 15px;
	align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.about-img-count {
		padding-left: 15px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-img-count {
		padding-left: 0;
		justify-content: center;
		width: 100%;
		padding-right: 20px;
	}
}

@media (max-width: 767px) {
	.about-img-count {
		padding-left: 0;
	}
}

.about-img-count-number {
	font-size: 34px;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 3px;
	margin-bottom: 1px;
}

.about-img-count-number span {
	line-height: 1;
	display: inline-block;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.about-wrapper {
		margin-left: 30px;
	}
}

.about-content {
	margin-bottom: 42px;
}

.about-content-item {
	display: flex;
	gap: 10px;
	margin-bottom: 23px;
}

.about-content-item-box {
	flex-shrink: 0;
	width: 30px;
	position: relative;
	z-index: 1;
}

.about-content-item-box::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 25px;
	height: 25px;
	border: 3px solid var(--clr-theme-primary);
}

.about-content-item-box::after {
	position: absolute;
	right: 4px;
	top: 0;
	content: "";
	background: #fff;
	width: 10px;
	height: 15px;
	transform: rotate(45deg);
	z-index: 1;
}

.about-content-item-box i {
	font-size: 25px;
	position: relative;
	left: 5px;
	top: -4px;
	font-weight: 500;
	color: var(--clr-theme-primary);
	z-index: 99;
}

.about-content-item-info h4 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1;
}

@media (max-width: 767px) {
	.about-content-item-info h4 {
		font-size: 22px;
	}
}

.about-content-item-info p {
	margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.h2_about-wrapper {
		margin-left: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.h2_about-img {
		margin-right: 0;
	}

	.h2_about-img img {
		width: 100%;
	}
}

.h2_about-content {
	display: flex;
	gap: 25px;
}

@media (max-width: 767px) {
	.h2_about-content {
		flex-direction: column;
	}
}

.h2_about-content-item {
	display: flex;
	gap: 20px;
	flex-shrink: 0;
	width: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.h2_about-content-item {
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	.h2_about-content-item {
		width: 100%;
	}
}

.h2_about-content-item-icon svg {
	color: var(--clr-theme-primary);
}

.h2_about-content-item-info h4 {
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.h2_about-content-item-info h4 {
		font-size: 20px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.h2_about-content-item-info h4 {
		font-size: 22px;
	}
}

.h2_about-content-item-info p {
	margin-bottom: 0;
}

.h2_about-button {
	display: flex;
	gap: 25px;
}

.h2_about-button h6 {
	color: #7A7A7A;
	font-size: 16px;
	font-weight: 400;
	margin-top: 5px;
}

.h2_about-line {
	position: relative;
	z-index: 1;
	width: 100%;
}

.h2_about-line::after {
	position: absolute;
	top: 50%;
	right: 0;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #CECECE;
}

.h2_about-signature {
	flex-shrink: 0;
	text-align: center;
}

.h2_about-img {
	position: relative;
	z-index: 1;
}

.h2_about-img::after {
	position: absolute;
	left: calc(50% + 3px);
	top: calc(50% + 3px);
	transform: translate(-50%, -50%);
	width: 195px;
	height: 195px;
	background-color: #fff;
	content: "";
	z-index: 1;
	border-radius: 50%;
}

.h2_about-img-count {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: var(--clr-theme-primary);
	width: 190px;
	height: 190px;
	display: grid;
	place-content: center;
	border-radius: 50%;
	z-index: 2;
}

.h2_about-img-count-number {
	font-size: 48px;
	margin-bottom: 0;
	display: flex;
}

.h2_about-img-count-text {
	display: block;
	line-height: 1;
	color: #222;
}

@media (max-width: 767px) {
	.h2_about-img::after {
		width: 125px;
		height: 125px;
	}

	.h2_about-img-count {
		width: 120px;
		height: 120px;
		text-align: center;
	}

	.h2_about-img-count-number {
		font-size: 18px;
		justify-content: center;
	}
}

.inner_about-bottom {
	display: flex;
	align-items: center;
}

@media (max-width: 767px) {
	.inner_about-bottom {
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.inner_about-bottom {
		flex-direction: row;
		align-items: center;
		gap: 0;
	}
}

.inner_about-admin {
	display: flex;
	align-items: center;
	gap: 30px;
	position: relative;
	z-index: 1;
	padding-right: 40px;
	margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.inner_about-admin {
		gap: 20px;
		padding-right: 20px;
		margin-right: 20px;
	}
}

@media (max-width: 767px) {
	.inner_about-admin {
		margin-right: 0;
		padding-right: 0;
	}

	.inner_about-admin::after {
		display: none;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.inner_about-admin {
		padding-right: 40px;
		margin-right: 30px;
	}

	.inner_about-admin::after {
		display: block;
	}
}

.inner_about-admin::after {
	position: absolute;
	top: 50%;
	right: 0;
	content: "";
	transform: translateY(-50%);
	width: 1px;
	background: #CECECE;
	height: 80px;
}

.inner_about-admin-img {
	width: 80px;
	height: 80px;
	flex-shrink: 0;
	position: relative;
	z-index: 1;
}

.inner_about-admin-img::before {
	position: absolute;
	bottom: -5px;
	right: -5px;
	width: 40px;
	height: 40px;
	background: var(--clr-theme-primary);
	content: "";
	z-index: -1;
}

.inner_about-admin-info h4 {
	margin-bottom: 10px;
}

.inner_about-admin-info span {
	display: block;
	color: #7A7A7A;
}

.inner_about-img {
	position: relative;
	z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.inner_about-img {
		margin-right: 30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.inner_about-img {
		margin-right: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.inner_about-img {
		margin-right: 0;
	}
}

.inner_about-img-count {
	position: absolute;
	left: 105px;
	bottom: 65px;
	background: var(--clr-theme-primary);
	text-align: center;
	padding: 11px 15px 13px;
	border-radius: 15px;
	border-bottom: 10px solid #7A7A7A;
}

.inner_about-img-count-number {
	font-size: 34px;
	margin-bottom: 0;
}

.inner_about-img-count-text {
	font-size: 16px;
	color: #222;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.inner_about-img-count {
		left: 60px;
		bottom: 30px;
	}
}

@media (max-width: 767px) {
	.inner_about-img-count {
		left: 25px;
		bottom: 20px;
	}

	.inner_about-img-count-number {
		font-size: 24px;
	}

	.inner_about-img-count-text {
		font-size: 14px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.inner_about-img-count {
		left: 105px;
		bottom: 30px;
	}

	.inner_about-img-count-number {
		font-size: 24px;
	}

	.inner_about-img-count-text {
		font-size: 14px;
	}
}

.inner_about-content {
	display: flex;
	gap: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
	.inner_about-content {
		flex-direction: column;
	}
}

.inner_about-content-item {
	display: flex;
	gap: 20px;
	flex-shrink: 0;
	width: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
	.inner_about-content-item {
		width: 100%;
	}
}

.inner_about-content-item-icon svg {
	color: var(--clr-theme-primary);
}

.inner_about-content-item-info h4 {
	margin-bottom: 10px;
}

.inner_about-content-item-info p {
	margin-bottom: 0;
}

/*
************
*************************
07. button
******************************************************* 
*************************************************************** */
.theme-btn {
	background: var(--clr-theme-primary);
	color: var(--clr-common-black);
	padding: 0 50px;
	line-height: 60px;
	height: 60px;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	cursor: pointer;
	margin-bottom: 0;
	text-align: center;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	white-space: nowrap;
	border: none;
}

.theme-btn:hover {
	background-color: var(--clr-common-black);
	color: #fff;
}

.btn-black {
	background-color: var(--clr-common-black);
	color: var(--clr-common-white);
}

.btn-black:hover {
	background-color: var(--clr-theme-primary);
	color: var(--clr-common-white);
}

.btn-black:is(.border-white):hover {
	background-color: var(--clr-common-white);
	color: var(--clr-common-black);
}

.theme-btn.service_details-btn:hover {
	background-color: #fff;
	color: var(--clr-common-black);
}

.banner-play-btn .pl-icon {
	width: 60px;
	height: 60px;
	background: var(--clr-common-white);
	text-align: center;
	border-radius: 50%;
	margin-right: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all 0.3s ease;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-play-btn .pl-icon {
		margin-right: 20px;
	}
}

.banner-play-btn .pl-icon::after,
.banner-play-btn .pl-icon::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	border-radius: 50%;
	width: 100%;
	height: 100%;
	border: 1px solid #cccccc;
	animation-name: popupBtn;
	animation-duration: 1.8s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.banner-play-btn .pl-icon:before {
	animation-delay: 0.8s;
}

.banner-play-btn .pl-icon i {
	color: var(--clr-theme-primary);
	font-size: 16px;
	transition: all 0.3s ease;
	display: inline-block;
}

.banner-play-btn:hover .pl-icon {
	background-color: var(--clr-theme-primary);
}

.banner-play-btn:hover .pl-icon::after {
	border-color: var(--clr-theme-primary);
}

.banner-play-btn:hover .pl-icon i {
	color: var(--clr-common-white);
}

.banner-play-btn span {
	color: var(--clr-common-white);
	transition: all 0.3s ease;
}

.banner-play-btn:hover>span {
	color: var(--clr-theme-primary);
}

@keyframes popupBtn {
	0% {
		transform: scale(1);
		opacity: 0;
	}

	50% {
		transform: scale(1.6);
		opacity: 0.3;
	}

	100% {
		transform: scale(2);
		opacity: 0;
	}
}

/*
************
*************************
08. service
******************************************************* 
*************************************************************** */
.service-item {
	position: relative;
	z-index: 1;
	padding: 60px 50px 55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.service-item {
		padding: 40px 30px 45px;
	}
}

@media (max-width: 767px) {
	.service-item {
		padding: 40px 30px 45px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.service-item {
		padding: 50px 30px 45px;
	}
}

.service-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.service-overlay::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--clr-common-black);
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.service-overlay img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-icon {
	width: 60px;
	height: auto;
	margin-bottom: 30px;
}

.service-icon svg {
	color: var(--clr-theme-primary);
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.service-content-title {
	font-size: 24px;
	color: #fff;
	margin-bottom: 15px;
}

.service-content-title:hover a {
	color: var(--clr-theme-primary);
}

@media (max-width: 767px) {
	.service-content-title {
		font-size: 22px;
	}
}

.service-content p {
	margin-bottom: 25px;
	color: #fff;
}

.service-content .service-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.service-content .service-btn:hover {
	color: var(--clr-theme-primary);
}

.service-item:hover .service-overlay::before {
	opacity: 0.7;
}

.service-item:hover .service-icon svg {
	color: #fff;
}

.service-item.service-active .service-overlay::before {
	opacity: 0.7;
}

.service_details-title-inner {
	font-size: 36px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.service_details-title-inner {
		font-size: 32px;
	}
}

@media (max-width: 767px) {
	.service_details-title-inner {
		font-size: 24px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.service_details-title-inner {
		font-size: 28px;
	}
}

.h2_service-item {
	position: relative;
	z-index: 1;
	padding: 50px 45px 45px;
	display: flex;
	gap: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.h2_service-item {
		padding: 50px 36px 45px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.h2_service-item {
		padding: 40px 30px 35px;
		gap: 20px;
	}
}

@media (max-width: 767px) {
	.h2_service-item {
		flex-direction: column;
		padding: 40px 26px 35px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.h2_service-item {
		flex-direction: row;
		padding: 40px 26px 35px;
	}
}

.h2_service-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.h2_service-overlay::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--clr-common-black);
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.h2_service-overlay img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.h2_service-icon {
	width: 60px;
	height: auto;
	flex-shrink: 0;
}

.h2_service-icon svg {
	color: var(--clr-theme-primary);
}

.h2_service-content-title {
	font-size: 24px;
	color: #fff;
	margin-bottom: 20px;
}

.h2_service-content-title:hover a {
	color: var(--clr-theme-primary);
}

@media (max-width: 767px) {
	.h2_service-content-title {
		font-size: 22px;
	}
}

.h2_service-content p {
	margin-bottom: 0;
	color: #fff;
}

.h2_service-item:hover .h2_service-overlay::before {
	opacity: 0.7;
}

.h2_service-item.service-active .h2_service-overlay::before {
	opacity: 0.7;
}

/*
************
*************************
09. service-details
******************************************************* 
*************************************************************** */
.service_details-right {
	position: sticky;
	top: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.service_details-right {
		margin-left: 30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.service_details-right {
		margin-left: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.service_details-right {
		margin-left: 0;
	}
}

.service_details-title {
	position: relative;
	z-index: 1;
	padding-bottom: 12px;
	margin-bottom: 35px;
	font-size: 22px;
}

.service_details-title::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100px;
	height: 2px;
	background: var(--clr-theme-primary);
}

.service_details-list ul li a {
	display: flex;
	justify-content: space-between;
	border: 1px solid #e7e7e7;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	margin-bottom: 20px;
	align-items: center;
	color: #7A7A7A;
}

.service_details-list ul li a:hover {
	border-color: var(--clr-theme-primary);
	color: #222;
}

.service_details-cta {
	padding: 45px 50px 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.service_details-cta {
		padding: 45px 40px 50px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.service_details-cta {
		padding: 45px 40px 50px;
	}
}

@media (max-width: 767px) {
	.service_details-cta {
		padding: 45px 30px 50px;
	}
}

.service_details-cta::before {
	background-color: rgba(34, 34, 34, 0.7);
}

.service_details-cta p {
	color: #CECECE;
	margin-bottom: 42px;
}

.service_details-top {
	margin-bottom: 27px;
}

.service_details-top span {
	color: var(--clr-theme-primary);
	font-size: 14px;
	display: block;
}

.service_details-top h5 {
	color: #Fff;
	margin-bottom: 0;
}

.service_details-btn {
	padding: 0 35px;
	height: 50px;
	line-height: 50px;
}

.service_details-download ul li a {
	display: flex;
	border: 1px solid #e7e7e7;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	margin-bottom: 20px;
	align-items: center;
	gap: 10px;
	color: #7A7A7A;
}

.service_details-download ul li a i {
	color: var(--clr-theme-primary);
}

.service_details-download ul li a:hover {
	border-color: var(--clr-theme-primary);
	color: #222;
}

.inner-item {
	background: #F8F8F8;
	padding: 35px 30px;
	display: flex;
	gap: 20px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.inner-item {
		padding: 30px 30px;
	}
}

@media (max-width: 767px) {
	.inner-item {
		flex-direction: column;
		padding: 30px 30px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.inner-item {
		flex-direction: row;
	}
}

.inner-item-icon {
	width: 60px;
	flex-shrink: 0;
}

.inner-item-icon svg {
	color: var(--clr-theme-primary);
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.inner-item-content h4 {
	color: #222;
	margin-bottom: 13px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.inner-item-content p {
	color: #7A7A7A;
	margin-bottom: 0;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.service_details-inner-content {
	display: flex;
	gap: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.service_details-inner-content {
		flex-direction: column;
	}
}

.inner-content-img {
	width: 520px;
	flex-shrink: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.inner-content-img {
		width: 50%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.inner-content-img {
		width: 100%;
	}
}

.inner-content-list ul li {
	font-size: 15px;
	color: #7A7A7A;
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
}

.inner-content-list ul li:last-child {
	margin-bottom: 0;
}

.inner-content-list ul li i {
	font-size: 14px;
	margin-top: 6px;
}

/*
************
*************************
10. choose
******************************************************* 
*************************************************************** */
.choose-wrapper {
	position: relative;
	z-index: 1;
}

.choose-wrapper::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #222222;
	opacity: 0.9;
	z-index: -1;
	display: none;
}

.choose-item {
	display: flex;
	align-items: center;
	border: 1px solid #414141;
	padding: 35px 45px 35px;
	gap: 20px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.choose-item {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.choose-item {
		flex-direction: row;
		align-items: center;
	}
}

@media (max-width: 767px) {
	.choose-item {
		padding: 35px 30px;
	}
}

.choose-item-icon {
	min-width: 60px;
	flex-shrink: 0;
}

.choose-item-icon svg {
	color: var(--clr-theme-primary);
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.choose-item-icon svg path {
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.choose-content h4 {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

@media (max-width: 767px) {
	.choose-content h4 {
		font-size: 22px;
	}
}

.choose-content p {
	margin-bottom: 0;
	color: #fff;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.choose-img {
	position: absolute;
	right: 180px;
	bottom: 0;
	z-index: -1;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
	.choose-img {
		right: 100px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.choose-img {
		right: 0;
	}
}

.choose-shape-1 {
	position: absolute;
	right: 0;
	top: 145px;
	z-index: -1;
}

.choose-item:hover {
	background-color: var(--clr-theme-primary);
	border-color: transparent;
}

.choose-item:hover .choose-item-icon svg {
	color: var(--clr-common-black);
	fill: var(--clr-common-black);
}

.choose-item:hover .choose-content h4 {
	color: var(--clr-common-black);
}

.choose-item:hover .choose-content p {
	color: var(--clr-common-black);
}

.choose-item.choose-item-active {
	background-color: var(--clr-theme-primary);
	border-color: transparent;
}

.choose-item.choose-item-active .choose-item-icon svg {
	color: var(--clr-common-black);
	fill: var(--clr-common-black);
}

.choose-item.choose-item-active .choose-item-icon svg path {
	fill: var(--clr-common-black);
}

.choose-item.choose-item-active .choose-content h4 {
	color: var(--clr-common-black);
}

.choose-item.choose-item-active .choose-content p {
	color: var(--clr-common-black);
}

/*
************
*************************
11. counter
******************************************************* 
*************************************************************** */
.counter-area {
	position: relative;
	z-index: 1;
	margin-top: -165px;
}

.counter-wrap {
	background-color: var(--clr-theme-primary);
	padding: 80px 10px 25px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.counter-wrap::before {
	position: absolute;
	left: 50%;
	bottom: -230px;
	transform: translateX(-50%);
	content: "";
	background: #F5BB00;
	width: 520px;
	height: 460px;
	border-radius: 100%;
	z-index: -1;
}

.counter-item {
	text-align: center;
}

.counter-item-icon {
	margin-bottom: 30px;
}

.counter-item-icon svg {
	color: var(--clr-common-black);
}

.counter-item-content-title {
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 3px;
}

.counter-item-content p {
	margin-bottom: 0;
	color: var(--clr-common-black);
}

.h2_counter-area::before {
	background-color: rgba(34, 34, 34, 0.8);
}

.h2_counter-wrap {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.h2_counter-item {
	text-align: center;
}

.h2_counter-item-icon {
	margin-bottom: 30px;
}

.h2_counter-item-icon svg {
	color: var(--clr-theme-primary);
}

.h2_counter-item-content-title {
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 3px;
	color: #fff;
}

.h2_counter-item-content p {
	margin-bottom: 0;
	color: #CECECE;
}

/*
************
*************************
12. project
******************************************************* 
*************************************************************** */
.project-item {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

.project-item::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(34, 34, 34, 0.8);
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	opacity: 0;
}

.project-item-img img {
	width: 100%;
}

.project-item-content {
	position: absolute;
	left: 50px;
	right: 50px;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.project-item-content {
		left: 30px;
		right: 30px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.project-item-content {
		left: 30px;
		right: 30px;
	}
}

.project-item-content-title {
	font-size: 24px;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.project-item-content-title {
		font-size: 20px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.project-item-content-title {
		font-size: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.project-item-content-title {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.project-item-content-title {
		font-size: 18px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.project-item-content-title {
		font-size: 16px;
	}
}

.project-item-content-title:hover a {
	color: var(--clr-theme-primary);
}

.project-item-content span {
	color: #fff;
	display: inline-block;
	margin-bottom: 5px;
	font-size: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.project-item-content {
		left: 25px;
		right: 25px;
	}
}

@media (max-width: 767px) {
	.project-item-content {
		left: 20px;
		right: 20px;
	}

	.project-item-content-title {
		font-size: 18px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.project-item-content {
		left: 25px;
		right: 25px;
	}
}

.project-item-content-btn a {
	display: grid;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	place-items: center;
	color: #fff;
	font-size: 12px;
	border-radius: 50%;
}

.project-item-content-btn a:hover {
	background: var(--clr-theme-primary);
	border-color: var(--clr-theme-primary);
	color: #222;
}

.project-menu {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.project-menu button {
	background: transparent;
	border: none;
	padding: 0;
	color: #7A7A7A;
	margin-bottom: 20px;
	height: 40px;
	line-height: 40px;
	background-color: transparent;
	border: none;
	color: #222;
	font-weight: 500;
	padding: 0 25px;
}

.project-menu button.active {
	background: var(--clr-theme-primary);
}

.project-item:hover::before {
	opacity: 1;
}

.project-item:hover .project-item-content {
	opacity: 1;
	visibility: visible;
	bottom: 45px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.project-item:hover .project-item-content {
		bottom: 30px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.project-item:hover .project-item-content {
		bottom: 30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.project-item:hover .project-item-content {
		bottom: 25px;
	}
}

@media (max-width: 767px) {
	.project-item:hover .project-item-content {
		bottom: 25px;
	}
}

@media (max-width: 767px) {
	.project-item:hover .project-item-content {
		bottom: 25px;
	}
}

.h2_project-active.has-space.swiper {
	transform: translateX(calc((100% - 1290px) / 2));
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.h2_project-active.has-space.swiper {
		transform: translateX(calc((100% - 1110px) / 2));
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.h2_project-active.has-space.swiper {
		transform: translateX(calc((100% - 930px) / 2));
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.h2_project-active.has-space.swiper {
		transform: translateX(0);
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 767px) {
	.h2_project-active.has-space.swiper {
		transform: translateX(0);
		padding-left: 15px;
		padding-right: 15px;
	}
}

.h2_project-carousel-wrap-space {
	width: 100%;
	overflow: hidden;
	margin-left: auto;
}

@media (min-width: 768px) {
	.portfolio-area .tab-content.container {
		max-width: 100%;
		padding: 0;
	}
}

.nav .nav-link {
	background: transparent;
	border: none;
	padding: 0;
	color: #7A7A7A;
	margin-bottom: 20px;
	height: 40px;
	line-height: 40px;
	background-color: transparent;
	border: none;
	color: #222;
	font-weight: 500;
	padding: 0 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
	.nav .nav-link {
		padding: 0 18px;
	}
}

.nav .nav-link.active {
	background: var(--clr-theme-primary);
}

.h2_project-navigation {
	display: flex;
	gap: 20px;
	justify-content: end;
}

@media (max-width: 767px) {
	.h2_project-navigation {
		justify-content: start;
	}
}

.h2_project-navigation div {
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: transparent;
	display: grid;
	place-items: center;
	font-size: 15px;
	color: #7A7A7A;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	border: 1px solid #7A7A7A;
}

.h2_project-navigation div:hover {
	background-color: var(--clr-theme-primary);
	color: #222222;
	border-color: var(--clr-theme-primary);
}

.h2_project-item {
	position: relative;
	z-index: 1;
}

.h2_project-item::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(34, 34, 34, 0.8);
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	opacity: 0;
}

.h2_project-item-content {
	position: absolute;
	left: 40px;
	right: 40px;
	top: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.h2_project-item-content-title {
	font-size: 24px;
	color: #fff;
	line-height: 1;
	margin-bottom: 0;
}

.h2_project-item-content-title:hover a {
	color: var(--clr-theme-primary);
}

@media (max-width: 767px) {
	.h2_project-item-content-title {
		font-size: 20px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.h2_project-item-content {
		left: 30px;
		right: 30px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.h2_project-item-content {
		left: 30px;
		right: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.h2_project-item-content {
		left: 40px;
		right: 40px;
	}
}

@media (max-width: 767px) {
	.h2_project-item-content {
		left: 20px;
		right: 20px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.h2_project-item-content {
		left: 30px;
		right: 30px;
	}
}

.h2_project-item-content span {
	color: #fff;
	display: inline-block;
	margin-bottom: 10px;
}

.h2_project-item-btn {
	position: absolute;
	right: 40px;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.h2_project-item-btn {
		right: 30px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.h2_project-item-btn {
		right: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.h2_project-item-btn {
		right: 30px;
	}
}

@media (max-width: 767px) {
	.h2_project-item-btn {
		right: 20px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.h2_project-item-btn {
		right: 30px;
	}
}

.h2_project-item-btn a {
	display: grid;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	place-items: center;
	color: #fff;
	font-size: 12px;
	border-radius: 50%;
}

.h2_project-item-btn a:hover {
	background: var(--clr-theme-primary);
	border-color: var(--clr-theme-primary);
	color: #222;
}

.h2_project-item:hover::before {
	opacity: 1;
}

.h2_project-item:hover .h2_project-item-content {
	opacity: 1;
	visibility: visible;
	top: 35px;
}

.h2_project-item:hover .h2_project-item-btn {
	opacity: 1;
	visibility: visible;
	bottom: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.h2_project-item:hover .h2_project-item-btn {
		bottom: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.h2_project-item:hover .h2_project-item-btn {
		bottom: 30px;
	}
}

@media (max-width: 767px) {
	.h2_project-item:hover .h2_project-item-btn {
		bottom: 30px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.h2_project-item:hover .h2_project-item-btn {
		bottom: 30px;
	}
}

/*
************
*************************
13. project-details
******************************************************* 
*************************************************************** */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.project_details-title {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	.project_details-title {
		font-size: 26px;
	}
}

.project_details-list ul li {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
	font-family: "Roboto", sans-serif;
}

.project_details-list ul li:last-child {
	margin-bottom: 0;
}

.project_details-right {
	background: #F8F8F8;
	position: sticky;
	top: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.project_details-right {
		margin-left: 30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.project_details-right {
		margin-left: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.project_details-right {
		margin-left: 0;
	}
}

.project_details-right h5 {
	background: var(--clr-theme-primary);
	padding: 0 50px;
	height: 50px;
	line-height: 50px;
	font-weight: 500;
	margin-bottom: 0;
}

.project_details-right-content {
	padding: 45px 50px 45px;
}

.project_details-right-item span {
	font-size: 14px;
	display: block;
	margin-bottom: 9px;
	line-height: 22px;
}

.project_details-right-item p {
	margin-bottom: 0;
	font-weight: 500;
	color: #222;
}

/*
************
*************************
14. team
******************************************************* 
*************************************************************** */
.team-img {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

.team-img::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(55, 55, 55, 0.4);
	opacity: 0;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.team-img img {
	width: 100%;
}

.team-info {
	text-align: center;
}

.team-info-title {
	margin-bottom: 8px;
}

.team-info-title:hover a {
	color: var(--clr-theme-primary);
}

@media (max-width: 767px) {
	.team-info-title {
		font-size: 22px;
	}
}

.team-info span {
	display: block;
}

.team-social {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.team-social ul {
	display: flex;
	gap: 10px;
	justify-content: center;
}

.team-social ul li a {
	display: grid;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #CECECE;
	place-items: center;
	font-size: 14px;
	color: #373737;
}

.team-social ul li a:hover {
	background: var(--clr-theme-primary);
}

.team-item:hover .team-social {
	bottom: 40px;
	opacity: 1;
	visibility: visible;
}

.team-item:hover .team-img::before {
	opacity: 1;
}

.h2_team-img {
	position: relative;
	z-index: 1;
}

.h2_team-img img {
	width: 100%;
}

.h2_team-img::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(34, 34, 34, 0.6);
	opacity: 0;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.h2_team-item {
	position: relative;
	z-index: 1;
}

.h2_team-info {
	background: #FFFFFF;
	position: absolute;
	left: 45px;
	right: 45px;
	bottom: -55px;
	z-index: 1;
	padding: 25px 50px 25px;
	text-align: center;
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

@media (max-width: 767px) {
	.h2_team-info {
		padding: 25px 30px 25px;
		left: 35px;
		right: 35px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.h2_team-info {
		padding: 25px 40px 25px;
		left: 45px;
		right: 45px;
	}
}

.h2_team-info-title {
	margin-bottom: 12px;
}

@media (max-width: 767px) {
	.h2_team-info-title {
		font-size: 22px;
	}
}

.h2_team-info span {
	color: #7A7A7A;
	display: block;
	line-height: 1;
}

.h2_team-social {
	position: absolute;
	right: 0px;
	top: 30px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.h2_team-social ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.h2_team-social ul li a {
	display: grid;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #CECECE;
	place-items: center;
	font-size: 14px;
	color: #373737;
}

.h2_team-social ul li a:hover {
	background: var(--clr-theme-primary);
}

.h2_team-item:hover .h2_team-social {
	right: 30px;
	opacity: 1;
	visibility: visible;
}

.h2_team-item:hover .h2_team-img::before {
	opacity: 1;
}

.h2_team-item:hover .h2_team-info {
	background-color: var(--clr-theme-primary);
}

.h2_team-item:hover .h2_team-info span {
	color: #222;
}

/*
************
*************************
15. team-details
******************************************************* 
*************************************************************** */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {

	.team_details-info-content.ml-50,
	.team_details-experience-content.ml-50 {
		margin-left: 30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

	.team_details-info-content.ml-50,
	.team_details-experience-content.ml-50 {
		margin-left: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {

	.team_details-info-content.ml-50,
	.team_details-experience-content.ml-50 {
		margin-left: 0;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.team_details-education-content.mr-50 {
		margin-right: 30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.team_details-education-content.mr-50 {
		margin-right: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.team_details-education-content.mr-50 {
		margin-right: 0;
	}
}

.team_details-info-title {
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 1.1;
}

.team_details-info-subtitle {
	display: block;
	margin-bottom: 26px;
}

.team_details-info-text {
	margin-bottom: 35px;
}

.team_details-info-contact {
	margin-bottom: 35px;
}

.team_details-info-contact h4 {
	margin-bottom: 25px;
}

.team_details-info-contact-item {
	display: flex;
	align-items: center;
	gap: 20px;
}

.team_details-info-contact-item i {
	font-size: 20px;
	color: var(--clr-theme-primary);
}

.team_details-info-contact-item p {
	text-transform: uppercase;
	margin-bottom: 0;
}

.team_details-info-social {
	display: flex;
	gap: 20px;
}

.team_details-info-social li a {
	display: grid;
	width: 30px;
	height: 30px;
	background: #CECECE;
	font-size: 14px;
	place-items: center;
	border-radius: 50%;
	color: #222;
}

.team_details-info-social li a:hover {
	background: var(--clr-theme-primary);
}

.team_details-skill-title {
	text-transform: uppercase;
	margin-bottom: 30px;
	line-height: 1.3;
}

.team_details-experience-title {
	text-transform: uppercase;
	margin-bottom: 40px;
}

.team_details-experience-list {
	position: relative;
	z-index: 1;
}

.team_details-experience-list::before {
	position: absolute;
	left: 222px;
	top: 0;
	content: "";
	width: 2px;
	height: 100%;
	background: #CECECE;
}

@media (max-width: 767px) {
	.team_details-experience-list::before {
		display: none;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.team_details-experience-list::before {
		display: block;
	}
}

.team_details-experience-list li {
	display: flex;
	gap: 64px;
	margin-bottom: 45px;
}

@media (max-width: 767px) {
	.team_details-experience-list li {
		flex-direction: column;
		gap: 20px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.team_details-experience-list li {
		flex-direction: row;
		gap: 64px;
	}
}

.team_details-experience-date {
	background: var(--clr-theme-primary);
	height: 50px;
	line-height: 50px;
	width: 190px;
	display: flex;
	justify-content: center;
	color: #222;
	font-weight: 500;
	position: relative;
	z-index: 1;
	flex-shrink: 0;
}

.team_details-experience-date::before {
	position: absolute;
	right: -36px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	background: var(--clr-theme-primary);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	z-index: 1;
}

@media (max-width: 767px) {
	.team_details-experience-date::before {
		display: none;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.team_details-experience-date::before {
		display: block;
	}
}

.team_details-experience-info-title {
	display: block;
	font-weight: 600;
	color: #222;
}

.team_details-experience-info-subtitle {
	display: block;
	color: #222;
	margin-bottom: 15px;
	line-height: 1;
}

.team_details-experience-info p {
	margin-bottom: 0;
}

.team_details-education-title {
	text-transform: uppercase;
	margin-bottom: 40px;
}

.team_details-education-subtitle {
	display: block;
	color: #222;
	line-height: 1;
}

.team_details-education-list {
	position: relative;
	z-index: 1;
}

.team_details-education-list::before {
	position: absolute;
	left: 222px;
	top: 0;
	content: "";
	width: 2px;
	height: 100%;
	background: #CECECE;
}

@media (max-width: 767px) {
	.team_details-education-list::before {
		display: none;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.team_details-education-list::before {
		display: block;
	}
}

.team_details-education-list li {
	display: flex;
	gap: 64px;
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	.team_details-education-list li {
		flex-direction: column;
		gap: 20px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.team_details-education-list li {
		flex-direction: row;
		gap: 64px;
	}
}

.team_details-education-date {
	background: var(--clr-theme-primary);
	height: 50px;
	line-height: 50px;
	width: 190px;
	display: flex;
	justify-content: center;
	color: #222;
	font-weight: 500;
	position: relative;
	z-index: 1;
	flex-shrink: 0;
}

.team_details-education-date::before {
	position: absolute;
	right: -36px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	background: var(--clr-theme-primary);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	z-index: 1;
}

@media (max-width: 767px) {
	.team_details-education-date::before {
		display: none;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.team_details-education-date::before {
		display: block;
	}
}

.team_details-education-info-title {
	display: block;
	font-weight: 600;
	color: #222;
	margin-bottom: 7px;
}

.inner_skill-wrap p {
	margin-bottom: 26px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

	.team_details-info-title,
	.team_details-skill-title,
	.team_details-experience-title,
	.team_details-education-title {
		font-size: 45px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.team_details-info-title,
	.team_details-skill-title,
	.team_details-experience-title,
	.team_details-education-title {
		font-size: 40px;
	}
}

@media (max-width: 767px) {

	.team_details-info-title,
	.team_details-skill-title,
	.team_details-experience-title,
	.team_details-education-title {
		font-size: 35px;
	}
}

.team_details-contact-item a>i {
	margin-right: 7px;
	display: inline-block;
}

.team_details-contact-item a:hover {
	color: var(--clr-theme-primary);
}

.team_details-contact-item span>i {
	margin-right: 7px;
	display: inline-block;
}

/*
************
*************************
16. testimonial
******************************************************* 
*************************************************************** */
.testimonial-area::before {
	background-color: rgba(34, 34, 34, 0.95);
}

.testimonial-item {
	padding: 50px;
	padding-right: 100px;
	background: rgba(55, 55, 55, 0.5);
}

@media (max-width: 767px) {
	.testimonial-item {
		padding: 50px 20px 50px;
	}
}

.testimonial-item-icon {
	max-width: 65px;
	margin-bottom: 42px;
}

.testimonial-item-icon svg {
	color: var(--clr-theme-primary);
}

.testimonial-item-content p {
	font-size: 18px;
	font-weight: 500;
	color: #CECECE;
	margin-bottom: 43px;
}

.testimonial-item-admin {
	display: flex;
	gap: 20px;
	align-items: center;
}

.testimonial-item-admin-img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
}

.testimonial-item-admin-img img {
	width: 100%;
}

.testimonial-item-admin-info h4 {
	font-size: 22px;
	margin-bottom: 8px;
	color: var(--clr-theme-primary);
	font-weight: 500;
}

@media (max-width: 767px) {
	.testimonial-item-admin-info h4 {
		font-size: 18px;
	}
}

.testimonial-item-admin-info span {
	display: block;
	color: #CECECE;
}

@media (max-width: 767px) {
	.testimonial-item-admin-info span {
		font-size: 15px;
	}
}

.testimonial-pagination.swiper-pagination-bullets {
	right: 0;
	left: auto;
	text-align: center;
	line-height: 1;
}

.testimonial-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 3px;
	cursor: pointer;
	display: inline-block;
	border-radius: 0%;
	background: #373737;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.testimonial-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
	margin-right: 10px;
}

.testimonial-pagination.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.testimonial-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	width: 30px;
	background: var(--clr-theme-primary);
}

.testimonial-navigation div {
	width: 40px;
	height: 40px;
	background: #373737;
	display: grid;
	place-items: center;
	font-size: 15px;
	color: #CECECE;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	position: absolute;
	cursor: pointer;
	left: -100px;
	top: calc(50% - 40px);
	transform: translateY(-50%);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
}

.testimonial-navigation div.testimonial-next {
	left: auto;
	right: -100px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.testimonial-navigation div {
		left: -45px;
	}

	.testimonial-navigation div.testimonial-next {
		right: -45px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial-navigation div {
		left: -20px;
	}

	.testimonial-navigation div.testimonial-next {
		right: -20px;
	}
}

@media (max-width: 767px) {
	.testimonial-navigation div {
		display: none;
	}
}

.testimonial-navigation div:hover {
	background-color: var(--clr-theme-primary);
	color: #222222;
}

.testimonial-area:hover .testimonial-navigation div {
	opacity: 1;
	visibility: visible;
}

.h2_testimonial-area {
	background-color: #222;
	position: relative;
	z-index: 1;
}

.h2_testimonial-map {
	position: absolute;
	left: 50%;
	top: 55%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.h2_testimonial-item {
	padding: 0 30px;
}

@media (max-width: 767px) {
	.h2_testimonial-item {
		padding: 0;
	}
}

.h2_testimonial-item-icon {
	max-width: 65px;
	margin-bottom: 45px;
	margin-left: auto;
	margin-right: auto;
}

.h2_testimonial-item-icon svg {
	color: var(--clr-theme-primary);
}

.h2_testimonial-item-content p {
	font-size: 18px;
	font-weight: 500;
	color: #CECECE;
	margin-bottom: 40px;
	text-align: center;
	line-height: 28px;
}

.h2_testimonial-item-admin {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
}

.h2_testimonial-item-admin-img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
}

.h2_testimonial-item-admin-img img {
	width: 100%;
}

.h2_testimonial-item-admin-info h4 {
	font-size: 22px;
	margin-bottom: 8px;
	color: var(--clr-theme-primary);
	font-weight: 500;
}

.h2_testimonial-item-admin-info span {
	display: block;
	color: #CECECE;
}

.h2_testimonial-pagination.swiper-pagination-bullets {
	right: 0;
	left: auto;
	text-align: center;
	line-height: 1;
}

.h2_testimonial-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 3px;
	display: inline-block;
	border-radius: 0%;
	background: #373737;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.h2_testimonial-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
	margin-right: 10px;
}

.h2_testimonial-pagination.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.h2_testimonial-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	width: 30px;
	background: var(--clr-theme-primary);
}

.h2_testimonial-navigation div {
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: #373737;
	display: grid;
	place-items: center;
	font-size: 15px;
	color: #CECECE;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	position: absolute;
	left: 70px;
	top: calc(50% - 40px);
	transform: translateY(-50%);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
}

.h2_testimonial-navigation div.h2_testimonial-next {
	left: auto;
	right: 70px;
}

.h2_testimonial-navigation div:hover {
	background-color: var(--clr-theme-primary);
	color: #222222;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.h2_testimonial-navigation div {
		left: 0;
	}

	.h2_testimonial-navigation div.h2_testimonial-next {
		left: auto;
		right: 0;
	}
}

.h2_testimonial-area:hover .h2_testimonial-navigation div {
	opacity: 1;
	visibility: visible;
}

/*
************
*************************
17. blog
******************************************************* 
*************************************************************** */
.blog-item {
	position: relative;
	z-index: 1;
}

.blog-item::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(34, 34, 34, 0.8);
	z-index: 1;
}

.blog-img img {
	width: 100%;
}

.blog-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	padding: 40px 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.blog-content {
		padding: 30px 35px;
	}
}

@media (max-width: 767px) {
	.blog-content {
		padding: 20px 20px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.blog-content {
		padding: 30px 40px;
	}
}

.blog-content-title {
	color: #fff;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 20px;
}

.blog-content-title:hover a {
	color: var(--clr-theme-primary);
}

@media (max-width: 767px) {
	.blog-content-title {
		font-size: 20px;
		margin-bottom: 15px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.blog-content-title {
		font-size: 22px;
		margin-bottom: 15px;
	}
}

.blog-content-top span {
	color: #F8F8F8;
	display: block;
	font-size: 14px;
}

.blog-content-top span a {
	font-weight: 500;
	font-size: 16px;
}

.blog-content-meta {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	.blog-content-meta {
		margin-bottom: 5px;
	}
}

.blog-content-meta span {
	display: block;
	color: #F8F8F8;
	font-size: 14px;
	font-weight: 500;
	position: relative;
}

.blog-content-meta span:first-child {
	margin-right: 10px;
	padding-right: 14px;
}

.blog-content-meta span:first-child::before {
	position: absolute;
	right: 0;
	top: calc(50% + 1px);
	transform: translateY(-50%);
	background: #F8F8F8;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	content: "";
}

.blog-btn {
	color: #fff;
	display: flex;
	align-items: center;
	gap: 15px;
	font-weight: 500;
}

.blog-btn:hover {
	color: var(--clr-theme-primary);
}

.blog-item:hover .blog-content-meta span::before {
	background-color: var(--clr-theme-primary);
}

.h2_blog-img {
	position: relative;
	z-index: 1;
}

.h2_blog-img::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(34, 34, 34, 0.8);
	z-index: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	opacity: 0;
}

.h2_blog-img img {
	width: 100%;
}

.h2_blog-img-info {
	position: absolute;
	left: 40px;
	top: 35px;
	z-index: 2;
}

.h2_blog-img-info span {
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	opacity: 0;
	visibility: hidden;
	color: #F8F8F8;
	display: block;
	font-size: 14px;
}

.h2_blog-img-info span a {
	font-weight: 500;
	font-size: 16px;
}

.h2_blog-content {
	background-color: #F8F8F8;
	padding: 40px 35px;
}

@media (max-width: 767px) {
	.h2_blog-content {
		padding: 40px 30px;
	}
}

.h2_blog-content-title {
	color: #222;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.h2_blog-content-title {
		font-size: 22px;
	}
}

.h2_blog-content-title:hover a {
	color: var(--clr-theme-primary);
}

@media (max-width: 767px) {
	.h2_blog-content-title {
		font-size: 20px;
	}
}

.h2_blog-content-meta {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.h2_blog-content-meta span {
	display: block;
	color: #222;
	font-size: 14px;
	font-weight: 500;
	position: relative;
}

.h2_blog-content-meta span:first-child {
	margin-right: 10px;
	padding-right: 14px;
}

.h2_blog-content-meta span:first-child::before {
	position: absolute;
	right: 0;
	top: calc(50% + 1px);
	transform: translateY(-50%);
	background: var(--clr-theme-primary);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	content: "";
}

.h2_blog-btn {
	color: #222;
	display: flex;
	align-items: center;
	gap: 15px;
	font-weight: 500;
}

.h2_blog-btn:hover {
	color: var(--clr-theme-primary);
}

.h2_blog-item:hover .h2_blog-img::before {
	opacity: 1;
}

.h2_blog-item:hover .h2_blog-img-info span {
	opacity: 1;
	visibility: visible;
}

.inner_blog-right {
	position: sticky;
	top: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.inner_blog-right {
		margin-left: 30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.inner_blog-right {
		margin-left: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.inner_blog-right {
		margin-left: 0;
	}
}

.inner_blog-item {
	position: relative;
	z-index: 1;
}

.inner_blog-item::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(34, 34, 34, 0.8);
	z-index: 1;
}

.inner_blog-img img {
	width: 100%;
}

@media (max-width: 575px) {
	.inner_blog-img {
		height: 360px;
	}

	.inner_blog-img img {
		height: 100%;
		object-fit: cover;
	}
}

.inner_blog-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	padding: 45px 50px 45px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.inner_blog-content {
		padding: 40px 20px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.inner_blog-content {
		padding: 40px 30px;
	}
}

.inner_blog-content-title {
	color: #fff;
	line-height: 1.4;
	margin-bottom: 25px;
	text-transform: initial;
}

.inner_blog-content-title:hover a {
	color: var(--clr-theme-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.inner_blog-content-title {
		font-size: 26px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.inner_blog-content-title {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	.inner_blog-content-title {
		font-size: 22px;
		margin-bottom: 15px;
	}
}

.inner_blog-content-top span {
	color: #F8F8F8;
	display: block;
	font-size: 14px;
}

.inner_blog-content-top span a {
	font-weight: 500;
	font-size: 16px;
}

.inner_blog-content-meta {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	.inner_blog-content-meta {
		margin-bottom: 5px;
	}
}

@media (max-width: 380px) {
	.inner_blog-content-meta {
		display: none;
	}
}

.inner_blog-content-meta span {
	display: block;
	color: #F8F8F8;
	font-size: 14px;
	font-weight: 500;
	position: relative;
}

.inner_blog-content-meta span:first-child {
	margin-right: 10px;
	padding-right: 14px;
}

.inner_blog-content-meta span:first-child::before {
	position: absolute;
	right: 0;
	top: calc(50% + 1px);
	transform: translateY(-50%);
	background: #F8F8F8;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	content: "";
}

.inner_blog-content-meta span.inner_blog-comment {
	margin-left: 20px;
	padding-left: 21px;
}

.inner_blog-content-meta span.inner_blog-comment::before {
	position: absolute;
	left: 0;
	top: calc(50% + 1px);
	transform: translateY(-50%);
	background: #F8F8F8;
	width: 1px;
	height: 10px;
	border-radius: 50%;
	content: "";
}

@media (max-width: 767px) {
	.inner_blog-content-meta span.inner_blog-comment {
		margin-left: 15px;
		padding-left: 15px;
	}
}

.inner_blog-btn {
	color: #fff;
	display: flex;
	align-items: center;
	gap: 15px;
	font-weight: 500;
}

.inner_blog-btn:hover {
	color: var(--clr-theme-primary);
}

.inner_blog-item:hover .inner_blog-content-meta span:first-child:before {
	background-color: var(--clr-theme-primary);
}

.pagination-area ul {
	display: flex;
	align-items: center;
	gap: 20px;
}

.pagination-area ul li a {
	width: 50px;
	height: 50px;
	display: grid;
	place-items: center;
	font-weight: 500;
	background-color: #F8F8F8;
	color: #222;
}

.pagination-area ul li a:hover {
	background-color: var(--clr-theme-primary);
}

.pagination-area ul li a i {
	font-size: 15px;
}

/*
************
*************************
18. blog-details
******************************************************* 
*************************************************************** */
.blog_details-content-meta {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	.blog_details-content-meta {
		flex-wrap: wrap;
	}
}

.blog_details-content-meta .blog_details-content-date {
	display: block;
	font-size: 14px;
	position: relative;
	margin-right: 20px;
	padding-right: 21px;
}

.blog_details-content-meta .blog_details-content-date::before {
	position: absolute;
	right: 0;
	top: calc(50% + 1px);
	transform: translateY(-50%);
	background: #CECECE;
	width: 1px;
	height: 10px;
	border-radius: 50%;
	content: "";
}

@media (max-width: 767px) {
	.blog_details-content-meta .blog_details-content-date {
		margin-right: 0;
	}

	.blog_details-content-meta .blog_details-content-date::before {
		display: none;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.blog_details-content-meta .blog_details-content-date {
		margin-right: 20px;
	}

	.blog_details-content-meta .blog_details-content-date::before {
		display: block;
	}
}

.blog_details-content-meta .blog_details-content-comment {
	display: block;
	font-size: 14px;
	position: relative;
	margin-left: 20px;
	padding-left: 21px;
}

.blog_details-content-meta .blog_details-content-comment::before {
	position: absolute;
	left: 0;
	top: calc(50% + 1px);
	transform: translateY(-50%);
	background: #CECECE;
	width: 1px;
	height: 10px;
	border-radius: 50%;
	content: "";
}

@media (max-width: 767px) {
	.blog_details-content-meta .blog_details-content-comment {
		padding-left: 0;
		margin-left: 0;
	}

	.blog_details-content-meta .blog_details-content-comment::before {
		display: none;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.blog_details-content-meta .blog_details-content-comment {
		padding-left: 21px;
		margin-left: 20px;
	}

	.blog_details-content-meta .blog_details-content-comment::before {
		display: block;
	}
}

.blog_details-content-category {
	display: flex;
	align-items: center;
}

.blog_details-content-category span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	z-index: 1;
}

.blog_details-content-category span:first-child {
	margin-right: 10px;
	padding-right: 14px;
	font-weight: 500;
}

.blog_details-content-category span:first-child::before {
	position: absolute;
	right: 0;
	top: calc(50% + 1px);
	transform: translateY(-50%);
	background: var(--clr-theme-primary);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	content: "";
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.blog_details-right {
		margin-left: 30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog_details-right {
		margin-left: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.blog_details-right {
		margin-left: 0;
	}
}

.blog_details-title {
	margin-bottom: 25px;
	text-transform: initial;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog_details-title {
		font-size: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog_details-title {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.blog_details-title {
		font-size: 22px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.blog_details-title {
		font-size: 26px;
	}
}

.blog_details-quote {
	background: #F8F8F8;
	padding: 35px 35px 30px;
	margin-bottom: 43px;
	margin-top: 43px;
}

@media (max-width: 767px) {
	.blog_details-quote {
		padding: 35px 30px 30px;
	}
}

.blog_details-quote-icon {
	margin-bottom: 25px;
}

.blog_details-quote-icon svg {
	color: var(--clr-theme-primary);
}

.blog_details-quote p {
	margin-bottom: 15px;
}

.blog_details-quote h6 {
	font-weight: 500;
	position: relative;
	z-index: 1;
	padding-left: 75px;
}

.blog_details-quote h6::before {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	transform: translateY(-50%);
	background: #222;
	width: 60px;
	height: 1px;
}

.blog_details-post-info span {
	display: block;
	font-size: 14px;
}

.blog_details-post-info span:first-child {
	margin-bottom: 5px;
}

.blog_details-post-info span a {
	font-size: 16px;
	font-weight: 500;
	color: #222222;
}

.blog_details-tag {
	display: flex;
	align-items: center;
	gap: 20px;
}

.blog_details-tag span {
	color: #222222;
	font-size: 18px;
	display: block;
}

.blog_details-tag ul {
	display: flex;
	gap: 10px;
}

.blog_details-tag ul li a {
	border: 1px solid #e7e7e7;
	padding: 5px 10px;
	font-size: 15px;
}

.blog_details-tag ul li a:hover {
	background-color: var(--clr-common-black);
	color: var(--clr-common-white);
	border-color: var(--clr-common-black);
}

@media (max-width: 767px) {
	.blog_details-tag {
		flex-direction: column;
		align-items: start;
	}

	.blog_details-tag ul {
		flex-wrap: wrap;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.blog_details-tag {
		flex-direction: row;
		align-items: center;
	}

	.blog_details-tag ul {
		flex-wrap: wrap;
	}
}

.blog_details-bottom-title {
	font-size: 20px;
	font-weight: 600;
	color: #222;
	display: block;
	margin-bottom: 35px;
}

.blog_details-comment-item {
	display: flex;
	gap: 20px;
}

@media (max-width: 767px) {
	.blog_details-comment-item {
		flex-direction: column;
	}

	.blog_details-comment-item.ml-70 {
		margin-left: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.blog_details-comment-item {
		flex-direction: row;
	}

	.blog_details-comment-item.ml-70 {
		margin-left: 50px;
	}
}

.blog_details-comment-img {
	width: 50px;
	height: 50px;
	flex-shrink: 0;
}

.blog_details-comment-content h6 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}

.blog_details-comment-content span {
	display: block;
	margin-bottom: 6px;
}

.blog_details-comment-content p {
	color: #222;
	margin-bottom: 0;
}

.blog_details-reply-form form input,
.blog_details-reply-form form textarea {
	width: 100%;
	height: 60px;
	border: 1px solid #e7e7e7;
	background: transparent;
	margin-bottom: 20px;
	padding: 0 30px;
	color: #222;
	font-size: 14px;
	line-height: 60px;
}

.blog_details-reply-form form input::-webkit-input-placeholder,
.blog_details-reply-form form textarea::-webkit-input-placeholder {
	color: #7A7A7A;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.blog_details-reply-form form input:-moz-placeholder,
.blog_details-reply-form form textarea:-moz-placeholder {
	color: #7A7A7A;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.blog_details-reply-form form input::-moz-placeholder,
.blog_details-reply-form form textarea::-moz-placeholder {
	color: #7A7A7A;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.blog_details-reply-form form input:-ms-input-placeholder,
.blog_details-reply-form form textarea:-ms-input-placeholder {
	color: #7A7A7A;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.blog_details-reply-form form input:focus,
.blog_details-reply-form form textarea:focus {
	border-color: var(--clr-theme-primary);
	color: #222;
}

.blog_details-reply-form form input:focus::-webkit-input-placeholder,
.blog_details-reply-form form textarea:focus::-webkit-input-placeholder {
	color: #222;
}

.blog_details-reply-form form input:focus:-moz-placeholder,
.blog_details-reply-form form textarea:focus:-moz-placeholder {
	color: #222;
}

.blog_details-reply-form form input:focus::-moz-placeholder,
.blog_details-reply-form form textarea:focus::-moz-placeholder {
	color: #222;
}

.blog_details-reply-form form input:focus:-ms-input-placeholder,
.blog_details-reply-form form textarea:focus:-ms-input-placeholder {
	color: #222;
}

.blog_details-reply-form form textarea {
	height: 120px;
}

.blog_details-inner-list li {
	font-size: 16px;
	color: #7A7A7A;
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
	padding-left: 15px;
}

.blog_details-inner-list li::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	background-color: #CECECE;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}

.blog_details-inner-list li:last-child {
	margin-bottom: 0;
}

.blog-widget-title {
	position: relative;
	z-index: 1;
	padding-bottom: 12px;
	font-weight: 500;
	font-size: 22px;
}

.blog-widget-title::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 50px;
	height: 2px;
	background: var(--clr-theme-primary);
}

.blog-widget-search form {
	position: relative;
	z-index: 1;
}

.blog-widget-search form input {
	width: 100%;
	height: 60px;
	padding-right: 45px;
	padding-left: 30px;
	border: 1px solid #e7e7e7;
	border-radius: 0;
	font-size: 14px;
	color: #BFBFBF;
	transition: 0.3s linear 0s;
}

.blog-widget-search form input::-webkit-input-placeholder {
	color: #BFBFBF;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.blog-widget-search form input:-moz-placeholder {
	color: #BFBFBF;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.blog-widget-search form input::-moz-placeholder {
	color: #BFBFBF;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.blog-widget-search form input:-ms-input-placeholder {
	color: #BFBFBF;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.blog-widget-search form input:focus {
	outline: 1px solid var(--clr-theme-primary);
}

.blog-widget-search form button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	border: none;
	font-size: 14px;
	right: 30px;
	padding: 0;
}

.blog-widget-post span {
	display: block;
	margin-bottom: 8px;
	line-height: 25px;
}

.blog-widget-post h5 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 1.4;
}

.blog-widget-post h5:hover a {
	color: var(--clr-theme-primary);
}

.blog-widget-category li {
	margin-bottom: 10px;
}

.blog-widget-category li:last-child {
	margin-bottom: 0;
}

.blog-widget-category li a {
	display: block;
	line-height: 24px;
	color: #7A7A7A;
}

.blog-widget-category li a:hover {
	color: var(--clr-theme-primary);
}

.blog-widget-tag {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.blog-widget-tag a {
	border: 1px solid #e7e7e7;
	padding: 3px 10px;
	font-size: 15px;
}

.blog-widget-tag a:hover {
	border-color: var(--clr-common-black);
	background-color: var(--clr-common-black);
	color: var(--clr-common-white);
}

.blog_details-right {
	position: sticky;
	top: 50px;
}

/*
************
*************************
19. brand
******************************************************* 
*************************************************************** */
.brand-item {
	text-align: center;
}

/*
************
*************************
20. cta
******************************************************* 
*************************************************************** */
.cta-area {
	background: var(--clr-theme-primary);
	padding: 50px 0 20px;
}

.cta-content-title {
	font-size: 42px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.cta-content-title {
		font-size: 38px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cta-content-title {
		font-size: 36px;
	}
}

@media (max-width: 767px) {
	.cta-content-title {
		font-size: 32px;
	}
}

.inner_cta-area::before {
	background-color: rgba(34, 34, 34, 0.85);
}

.inner_cta-content-subtitle {
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	font-family: "Roboto", sans-serif;
	padding-left: 40px;
}

.inner_cta-content-subtitle::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 30px;
	height: 1px;
	background-color: var(--clr-theme-primary);
}

.inner_cta-content-title {
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 45px;
	color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.inner_cta-content-title {
		font-size: 50px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.inner_cta-content-title {
		font-size: 45px;
	}
}

@media (max-width: 767px) {
	.inner_cta-content-title {
		font-size: 35px;
	}
}

/*
************
*************************
21. feature
******************************************************* 
*************************************************************** */
.feature-area {
	position: relative;
	z-index: 1;
	margin-top: -87px;
}

.feature-item {
	background: #222222;
	padding: 45px 35px;
	display: flex;
	gap: 20px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	cursor: pointer;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.feature-item {
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	.feature-item {
		padding: 35px 25px;
	}
}

.feature-item-icon {
	width: 60px;
	flex-shrink: 0;
}

@media (max-width: 767px) {
	.feature-item-icon {
		width: 50px;
	}
}

.feature-item-icon svg {
	color: var(--clr-theme-primary);
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.feature-item-content h4 {
	color: #fff;
	margin-bottom: 13px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

@media (max-width: 767px) {
	.feature-item-content h4 {
		font-size: 22px;
	}
}

.feature-item-content p {
	color: #CECECE;
	margin-bottom: 0;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.feature-item:hover {
	background-color: var(--clr-theme-primary);
}

.feature-item:hover .feature-item-icon svg {
	color: #222;
}

.feature-item:hover .feature-item-content h4,
.feature-item:hover .feature-item-content p {
	color: #222;
}

.feature-item.feature-item-active {
	background-color: var(--clr-theme-primary);
}

.feature-item.feature-item-active .feature-item-icon svg {
	color: #222;
}

.feature-item.feature-item-active .feature-item-content h4,
.feature-item.feature-item-active .feature-item-content p {
	color: #222;
}

@media (max-width: 767px) {
	.h2_section-area.mr-50 {
		margin-right: 0;
	}
}

.inner_feature-area {
	background-color: #F8F8F8;
}

.inner_feature-item {
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.inner_feature-item::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	background-color: #222;
}

.inner_feature-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.inner_feature-content-inner {
	padding: 30px 30px 25px;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: end;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.inner_feature-content-inner {
		padding: 25px 25px 20px;
	}
}

.inner_feature-content-icon {
	margin-bottom: 20px;
}

.inner_feature-content-icon svg {
	color: var(--clr-theme-primary);
}

.inner_feature-content h4 {
	color: #fff;
	margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.inner_feature-content h4 {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.inner_feature-content h4 {
		font-size: 20px;
	}
}

.inner_feature-number {
	position: absolute;
	right: 30px;
	top: 25px;
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	display: block;
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #7A7A7A;
}

.inner_feature-item:hover::before {
	opacity: 0.7;
}

.feature-item-active::before {
	opacity: 0.7;
}

/*
************
*************************
22. work
******************************************************* 
*************************************************************** */
.h2_work-area::before {
	background-color: rgba(34, 34, 34, 0.95);
}

.h2_work-content {
	margin-right: 240px;
	position: relative;
	z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.h2_work-content {
		margin-right: 160px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.h2_work-content {
		margin-right: 60px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.h2_work-content {
		margin-right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.h2_work-content {
		display: flex;
		flex-wrap: wrap;
		gap: 2%;
	}
}

.h2_work-content::after {
	position: absolute;
	top: 0;
	right: -130px;
	content: "";
	background: #414141;
	height: 100%;
	width: 1px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.h2_work-content::after {
		right: -80px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.h2_work-content::after {
		right: -45px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.h2_work-content::after {
		display: none;
	}
}

.h2_work-content-item {
	display: flex;
	gap: 30px;
	align-items: center;
	margin-bottom: 120px;
	position: relative;
	z-index: 1;
}

.h2_work-content-item:not(:last-child)::before {
	position: absolute;
	left: 0;
	bottom: -60px;
	width: 100%;
	content: "";
	background: #414141;
	height: 1px;
}

.h2_work-content-item:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.h2_work-content-item {
		width: 49%;
	}
}

@media (max-width: 767px) {
	.h2_work-content-item {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.h2_work-content-item {
		flex-direction: row;
		align-items: center;
	}
}

.h2_work-content-item-icon {
	width: 100px;
	height: 100px;
	flex-shrink: 0;
	background: var(--clr-theme-primary);
	border-radius: 50%;
	display: grid;
	place-items: center;
}

.h2_work-content-item-icon svg {
	color: #222;
}

.h2_work-content-item-info h4 {
	color: #fff;
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	.h2_work-content-item-info h4 {
		font-size: 22px;
	}
}

.h2_work-content-item-info p {
	color: #CECECE;
	margin-bottom: 0;
}

.inner_work-area {
	background-color: #F8F8F8;
}

.inner_work-area .h2_work-content-item-info h4 {
	color: #222;
}

.inner_work-area .h2_work-content-item-info p {
	color: #7A7A7A;
}

.inner_work-area .h2_work-content::after {
	background: #e5e5e5;
}

.inner_work-area .h2_work-content-item:not(:last-child)::before {
	background-color: #e5e5e5;
}

/*
************
*************************
23. contact
******************************************************* 
*************************************************************** */
.h2_contact-area {
	padding-bottom: 245px;
}

.h2_contact-left {
	margin-right: 200px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.h2_contact-left {
		margin-right: 100px;
	}
}

@media (max-width: 767px) {
	.h2_contact-left {
		margin-right: 0px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.h2_contact-left {
		margin-right: 50pxpx;
	}
}

.h2_contact-content {
	margin-bottom: 45px;
}

.h2_contact-content-item {
	display: flex;
	gap: 30px;
	align-items: center;
}

.h2_contact-content-icon {
	width: 60px;
	height: 60px;
	flex-shrink: 0;
	background: rgba(34, 34, 34, 0.2);
	display: grid;
	place-items: center;
}

.h2_contact-content-icon i {
	font-size: 24px;
	color: var(--clr-theme-primary);
}

.h2_contact-content-info a {
	display: block;
	color: #fff;
}

.h2_contact-content-info a:hover {
	color: var(--clr-theme-primary);
}

.h2_contact-content-info p {
	color: #fff;
	margin-bottom: 0;
}

.h2_contact-social h4 {
	color: #fff;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.h2_contact-social h4 {
		font-size: 20px;
	}
}

.h2_contact-social-list {
	display: flex;
	align-items: center;
	gap: 20px;
}

.h2_contact-social-list li a {
	color: #CECECE;
	font-size: 18px;
}

.h2_contact-social-list li a:hover {
	color: var(--clr-theme-primary);
}

.h2_contact-form {
	background: rgba(34, 34, 34, 0.3);
	padding: 90px 90px 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.h2_contact-form {
		padding: 80px 60px 90px;
	}
}

@media (max-width: 767px) {
	.h2_contact-form {
		padding: 50px 30px 60px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
	.h2_contact-form {
		padding: 80px 60px 90px;
	}
}

.h2_contact-form h3 {
	font-size: 34px;
	color: #fff;
	margin-bottom: 40px;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.h2_contact-form h3 {
		font-size: 25px;
	}
}

.h2_contact-form form input,
.h2_contact-form form textarea {
	width: 100%;
	height: 60px;
	border: 1px solid #e7e7e7;
	background: transparent;
	margin-bottom: 20px;
	padding: 0 15px;
	color: #CECECE;
	font-size: 14px;
	line-height: 60px;
}

.h2_contact-form form input::-webkit-input-placeholder,
.h2_contact-form form textarea::-webkit-input-placeholder {
	color: #CECECE;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.h2_contact-form form input:-moz-placeholder,
.h2_contact-form form textarea:-moz-placeholder {
	color: #CECECE;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.h2_contact-form form input::-moz-placeholder,
.h2_contact-form form textarea::-moz-placeholder {
	color: #CECECE;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.h2_contact-form form input:-ms-input-placeholder,
.h2_contact-form form textarea:-ms-input-placeholder {
	color: #CECECE;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.h2_contact-form form textarea {
	height: 120px;
	line-height: inherit;
	padding: 10px 15px;
}

.h2_contact-form .nice-select.has-nice-select {
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0 15px;
	background: top;
	border: 1px solid #e7e7e7;
	margin-bottom: 20px;
	border-radius: 0;
}

.h2_contact-form .nice-select.has-nice-select::after {
	right: 20px;
	border-width: 1px;
	border-color: #CECECE;
	width: 6px;
	height: 6px;
}

.h2_contact-form .nice-select.has-nice-select.open {
	border-color: var(--clr-theme-primary);
}

.h2_contact-form .nice-select.has-nice-select .current {
	color: #CECECE;
	font-size: 14px;
}

.h2_contact-form .nice-select.has-nice-select .list {
	width: 100%;
	background: #fff;
	border-radius: 0;
	margin-top: 5px;
}

.h2_contact-form .nice-select.has-nice-select .list .option {
	font-size: 14px;
	color: #222;
	padding: 0 30px;
	height: 45px;
	line-height: 45px;
}

.h2_contact-form .nice-select.has-nice-select .list .option.selected {
	font-weight: 400;
}

.h2_contact-form .h2_contact:focus {
	border-color: var(--clr-theme-primary);
	color: var(--clr-theme-primary);
}

.h2_contact-form .h2_contact:focus::-webkit-input-placeholder {
	color: var(--clr-theme-primary);
}

.h2_contact-form .h2_contact:focus:-moz-placeholder {
	color: var(--clr-theme-primary);
}

.h2_contact-form .h2_contact:focus::-moz-placeholder {
	color: var(--clr-theme-primary);
}

.h2_contact-form .h2_contact:focus:-ms-input-placeholder {
	color: var(--clr-theme-primary);
}

.h2_contact-btn {
	border: 1px solid #e7e7e7;
	display: block;
	padding: 0 45px;
	height: 60px;
	background: transparent;
	color: #CECECE;
	font-size: 16px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.h2_contact-btn:hover {
	background-color: var(--clr-theme-primary);
	color: #222;
	border-color: var(--clr-theme-primary);
}

.h2_contact-map {
	position: relative;
	z-index: 1;
	margin-top: -245px;
}

.h2_contact-map iframe {
	width: 100%;
	min-height: 490px;
}

.inner_contact-left {
	padding: 40px 40px 35px;
	border: 1px solid #e7e7e7;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.inner_contact-left {
		margin-left: 30px;
		padding: 40px 40px 35px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.inner_contact-left {
		margin-left: 10px;
		padding: 40px 30px 35px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.inner_contact-left {
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.inner_contact-left {
		padding: 40px 30px 35px;
	}
}

.inner_contact-content {
	margin-bottom: 45px;
}

.inner_contact-content-item {
	display: flex;
	gap: 15px;
	align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
	.inner_contact-content-item {
		gap: 15px;
	}
}

.inner_contact-content-icon {
	width: 60px;
	height: 60px;
	flex-shrink: 0;
	background: #F8F8F8;
	display: grid;
	place-items: center;
}

.inner_contact-content-icon i {
	font-size: 24px;
	color: #222222;
}

.inner_contact-content-info a {
	display: block;
	color: #7A7A7A;
}

.inner_contact-content-info a:hover {
	color: var(--clr-theme-primary);
}

.inner_contact-content-info p {
	color: #7A7A7A;
	margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
	.inner_contact-content-info p br {
		display: none;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.inner_contact-content-info p br {
		display: none;
	}
}

.inner_contact-social h4 {
	color: #222;
	margin-bottom: 20px;
}

.inner_contact-social-list {
	display: flex;
	align-items: center;
	gap: 20px;
}

.inner_contact-social-list li a {
	color: #CECECE;
	font-size: 18px;
}

.inner_contact-social-list li a:hover {
	color: var(--clr-theme-primary);
}

.inner_contact-form form input,
.inner_contact-form form textarea {
	width: 100%;
	height: 60px;
	border: 1px solid #e7e7e7;
	background: transparent;
	margin-bottom: 20px;
	padding: 0 30px;
	color: #222;
	font-size: 14px;
	line-height: 60px;
}

.inner_contact-form form input::-webkit-input-placeholder,
.inner_contact-form form textarea::-webkit-input-placeholder {
	color: #7A7A7A;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.inner_contact-form form input:-moz-placeholder,
.inner_contact-form form textarea:-moz-placeholder {
	color: #7A7A7A;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.inner_contact-form form input::-moz-placeholder,
.inner_contact-form form textarea::-moz-placeholder {
	color: #7A7A7A;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.inner_contact-form form input:-ms-input-placeholder,
.inner_contact-form form textarea:-ms-input-placeholder {
	color: #7A7A7A;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.inner_contact-form form input:focus,
.inner_contact-form form textarea:focus {
	border-color: var(--clr-theme-primary);
	color: #222;
}

.inner_contact-form form input:focus::-webkit-input-placeholder,
.inner_contact-form form textarea:focus::-webkit-input-placeholder {
	color: #222;
}

.inner_contact-form form input:focus:-moz-placeholder,
.inner_contact-form form textarea:focus:-moz-placeholder {
	color: #222;
}

.inner_contact-form form input:focus::-moz-placeholder,
.inner_contact-form form textarea:focus::-moz-placeholder {
	color: #222;
}

.inner_contact-form form input:focus:-ms-input-placeholder,
.inner_contact-form form textarea:focus:-ms-input-placeholder {
	color: #222;
}

.inner_contact-form form textarea {
	height: 120px;
}

.inner_contact-form .nice-select.has-nice-select {
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0 30px;
	background: top;
	border: 1px solid #e7e7e7;
	margin-bottom: 20px;
	border-radius: 0;
}

.inner_contact-form .nice-select.has-nice-select::after {
	right: 32px;
	border-width: 1px;
	border-color: #e7e7e7;
	width: 6px;
	height: 6px;
}

.inner_contact-form .nice-select.has-nice-select.open {
	border-color: var(--clr-theme-primary);
}

.inner_contact-form .nice-select.has-nice-select .list {
	width: 100%;
	background: #fff;
	border-radius: 0;
	margin-top: 5px;
}

.inner_contact-form .nice-select.has-nice-select .list .option {
	font-size: 14px;
	color: #222;
	padding: 0 30px;
	height: 45px;
	line-height: 45px;
}

.inner_contact-form .nice-select.has-nice-select .list .option.selected {
	font-weight: 400;
}

.inner_contact-form .nice-select.has-nice-select .current {
	color: #7A7A7A;
	font-size: 14px;
}

.inner_contact-map {
	position: relative;
	z-index: 1;
}

.inner_contact-map iframe {
	width: 100%;
	min-height: 490px;
}

/*
************
*************************
24. price
******************************************************* 
*************************************************************** */
.h2_price-item {
	background: #F8F8F8;
	padding: 45px 55px 50px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

@media (max-width: 767px) {
	.h2_price-item {
		padding: 45px 40px 50px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.h2_price-item {
		padding: 45px 55px 50px;
	}
}

.h2_price-title {
	font-weight: 400;
	font-size: 24px;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.h2_price-title {
		font-size: 22px;
	}
}

.h2_price-top {
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 45px;
	padding-bottom: 35px;
}

.h2_price-amount {
	font-size: 48px;
	margin-bottom: 0;
	line-height: 1.3;
}

@media (max-width: 767px) {
	.h2_price-amount {
		font-size: 40px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.h2_price-amount {
		font-size: 45px;
	}
}

.h2_price-amount span {
	font-size: 16px;
	font-weight: 400;
}

.h2_price-list {
	display: flex;
	justify-content: center;
	margin-bottom: 45px;
}

.h2_price-list ul li {
	font-size: 16px;
	margin-bottom: 11px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.h2_price-list ul li:last-child {
	margin-bottom: 0;
}

.h2_price-list ul li i {
	font-size: 14px;
}

.h2_price-btn {
	text-align: center;
}

.h2_price-tag {
	position: absolute;
	top: 25px;
	right: -77px;
	display: block;
	background: #FEC200;
	height: 50px;
	width: 255px;
	text-align: center;
	line-height: 50px;
	color: #222;
	transform: rotate(45deg);
	z-index: 1000000000000000000000;
}

.h2_price-item.active {
	box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.16);
	z-index: 99;
	margin-top: -38px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.h2_price-item.active {
		margin-top: 0;
	}
}

.mt-38 {
	margin-top: 38px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.mt-38 {
		margin-top: 0;
	}
}

/*
************
*************************
25. skill
******************************************************* 
*************************************************************** */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.inner_skill-wrap {
		margin-right: 10px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.inner_skill-wrap.ml-50 {
		margin-left: 30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.inner_skill-wrap.ml-50 {
		margin-left: 10px;
		margin-right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.inner_skill-wrap.ml-50 {
		margin-left: 0;
	}
}

.inner_skill-progress .progress-heading {
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}

.inner_skill-progress .progress-heading-title {
	margin-bottom: 0;
	font-family: "Roboto", sans-serif;
	color: #222;
	font-size: 16px;
	font-weight: 500;
}

.inner_skill-progress .progress-heading span {
	color: #222;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
}

.inner_skill-progress .progress-item .progress {
	height: 4px;
	border-radius: 0;
	background-color: #CFCFCF;
}

.inner_skill-progress .progress-item .progress-bar {
	background: var(--clr-theme-primary);
	height: 4px;
	position: relative;
	z-index: 1;
}

.inner_skill-progress .progress-item .progress-bar:after {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 16px;
	background-color: var(--clr-theme-primary);
	background-color: red;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.h2_section-area.mr-50 {
		margin-right: 0;
	}
}

/*
************
*************************
26. 404
******************************************************* 
*************************************************************** */
.error-content h1 {
	font-size: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.error-content h1 {
		font-size: 70px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.error-content h1 {
		font-size: 65px;
	}
}

@media (max-width: 767px) {
	.error-content h1 {
		font-size: 50px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.error-content h1 {
		font-size: 60px;
	}
}

.error-content p {
	margin-bottom: 0;
	font-size: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.error-content p {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.error-content p {
		font-size: 18px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.error-content p {
		font-size: 20px;
	}
}

.error-wrap img {
	margin-bottom: 40px;
}

/*
************
*************************
27. faq
******************************************************* 
*************************************************************** */
.faq-content .accordion .accordion-item {
	border: 1px solid #e7e7e7;
	margin-bottom: 30px;
	border-radius: 0;
}

.accordion-button:not(.collapsed) {
	color: #222;
}

.faq-content .accordion .accordion-header .accordion-button {
	border: 0;
	background: transparent;
	padding-left: 30px;
	padding-right: 50px;
	height: 70px;
	font-size: 24px;
	font-weight: 500;
	cursor: pointer;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

@media (max-width: 767px) {
	.faq-content .accordion .accordion-header .accordion-button {
		font-size: 16px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.faq-content .accordion .accordion-header .accordion-button {
		font-size: 18px;
	}
}

.faq-content .accordion .accordion-body {
	padding: 0 30px 30px 30px;
	line-height: 1.5;
	margin-top: -5px;
}

.accordion-button::after {
	display: none;
}

.accordion-button {
	position: relative;
}

.accordion-button::before {
	position: absolute;
	right: 0;
	top: 0;
	content: "\f067";
	font-family: "Font Awesome 5 Pro";
	padding: 0 30px;
	font-size: 16px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	font-weight: 300;
	height: 70px;
	line-height: 70px;
}

.accordion-button:not(.collapsed)::before {
	content: "\f068";
	transform: rotate(-180deg);
}

.talk-form form input,
.talk-form form textarea {
	width: 100%;
	height: 60px;
	border: 1px solid #e7e7e7;
	background: transparent;
	margin-bottom: 30px;
	padding: 0 30px;
	color: #222;
	font-size: 14px;
	line-height: 60px;
}

.talk-form form input::-webkit-input-placeholder,
.talk-form form textarea::-webkit-input-placeholder {
	color: #7A7A7A;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.talk-form form input:-moz-placeholder,
.talk-form form textarea:-moz-placeholder {
	color: #7A7A7A;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.talk-form form input::-moz-placeholder,
.talk-form form textarea::-moz-placeholder {
	color: #7A7A7A;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.talk-form form input:-ms-input-placeholder,
.talk-form form textarea:-ms-input-placeholder {
	color: #7A7A7A;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.talk-form form input:focus,
.talk-form form textarea:focus {
	border-color: var(--clr-theme-primary);
	color: #222;
}

.talk-form form input:focus::-webkit-input-placeholder,
.talk-form form textarea:focus::-webkit-input-placeholder {
	color: #222;
}

.talk-form form input:focus:-moz-placeholder,
.talk-form form textarea:focus:-moz-placeholder {
	color: #222;
}

.talk-form form input:focus::-moz-placeholder,
.talk-form form textarea:focus::-moz-placeholder {
	color: #222;
}

.talk-form form input:focus:-ms-input-placeholder,
.talk-form form textarea:focus:-ms-input-placeholder {
	color: #222;
}

.talk-form form textarea {
	height: 140px;
}

/*
************
*************************
28. footer
******************************************************* 
*************************************************************** */
.footer-top {
	position: relative;
	z-index: 1;
	background: #222;
}

.footer-top .footer-pattern-1 {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: -1;
}

.footer-top .footer-pattern-2 {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	z-index: -1;
}

.footer-logo {
	margin-bottom: 45px;
}

.footer-text {
	color: #CECECE;
	margin-bottom: 43px;
}

.footer-social ul {
	display: flex;
	gap: 20px;
}

.footer-social ul li a {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	background: #373737;
	color: #F8F8F8;
	font-size: 17px;
}

.footer-social ul li a:hover {
	background: var(--clr-theme-primary);
	color: #222222;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.footer-widget.mr-80 {
		margin-right: 30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer-widget.mr-80 {
		margin-right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer-widget.mr-80 {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.footer-widget.mr-80 {
		margin-right: 0;
	}
}

.footer-widget-title {
	font-size: 20px;
	color: var(--clr-theme-primary);
	font-weight: 500;
	margin-bottom: 40px;
}

.footer-widget-list li {
	margin-bottom: 12px;
}

.footer-widget-list li:last-child {
	margin-bottom: 0;
}

.footer-widget-list li a {
	color: #CECECE;
	display: block;
}

.footer-widget-list li a:hover {
	color: var(--clr-theme-primary);
}

.footer-contact-item {
	display: flex;
	gap: 15px;
	align-items: center;
}

.footer-contact-icon {
	width: 40px;
	height: 40px;
	background: #373737;
	display: grid;
	place-items: center;
	color: #FFFFFF;
	flex-shrink: 0;
}

.footer-contact-info p {
	margin-bottom: 0;
	color: #CECECE;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer-contact-info p br {
		display: none;
	}
}

.footer-contact-info a {
	color: #CECECE;
	display: block;
}

.footer-contact-info a:hover {
	color: var(--clr-theme-primary);
}

.footer-bottom {
	border-top: 1px solid #373737;
	background-color: #222;
	padding: 30px 0 15px;
}

.footer-copyright p {
	color: #CECECE;
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.footer-copyright p {
		text-align: center;
	}
}

.footer-copyright-list {
	display: flex;
	justify-content: end;
	flex-wrap: wrap;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.footer-copyright-list {
		justify-content: center;
	}
}

.footer-copyright-list li {
	position: relative;
	z-index: 1;
	margin-right: 15px;
	padding-right: 15px;
	margin-bottom: 5px;
}

.footer-copyright-list li a {
	color: #CECECE;
	display: block;
}

.footer-copyright-list li a:hover {
	color: var(--clr-theme-primary);
}

.footer-copyright-list li::before {
	position: absolute;
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	background: #444444;
	width: 1px;
	height: 15px;
}

@media (max-width: 767px) {
	.footer-copyright-list li::before {
		display: none;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.footer-copyright-list li::before {
		display: block;
	}
}

.footer-copyright-list li:first-child::before {
	display: none;
}

.footer-copyright-list li:last-child {
	margin-right: 0;
	padding-right: 0;
}

@media (max-width: 767px) {
	.footer-copyright-list li {
		padding-right: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.footer-copyright-list li {
		padding-right: 15px;
	}
}

/*# sourceMappingURL=main.css.map */