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

Template Name: Onsafe - CCTV & Security HTML5 Template
Description: Onsafe is an excellent HTML Template for Security Firms, Security Systems and Security Service. It is best suitable for home security solutions, home automation requirements of the house, village, apartments, resorts and other residential as well as commercial CCTV & Security related Business Products, and Services websites. 
Author: _Themephi
Version: 1.0

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

CSS INDEX
=================== 
01. common
02. header
03. sidebar
04. banner
05. breadcrumb
06. about
07. service
08. service details
09. choose
10. product
11. portfolio
12. portfolio details
13. testimonial
14. team
15. team details
16. cta
17. blog
18. blog details
19. shop
20. shop details
21. video
22. feature
23. map
24. contact
25. 404
26. cart
27. checkout
28. donate
29. footer

******************************************************* 
*************************************************************** */
/*
************
*************************
01. common
******************************************************* 
*************************************************************** */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Rubik:wght@300;400;500;600;700&display=swap");
body {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: var(--clr-body-text);
	font-size: 16px;
}
.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: "Rubik", sans-serif;
	color: var(--clr-body-heading);
	margin-top: 0px;
	line-height: 1.2;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 15px;
}
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: 38px;
}
h4 {
	font-size: 28px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
p {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #838383;
}
hr {
	border-bottom: 2px solid #113e77;
	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: 14px;
 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: 14px;
 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: 14px;
 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: 14px;
 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: 14px;
 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: 14px;
 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: 14px;
 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: 14px;
 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;
}
[data-overlay]::before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
}
/* <<<<<<<    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 {
	padding-right: 15px;
	padding-left: 15px;
}
.row {
 --bs-gutter-x: 30px;
}
.row.g-0 {
 --bs-gutter-x: 0;
}

@media (min-width: 1400px) {
.container.container-custom-2 {
	max-width: 1600px;
}
}
/* <<<<<<<    Declaration   >>>>>>>>> */
:root {
  /**
  @color declaration
  */
  --clr-common-white: #fff;
 --clr-common-black: #181818;
 --clr-common-black-soft: #38383A;
 --clr-common-black-deep: #000000;
 --clr-common-black-2: #1b181a;
 --clr-body-heading: #0A111C;
 --clr-body-text: #777777;
 --clr-color-blue: #000A30;
 --clr-color-green-light: #153730;
 --clr-color-green-dark: #0D2621;
 --clr-color-orange-3: #FFCD00;
 --clr-theme-primary: #113e77;
 --clr-theme-primary-dark: #A85855;
 --clr-theme-primary-soft: #fff5f5;
 --clr-theme-secondary: #ea6b08;
 --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;
}
.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;
}
.theme-bg {
	background-color: var(--clr-theme-primary);
}
/*
************
*************************
02. header
******************************************************* 
*************************************************************** */
.header-area {
	position: relative;
	z-index: 5;
}
.header-topbar {
	background-color: #d8d8d8;
	padding: 10px 0;
}
.header-topbar-info p {
	margin-bottom: 0;
	color: #062d5d;
	font-size: 15px;
}
.header-topbar-info p i {
	font-size: 15px;
	margin-right: 10px;
	color: #062d5d;
}
.header-topbar-social {
	text-align: end;
}
.header-topbar-social a {
	font-size: 15px;
	color: #062d5d;
	margin-left: 15px;
}
.header-middle {
	position: relative;
	z-index: 5;
	height: 145px;
	display: flex;
	align-items: center;
	background: #fff;
}
.header-middle .logo {
	position: absolute;
	top: 0;
	height: 100%;
	display: flex;
	background: #062d5d;
	align-items: center;
	padding-bottom: 30px;
	max-width: 150px;
}
.header-middle .logo a {
	display: inline-block;
}
.header-middle .logo::before {
	background-color: var(--clr-theme-primary);
	content: "";
	height: 100%;
	position: absolute;
	right: 100%;
	top: 0;
	width: 1200px;
}
.header-middle .logo::after {
	border-left: 0 solid var(--clr-theme-primary);
	border-right: 100px solid transparent;
	border-top: 145px solid var(--clr-theme-primary);
	content: "";
	height: 0;
	position: absolute;
	right: -100px;
	top: 0;
	width: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.header-middle {
	height: 90px;
}
.header-middle .logo {
	padding-bottom: 0;
}
.header-middle .logo::after {
	border-top-width: 90px;
	border-right-width: 80px;
	right: -80px;
}
}
.middle-info {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 30px;
	padding-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.middle-info {
	gap: 20px;
}
}
.single-item {
	display: flex;
	align-items: center;
}
.single-item .icon {
	width: 50px;
	height: 50px;
	border: 1px solid var(--clr-theme-primary);
	background-color: var(--clr-theme-primary);
	text-align: center;
	font-size: 16px;
	display: grid;
	place-items: center;
	position: relative;
	z-index: 5;
	margin-right: 25px;
	color: var(--clr-common-white);
}
.single-item .icon::before {
	content: "\f105";
	display: block;
	font-family: "Font Awesome 5 Pro";
	line-height: 1em;
	top: 50%;
	transform: translateY(-50%);
	left: calc(100% + 6px);
	position: absolute;
	width: 18px;
	color: var(--clr-theme-primary);
	font-weight: 700;
}
.single-item .icon::after {
	backface-visibility: hidden;
	background-color: var(--clr-theme-primary);
	content: "";
	display: block;
	top: 50%;
	height: 2px;
	left: 100%;
	position: absolute;
	transform: translateY(-50%);
	width: 16px;
}
.single-item .info > span:first-child {
	display: block;
	font-size: 16px;
	color: var(--clr-theme-primary);
}
.single-item .info a {
	display: block;
	font-size: 16px;
}
.single-item .info a:hover {
	color: var(--clr-theme-primary);
}
.header-menu {
	z-index: 9;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -37px;
}
.menu-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-menu {
	background: var(--clr-common-black);
	padding-left: 30px;
	padding-right: 40px;
	margin-right: 54px;
	width: 100%;
}

@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 .menu-has-child {
	position: relative;
	z-index: 5;
}
.main-menu ul li {
	display: inline-block;
	margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.main-menu ul li {
	margin-right: 15px;
}
}
.main-menu ul li:last-child {
	margin-right: 0;
}
.main-menu ul li a {
	font-size: 16px;
	color: #fff;
	padding: 25px 10px;
	display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.main-menu ul li a {
	padding: 25px 5px;
}
}
.main-menu ul li: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 li .submenu {
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	width: 240px;
	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;
	box-shadow: 0 9px 19px rgba(0, 0, 0, 0.1);
}
.main-menu ul li .submenu li {
	display: block;
	margin-right: 0;
	position: relative;
	z-index: 5;
}
.main-menu ul li .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 li .submenu li .submenu {
	left: 100%;
	top: 0;
}
.main-menu ul li .submenu li:hover > a {
	background-color: var(--clr-theme-primary);
	color: #fff;
}
.main-menu ul li .submenu li:not(:last-child) {
	border-bottom: 1px solid #f2f2f2;
}
.main-menu ul li:hover > .submenu {
	opacity: 1;
	visibility: visible;
}
.main-menu ul li:hover > a {
	color: #ea6b08;
}
.menu-right {
	position: relative;
	z-index: 5;
}
.menu-right::before {
	content: "";
	position: absolute;
	top: 0;
	left: -10px;
	width: 25px;
	height: 100%;
	transform: skewX(-15deg);
	background: #006464;
	display: block;
	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;
}
.menu-right .header-btn {
	height: 74px;
	line-height: 74px;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.menu-right .header-btn {
	padding: 0 40px;
}
}
.menu-right:hover::before {
	background-color: var(--clr-common-black);
}
.main-menu {
	position: relative;
	z-index: 5;
}
.main-menu::after {
	content: "";
	position: absolute;
	top: 0;
	left: 97%;
	width: 60px;
	height: 100%;
	transform: skewX(-15deg);
	background: var(--clr-common-black);
	display: block;
	z-index: -1;
}
.addcart-btn i {
	display: inline-block;
	margin-right: 10px;
}
.theme-btn {
	height: 40px;
	font-size: 16px;
	font-weight: 500;
	padding: 0 25px;
	color: var(--clr-common-white);
	border-radius: 100px!important;
	background: #113e77;
	cursor: pointer;
	margin-bottom: 0;
	text-align: center;
	text-transform: capitalize;
	touch-action: manipulation;
	-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;
	white-space: nowrap;
	border: none;
	display: inline-flex;
	position: relative;
	z-index: 5;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
}

@media (max-width: 767px) {
.theme-btn {
	padding: 0 25px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.theme-btn {
	padding: 0 25px;
}
}
.theme-btn:hover {
	background-color: var(--clr-common-black);
	color: #fff;
}
.theme-btn:is(.cta-btn) {
 transition: 0.4s;
}
.theme-btn:is(.cta-btn):hover {
 background-color: var(--clr-common-white);
 color: var(--clr-body-heading);
}
.theme-btn-2 {
	background-color: var(--clr-color-green-dark);
}
.menu-right-2 .menu-bar {
	vertical-align: middle;
}
.menu-bar {
	display: flex;
	justify-content: end;
	align-items: center;
}
.navbar-sign {
	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;
}
.navbar-sign span {
	width: 28px;
	height: 2px;
	background-color: var(--clr-body-heading);
	border-radius: 50px;
	display: block;
	margin: 5px 0;
	-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;
	cursor: pointer;
}
.navbar-sign span.menu-line-2 {
	width: 25px;
}
.navbar-sign span.menu-line-3 {
	width: 15px;
}
.navbar-sign:hover span {
	background-color: var(--clr-theme-primary);
}
.navbar-sign:hover span.menu-line-2 {
	width: 28px;
}
.navbar-sign:hover span.menu-line-3 {
	width: 28px;
}
.header-menu-2 {
	background-color: #062d5d;
}
.header-menu-wrap-2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-logo-2 {
	max-width: 270px;
	padding: 15px 0;
}
.header-main-menu-2 ul .menu-has-child {
	position: relative;
	z-index: 5;
}
.header-main-menu-2 ul li {
	display: inline-block;
	margin-right: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.header-main-menu-2 ul li {
	margin-right: 30px;
}
}
.header-main-menu-2 ul li:last-child {
	margin-right: 0;
}
.header-main-menu-2 ul li a {
	font-size: 16px;
	color: #fff;
	padding: 37px 0;
	display: block;
}
.header-main-menu-2 ul li: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;
}
.header-main-menu-2 ul li .submenu {
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	width: 240px;
	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;
	box-shadow: 0 9px 19px rgba(0, 0, 0, 0.1);
}
.header-main-menu-2 ul li .submenu li {
	display: block;
	margin-right: 0;
	position: relative;
	z-index: 5;
}
.header-main-menu-2 ul li .submenu li a {
	padding: 15px 25px;
	color: #BABABA;
	-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;
}
.header-main-menu-2 ul li .submenu li .submenu {
	left: 100%;
	top: 0;
}
.header-main-menu-2 ul li .submenu li:hover > a {
	/*	background-color: var(--clr-color-green-dark);*/
	color: #113e77;
}
.header-main-menu-2 ul li .submenu li:not(:last-child) {
	border-bottom: 1px solid #f2f2f2;
}
.header-main-menu-2 ul li:hover > .submenu {
	opacity: 1;
	visibility: visible;
}
.header-main-menu-2 ul li:hover > a {
	color: #BABABA;
}
.header-menu-call-2 .header-menu-call-btn {
	width: 50px;
	height: 50px;
	background-color: #fff;
	color: #113e77;
	border-radius: 50%;
	display: inline-grid;
	place-items: center;
	font-size: 17px;
	font-weight: 700;
	margin-right: 10px;
}
.header-menu-call-2:hover .header-menu-call-btn {
	background-color: #BABABA;
	color: #fff;
}
.header-menu-call-2 .header-menu-call-number {
	display: inline-block;
	color: #fff;
	font-family: "Rubik", sans-serif;
	font-weight: 500;
	font-size: 18px;
}
.header-menu-call-2 .header-menu-call-number:hover {
	color: #BABABA;
}
.menu-right-2 .navbar-sign span {
	background-color: var(--clr-common-white);
}
.menu-right-2 .navbar-sign:hover span {
	background-color: var(--clr-theme-secondary);
}
/* Search  */
.ba-search-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	margin-top: -540px;
	transform: translateY(-110%);
	-webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.ba-search-popup::after {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 560px;
	background-image: url(../img/bg/waves-shape.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 0px;
	content: "";
}
.ba-search-popup .ba-color-layer {
	position: fixed;
	content: "";
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.9);
	-webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.ba-search-popup-inner {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 9999;
	transform: translate(-50%, -50%);
	width: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.ba-search-popup-inner {
	width: 70%;
}
}

@media (max-width: 767px) {
.ba-search-popup-inner {
	width: 85%;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.ba-search-popup-inner {
	width: 70%;
}
}
.ba-search-popup-inner form {
	position: relative;
}
.ba-search-popup-inner form input {
	width: 100%;
	height: 70px;
	border: 0;
	border-radius: 4px;
	padding: 0 20px;
	padding-right: 90px;
}
.ba-search-popup-inner form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 70px;
	border: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background: var(--clr-theme-primary);
	color: #fff;
	font-size: 20px;
}
.search-active .ba-search-popup {
	transform: translateY(0%);
	margin-top: var(--margin-zero);
}
/*
************
*************************
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: 10;
	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;
}

@media (max-width: 767px) {
.side-info {
	padding: 40px 30px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.side-info {
	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: 7px 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;
}
.sidebar-contact > a {
	display: block;
	margin-bottom: 12px;
}
.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;
}
.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;
}
.sidebar-social a:not(:last-child) {
	margin-right: 7px;
}
.sidebar-social a:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
}
/* 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;
}
/*
************
*************************
04. banner
******************************************************* 
*************************************************************** */
.banner-navigation {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 9;
	display: flex;
	margin-left: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.banner-navigation {
	left: 0;
	transform: translateX(0);
	max-width: 690px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	right: 0;
}
}

@media (max-width: 767px) {
.banner-navigation {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.banner-navigation {
	left: 0;
	transform: translateX(0);
	max-width: 540px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	right: 0;
}
}
.banner-navigation div {
	width: 60px;
	height: 60px;
	background: #062d5d;
	color: #fff;
	font-size: 25px;
	text-align: center;
	line-height: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.banner-navigation div {
	width: 60px;
	height: 60px;
	line-height: 60px;
}
}

@media (max-width: 767px) {
.banner-navigation div {
	width: 60px;
	height: 60px;
	line-height: 60px;
}
}
.banner-navigation .banner-swiper-next {
	left: 80px;
	border-left: 1px solid #062d5d;
}
.banner-image {
	min-height: 100%;
}
.banner-wrap {
	display: flex;
	height: 735px;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.banner-wrap {
	flex-direction: column;
}
}

@media (max-width: 767px) {
.banner-wrap {
	flex-direction: column;
	height: 600px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.banner-wrap {
	flex-direction: column;
	height: 650px;
}
}
.single-banner {
	height: 735px;
	position: relative;
	z-index: 1;
}

@media (max-width: 767px) {
.single-banner {
	height: 600px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.single-banner {
	height: 650px;
}
}
.single-banner::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	opacity: 0.4;
	background-color: #000000;
	-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-image img {
	height: 100%;
}
.banner-banner-control {
	flex: 0 0 50%;
	width: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.banner-banner-control {
	flex: 0 0 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
}
.banner-img-wrap {
	flex: 0 0 50%;
	width: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.banner-img-wrap {
	flex: 0 0 100%;
	width: 100%;
}
}
.banner-main {
	height: 100%;
	position: relative;
	height: 735px;
	display: flex;
	margin-left: calc(100% - 645px);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.banner-main {
	margin-left: calc(100% - 555px);
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.banner-main {
	margin-left: calc(100% - 465px);
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.banner-main {
	max-width: 690px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
}

@media (max-width: 767px) {
.banner-main {
	width: calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
	height: 600px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.banner-main {
	max-width: 510px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 650px;
}
}
.banner-control-item {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	padding-top: 35px;
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
.banner-control-item {
	padding-top: 0;
}
}
.banner-content {
	padding-right: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.banner-content {
	padding-right: 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) {
.banner-content {
	padding-right: 0;
}
}
.banner-subtitle {
	font-size: 18px;
	font-weight: 500;
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #062d5d;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.banner-subtitle {
	font-size: 18px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.banner-subtitle {
	color: #fff;
}
}

@media (max-width: 767px) {
.banner-subtitle {
	font-size: 14px;
	color: #fff;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.banner-subtitle {
	font-size: 16px;
}
}
.banner-title {
	font-size: 62px;
	line-height: 1.2;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.banner-title {
	font-size: 56px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.banner-title {
	font-size: 50px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.banner-title {
	font-size: 56px;
	color: #fff;
}
}

@media (max-width: 767px) {
.banner-title {
	font-size: 34px;
	color: #fff;
	line-height: 1.3;
}
}

@media only screen and (min-width: 480px) and (max-width: 575px) {
.banner-title {
	font-size: 40px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.banner-title {
	font-size: 46px;
	line-height: 1.2;
}
}
.banner-content p {
	font-size: 16px;
	margin-bottom: 17px;
}
.banner-btn {
	font-weight: 500;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	padding: 0 25px;
	background-color: #062d5d;
	color: var(--clr-common-white);
	display: inline-block;
}
.banner-btn:hover {
	background-color: var(--clr-common-black);
	color: var(--clr-common-white);
}
.banner-btn.btn-clr-2 {
	background-color: #ea6b08;
}
.banner-btn.btn-clr-2:hover {
	background-color: #ea6b08;
}
.banner-button .about_content-link {
	color: var(--clr-common-white);
}
.banner-button .about_content-link span {
	text-indent: -130px;
	margin-right: 0px;
}
.banner-button:hover .about_content-link {
	color: var(--clr-common-white);
}
.banner-button:hover .about_content-link span {
	text-indent: 0;
	margin-right: 15px;
}
.banner-area {
	position: relative;
	z-index: 1;
}
.banner-area-social-wrapp {
	display: inline-block;
	transform: rotate(-90deg);
	position: absolute;
	left: -105px;
	bottom: 215px;
	z-index: 2;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.banner-area-social-wrapp {
	transform: rotate(0);
	bottom: 0;
	left: 0px;
	margin-left: calc((100% - 1290px) / 2);
}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.banner-area-social-wrapp {
	transform: rotate(0);
	bottom: 0;
	left: 0px;
	margin-left: calc((100% - 1110px) / 2);
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.banner-area-social-wrapp {
	transform: rotate(0);
	bottom: 0;
	left: 0px;
	margin-left: calc((100% - 930px) / 2);
}
}
.banner-area-social-wrapp button {
	display: inline-block;
	border: 0;
	background-color: transparent;
	padding: 0;
	margin-right: 50px;
	font-weight: 700;
	cursor: pointer;
}
.banner-area-social-wrapp a {
	display: inline-block;
	margin-right: 30px;
	font-weight: 500;
}
.banner-area-social-wrapp a:last-child {
	margin-right: 0;
}
.banner-area-social-wrapp a:hover {
	color: #062d5d;
}
.single-banner-area-2 {
	min-height: 900px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	background-position: right top;
}

@media (max-width: 767px) {
.single-banner-area-2 {
	min-height: 750px;
}
}
.single-banner-area-2::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #1b181a;
	opacity: 0.6;
	z-index: -1;
}
.banner-subtitle-2 {
	color: #ea6b08;
	font-size: 24px;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 7px;
}
.banner-title-2 {
	font-size: 65px;
	color: #fff;
	margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.banner-title-2 {
	font-size: 48px;
}
}

@media (max-width: 767px) {
.banner-title-2 {
	font-size: 32px;
	line-height: 1.4;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.banner-title-2 {
	font-size: 36px;
}
}
.banner-content-2 p {
	color: #fff;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 36px;
}
.banner-content-2-before {
	border-top: 50px solid rgba(255, 255, 255, 0.1);
	border-left: 10px solid rgba(255, 255, 255, 0.1);
	padding-top: 65px;
	padding-left: 70px;
	border-right: 10px solid rgba(255, 255, 255, 0.1);
	padding-right: 70px;
}

@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
.banner-content-2-before {
	padding-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
	border: 0;
}
}
/*
************
*************************
05. breadcrumb
******************************************************* 
*************************************************************** */
.breadcrumb-height {
	padding-top: 120px;
	padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.breadcrumb-height {
	padding-top: 120px;
	padding-bottom: 120px;
}
}

@media (max-width: 767px) {
.breadcrumb-height {
	padding-top: 80px;
	padding-bottom: 90px;
}
}
.bn-breadcrumb {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.bn-breadcrumb::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(6 45 93 / 32%);
}
.bn-breadcrumb .bn-breadcrumb-wrap {
	position: relative;
	z-index: 1;
}
.bn-breadcrumb .bn-breadcrumb-title {
	color: var(--clr-common-white);
	font-size: 36px;
	line-height: 52px;
	font-weight: 600;/*	margin-bottom: 15px;*/
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.bn-breadcrumb .bn-breadcrumb-title {
	font-size: 45px;
}
}

@media (max-width: 767px) {
.bn-breadcrumb .bn-breadcrumb-title {
	font-size: 25px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.bn-breadcrumb .bn-breadcrumb-title {
	font-size: 40px;
}
}
.bn-breadcrumb .bn-breadcrumb-list {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid var(--clr-common-white);
}
.bn-breadcrumb .bn-breadcrumb-list a {
	color: var(--clr-common-white);
	display: inline-block;
	position: relative;
	margin-right: 5px;
	font-weight: 500;
}
.bn-breadcrumb .bn-breadcrumb-list a::after {
	display: inline-block;
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	color: var(--clr-common-white);
	margin-left: 10px;
}
.bn-breadcrumb .bn-breadcrumb-list a:hover {
	color: var(--clr-common-white);
}
.bn-breadcrumb .bn-breadcrumb-list span {
	color: var(--clr-common-white);
	display: inline-block;
	font-weight: 500;
}
/*
************
*************************
06. about
******************************************************* 
*************************************************************** */
.section-subtitle {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #062d5d;
	display: inline-block;
	margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.section-subtitle {
	font-size: 18px;
}
}

@media (max-width: 767px) {
.section-subtitle {
	font-size: 16px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.section-subtitle {
	font-size: 16px;
}
}
.section-title {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: capitalize;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.section-title {
	font-size: 42px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.section-title {
	font-size: 40px;
}
}

@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-text {
	font-size: 16px;
}
.product-area .section-text {
	border-left: 5px solid var(--clr-theme-primary);
	background-color: #f7f7f7;
	padding: 15px 25px;
	font-size: 18px;
}
.section-white .section-title {
	color: #fff;
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
.choose-counter.pl-20.pb-40 {
	padding-left: 0;
}
}

@media (max-width: 767px) {
.choose-counter-item.pb-40 {
	padding-bottom: 20px;
}
}

@media (max-width: 767px) {
.choose-counter-item.pt-35 {
	padding-top: 20px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.about-wrap.pl-40 {
	padding-left: 20px;
}
}
.about-tab {
	border-bottom: 1px solid #777;
	margin-bottom: 29px;
}
.about-tab .nav-item {
	border: none;
}
.about-tab .nav-item .nav-link {
	text-transform: uppercase;
	padding: 15px 25px;
	border: none;
	background-color: transparent;
	position: relative;
	z-index: 1;
	font-size: 18px;
	font-weight: 600;
	color: var(--clr-body-heading);
}
.about-tab .nav-item .nav-link::after {
	left: 0;
	top: 0;
	content: "";
	height: 4px;
	width: 100%;
	background: var(--clr-theme-primary);
	position: absolute;
	opacity: 0;
}
.about-tab .nav-item .nav-link.active {
	color: var(--clr-theme-primary);
	border: 1px solid var(--clr-theme-primary);
}
.about-tab .nav-item .nav-link.active::after {
	opacity: 1;
}
.about-tab-content .tab-title {
	font-size: 32px;
	margin-bottom: 8px;
}
.about-tab-content p {
	font-size: 16px;
	margin-bottom: 0;
}
.about-tab-content ul {
	margin-bottom: 15px;
}
.about-tab-content ul li {
	display: block;
	line-height: 2.5;
	position: relative;
	z-index: 1;
	padding-left: 30px;
}
.about-tab-content ul li::before {
	position: absolute;
	left: 0;
	top: -3px;
	content: "\f058";
	font-family: "Font Awesome 5 Pro";
	font-weight: 600;
	color: var(--clr-theme-primary);
	font-size: 18px;
}
.about_posts-item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.about_posts-item {
	gap: 30px;
}
}

@media (max-width: 767px) {
.about_posts-item {
	flex-direction: column;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.about_posts-item {
	flex-direction: row;
}
}
.about_posts {
	margin-left: -80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.about_posts {
	margin-left: -150px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.about_posts {
	margin-left: 0;
}
}
.about-media {
	width: 50%;
	flex: 0 0 50%;
}

@media (max-width: 767px) {
.about-media {
	width: 100%;
	flex: 0 0 100%;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.about-media {
	width: 50%;
	flex: 0 0 50%;
}
}
.f-46 {
	font-size: 42px;
}
.about_content-title {
	font-size: 24px;
	margin-bottom: 15px;
	line-height: 1.3;
}
.about_content-title:hover a {
	color: #062d5d;
}

@media (max-width: 767px) {
.about_content-title {
	font-size: 24px;
}
}
.about_content-text {
	font-size: 16px;
	color: var(--clr-body-text);
	margin-bottom: 20px;
}
.about_content-link {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	display: inline-block;
	letter-spacing: 0.5px;
	color: var(--clr-body-heading);
	z-index: 1;
	overflow: hidden;
}

@media (max-width: 767px) {
.about_content-link {
	font-size: 14px;
}
}
.about_content-link span {
	text-indent: -114px;
	display: inline-block;
	-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;
}
.about_content-link:hover {
	color: var(--clr-theme-primary);
}
.about_posts-item:hover .about_content-link span {
	text-indent: 0;
	margin-right: 10px;
}
.video-content .about_content-link {
	display: inline-block;
}
.video-content .about_content-link span {
	text-indent: -130px;
	margin-right: 0;
}
.video-content:hover .about_content-link span {
	text-indent: 0;
	margin-right: 10px;
}
.theme-buttons .theme-button {
	text-transform: uppercase;
	position: relative;
	letter-spacing: 0.5px;
	z-index: 1;
	overflow: hidden;
	font-weight: 500;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	padding: 0 25px;
	background-color: var(--clr-theme-primary);
	color: var(--clr-common-white);
	display: inline-block;
}
.theme-buttons .theme-button span {
	display: inline-block;
	-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;
	text-indent: -130px;
	margin-right: 0px;
}
.theme-buttons .theme-button:hover {
	background-color: var(--clr-common-black);
	color: var(--clr-common-white);
}
.theme-buttons:hover .theme-button {
	color: var(--clr-common-white);
}
.theme-buttons:hover .theme-button span {
	text-indent: 0;
	margin-right: 15px;
}
.about-img {
	height: 650px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-img {
	height: 550px;
}
}

@media (max-width: 767px) {
.about-img {
	height: 400px;
}
}
.about-img img {
	object-fit: cover;
	height: 100%;
}
.about-media img {
	object-fit: cover;
	height: 100%;
}
.about-img-wrap-2 {
	display: flex;
}
.about-single-img-2 {
	width: 50%;
	flex-shrink: 0;
}
.about-single-img-2 img {
	width: 100%;
}
.about-img-content-2 {
	background-color: var(--clr-color-green-dark);
	background-image: url("../../assets/img/about/Line-Pattern.png");
}
.about-img-content-text-2 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 0;
	padding: 23px 25px;
}

@media (max-width: 767px) {
.about-img-content-text-2 {
	padding: 15px;
	font-size: 16px;
	line-height: 1.3;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.about-img-content-text-2 {
	padding: 25px;
	font-size: 26px;
}
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
.choose-content-2.ml-40 {
	margin-left: 0;
}
}
.about-img-content-2 {
	border-radius: 5px;
}
.about-single-img-2.about-single-img-21 {
	display: flex;
	flex-direction: column;
	gap: 5px;
	height: 465px;
}

@media (max-width: 767px) {
.about-single-img-2.about-single-img-21 {
	height: 300px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.about-single-img-2.about-single-img-21 {
	height: 450px;
}
}
.about-single-img-2.about-single-img-21 img {
	height: 100%;
}
.about-single-img-2 img {
	border-radius: 5px;
}
.about-img-wrap-2 {
	gap: 5px;
}
.about-single-img-2.about-single-img-22 {
	width: calc(50% - 5px);
	height: 465px;
}

@media (max-width: 767px) {
.about-single-img-2.about-single-img-22 {
	height: 300px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.about-single-img-2.about-single-img-22 {
	height: 450px;
}
}
.about-single-img-2.about-single-img-22 img {
	height: 100%;
}
.about-card-title-2 {
	font-size: 20px;
	margin-bottom: 15px;
}
.about-card-title-2 i {
	margin-right: 10px;
	color: var(--clr-color-green-dark);
}
.about-card-text-2 {
	margin-bottom: 0;
}
.about-content-text-2 {
	margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.about-content-2.ml-40 {
	margin-left: 0;
}
}
/*
************
*************************
07. service
******************************************************* 
*************************************************************** */
.service-section {
	background-color: #D9E9E9;
	height: 100%;
	width: 100%;
	padding: 50px 40px;
	display: grid;
	place-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.service-section {
	padding: 50px 30px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.service-section {
	padding: 50px 30px;
}
}

@media (max-width: 767px) {
.service-section {
	padding: 50px 30px;
	place-items: start;
}
}
.service-item {
	width: 100%;
	height: 100%;
	padding: 40px 40px 50px;
	position: relative;
	z-index: 5;
	overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.service-item {
	padding: 40px 30px 50px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.service-item {
	padding: 40px 30px 50px;
}
}

@media (max-width: 767px) {
.service-item {
	padding: 40px 30px 50px;
}
}
.service-img {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	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;
	transform: translateX(-100px);
}
.service-img::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(255, 255, 255, 0);
	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;
}
.service-icon {
	font-size: 55px;
	color: var(--clr-theme-primary);
	margin-bottom: 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;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.service-icon {
	font-size: 50px;
}
}

@media (max-width: 767px) {
.service-icon {
	font-size: 45px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.service-icon {
	font-size: 50px;
}
}
.service-content-title {
	font-size: 24px;
	margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.service-content-title {
	font-size: 20px;
}
}

@media (max-width: 767px) {
.service-content-title {
	font-size: 20px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.service-content-title {
	font-size: 24px;
}
}
.service-content p {
	font-size: 16px;
	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-item:hover .service-img {
	opacity: 1;
	transform: translateX(0);
}
.service-item:hover .service-img::after {
	opacity: 0.6;
	background-color: #000000;
}
.service-item:hover .service-icon {
	color: #fff;
}
.service-item:hover .service-content-title {
	color: #fff;
}
.service-item:hover .service-content-title:hover a {
	color: #ea6b08;
}
.service-item:hover .service-content p {
	color: #fff;
}
.service-border {
	border: 1px solid #ececec;
}
.service-border:nth-child(2) {
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

@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-border:nth-child(2) {
	border-right: 1px solid #ececec;
}
}

@media (max-width: 767px) {
.service-border:nth-child(2) {
	border-left: 1px solid #ececec;
}
}
.service-border:nth-child(3) {
	border-bottom: 0;
}

@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-border:nth-child(4) {
	border-bottom: 0;
	border-right: 1px solid #ececec;
	border-left: 0;
}
}

@media (max-width: 767px) {
.service-border:nth-child(4) {
	border-bottom: 0;
	border-left: 1px solid #ececec;
}
}
.service-border:nth-child(5) {
	border-right: 0;
	border-left: 0;
}

@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-border:nth-child(5) {
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
}
}

@media (max-width: 767px) {
.service-border:nth-child(5) {
	border-right: 1px solid #ececec;
	border-bottom: 0;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.service-border:nth-child(6) {
	border-left: 0;
}
}

@media (max-width: 767px) {
.service-border:nth-child(6) {
	border-left: 1px solid #ececec;
}
}
.service-border:nth-child(7) {
	border-top: 0;
}
.service-border:nth-child(8) {
	border-top: 0;
	border-right: 0;
	border-left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.service-border:nth-child(8) {
	border-right: 1px solid #ececec;
}
}

@media (max-width: 767px) {
.service-border:nth-child(8) {
	border-right: 1px solid #ececec;
	border-left: 1px solid #ececec;
}
}
.service-border:nth-child(9) {
	border-top: 0;
}

@media (max-width: 767px) {
.service-border:nth-child(9) {
	border-right: 1px solid #ececec;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.service-section .section-title.f-46 {
	font-size: 44px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.service-section .section-title.f-46 {
	font-size: 30px;
}
}

@media (max-width: 767px) {
.service-section .section-title.f-46 {
	font-size: 28px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.service-section .section-title.f-46 {
	font-size: 36px;
}
}
.service-area-2 {
	background-color: var(--clr-color-green-dark);
}
.service-item-content-2 {
	background-color: #fff;
	padding: 25px 25px 25px;
}
.service-item-content-title-2 {
	font-size: 24px;
	margin-bottom: 20px;
}
.service-item-content-title-2:hover a {
	color: #ea6b08;
}
.service-item-content-2 .service-btn-2 {
	font-size: 16px;
	color: var(--clr-body-heading);
	font-weight: 500;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.service-item-content-2 .service-btn-2::after {
	position: absolute;
	top: 0;
	right: -26px;
	content: "\f0a9";
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	font-weight: 300;
	-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-item-content-2 .service-btn-2:hover {
	color: #ea6b08;
}
.service-item-content-2 .service-btn-2:hover::after {
	color: #ea6b08;
}
.banner-navigation-2 span {
	position: absolute;
	top: 50%;
	right: 50px;
	background-color: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	z-index: 1;
	font-size: 25px;
	color: var(--clr-theme-secondary);
	transform: translateY(-50%);
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	transition: all 0.3s linear 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.banner-navigation-2 span {
	top: 195px;
	transform: translateY(0);
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.banner-navigation-2 span {
	top: 195px;
	transform: translateY(0);
}
}

@media (max-width: 767px) {
.banner-navigation-2 span {
	top: auto;
	transform: translateY(0);
	bottom: 50px;
	right: 15px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.banner-navigation-2 span {
	right: 40px;
}
}
.banner-navigation-2 span:hover {
	color: #fff;
	background-color: var(--clr-theme-secondary);
}
.banner-navigation-2 span.slider-swiper-prev {
	right: 120px;
}

@media (max-width: 767px) {
.banner-navigation-2 span.slider-swiper-prev {
	right: 85px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.banner-navigation-2 span.slider-swiper-prev {
	right: 110px;
}
}
/*
************
*************************
08. service details
******************************************************* 
*************************************************************** */
.widget-categories {
	padding: 35px 40px 40px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
.widget-categories {
	padding: 25px 20px 30px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.widget-categories {
	padding: 35px 40px 40px;
}
}
.service-sidebar .widget-title {
	font-size: 26px;
	margin-bottom: 20px;
	line-height: 1.4;
}

@media (max-width: 767px) {
.service-sidebar .widget-title {
	font-size: 24px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.service-sidebar .widget-title {
	font-size: 26px;
}
}
.widget-content ul li a {
	height: 60px;
	line-height: 60px;
	background: #eee;
	padding: 0 25px;
	font-size: 18px;
	font-weight: 600;
	color: var(--clr-body-heading);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.widget-content ul li a:hover {
	background-color: var(--clr-theme-primary);
	color: #fff;
}
.widget-content ul li a:hover i {
	color: #fff;
}

@media (max-width: 767px) {
.widget-content ul li a {
	padding: 0 20px;
	font-size: 16px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.widget-content ul li a {
	padding: 0 25px;
	font-size: 18px;
}
}
.widget-content ul li:not(:last-child) {
	margin-bottom: 20px;
}
.widget-content ul li a i {
	font-size: 20px;
	color: var(--clr-body-heading);
	-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;
}
.widget-help {
	padding: 35px 40px 40px;
	background: var(--clr-theme-primary);
}

@media (max-width: 767px) {
.widget-help {
	padding: 25px 20px 30px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.widget-help {
	padding: 35px 40px 40px;
}
}
.widget-help .widget-title {
	color: #fff;
	margin-bottom: 10px;
}
.widget-text {
	color: #fff;
	font-size: 16px;
	margin-bottom: 25px;
}
.phone-number {
	color: #fff;
	font-size: 18px;
	display: block;
	margin-bottom: 25px;
}
.phone-number:hover {
	color: #fff;
}
.phone-number i {
	margin-right: 10px;
}
.theme-btn.service-widget-btn {
	background: #fff;
	color: var(--clr-theme-primary);
	width: 100%;
	text-align: start;
	justify-content: space-between;
	padding: 0 35px;
}
.theme-btn.service-widget-btn:hover {
	background-color: var(--clr-body-heading);
	color: #fff;
}
.widget-download {
	padding: 35px 40px 40px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
.widget-download {
	padding: 25px 20px 30px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.widget-download {
	padding: 35px 40px 40px;
}
}
.widget-content .download-btn {
	width: 100%;
	height: 60px;
	line-height: 60px;
	display: block;
	background: #eee;
	margin-bottom: 20px;
	padding: 0 25px;
	color: var(--clr-body-heading);
	font-size: 18px;
	font-weight: 600;
}
.widget-content .download-btn:last-child {
	margin-bottom: 0;
}
.widget-content .download-btn:hover {
	background-color: var(--clr-theme-primary);
	color: #fff;
}

@media (max-width: 767px) {
.widget-content .download-btn {
	padding: 0 20px;
	font-size: 16px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.widget-content .download-btn {
	padding: 0 25px;
	font-size: 18px;
}
}
.widget-content .download-btn i {
	margin-right: 10px;
}
.service-details-middle {
	display: flex;
	gap: 30px;
	align-items: center;
}

@media (max-width: 767px) {
.service-details-middle {
	flex-direction: column;
}
}
.service-details-middle-content ul li {
	font-size: 16px;
	margin-bottom: 5px;
}
.service-details-middle-content ul li:last-child {
	margin-bottom: 0;
}
.service-details-middle-content ul li i {
	margin-right: 10px;
	color: var(--clr-theme-primary);
}
.service-details-text {
	color: var(--clr-body-text);
	font-size: 16px;
	margin-bottom: 20px;
}
.service-details-title {
	font-size: 32px;
	list-style: 1.2;
}

@media (max-width: 767px) {
.service-details-title {
	font-size: 28px;
}
}
.service-details-img {
	height: 450px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.service-details-img {
	height: 390px;
}
}

@media (max-width: 767px) {
.service-details-img {
	height: 160px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.service-details-img {
	height: 290px;
}
}
.service-details-img iframe {
	width: 100%;
	height: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.service-details-main.ml-40 {
	margin-left: 20px;
}
}

@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-main.ml-40 {
	margin-left: 0;
}
}
.service-sidebar .widget-title {
	position: relative;
	padding-left: 15px;
}
.service-sidebar .widget-title::before {
	position: absolute;
	left: 0;
	top: 7px;
	content: "";
	width: 4px;
	height: 20px;
	background: var(--clr-theme-primary);
}
.widget-help .widget-title {
	padding-left: 0;
}
.widget-help .widget-title::before {
	display: none;
}
/*
************
*************************
09. choose
******************************************************* 
*************************************************************** */
.choose-area {
	background-color: var(--clr-common-black);
}
.choose-progress p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 25px;
}
.single-progress-bar:not(:last-child) {
	margin-bottom: 30px;
}
.progressbar {
	margin-bottom: 0;
	margin-top: 10px;
}
.percentCount {
	display: block;
	font-size: 14px;
	color: var(--clr-body-heading);
	padding: 5px 8px;
	line-height: 1;
	border-radius: 4px;
	background: #fff;
	margin-top: -44px;
}
.progress-label {
	display: inline-block;
}
.progress-label .label-text {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
}
.progress-count {
	margin-left: 20px;
	display: block;
	font-size: 14px;
	color: var(--clr-body-heading);
	padding: 5px 8px;
	line-height: 1;
	border-radius: 4px;
	background: #fff;
}
.progress-count span {
	font-size: 14px;
	color: var(--clr-body-heading);
	line-height: 1;
}
.choose-counter {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}

@media (max-width: 767px) {
.choose-counter {
	flex-direction: column;
	padding-bottom: 35px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.choose-counter {
	flex-direction: row;
	padding-bottom: 40px;
}
}
.choose-counter-item {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-basis: 50%;
	flex-shrink: 0;
	max-width: 50%;
	flex-grow: 0;
	justify-content: center;
}

@media (max-width: 767px) {
.choose-counter-item {
	max-width: 100%;
	flex-basis: 100%;
}
.choose-counter-item:last-child {
	padding-bottom: 0;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.choose-counter-item {
	flex-basis: 50%;
	max-width: 50%;
	padding-bottom: 40px;
}
}
.item-icon {
	margin-right: 8px;
}
.item-icon i {
	font-size: 40px;
	color: #fff;
}
.content-title {
	margin-bottom: 0;
	font-size: 36px;
	color: var(--clr-theme-primary);
}
.content-subtitle {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
}
.choose-counter-item {
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
}
.choose-counter-item:nth-child(2) {
	border-right: 0;
}
.choose-counter-item:nth-child(3) {
	border-bottom: 0;
}
.choose-counter-item:nth-child(4) {
	border-right: 0;
	border-bottom: 0;
}

@media (max-width: 767px) {
.choose-counter-item {
	border: none;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.choose-counter-item {
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
}
}
.choose-content-info-wrap-2 {
	display: flex;
	flex-wrap: wrap;
}
.choose-content-info-2 {
	width: 50%;
	flex-shrink: 0;
	display: flex;
	gap: 10px;
}

@media (max-width: 767px) {
.choose-content-info-2 {
	width: 100%;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.choose-content-info-2 {
	width: 50%;
}
}
.choose-info-icon-2 {
	margin-top: 3px;
}
.choose-info-icon-2 i {
	color: var(--clr-color-green-dark);
	width: 20px;
	height: 20px;
	border: 1px solid var(--clr-color-green-dark);
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-size: 14px;
}
.single-progress-bar {
	margin-bottom: 20px;
}
.choose-content-2 .progress-label .label-text {
	color: var(--clr-body-heading);
}
/*
************
*************************
10. product
******************************************************* 
*************************************************************** */
.product-tab-wrap {
	padding: 20px 30px;
	background: #eee;
}
.product-tab-wrap ul li {
	width: 290px;
}
.product-tab-wrap ul li:last-child button {
	border: none;
}
.product-tab-wrap ul li .nav-link {
	background: transparent;
	color: red;
	border: 1px solid #fff;
	padding: 13px 20px;
	font-size: 18px;
	margin: 0px 0px 1px;
	border-width: 0 0 1px;
	border-radius: 0;
	width: 100%;
	text-align: left;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 600;
}
.product-tab-wrap ul li .nav-link i {
	font-size: 20px;
	margin-right: 18px;
}
.product-tab-wrap ul li .nav-link.active {
	background-color: var(--clr-theme-primary);
}
.product-item-title {
	font-size: 18px;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 0;
	margin-top: 10px;
}
.product-circle {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 767px) {
.product-circle {
	flex-direction: column;
	align-items: center;
	gap: 30px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.product-circle {
	flex-direction: row;
	gap: 0;
	align-items: flex-start;
}
}
.product-circle-item {
	margin-right: 40px;
}
.product-circle-item:last-child {
	margin-right: 0;
}
.product-circle-item svg {
	padding: 0;
}

@media (max-width: 767px) {
.product-circle-item {
	margin-right: 0;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.product-circle-item {
	margin-right: 30px;
}
}
svg.radial-progress circle {
	stroke-width: 5;
}
svg.radial-progress text {
	fill: #3c4761;
	font-size: 16px;
}
svg.web-design circle {
	stroke: var(--clr-theme-primary);
}

@media (min-width: 768px) {
.product-wrap {
	max-width: 100%;
	padding: 0;
}
}
.product-content {
	transform: translateX(calc((100% - 1290px) / 2));
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.product-content {
	transform: translateX(calc((100% - 1110px) / 2));
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.product-content {
	transform: translateX(calc((100% - 930px) / 2));
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.product-content {
	transform: translateX(calc((100% - 690px) / 2));
}
}

@media (max-width: 767px) {
.product-content {
	transform: translateX(0);
}
}
.product-content {
	background: #062d5d;
}
.inner-wrap {
	width: 100%;
	overflow: hidden;
	margin-left: auto;
}
.product-wrapper-bg {
	background-color: #062d5d;
}
.product-img {
	height: 100%;
	display: flex;
	align-items: flex-end;
}
.product-img img {
	height: 100%;
}
.product-inner {
	display: flex;
	padding: 60px 0 60px;
	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) {
.product-inner {
	flex-wrap: wrap;
}
}
.product-item {
	background: #fff;
	padding: 30px 30px 25px;
	border-radius: 5px;
	text-align: center;
	width: 20%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.product-item {
	width: 31%;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.product-item {
	width: 30%;
}
}

@media (max-width: 767px) {
.product-item {
	width: 100%;
}
}

@media only screen and (min-width: 480px) and (max-width: 575px) {
.product-item {
	width: calc(50% - 15px);
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.product-item {
	width: calc(50% - 15px);
}
}
.product-icon {
	width: 75px;
	height: 75px;
	background: #ddd;
	text-align: center;
	line-height: 75px;
	border-radius: 50%;
	font-size: 30px;
	color: #062d5d;
	margin: auto;
	margin-bottom: 15px;
}
.product-info h4 {
	font-size: 20px;
	margin-bottom: 0;
	line-height: 1.3;
}
/*
************
*************************
11. portfolio
******************************************************* 
*************************************************************** */
.portfolio-controller {
	position: relative;
	z-index: 8;
	margin: -30px 0;
}
.portfolio-wrap .portfolio-thumbs {
	width: 100%;
	padding: 30px 0;
}
.controller-item {
	background: #fff;
	padding: 40px 50px;
	box-shadow: -10px 0 20px rgba(0, 0, 0, 0.05);
	width: 100%;
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: center;
	position: relative;
	z-index: 9;
	cursor: pointer;
}

@media (max-width: 767px) {
.controller-item {
	padding: 15px 20px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.controller-item {
	padding: 20px 30px;
}
}
.controller-item::before {
	content: "";
	width: 100%;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	bottom: -20px;
	opacity: 0;
	z-index: 9;
	background-color: var(--clr-theme-primary);
}
.controller-item::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid var(--clr-theme-primary);
	position: absolute;
	left: 50%;
	bottom: -30px;
	opacity: 0;
	transform: translateX(-50%);
}

@media (max-width: 767px) {
.controller-item .controller-icon {
	display: none;
}
}

@media (max-width: 767px) {
.controller-item .controller-info {
	text-align: center;
}
}
.controller-icon i {
	font-size: 50px;
	color: var(--clr-theme-primary);
}
.controller-info h4 {
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
}

@media (max-width: 767px) {
.controller-info h4 {
	line-height: 1.4;
	font-size: 16px;
}
}
.portfolio-thumbs .swiper-slide.swiper-slide-active .controller-item {
	background-color: var(--clr-theme-primary);
}
.portfolio-thumbs .swiper-slide.swiper-slide-active .controller-item::after {
	opacity: 1;
}
.portfolio-thumbs .swiper-slide.swiper-slide-active .controller-item::before {
	opacity: 1;
}
.portfolio-thumbs .swiper-slide.swiper-slide-active .controller-icon i {
	color: #fff;
}
.portfolio-thumbs .swiper-slide.swiper-slide-active .controller-info h4 {
	color: #fff;
}
.portfolio-item {
	min-height: 730px;
	display: flex;
	align-items: center;
}

@media (max-width: 767px) {
.portfolio-item {
	min-height: 630px;
}
}
.portfolio-content {
	background: #fff;
	padding: 45px 60px;
	padding-top: 40px;
}
.portfolio-content-title {
	font-size: 36px;
	margin-bottom: 15px;
}
.portfolio-content p {
	font-size: 16px;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
.portfolio-content {
	padding: 35px 30px 50px;
}
.portfolio-content-title {
	font-size: 24px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.portfolio-content {
	padding: 45px 40px 60px;
}
.portfolio-content-title {
	font-size: 40px;
}
}
.portfolio-navigation div {
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background: #fff;
	z-index: 1;
	text-align: center;
	font-size: 29px;
	color: var(--clr-theme-primary);
	cursor: pointer;
	border: 1px solid #ddd;
	border-radius: 50%;
	display: grid;
	place-items: center;
	-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;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
.portfolio-navigation div {
	left: 15px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.portfolio-navigation div {
	left: 25px;
}
}
.portfolio-navigation div:hover {
	border-color: var(--clr-theme-primary);
	background: var(--clr-theme-primary);
	color: #fff;
}
.portfolio-navigation .portfolio-swiper-next {
	right: 30px;
	left: auto;
}

@media (max-width: 767px) {
.portfolio-navigation .portfolio-swiper-next {
	right: 15px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.portfolio-navigation .portfolio-swiper-next {
	right: 25px;
}
}
.portfolio-thumbs:hover .portfolio-navigation div {
	opacity: 1;
	visibility: visible;
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
.choose-progress.pr-20 {
	padding-right: 0;
}
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
.progress-wrap.pr-20 {
	padding-right: 0;
}
}
.s_portfolio-item {
	position: relative;
}
.s_portfolio-img a {
	position: relative;
	z-index: 1;
	display: block;
}
.s_portfolio-img a img {
	width: 100%;
	min-height: 220px;
	object-fit: cover;
}
.s_portfolio-img a::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 100, 100, 0.9);
	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;
}
.s_portfolio-content {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 5;
	right: 0;
	padding: 20px;
}
.s_portfolio-content-subtitle {
	font-size: 16px;
	color: #ea6b08;
	display: block;
	margin-bottom: 5px;
	-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;
	transform: translateY(40px);
	font-weight: 500;
}
.s_portfolio-content-title {
	font-size: 22px;
	color: #fff;
	line-height: 1.3;
	margin-bottom: 15px;
	-webkit-transition: all 0.45s linear 0s;
	-moz-transition: all 0.45s linear 0s;
	-ms-transition: all 0.45s linear 0s;
	-o-transition: all 0.45s linear 0s;
	transition: all 0.45s linear 0s;
	opacity: 0;
	transform: translateY(40px);
}
.s_portfolio-content-title:hover a {
	color: #ea6b08;
}
.s_portfolio-button {
	-webkit-transition: all 0.55s linear 0s;
	-moz-transition: all 0.55s linear 0s;
	-ms-transition: all 0.55s linear 0s;
	-o-transition: all 0.55s linear 0s;
	transition: all 0.55s linear 0s;
	opacity: 0;
	transform: translateY(40px);
}
.s_portfolio-btn {
	display: block;
	width: 50px;
	height: 50px;
	background: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: var(--clr-theme-primary);
	border-radius: 50%;
	-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;
}
.s_portfolio-btn:hover {
	color: #fff;
	background-color: #ea6b08;
}
.s_portfolio-item:hover .s_portfolio-img a::before {
	opacity: 1;
}
.s_portfolio-item:hover .s_portfolio-content-subtitle {
	opacity: 1;
	transform: translateY(0);
}
.s_portfolio-item:hover .s_portfolio-content-title {
	opacity: 1;
	transform: translateY(0);
}
.s_portfolio-item:hover .s_portfolio-button {
	opacity: 1;
	transform: translateY(0);
}
/*
************
*************************
12. portfolio details
******************************************************* 
*************************************************************** */
.portfolio-details-title {
	font-size: 35px;
	margin-bottom: 10px;
	line-height: 1.3;
}

@media (max-width: 767px) {
.portfolio-details-title {
	font-size: 28px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.portfolio-details-title {
	font-size: 32px;
}
}
.portfolio-details-info p {
	font-size: 16px;
	margin-bottom: 25px;
}
.project-meta_info li {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
.project-meta_info li:last-child {
	margin-bottom: 0;
}
.project-meta_info li h6 {
	margin-bottom: 0;
	line-height: 1.2;
	font-size: 16px;
	width: 140px;
}
.project-meta_info li p {
	width: calc(100% - 180px);
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.2;
}
.project-meta_info li h6 i {
	color: var(--clr-theme-primary);
	margin-right: 7px;
}
.portfolio-details-inner-title {
	font-size: 35px;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
.portfolio-details-inner-title {
	font-size: 28px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.portfolio-details-inner-title {
	font-size: 32px;
}
}
.portfolio-details-text p {
	font-size: 16px;
}
.portfolio-details-content p {
	font-size: 16px;
	margin-bottom: 20px;
}
.portfolio-details-content ul li {
	margin-bottom: 20px;
	font-size: 18px;
}
.portfolio-details-content ul li i {
	margin-right: 10px;
	font-weight: 600;
	color: var(--clr-theme-primary);
}
.portfolio-overview-item {
	border: 1px solid #eee;
	padding: 40px 40px 35px;
	-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;
}
.portfolio-details-title.portfolio-work-process {
	margin-bottom: 30px;
}
.portfolio-overview-item {
	position: relative;
}
.portfolio-overview-item h5 {
	font-size: 20px;
	margin-bottom: 0;
}
.portfolio-overview-item i {
	font-size: 50px;
	color: var(--clr-theme-primary);
	display: block;
	margin-bottom: 20px;
}
.portfolio-overview-item span {
	position: absolute;
	right: 20px;
	top: 20px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-color: #eee;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: var(--clr-body-heading);
	-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;
}
.portfolio-overview-item:hover {
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
	border-color: transparent;
}
.portfolio-overview-item:hover span {
	background-color: var(--clr-theme-primary);
	color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.portfolio-details-info.ml-40 {
	margin-left: 20px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.portfolio-details-info.ml-40 {
	margin-left: 10px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.portfolio-details-info.ml-40 {
	margin-left: 0;
}
}
/*
************
*************************
13. testimonial
******************************************************* 
*************************************************************** */
.testimonial-item {
	border: 10px solid;
	padding: 60px 0 40px 0;
	padding-top: 75px;
	margin: 40px 20px 25px;
	text-align: center;
	position: relative;
	color: var(--bs-gray-300);
}
.testimonial-item::before {
	width: 100px;
	height: 100px;
	line-height: 100px;
	background: rgba(var(--bs-light-rgb), var(--bs-bg-opacity));
	margin: 0 auto;
	font-size: 70px;
	font-weight: 900;
	color: var(--bs-gray-300);
	position: absolute;
	bottom: -55px;
	left: 0;
	right: 0;
	content: "\f10e";
	font-family: "Font Awesome 5 Pro";
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
.testimonial-item::before {
	font-size: 50px;
	width: 80px;
	height: 80px;
	line-height: 78px;
	bottom: -48px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.testimonial-content.pb-80.mb-40 {
	padding-bottom: 0;
}
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
.testimonial-content.pb-80.mb-40 {
	margin-bottom: 90px;
}
}
.testimonial-heading {
	padding: 7px 0;
	margin: 0 -30px 0px;
	border: 7px solid #fff;
	border-top-color: rgb(255, 255, 255);
	border-right-color: rgb(255, 255, 255);
	border-bottom-color: rgb(255, 255, 255);
	border-left-color: rgb(255, 255, 255);
	background: var(--clr-theme-primary);
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
	border-color: var(--clr-theme-primary);
}
.testimonial-heading::before {
	content: "";
	position: absolute;
	bottom: -21px;
	left: 0;
	width: 15px;
	height: 15px;
	background: var(--clr-theme-primary);
	clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.testimonial-heading::after {
	content: "";
	position: absolute;
	bottom: -21px;
	right: 0;
	width: 15px;
	height: 15px;
	background: var(--clr-theme-primary);
	clip-path: polygon(0 0, 0 100%, 100% 0);
}
.testimonial-title {
	font-size: 22px;
	color: #fff;
	margin-bottom: 10px;
}
.testimonial-subtitle {
	display: block;
	font-size: 16px;
	font-weight: 500;
}
.testimonial-text {
	padding: 25px 15px 15px 15px;
	position: relative;
	font-size: 15px;
	font-weight: 400;
}
.testimonial-text p {
	margin-bottom: 0;
	font-size: 16px;
	color: var(--clr-theme-primary);
}
.testimonial-content {
	position: relative;
	padding-bottom: 80px;
}
.testimonial-navigation div {
	position: absolute;
	left: 50%;
	width: 50px;
	height: 50px;
	background: var(--clr-theme-primary);
	text-align: center;
	line-height: 50px;
	color: var(--clr-common-white);
	border-radius: 50%;
	font-size: 22px;
	transition: all 0.3s linear 0s;
	display: grid;
	place-items: center;
	z-index: 9;
	bottom: 0;
	transform: translateX(-50%);
	margin-left: -55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.testimonial-navigation div {
	display: none;
}
}
.testimonial-navigation div:hover {
	background-color: var(--clr-common-black);
	color: var(--clr-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.testimonial-navigation div {
	margin-left: -30px;
}
}
.testimonial-navigation .testimonial-swiper-next {
	transform: translateX(calc(-50% + 55px));
}
.testimonial-person {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: -60px;
	width: 120px;
	height: 120px;
	margin: auto;
	border-radius: 50%;
	overflow: hidden;
	border: 10px solid rgba(var(--bs-light-rgb), var(--bs-bg-opacity));
}
.testimonial-person img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.testimonial-content.pr-50 {
	padding-right: 0;
}
}
/*
************
*************************
14. team
******************************************************* 
*************************************************************** */
.team-active {
	padding-bottom: 80px;
}
.team-img {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.team-img img {
	filter: grayscale(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;
}
.team-social-icon {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	width: calc(100% - 80px);
	background-color: var(--clr-theme-primary);
	height: 50px;
	line-height: 50px;
	padding: 0;
	text-align: center;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	margin: 0 auto;
	-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;
}
.team-social-icon a {
	display: inline-block;
	font-size: 16px;
	margin: 0 5px;
	color: #fff;
}
.team-social-icon a:hover {
	color: #ea6b08;
}
.team-content {
	position: relative;
	z-index: 1;
	margin-top: -25px;
	padding: 20px 30px 0;
	text-align: center;
}
.team-content-title {
	font-size: 22px;
	margin-bottom: 5px;
	position: relative;
	z-index: 1;
}
.team-content-subtitle {
	font-size: 16px;
	display: block;
	color: var(--clr-theme-primary);
	font-weight: 500;
	position: relative;
	z-index: 1;
}
.team-content::before {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 25px;
	background-color: #fff;
	border: 1px solid #ddd;
	-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;
	z-index: -1;
}

@media (max-width: 767px) {
.team-content {
	padding: 20px 20px 0;
}
}
.middle-content .list {
	position: absolute;
	left: 0px;
	right: 0px;
	opacity: 0;
	margin-top: 14px;
	-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;
	opacity: 0;
}
.middle-content .list li {
	position: relative;
	display: block;
}
.middle-content .list li i {
	margin-right: 10px;
	color: #fff;
}
.middle-content .list li a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	margin-bottom: 5px;
}
.middle-content .list li a:hover {
	color: #ea6b08;
}
.btn-box {
	position: relative;
	text-align: center;
	margin-top: 20px;
	-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;
}
.btn-box .read-more i {
	font-size: 20px;
	margin-left: 10px;
}
.team-item .team-content .gear-icon {
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	width: 101px;
	height: 97px;
	background: url(../img/team/gear.png);
	background-repeat: no-repeat;
	-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;
}
.team-item:hover .team-img img {
	filter: grayscale(0%);
}
.team-item:hover .middle-content .list {
	opacity: 1;
}
.team-item:hover .btn-box {
	transform: translateY(65px);
}
.team-item:hover .team-content-title {
	color: #fff;
}
.team-item:hover .team-content-title:hover a {
	color: #ea6b08;
}
.team-item:hover .team-content-subtitle {
	color: #fff;
}
.team-item:hover .team-content::before {
	bottom: -35px;
	border-color: #333;
	background-color: #333;
}
.team-item:hover .team-content .gear-icon {
	opacity: 1;
}
.team-item:hover .team-social-icon {
	bottom: 25px;
	opacity: 1;
	visibility: visible;
}
.team-active-2 .active .team-img img {
	filter: grayscale(0%);
}
.team-active-2 .active .middle-content .list {
	opacity: 1;
}
.team-active-2 .active .btn-box {
	transform: translateY(65px);
}
.team-active-2 .active .team-content-title {
	color: #fff;
}
.team-active-2 .active .team-content-title:hover a {
	color: #ea6b08;
}
.team-active-2 .active .team-content-subtitle {
	color: #fff;
}
.team-active-2 .active .team-content::before {
	bottom: -35px;
	border-color: #333;
	background-color: #333;
}
.team-active-2 .active .team-content .gear-icon {
	opacity: 1;
}
.team-active-2 .active .team-social-icon {
	bottom: 25px;
	opacity: 1;
	visibility: visible;
}
/*
************
*************************
15. team details
******************************************************* 
*************************************************************** */
.single-contact {
	display: flex;
	gap: 20px;
	align-items: center;
}
.contact-info-icon {
	width: 50px;
	height: 50px;
	flex: 0 0 50px;
	border: 1px solid #eee;
	border-radius: 50%;
	font-size: 18px;
	color: var(--clr-theme-primary);
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-info-details span {
	display: block;
	color: var(--clr-body-text);
	font-size: 14px;
	margin-bottom: 0;
}
.contact-info-details a {
	color: var(--clr-body-heading);
	font-size: 20px;
	font-weight: 700;
}
.contact-info-details a:hover {
	color: var(--clr-theme-primary);
}
.contact-info-details p {
	color: var(--clr-body-heading);
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
}
.team-details-subtitle {
	font-size: 18px;
	color: var(--clr-theme-primary);
	font-weight: 500;
	display: block;
	margin-bottom: 5px;
}

@media (max-width: 767px) {
.team-details-subtitle {
	font-size: 16px;
}
}
.team-details-title {
	font-size: 36px;
	margin-bottom: 15px;
}

@media (max-width: 767px) {
.team-details-title {
	font-size: 30px;
}
}
.team-details-info p {
	margin-bottom: 0;
	font-size: 16px;
}
.team-details-info {
	margin-bottom: 30px;
}
.team-details-social-title {
	margin-bottom: 0;
	font-size: 25px;
	margin-right: 20px;
}
.team-details-social {
	display: flex;
	align-items: center;
}
.team-details-social .inner-social a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	display: inline-grid;
	place-items: center;
	color: var(--clr-theme-primary);
	line-height: 40px;
}
.team-details-social .inner-social a:hover {
	background-color: var(--clr-theme-primary);
	color: #fff;
}
.team-details-social .inner-social a:last-child {
	margin-right: 0;
}
.team-details-title {
	line-height: 1.3;
	margin-bottom: 15px;
}
.team-details-skill .progress-heading {
	display: flex;
	justify-content: space-between;
}
.team-details-skill .progress-heading-title {
	margin-bottom: 3px;
	color: #20314A;
	font-size: 16px;
	font-weight: 700;
}
.team-details-skill .progress-heading span {
	color: var(--clr-theme-primary);
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
}
.team-details-skill .progress-item .progress {
	height: 8px;
	border-radius: 4px;
	background-color: #eee;
}
.team-details-skill .progress-item .progress-bar {
	background: var(--clr-theme-primary);
}
.team-details-experience-box {
	padding: 25px 30px 23px 30px;
	background-color: var(--clr-body-heading);
	border-radius: 6px;
}
.team-details-box-title {
	color: #fff;
	font-size: 20px;
	margin-bottom: 5px;
}
.team-details-box-subtitle {
	color: #fff;
	font-size: 15px;
	display: block;
	margin-bottom: 15px;
}
.team-details-experience-box p {
	margin-bottom: 0;
	font-size: 16px;
	color: #ccc;
}
.team-details-experience-text {
	font-size: 16px;
	margin-bottom: 23px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.team-details-content.ml-40 {
	margin-left: 20px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.team-details-content.ml-40 {
	margin-left: 10px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.team-details-content.ml-40 {
	margin-left: 0;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.team-details-skill.mr-20 {
	margin-right: 10px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.team-details-skill.mr-20 {
	margin-right: 0;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.team-details-experience.ml-20 {
	margin-left: 10px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.team-details-experience.ml-20 {
	margin-left: 0;
}
}
/*
************
*************************
16. cta
******************************************************* 
*************************************************************** */
.cta-item {
	position: relative;
	border-radius: 5px;
	padding: 60px 0px 60px;
	background-color: var(--clr-theme-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.cta-item {
	padding: 50px 45px 55px;
}
}

@media (max-width: 767px) {
.cta-item {
	padding: 40px 30px 45px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.cta-item {
	padding: 50px 40px 55px;
}
}
.cta-content-title {
	font-size: 36px;
	color: #fff;
	margin-bottom: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.cta-content-title {
	font-size: 32px;
}
}

@media (max-width: 767px) {
.cta-content-title {
	font-size: 30px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.cta-content-title {
	font-size: 34px;
}
}
.cta-content-text {
	font-size: 16px;
	color: #fff;
	margin-bottom: 0;
}
.cta-form-group input {
	display: block;
	width: 100%;
	height: 50px;
	font-size: 15px;
	line-height: 50px;
	padding: 0 25px;
	border-radius: 4px;
	-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: none;
	background: #fff;
}
.cta-form-group {
	display: flex;
	gap: 10px;
}

@media (max-width: 767px) {
.cta-form-group {
	flex-direction: column;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.cta-form-group {
	flex-direction: row;
}
}
.cta-btn {
	background-color: var(--clr-body-heading);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.cta-btn {
	padding: 0 25px;
}
}
/*
************
*************************
17. blog
******************************************************* 
*************************************************************** */
.blog-post-meta ul li {
	padding: 0;
	display: inline-block;
	color: var(--clr-theme-primary);
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	line-height: 14px;
	margin-bottom: 10px;
	margin-right: 20px;
}
.blog-post-meta ul li a {
	color: var(--clr-theme-primary);
	font-weight: 500;
	font-size: 14px;
}
.blog-post-meta ul li::after {
	content: "";
	position: absolute;
	right: -12.5px;
	top: 0;
	background: var(--clr-theme-primary);
	height: 100%;
	width: 1px;
}
.blog-post-meta ul li:last-child {
	margin-right: 0;
}
.blog-post-meta ul li:last-child::after {
	display: none;
}
.post-comment i {
	margin-right: 5px;
}
.blog-post-meta {
	margin-bottom: 5px;
}
.blog-post-content .post-title {
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 0;
}
.blog-post-content .post-title:hover a {
	color: var(--clr-theme-primary);
}

@media (max-width: 767px) {
.blog-post-content .post-title {
	font-size: 22px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.blog-post-content .post-title {
	font-size: 24px;
}
}
.blog-post-content .post-text {
	font-size: 16px;
	margin-bottom: 16px;
}
.blog-btn {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
}
.blog-btn i {
	-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: 500;
}
.blog-post-img {
	position: relative;
}
.blog-post-category {
	position: absolute;
	left: -15px;
	top: 15px;
	background: var(--clr-theme-primary);
}
.blog-post-category span {
	display: inline-block;
	color: #fff;
	padding: 8px 15px;
	font-size: 16px;
	font-weight: 500;
}
.blog-post-category::before {
	position: absolute;
	left: 0;
	bottom: -15px;
	content: "";
	background: var(--clr-theme-primary);
	width: 15px;
	height: 15px;
	clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.blog-post-category::after {
	position: absolute;
	left: 0;
	top: -15px;
	content: "";
	background: var(--clr-theme-primary);
	width: 15px;
	height: 15px;
	clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.blog-post-info {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	padding: 15px 25px 10px;
	position: relative;
	z-index: 1;
}
.blog-post-info:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	z-index: -1;
	content: "";
	background-color: #D9E9E9;
	transition: 0.3s;
}
.blog-post-content {
	box-shadow: 0 13px 29px rgba(0, 0, 0, 0.1);
	padding: 25px 25px;
}
.blog-btn span {
	text-indent: -114px;
	display: inline-block;
	-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;
}
.blog-btn {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	display: inline-block;
	letter-spacing: 0.5px;
	color: var(--clr-body-heading);
	z-index: 1;
	overflow: hidden;
}
.blog-btn:hover {
	color: var(--clr-theme-primary);
}
.blog-post:hover .blog-btn span {
	text-indent: 0;
	margin-right: 10px;
}
.blog-post:hover .blog-post-info:before {
	height: 100%;
}
.blog-item-content-title-2 {
	font-size: 24px;
	line-height: 1.4;
}
.blog-item-content-title-2:hover a {
	color: #ea6b08;
}
.blog-item-content-2:hover .about_content-link span {
	text-indent: 0;
}
.blog-item-content-2:hover .about_content-link:hover {
	color: var(--clr-theme-secondary);
}
.blog-item-content-2 p {
	font-size: 16px;
	margin-bottom: 10px;
}
.blog-item-img-2 {
	position: relative;
	z-index: 1;
}
.blog-inner-subtitle-2 {
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 10px;
	background-color: var(--clr-theme-secondary);
	font-size: 14px;
	padding: 3px 10px;
	display: inline-block;
	color: #fff;
}
.blog-inner-subtitle-2:hover {
	color: #fff;
}
.blog-item-content-2 .read-more-btn {
	font-size: 18px;
	font-weight: 600;
	color: var(--clr-body-heading);
	display: inline-block;
}
.blog-item-content-2 .read-more-btn:hover {
	color: #ea6b08;
}
.blog-meta-date2 {
	display: inline-block;
	padding: 3px 10px;
	font-size: 15px;
	margin-bottom: 10px;
	border-left: 2px solid var(--clr-theme-secondary);
	color: var(--clr-theme-secondary);
}
/*
************
*************************
18. blog details
******************************************************* 
*************************************************************** */
.sidebar-widget-search form {
	display: flex;
}
.sidebar-widget-search input {
	width: calc(100% - 60px);
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	border: 1px solid var(--clr-theme-primary);
}

@media (max-width: 767px) {
.sidebar-widget-search input {
	width: calc(100% - 60px);
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.sidebar-widget-search input {
	width: calc(100% - 60px);
}
}
.sidebar-widget-search button {
	width: 60px;
	border: 1px solid var(--clr-theme-primary);
	background: var(--clr-theme-primary);
	color: #fff;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
}

@media (max-width: 767px) {
.sidebar-widget-search button {
	width: 60px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.sidebar-widget-search button {
	width: 60px;
}
}
.blog-sidebar-widget {
	padding: 30px 40px 40px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
.blog-sidebar-widget {
	padding: 30px 25px 40px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.blog-sidebar-widget {
	padding: 30px 40px 40px;
}
}
.blog-widget-title {
	font-size: 26px;
	margin-bottom: 20px;
	line-height: 1.4;
	position: relative;
	padding-left: 15px;
}

@media (max-width: 767px) {
.blog-widget-title {
	font-size: 24px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.blog-widget-title {
	font-size: 26px;
}
}
.blog-widget-title::before {
	position: absolute;
	left: 0;
	top: 7px;
	content: "";
	width: 4px;
	height: 20px;
	background: var(--clr-theme-primary);
}
.blog-sidebar-widget.blog-category .blog-widget-title {
	margin-bottom: 15px;
}
.widget-category-item {
	margin-bottom: 10px;
}
.widget-category-item:last-child {
	margin-bottom: 0;
}
.widget-category-item a {
	position: relative;
	display: flex;
	font-size: 16px;
	justify-content: space-between;
}
.widget-category-item a:hover {
	color: var(--clr-theme-primary);
}
.widget-category-item a .cat-count {
	display: inline-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;
	background: #eee;
	padding: 5px 7px;
	line-height: 1;
	font-size: 14px;
	color: var(--clr-theme-primary);
	min-width: 30px;
	text-align: center;
}
.widget-category-item a .cat-name {
	display: inline-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;
	position: relative;
}
.widget-category-item a .cat-name::before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: "Font Awesome 5 Pro";
	content: "\f105";
	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;
}
.widget-category-item a:hover .cat-name {
	padding-left: 15px;
}
.widget-category-item a:hover .cat-name::before {
	opacity: 1;
	visibility: visible;
	margin-right: 5px;
}
.widget-category-item a:hover .cat-count {
	background-color: var(--clr-theme-primary);
	color: #fff;
}
.widget-post-item {
	display: flex;
	gap: 20px;
}

@media (max-width: 767px) {
.widget-post-item {
	flex-direction: column;
	gap: 10px;
	margin-bottom: 30px;
}
.widget-post-item:last-child {
	margin-bottom: 0;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.widget-post-item {
	flex-direction: row;
	gap: 20px;
	margin-bottom: 20px;
}
.widget-post-item:last-child {
	margin-bottom: 0;
}
}
.widget-post-img {
	width: 100px;
	flex: 0 0 100px;
}
.widget-post-info .post-title {
	font-size: 22px;
	margin-bottom: 7px;
	line-height: 1.3;
}
.widget-post-info .post-title:hover a {
	color: var(--clr-theme-primary);
}
.widget-post-info .post-date {
	font-size: 14px;
	color: var(--clr-theme-primary);
	display: block;
}
.sidebar-widget-tag a {
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	font-size: 14px;
	line-height: 20px;
	background-color: #eee;
}
.sidebar-widget-tag a:hover {
	background-color: var(--clr-theme-primary);
	color: #fff;
}
.blog-sidebar-widget.blog-tags {
	padding: 30px 40px 35px;
}

@media (max-width: 767px) {
.blog-sidebar-widget.blog-tags {
	padding: 30px 25px 35px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.blog-sidebar-widget.blog-tags {
	padding: 30px 40px 35px;
}
}
.blog-sidebar-widget.blog-category {
	padding: 30px 40px 35px;
}

@media (max-width: 767px) {
.blog-sidebar-widget.blog-category {
	padding: 30px 25px 35px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.blog-sidebar-widget.blog-category {
	padding: 30px 40px 35px;
}
}
.blog-post-content.blog-details-post {
	box-shadow: none;
	padding: 0;
}
.blog-details-quote {
	margin: 0 0 30px 0;
	padding: 30px 40px;
	background-color: #f7f7f7;
}

@media (max-width: 767px) {
.blog-details-quote {
	padding: 30px 30px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.blog-details-quote {
	padding: 30px 40px;
}
}
.blog-details-post-thumb {
	margin-bottom: 28px;
}
.blog-post-content.blog-details-post .blog-details-post-title {
	font-size: 42px;
	line-height: 1.2;
	margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.blog-post-content.blog-details-post .blog-details-post-title {
	font-size: 36px;
}
}

@media (max-width: 767px) {
.blog-post-content.blog-details-post .blog-details-post-title {
	font-size: 30px;
	line-height: 1.3;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.blog-post-content.blog-details-post .blog-details-post-title {
	font-size: 36px;
}
}
.blog-post-content.blog-details-post .blog-post-meta {
	margin-bottom: 0;
}
.blog-post-content.blog-details-post {
	margin-bottom: 30px;
}
.blog-details-quote p {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 500;
}
.blog-details-quote-title {
	color: var(--clr-theme-primary);
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
}
.blog-details-wrap {
	margin-bottom: 30px;
	padding-bottom: 22px;
	border-bottom: 1px solid #eee;
}
.blog-details-meta {
	margin-bottom: 33px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.blog-details-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 767px) {
.blog-details-meta {
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.blog-details-meta {
	flex-direction: row;
	align-items: center;
	gap: 0;
}
}
.blog-details-social a {
	font-size: 18px;
	margin-right: 5px;
}
.blog-details-social a:hover {
	color: var(--clr-theme-primary);
}
.blog-details-meta-title {
	font-size: 16px;
	display: inline-block;
	margin-right: 10px;
	font-weight: 500;
	margin-bottom: 0;
}
.sidebar-widget-tag.blog-tag a {
	margin-bottom: 0;
}
.blog-comment-title {
	font-size: 28px;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
.blog-comment-title {
	font-size: 24px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.blog-comment-title {
	font-size: 28px;
}
}
.blog-comment-item {
	display: flex;
	gap: 25px;
}

@media (max-width: 767px) {
.blog-comment-item {
	flex-direction: column;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.blog-comment-item {
	flex-direction: row;
}
}

@media (max-width: 767px) {
.blog-comment-item.ml-110 {
	margin-left: 0;
}
}
.blog-comment-author {
	width: 90px;
	flex: 0 0 90px;
	height: 90px;
	border-radius: 50%;
	overflow: hidden;
}
.blog-comment-author img {
	width: 100%;
}
.blog-comment-content {
	background: #f7f7f7;
	padding: 35px 40px 30px;
	position: relative;
}
.blog-comment-content-head {
	display: flex;
	justify-content: space-between;
}
.author-info .author-title {
	font-size: 16px;
	margin-bottom: 7px;
}
.author-info span {
	font-size: 14px;
	display: inline-block;
}
.blog-comment-content-head {
	margin-bottom: 15px;
}
.blog-comment-reply a {
	display: block;
	font-size: 14px;
	border: 1px solid var(--clr-theme-primary);
	padding: 5px 12px;
}
.blog-comment-reply a:hover {
	background-color: var(--clr-theme-primary);
	color: #fff;
}
.blog-comment-reply a i {
	margin-right: 6px;
}
.blog-comment-content-text p {
	margin-bottom: 0;
}
.blog-comment-content::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-right: 12px solid #f7f7f7;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	left: -12px;
	top: 35px;
}

@media (max-width: 767px) {
.blog-comment-content::before {
	left: 39px;
	top: -15px;
	transform: rotate(90deg);
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.blog-comment-content::before {
	left: -12px;
	top: 35px;
	transform: none;
}
}
.blog-comment-reply-form form input, .blog-comment-reply-form form textarea {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 25px;
	border: none;
	background-color: #f7f7f7;
	margin-bottom: 20px;
	font-size: 16px;
	color: var(--clr-body-text);
	border-radius: 4px;
}
.blog-comment-reply-form form textarea {
	height: 160px;
}
.theme-btn.reply-btn {
	border-radius: 3px;
	padding: 0 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.blog-details-main.ml-40 {
	margin-left: 20px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.blog-details-main.ml-40 {
	margin-left: 0;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.blog-details-main.ml-40 {
	margin-left: 0;
}
}
.swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius: 50%;
	background: #ddd;
	opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
	margin-right: 10px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
	margin-right: 0;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--clr-theme-primary);
}
.sidebar-blog-info .post-date {
	font-size: 15px;
	color: var(--clr-theme-primary);
	display: block;
	margin-bottom: 5px;
}
.sidebar-blog-img {
	margin-bottom: 20px;
}
.sidebar-blog-info .post-title {
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 0;
}
.sidebar-blog-info .post-title:hover a {
	color: var(--clr-theme-primary);
}
.sidebar-blog-item {
	margin-bottom: 15px;
}
/*
************
*************************
19. shop
******************************************************* 
*************************************************************** */
.shop-item {
	background: #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;/*	box-shadow: 0 13px 29px rgba(0, 0, 0, 0.05);*/
}
.shop-item:hover .shop-cart-icon {
	bottom: 0;
}
.shop-img {
	position: relative;
	-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: #ecf5ff;
	z-index: 1;
	overflow: hidden;
}
.shop-content-title {
	font-size: 19px;
	margin-bottom: 6px;
	line-height: 1.3;
}
.shop-content-title:hover a {
	color: #062d5d;
}
.shop-content-price a {
	display: inline-block;
	color: var(--clr-body-heading);
	font-size: 20px;
	font-weight: 400;
	font-family: "Rubik", sans-serif;
}
.shop-content-rating a {
	display: inline-block;
	font-size: 15px;
	color: #062d5d;
	margin-right: 3px;
}
.shop-content-rating {
	margin-bottom: 10px;
}
.shop-content {
	padding: 20px 10px;
	text-align: center;
	font-size: 15px;
}
.shop-cart-icon {
	position: absolute;
	bottom: -60px;
	left: 0;
	right: 0;
	z-index: 1;
	transition: 0.4s;
}
.shop-cart-icon a {
	width: 100%;
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	background-color: var(--clr-theme-primary);
	color: var(--clr-common-white);
}
.shop-cart-icon a:hover {
	background-color: var(--clr-common-black);
	color: var(--clr-common-white);
}
.shop-cart-icon a i {
	display: inline-block;
	margin-right: 5px;
	font-size: 16px;
}
.product__filter-count > span {
	display: inline-block;
	margin-right: 10px;
}
.shop-sorting-wrapper {
	background-color: #D9E9E9;
	padding: 15px 20px;
	padding-bottom: 0px;
}
.product__result p {
	text-transform: uppercase;
	font-weight: 500;
	color: var(--clr-body-heading);
}
.nice-select:active, .nice-select.open, .nice-select:focus {
	border-color: #e8e8e8;
}
.nice-select::after {
	width: 7px;
	height: 7px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}
/*
************
*************************
20. shop details
******************************************************* 
*************************************************************** */
.shop-details-img {
	background: #D9E9E9;
}
.shop-details-content-title {
	font-size: 36px;
	margin-bottom: 5px;
}

@media (max-width: 767px) {
.shop-details-content-title {
	font-size: 30px;
}
}
.shop-details-review {
	display: flex;
	margin-bottom: 15px;
}
.shop-details-rating span {
	color: var(--clr-theme-primary);
	display: inline-block;
	font-size: 15px;
}
.shop-details-review-text {
	font-size: 15px;
	margin-left: 10px;
}
.shop-details-price span {
	font-size: 30px;
	font-weight: 500;
	color: var(--clr-theme-primary);
	display: flex;
	align-items: center;
}
.shop-details-price span del {
	margin-left: 10px;
	font-size: 16px;
	display: inline-block;
}
.shop-details-price {
	margin-bottom: 12px;
}
.shop-details-text {
	font-size: 16px;
	margin-bottom: 45px;
}
.shop-details-cart-action-wrap {
	display: flex;
	gap: 20px;
	margin-bottom: 45px;
}
.single-product-quantity-box {
	width: 120px;
	height: 50px;
	background: transparent;
	position: relative;
	border: 1px solid #ececec;
}
.single-product-quantity-box .plus {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 0;
	right: 16px;
	background-color: transparent;
	color: var(--clr-theme-primary);
}
.single-product-quantity-box form input {
	width: 100%;
	border: 0;
	background: transparent;
	height: 48px;
	text-align: center;
	font-size: 16px;
	color: var(--clr-body-heading);
	font-weight: 600;
}
.single-product-quantity-box .minus {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 0;
	left: 16px;
	background-color: transparent;
	color: var(--clr-theme-primary);
	font-size: 16px;
}
.shop-product-meta .shop-meta-item {
	display: block;
	color: var(--clr-theme-primary);
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}
.shop-product-meta span .shop-meta-info {
	margin-left: 5px;
	color: #a1a1a1;
}
.shop-product-meta span a {
	font-size: 16px;
	font-weight: 400;
	color: var(--clr-body-text);
}
.shop-product-meta span a:hover {
	color: var(--clr-theme-primary);
}

@media (max-width: 767px) {
.shop-details-info-tab-controls.mb-50 {
	margin-bottom: 30px;
}
}
.shop-details-info-tab-controls button {
	background: transparent;
	border: none;
	font-size: 22px;
	color: var(--clr-common-black);
	margin-right: 30px;
	position: relative;
	font-weight: 500;
	display: inline-block;
	padding: 0;
	padding-bottom: 10px;
}

@media (max-width: 767px) {
.shop-details-info-tab-controls button {
	font-size: 18px;
	margin-right: 30px;
	display: block;
	font-weight: 400;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.shop-details-info-tab-controls button {
	display: inline-block;
	margin-right: 30px;
	font-size: 20px;
	font-weight: 500;
}
}
.shop-details-info-tab-controls button:last-child {
	margin-right: 0;
}
.shop-details-info-tab-controls button::after {
	position: absolute;
	content: "";
	left: 0;
	top: 100%;
	width: 0;
	height: 1px;
	background: var(--clr-theme-primary);
	transition: 0.3s;
}
.shop-details-info-tab-controls button.active::after {
	width: 100%;
}
.shop-details-info-tab-controls button:hover:after {
	width: 100%;
}
.description-text p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 30px;
}
.description-list ul li {
	font-size: 16px;
	margin-bottom: 20px;
	display: flex;
}

@media (max-width: 767px) {
.description-list ul li {
	font-size: 15px;
	margin-bottom: 15px;
}
}
.description-list ul li i {
	display: inline-block;
	margin-right: 10px;
	font-size: 22px;
	color: var(--clr-theme-primary);
}
.description-list ul li:last-child {
	margin-bottom: 0;
}
.shop-review span {
	display: inline-block;
	margin-right: 10px;
	font-size: 18px;
	font-weight: 500;
	color: var(--clr-common-black);
}
.shop-review-rating {
	display: inline-block;
}
.shop-review-rating i {
	display: inline-block;
	margin-right: 5px;
	cursor: pointer;
}
.shop-review-rating i:last-child {
	margin-right: 0;
}
.shop-review-rating i:hover {
	color: var(--clr-theme-primary);
}
.shop-submit-form-default-single .name, .shop-submit-form-default-single .email {
	width: 100%;
	height: 50px;
	line-height: 60px;
	padding: 0 25px;
	border: none;
	background-color: #f7f7f7;
	margin-bottom: 20px;
	font-size: 16px;
	color: var(--clr-body-text);
	border-radius: 4px;
}
.shop-submit-form-default-single textarea {
	width: 100%;
	height: 160px;
	padding: 15px 25px;
	border: none;
	background-color: #f7f7f7;
	margin-bottom: 20px;
	font-size: 16px;
	color: var(--clr-body-text);
	border-radius: 4px;
}

@media (max-width: 767px) {
.shop-submit-form-default-single textarea {
	height: 140px;
}
}
.shop-submit-form-default-single .condition-box {
	display: flex;
	align-items: baseline;
	gap: 10px;
}
.shop-submit-form-default-single .condition-box .has-condition {
	width: 15px;
	height: 15px;
	transform: translateY(2px);
}
.shop-submit-form-default-single .condition-box label.condition {
	font-size: 16px;
	color: var(--clr-common-black);
}
.shop-submit-form-default-single-btn {
	padding: 0 25px;
}
.shop-review {
	margin-bottom: 20px;
}
.shop-details-review-box-single {
	display: flex;
	gap: 20px;
}
.shop-details-review-box-single .shop-review-thumb {
	width: 100%;
	flex: 0 0 80px;
	/*	border-radius: 50%;*/
	height: auto;/*	overflow: hidden;*/
}
.shop-rating i {
	font-size: 15px;
	color: var(--clr-theme-primary);
}
.shop-rating {
	margin-bottom: 10px;
}
.reviewer-info .title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
}
.reviewer-info {
	margin-bottom: 5px;
}
.review-date {
	margin-bottom: 10px;
}
.review-text {
	margin-bottom: 10px;
	font-size: 16px;
}
.shop-details-review-box-single {
/*	margin-bottom: 30px;*/
}
.shop-details-review-title {
	font-size: 24px;
}
.required-field p {
	margin-bottom: 0;
}
.required-field {
	margin-bottom: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.shop-details-content.ml-40 {
	margin-left: 20px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.shop-details-content.ml-40 {
	margin-left: 10px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.shop-details-content.ml-40 {
	margin-left: 0;
}
}
/*
************
*************************
21. video
******************************************************* 
*************************************************************** */
.video-content-title {
	font-size: 38px;
	margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.video-content-title {
	font-size: 28px;
}
}

@media (max-width: 767px) {
.video-content-title {
	font-size: 24px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.video-content-title {
	font-size: 24px;
}
}
.video-content p {
	display: block;
	font-size: 20px;
	font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.video-content p {
	font-size: 18px;
}
}

@media (max-width: 767px) {
.video-content p {
	font-size: 16px;
}
}
.video-wrap {
	position: relative;
	z-index: 1;
	margin-top: -70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.video-wrap {
	margin-top: -35px;
}
}

@media (max-width: 767px) {
.video-wrap {
	margin-top: 0;
}
}
.video-img {
	position: relative;
	min-height: 500px;
	background-attachment: fixed;
}
.video-img::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.67);
	opacity: 0.4;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.video-img {
	min-height: 400px;
}
}

@media (max-width: 767px) {
.video-img {
	min-height: 350px;
}
}
.video-icon {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	text-align: center;
}
.play-btn {
	width: 100px;
	height: 100px;
	display: inline-block;
	background: var(--clr-theme-primary);
	text-align: center;
	line-height: 100px;
	color: var(--clr-common-white);
	border-radius: 50%;
	position: relative;
	font-size: 24px;
}
.play-btn::after {
	position: absolute;
	left: 50%;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: "";
	background-color: var(--clr-theme-primary);
	opacity: 0.3;
	animation-name: playAnimation;
	z-index: -1;
	animation-duration: 1.8s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-delay: 0s;
	background-color: rgba(255, 255, 255, 0.8);
}
.play-btn:hover {
	color: var(--clr-theme-primary);
	background-color: var(--clr-common-white);
}
 @keyframes playAnimation {
 0% {
 transform: translate(-50%, -50%) scale(1);
}
 100% {
 transform: translate(-50%, -50%) scale(1.6);
 opacity: 0;
}
}
/*
************
*************************
22. feature
******************************************************* 
*************************************************************** */
.feature-tab {
	padding: 20px 30px;
	background: #D9E9E9;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.feature-tab {
	width: 100%;
}
}
.feature-tab .nav .nav-link {
	min-width: 300px;
	text-align: start;
	border: 1px solid #b4d2d2;
	color: var(--clr-body-heading);
	padding: 13px 20px;
	font-size: 18px;
	margin: 0px 0px 1px;
	border-width: 0px 0px 1px;
	border-radius: 0;
}
.feature-tab .nav .nav-link:last-child {
	border: 0;
}

@media (max-width: 767px) {
.feature-tab .nav .nav-link {
	min-width: 100%;
	display: flex;
}
.feature-tab .nav .nav-link i {
	margin-top: 4px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.feature-tab .nav .nav-link {
	min-width: 300px;
	display: block;
}
.feature-tab .nav .nav-link i {
	margin-top: 0;
}
}
.feature-tab .nav .nav-link.active {
	background-color: var(--clr-theme-primary);
	color: #fff;
}
.feature-tab .nav .nav-link i {
	margin-right: 20px;
}
.feature-flex {
	display: flex;
	align-items: flex-start;
	gap: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.feature-flex {
	gap: 30px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.feature-flex {
	gap: 25px;
	flex-direction: column;
}
}
.feature-content {
	width: 100%;
}
.feature-item .accordion .accordion-item {
	border: none;
	box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.08);
	margin-bottom: 25px;
}
.accordion-button:not(.collapsed) {
	color: var(--clr-theme-primary);
}
.feature-item .accordion .accordion-header .accordion-button {
	border: 0;
	background: transparent;
	padding: 25px 30px;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

@media (max-width: 767px) {
.feature-item .accordion .accordion-header .accordion-button {
	padding: 25px 20px;
	font-size: 16px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.feature-item .accordion .accordion-header .accordion-button {
	padding: 25px 30px;
	font-size: 18px;
}
}
.feature-item .accordion .accordion-body {
	padding: 0 30px 25px 30px;
	line-height: 1.7;
}

@media (max-width: 767px) {
.feature-item .accordion .accordion-body {
	padding: 0 20px 25px 20px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.feature-item .accordion .accordion-body {
	padding: 0 30px 25px 30px;
}
}
.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: 25px 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: 100%;
}

@media (max-width: 767px) {
.accordion-button::before {
	padding: 25px 20px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.accordion-button::before {
	padding: 25px 30px;
}
}
.accordion-button:not(.collapsed)::before {
	content: "\f068";
	transform: rotate(-180deg);
}
.feature-item-content {
	box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.08);
	padding: 25px 35px 30px;
}
.feature-item-content-title {
	font-size: 30px;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
.feature-item-content-title {
	font-size: 25px;
}
}
.feature-item-content-text {
	font-size: 16px;
	margin-bottom: 0;
}
.single-service-item-2 .about_content-link span {
	display: inline-block;
	-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;
	text-indent: -130px;
	margin-right: 0px;
}
.single-service-item-2 .about_content-link:hover {
	color: var(--clr-theme-secondary);
}
.single-service-item-2:hover .about_content-link span {
	text-indent: 0px;
}
.single-service-item-2 .service-item-img-2 img {
	transition: all 0.3s linear 0s;
}
.single-service-item-2 .service-item-img-2:hover img {
	filter: brightness(60%);
}
/*
************
*************************
23. map
******************************************************* 
*************************************************************** */
.location-common {
	position: absolute;
	width: 20px;
	height: 34px;
	background: transparent;
	border-radius: 50%;
	transition: 0.3s;
	cursor: pointer;
}
.location-inner {
	position: absolute;
	width: 350px;
	height: 100px;
	top: -46px;
	left: 40px;
	box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
	transform: translateY(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;
	opacity: 0;
	visibility: hidden;
	display: flex;
}
.location-common.active .location-inner {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.location-inner img {
	width: 100px;
	flex: 0 0 100px;
}
.location-contact {
	width: 100%;
	padding: 25px;
	background-color: #fff;
	box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.location-contact li {
	margin-bottom: 15px;
	line-height: 1;
}
.location-contact li span {
	font-size: 16px;
	font-weight: 400;
}
.location-contact li span:hover a {
	color: var(--clr-theme-primary);
}
.location-contact li i {
	margin-right: 10px;
}
.location-common.location-5 {
	right: 21.6%;
	bottom: 21%;
}

@media (max-width: 1599px) {
.location-common.location-5 {
	display: none;
}
}
.location-common.location-1 {
	top: 34%;
	left: 18.1%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.location-common.location-1 .location-inner {
	top: -20px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.location-common.location-1 .location-inner {
	top: -20px;
}
}

@media (max-width: 575px) {
.location-common.location-1 {
	display: none;
}
}
.location-common.location-2 {
	top: 17%;
	left: 44.1%;
}

@media (max-width: 767px) {
.location-common.location-2 {
	display: none;
}
}
.location-common.location-3 {
	top: 44.5%;
	left: 52.4%;
}

@media (max-width: 991px) {
.location-common.location-3 {
	display: none;
}
}
.location-common.location-4 {
	top: 29%;
	right: 26.1%;
}

@media (max-width: 1399px) {
.location-common.location-4 {
	display: none;
}
}
/*
************
*************************
24. contact
******************************************************* 
*************************************************************** */
.contact-top-wrap {
	display: flex;
	flex-wrap: wrap;
}
.contact-top-item {
	width: 25%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.contact-top-item {
	width: 33.3333333333%;
}
}

@media (max-width: 767px) {
.contact-top-item {
	width: 100%;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.contact-top-item {
	width: 50%;
}
}

@media only screen and (min-width: 480px) and (max-width: 575px) {
.contact-top-item {
	width: 50%;
}
}
.contact-single-item {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}
.contact-single-item input[type=checkbox] {
	width: 12px;
	height: 12px;
	flex: 0 0 12px;
	appearance: none;
	outline: 1px solid var(--clr-theme-primary);
	box-shadow: none;
	font-size: 11px;
	text-align: center;
	line-height: 1;
	display: inline-grid;
	place-items: center;
	background: transparent;
}
.contact-single-item input[type=checkbox]:checked:after {
	content: "✔";
	color: var(--clr-theme-primary);
}
.contact-form form input, .contact-form form textarea {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 25px;
	border: none;
	background-color: #f7f7f7;
	margin-bottom: 20px;
	font-size: 16px;
	color: var(--clr-body-text);
	border-radius: 4px;
}
.contact-form form textarea {
	height: 220px;
}
.contact-top-title {
	font-size: 34px;
	margin-bottom: 30px;
	line-height: 1.2;
}
.contact-top {
	margin-bottom: 30px;
}
.contact-content-item {
	padding: 40px 30px;
	height: 100%;
}
.contact-content-logo {
	max-width: 180px;
	margin-bottom: 35px;
}
.contact-office-title {
	font-size: 30px;
}
.contact-content-office p {
	margin-bottom: 0;
	font-size: 16px;
	color: var(--clr-body-heading);
}
.contact-content-title {
	font-size: 48px;
	margin-bottom: 22px;
}
.contact-address-title {
	margin-bottom: 26px;
	font-size: 35px;
}
.contact-content-address ul li {
	display: block;
	margin-bottom: 15px;
	line-height: 1;
}
.contact-content-address ul li:last-child {
	margin-bottom: 0;
}
.contact-content-address ul li i {
	margin-right: 10px;
	font-size: 18px;
	color: var(--clr-body-heading);
}
.contact-content-address ul li a {
	font-size: 18px;
	display: inline-block;
	color: var(--clr-body-heading);
}
.contact-content-address {
	margin-bottom: 20px;
}
.contact-content-social a {
	display: inline-block;
	font-size: 18px;
	margin-right: 10px;
	color: var(--clr-body-heading);
}
.contact-content-social a:last-child {
	margin-right: 0;
}
.contact-content-item.contact-item-2 {
	background: #D9E9E9;
	padding: 30px 30px 40px;
}
.contact-content-item.contact-item-3 {
	padding: 33px 30px;
}
.contact-content-item {
	background: #f7f7f7;
	border-radius: 4px;
}
/*
************
*************************
25. 404
******************************************************* 
*************************************************************** */
.error-area {
	min-height: 732px;
	display: grid;
	place-items: center;
	position: relative;
	z-index: 1;
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
.error-area {
	padding-bottom: 60px;
}
}
.error-area::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: -1;
}
.error-content-title {
	font-size: 200px;
	line-height: 1;
	margin-bottom: 10px;
	color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.error-content-title {
	font-size: 180px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.error-content-title {
	font-size: 150px;
}
}

@media (max-width: 767px) {
.error-content-title {
	font-size: 120px;
}
}
.error-content-subtitle {
	font-size: 48px;
	margin-bottom: 10px;
	color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.error-content-subtitle {
	font-size: 40px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.error-content-subtitle {
	font-size: 38px;
}
}

@media (max-width: 767px) {
.error-content-subtitle {
	font-size: 28px;
}
}
.error-content-text {
	font-size: 16px;
	margin-bottom: 45px;
	color: #fff;
}
.error-btn:hover {
	background-color: #fff;
	color: var(--clr-theme-primary);
}
/*
************
*************************
26. cart
******************************************************* 
*************************************************************** */
.shopping-cart-table {
	overflow-x: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.shopping-cart-table.table-full table {
	width: 100%;
}
}
.shopping-cart-table table {
	border-radius: 5px;
	border: 1px solid #eee;
	width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.shopping-cart-table table {
	width: 774px;
}
}
.shopping-cart-table table thead th {
	font-weight: 700;
	font-size: 16px;
	padding: 25px 0;
	color: #113e77;
	border-bottom: 1px solid #113e77;
	padding-right: 15px;
	padding-left: 15px;
}
.shopping-cart-table table thead th:first-child {
	padding-left: 25px;
}
.shopping-cart-table table tbody td {
	vertical-align: middle;
	padding: 15px 15px;
}
.shopping-cart-table table tbody td .product-cart-price {
	font-size: 16px;
	color: var(--clr-body-text);
}
.shopping-cart-table tr:not(:last-child) tbody td {
	border-bottom: 1px solid #113e77;
}
.table > :not(:last-child) > :last-child > * {
	border-bottom-color: #113e77;
}
.table {
	color: #113e77;
}
.shopping-cart-product-box {
	align-items: center;
	display: flex;
}
.shopping-cart-product-box > * {
	flex: 0 0 auto;
}
.shopping-cart-product-box .image {
	width: 64px;
	margin-right: 22px;
}
.shopping-cart-product-box .title-wrap {
	overflow: hidden;
}
.shopping-cart-product-box .title-wrap .title {
	font-size: 16px;
	margin-bottom: 0;
}
.shopping-cart-product-box .title-wrap .title a {
	text-decoration: none;
}
.shopping-cart-product-box .title-wrap .title a:hover {
	color: var(--clr-theme-primary);
}
.cart-times-btn, .cart-trash-btn {
	border: 0;
	background: transparent;
	padding: 0;
	color: var(--clr-body-text);
	text-align: center;
	display: inline-block;
}
.cart-times-btn:hover, .cart-trash-btn:hover {
	color: var(--clr-theme-primary);
}
.shopping-cart-table {
	border-radius: 4px;
}
.cart-total-box-2 {
	border: 1px solid #eee;
	border-radius: 4px;
	padding-bottom: 40px;
}
.cart-total-box-2 ul li .label {
	font-weight: 500;
	font-size: 16px;
	display: inline-block;
	color: var(--clr-common-black);
}
.cart-total-box-2 ul li .price {
	font-size: 16px;
	color: var(--clr-common-black);
	float: right;
}
.cart-total-box-2 ul {
	padding: 0 20px;
}
.cart-total-box-2 ul li {
	list-style-type: none;
	border-bottom: 1px solid #eee;
	padding: 14px 0;
}
.cart-total-box-2 ul li.has-cart-checkout-list-form-style {
	border: 0;
	padding: 0;
}
.cart-total-box-2 ul .list li {
	padding: 0 10px;
}
.cart-total-box-2 .nice-select {
	float: right;
	height: auto;
	border: 0;
	padding: 0;
	padding-right: 20px;
	line-height: 1;
	margin-top: 5px;
}
.cart-total-box-2 .nice-select span.current {
	font-size: 16px;
	color: var(--clr-theme-primary);
}
.cart-total-box-2 .nice-select::after {
	display: none;
}
.cart-total-box-2 .nice-select::before {
	content: "\f107";
	font-family: "Font awesome 5 pro";
	right: 0;
	top: 3px;
	position: absolute;
	color: var(--clr-theme-primary);
	font-weight: 500;
}
.cart-total-box-2 .title {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 18px;
	border-bottom: 1px solid #eee;
	padding: 20px;
}
.cart-checkout-form-btn {
	width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.pl-40.cart-widget-left-space {
	padding-left: 0;
}
}
.cart-total-box-2 .list {
	width: auto;
}
.single-product-quantity-box.cart-product-quantity {
	height: 50px;
	border-color: #eee;
}
.cart-product-quantity form input {
	height: 48px;
}
.cart-coupon-input {
	min-width: 220px;
	height: 50px;
	line-height: 50px;
	padding: 0 25px;
	font-size: 16px;
	color: var(--clr-body-text);
	border-radius: 4px;
	border: 1px solid #eee;
}
.cart-coupon-btn.theme-btn {
	border-radius: 0;
	padding: 0 35px;
	border-radius: 4px;
}
.cart-update-btn.theme-btn {
	border-radius: 0;
	padding: 0 35px;
	border-radius: 4px;
}
.cart-coupon {
	display: flex;
	margin-right: 10px;
}

@media (max-width: 767px) {
.cart-coupon {
	flex-direction: column;
	gap: 20px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.cart-coupon {
	flex-direction: row;
}
}
.cart-actions {
	display: flex;
	justify-content: center;
}

@media (max-width: 767px) {
.cart-actions {
	flex-direction: column;
	gap: 20px;
	margin-bottom: 20px;
}
}
.cart-total-box-2 ul li .price.total-price {
	font-size: 20px;
	font-weight: 500;
	color: var(--clr-theme-primary);
	line-height: 1.2;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.pl-40.cart-widget-left-space {
	padding-left: 20px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-40.cart-widget-left-space {
	padding-left: 10px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.pl-40.cart-widget-left-space {
	padding-left: 0;
}
}
/*
************
*************************
27. checkout
******************************************************* 
*************************************************************** */
.return-customar-login-warning-link span {
	font-size: 16px;
	color: var(--clr-body-text);
	display: inline-block;
}
.return-customar-login-warning-link a {
	font-size: 16px;
	color: var(--clr-theme-primary);
	margin-left: 5px;
}
.billing-details-title {
	font-size: 22px;
}
.submit-form-default-single input, .submit-form-default-single textarea {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: var(--clr-body-text);
	font-size: 16px;
	padding: 0 25px;
	border-radius: 4px;
	border: 1px solid #eee;
}
.submit-form-default-single textarea {
	height: 160px;
}
.submit-form-default-single .select-country {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: var(--clr-body-text);
	font-size: 16px;
	padding: 0 25px;
	border-radius: 4px;
	border: 1px solid #eee;
	background: transparent;
	margin-bottom: 15px;
}
.has-nice-select-2 .list {
	width: 100%;
	margin-top: 0;
}
.has-nice-select-2 .list li {
	line-height: 50px;
	height: 50px;
	color: var(--clr-body-text);
	padding: 0 25px;
}
.has-nice-select-2::after {
	right: 28px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	height: 8px;
	width: 8px;
	opacity: 1;
}
.product-name {
	font-weight: 500;
	font-size: 16px;
	display: inline-block;
	color: var(--clr-common-black);
}
.product-total {
	font-weight: 500;
	font-size: 16px;
	color: var(--clr-common-black);
	float: right;
}
.checkout-total-box-2 ul li .price.total-price {
	font-size: 20px;
	font-weight: 500;
	color: var(--clr-theme-primary);
	line-height: 1.2;
}
.checkout-total-box-2 {
	border-radius: 4px;
	padding-bottom: 10px;
}
.checkout-total-box-2 ul li .label {
	font-weight: 500;
	font-size: 16px;
	display: inline-block;
	color: var(--clr-common-black);
}
.checkout-total-box-2 ul li .price {
	font-size: 16px;
	color: var(--clr-common-black);
	float: right;
}
.checkout-total-box-2 ul li {
	list-style-type: none;
	border-bottom: 1px solid #eee;
	padding: 14px 0;
}
.checkout-total-box-2 ul li.has-checkout-checkout-list-form-style {
	border: 0;
	padding: 0;
}
.checkout-total-box-2 ul li:last-child {
	border-bottom: 0;
}
.checkout-total-box-2 ul .list li {
	padding: 0 10px;
}
.checkout-total-box-2 .title {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 22px;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}
.checkout-checkout-form-btn {
	width: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.pl-40.checkout-widget-left-space {
	padding-left: 0;
}
}
.checkout-total-box-2 .list {
	width: auto;
}
.checkout-wrap {
	border: 1px solid #eee;
	padding: 15px 30px 40px;
}
.checkout-bottom p {
	font-size: 16px;
	margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.pl-40.checkout-widget-left-space {
	padding-left: 20px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pl-40.checkout-widget-left-space {
	padding-left: 10px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.pl-40.checkout-widget-left-space {
	padding-left: 0;
}
}
/*
************
*************************
28. donate
******************************************************* 
*************************************************************** */
.donate-area {
	position: relative;
	z-index: 1;
	background-color: var(--clr-color-green-dark);
}
.donate-area::before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 4500px;
	height: 100%;
	background-color: var(--clr-color-green-dark);
	z-index: -1;
}
.donate-contain-title {
	font-size: 45px;
	color: #fff;
	margin-bottom: 15px;
}

@media (max-width: 767px) {
.donate-contain-title {
	font-size: 32px;
	line-height: 1.3;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.donate-contain-title {
	font-size: 36px;
}
}
.donate-contain p {
	color: #fff;
	margin-bottom: 30px;
}
.donate-contain h6 {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 35px;
	line-height: 1.4;
}
.theme-btn-2.donate-btn {
	background-color: #f8f8f8;
	color: var(--clr-color-green-dark);
}
.theme-btn-2.donate-btn:hover {
	background-color: var(--clr-theme-secondary);
	color: var(--clr-common-white);
}
/*
************
*************************
28. donate
******************************************************* 
*************************************************************** */
.activity-wrap {
	display: flex;
	flex-wrap: wrap;
}
.single-activity-item {
	width: 33.3333333333%;
	flex-shrink: 0;
	overflow: hidden;
	border: 1px solid #b0bfbc;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 35px 25px;
	position: relative;
	z-index: 1;
	background-image: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.single-activity-item {
	padding: 35px 21px;
}
}

@media (max-width: 767px) {
.single-activity-item {
	width: auto;
	padding: 25px 21px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.single-activity-item {
	width: 50%;
}
}
.single-activity-item.activity-item-2 {
	border-left-width: 0;
	border-right-width: 0;
}

@media (max-width: 767px) {
.single-activity-item.activity-item-2 {
	border-right-width: 1px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.single-activity-item.activity-item-2 {
	border-right-width: 1px;
}
}
.single-activity-item img {
	-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;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: -2;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
}
.single-activity-item::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	content: "";
	background-color: rgba(0, 0, 0, 0.5);
	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;
}
.single-activity-item-content {
	display: flex;
	align-items: center;
	gap: 15px;
}
.activity-inner-title h4 {
	font-size: 24px;
	margin-bottom: 0;
}
.activity-inner-icon i {
	font-size: 20px;
	color: var(--clr-body-heading);
	line-height: 1;
}
.single-activity-item:hover img {
	opacity: 1;
	visibility: visible;
}
.single-activity-item:hover .activity-inner-title h4 {
	color: #fff;
}
.single-activity-item:hover .activity-inner-icon i {
	color: #fff;
}
.single-activity-item:hover::before {
	opacity: 1;
	visibility: visible;
}
/*
************
*************************
29. footer
******************************************************* 
*************************************************************** */
.footer-area {
	background: #d8d8d8;
}
.footer-left {
	position: relative;
	z-index: 1;/*	margin-top: -85px;*/
}
.footer-left .social {
	left: 0;
	margin: auto;
	padding: 20px;
	position: absolute;
	right: 0;
	/*	bottom: 100%;*/
	width: 100%;
	background: #062d5d;
	text-align: center;
}
.footer-left .social a {
	font-size: 18px;
	color: #fff;
}
.footer-left .social a:not(:last-child) {
	margin-right: 15px;
}
.footer-left .social a:hover {
	color: #ea6b08;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.footer-left {
	margin-top: -56px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.footer-left {
	margin-top: 0;
}
}
.inner-left {
	/*	padding: 45px 25px 50px;*/
	background: #fff;
}
.footer-logo {
	margin-bottom: 21px;
}
.footer-logo img {
	width: 170px;
}
.footer-content p {
	font-size: 16px;
	margin-bottom: 20px;
}
.footer-contact-item {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 10px;
}
.footer-contact-item:last-child {
	margin-bottom: 0;
}
.contact-icon {
	width: 20px;
	flex: 0 0 20px;
	font-size: 18px;
	color: #113e77;
}
.contact-icon i {
	margin-top: 4px;
}
.address-info p {
	margin-bottom: 0;
	font-size: 16px;
}
.contact-info a {
	display: block;
	margin-bottom: 5px;
}
.contact-info a:last-child {
	margin-bottom: 0;
}
.contact-info a:hover {
	color: #113e77;
}
.footer-right {
	padding: 90px 0;
	margin-left: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.footer-right {
	margin-left: 30px;
}
}
.footer-combine {
	display: flex;
	justify-content: space-between;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.footer-combine.mr-30 {
	margin-right: 10px;
	margin-left: 35px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.footer-combine.mr-30 {
	margin-right: 70px;
	margin-left: 0;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.footer-combine.mr-30 {
	margin-right: 0;
	margin-left: 0;
}
}

@media (max-width: 767px) {
.footer-combine.mr-30 {
	flex-direction: column;
	gap: 30px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.footer-combine.mr-30 {
	flex-direction: row;
	gap: 0;
}
}
.footer-widget-title {
	color: #2A2A2A;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}
.footer-widget-text {
	font-size: 16px;
	color: #2A2A2A;
	margin-bottom: 25px;
}
.footer-widget-menu ul li {
	display: block;
	margin-bottom: 10px;
}
.footer-widget-menu ul li a {
	color: #838383;
	font-size: 16px;
	display: block;
}
.footer-widget-menu ul li a:hover {
	color: #113e77;
}
.working-hours {
	width: 100%;
}
.working-hours tr {
	display: flex;
	justify-content: space-between;
	margin-bottom: 6px;
}
.working-hours tr th {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}
.working-hours tr td {
	text-align: left;
	min-width: 110px;
	font-size: 16px;
	color: #fff;
	margin-left: 30px;
}
.newsletter-form form input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 25px;
	border-radius: 3px;
	border: none;
	margin-bottom: 15px;
}
.newsletter-form form .subscribe-btn {
	width: 100%;
}
.newsletter-form p {
	font-size: 16px;
	color: #062d5d;
	margin-bottom: 25px;
}
.footer-copyright {
	/*	border-top: 1px solid #062d5d;*/
	padding: 25px 0;
	background-color: #113e77;
}
.copyright-text {
	text-align: center;
}
.copyright-text p {
	margin-bottom: 0;
	font-size: 14px;
	color: #FFFFFF;
}
.copyright-text a {
	color: #FFFFFF;
	font-weight: 600;
	font-size: 14px;
	margin-left: 5px;
}
.subscribe-btn {
	-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;
}
.subscribe-btn:hover {
	background-color: #fff;
	color: var(--clr-theme-primary);
}

@media (max-width: 767px) {
.footer-combine.pb-90 {
	padding-bottom: 15px;
}
}

@media (max-width: 767px) {
.footer-widget.pt-85 {
	padding-top: 15px;
}
}
.footer-top {
	margin-top: 50px;
}
.error-footer .footer-top {
	margin-top: 0;
}
.footer-content.mb-40.footer-content-2 p {
	color: #fff;
}
.footer-content.mb-40.footer-content-2 .social a {
	display: inline-block;
	background-color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	margin-right: 5px;
	color: var(--clr-color-green-dark);
	font-size: 14px;
}
.footer-content.mb-40.footer-content-2 .social a:last-child {
	margin-right: 0;
}
.footer-content.mb-40.footer-content-2 .social a:hover {
	color: #fff;
	background-color: #ea6b08;
}
.footer-contact.footer-contact-2 .address-info p {
	color: #fff;
}
.footer-contact.footer-contact-2 .contact-info a {
	color: #fff;
}
.footer-contact.footer-contact-2 .contact-icon {
	color: #ea6b08;
	flex: 0 0 25px;
	width: 25px;
	font-size: 20px;
}
/*# sourceMappingURL=main.css.map */


/*# custom css */
.pt-300 {
	padding-top: 300px;
}
.pt-400 {
	padding-top: 400px;
}
.pb-300 {
	padding-bottom: 300px;
}
.pt-200 {
	padding-top: 200px;
}
.pb-200 {
	padding-bottom: 200px;
}
.text-justify {
	text-align: justify;
}
.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #113e77;
	border-radius: 0px!important;
	padding: 10% 15% 10% 15%;
}
.card-title {
	font-size: 32px;
	color: #fff;
	margin-bottom: 0.5rem;
}
.card-text {
	font-size: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #FFFFFF;
}
.theme-btn-white {
	height: 40px;
	font-size: 16px;
	font-weight: 500;
	padding: 0 25px;
	color: #113e77;
	border-radius: 100px!important;
	background: #fff;
	cursor: pointer;
	margin-bottom: 0;
	text-align: center;
	text-transform: capitalize;
	touch-action: manipulation;
	-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;
	white-space: nowrap;
	border: none;
	display: inline-flex;
	position: relative;
	z-index: 5;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
}
.theme-btn-white:hover {
	background-color: #d8d8d8;
	color: #113e77;
}
.theme-btn-border {
	height: 40px;
	font-size: 16px;
	font-weight: 500;
	padding: 0 25px;
	color: #113e77;
	border-radius: 100px!important;
	background: #fff;
	cursor: pointer;
	margin-bottom: 0;
	text-align: center;
	text-transform: capitalize;
	touch-action: manipulation;
	-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;
	white-space: nowrap;
	border: none;
	display: inline-flex;
	position: relative;
	z-index: 5;
	align-items: center;
	justify-content: center;
	/*    border-radius: 3px;*/
	border: 1px solid #113e77;
}
.theme-btn-border:hover {
	background-color: #113e77;
	color: #fff;
}
.footer-bottom {
	margin-bottom: 50px;
}
.about-bg-01 {
	background-image: url(../img/bg/bg-01.jpg);
	background-size: auto;
	background-repeat: no-repeat;
}
.about-bg-02 {
	background-image: url(../img/bg/bg-02.jpg);
	background-size: auto;
	background-repeat: no-repeat;
}
.custom-coursepage-banner {
	width: 100%;
	background: #3f62c2;
	background: -moz-linear-gradient(-45deg, #3f62c2 0%, #7db9e8 100%);
	background: -webkit-linear-gradient(-45deg, #3f62c2 0%, #7db9e8 100%);
	background: linear-gradient(135deg, #3f62c2 0%, #7db9e8 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f62c2', endColorstr='#7db9e8', GradientType=1 );
}
.custom-coursepage-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 400px;
	margin-top: -30px;
	color: #FFF;
}
.items {
	height: 400px;
	background: transparent;
	margin: 0 auto;
	overflow-x: hidden;
	overflow-y: hidden;
	cursor: pointer;
	position: relative;
}
.item {
	width: 400px;
	height: 120px;
	background: #FFF;
	margin-bottom: 22px;
	margin-left: auto;
	margin-right: auto;
	transition: all 2s ease;
	transform: translateY(142px) scale(0.9);
	opacity: .2;
	display: flex;
	padding-top: 20px;
}
.item > div {
	opacity: 0;
	transition: all 2s ease;
}
.active {
	opacity: 1;
}
.active > div {
	opacity: 1;
}
.custom-profilepic-wrapper {
	flex: 1;
}
.custom-profilepic {
	width: 50px;
	height: 50px;
	background: #D8D8D8;
	border-radius: 100px;
	margin: 4px auto;
}
.custom-testimonial-content {
	flex: 4;
}
.custom-testimonial-title {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 2px;
}
.custom-testimonial-author {
	opacity: 0.5;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
	color: rgb(255 255 255 / 90%);
	background-color: #062d5d;
}
.nav-link {
	display: block;
	padding: 1rem 1rem;
	color: #0d6efd;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-light .navbar-nav .nav-link:hover {
	background-color: #E03D3D;
	color: #FFFFFF;
}
.navbar {
	box-shadow: 0px 0px 10px 0px rgba(65,128,209,.18);
	max-width: 1320px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
	margin-bottom: 80px;
	z-index: 1;
}
.navbar-nav .nav-link {
	padding-left: 20px;
	padding-right: 20px;
}

@media (max-width: 767.98px) {
.navbar {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 40px;
	margin-top: 40px;
}
}
.pr-0 {
	padding-right: 0px;
}
.pl-0 {
	padding-left: 0px;
}
.ml-15 {
	margin-left: 15px
}
.mr-15 {
	margin-right: 15px
}

@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
}
.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0;
	margin-bottom: 20px;
	margin-top: 20px;
	list-style: none;
}
.breadcrumb-item.active {
	color: #062d5d;
	font-weight: 700;
}
/*
@media (max-width: 767.98px) {
	.breadcrumb{
		padding: 0px 15px 0px 15px;
	}
}
*/
.bg-gray {
	background-color: #f8f8f8;
}
.card-why-choose-us {
	background-color: #FFFFFF;
	padding: 40px;
}
.card-why-choose-us:hover {
	box-shadow: 0px 0px 10px 0px rgba(35.13097826087,77.772824610113,174,.19);
}
.card-contact-us {
	background-color: #FFFFFF;
	padding: 20px;
	box-shadow: 0px 0px 10px 0px rgba(35.13097826087,77.772824610113,174,.19);
}
.cta-area {
	background-color: #113e77;
}




/*# custom product css */
.img-display {
	overflow: hidden;
}
.img-showcase {
	display: flex;
	width: 100%;
	transition: all 0.5s ease;
}
.img-showcase img {
	min-width: 100%;
}
.img-select {
	display: flex;
}
.img-item {
	margin-top: 20px;
}
.img-item:nth-child(1), .img-item:nth-child(2), .img-item:nth-child(3), .img-item:nth-child(4), .img-item:nth-child(5), .img-item:nth-child(6) {
	margin-right: 0;
	padding-right: 10px;
}
.img-item:hover {
	opacity: 0.8;
}
.product-content {
	padding: 2rem 1rem;
}
.product-title {
	font-size: 3rem;
	text-transform: capitalize;
	font-weight: 700;
	position: relative;
	color: #12263a;
	margin: 1rem 0;
}
.product-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	width: 80px;
	background: #12263a;
}
.product-link {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.9rem;
	display: inline-block;
	margin-bottom: 0.5rem;
	background: #256eff;
	color: #fff;
	padding: 0 0.3rem;
	transition: all 0.5s ease;
}
.product-link:hover {
	opacity: 0.9;
}
.product-rating {
	color: #ffc107;
}
.product-rating span {
	font-weight: 600;
	color: #252525;
}
.product-price {
	margin: 1rem 0;
	font-size: 1rem;
	font-weight: 700;
}
.product-price span {
	font-weight: 400;
}
.last-price span {
	color: #f64749;
	text-decoration: line-through;
}
.new-price span {
	color: #256eff;
}
.product-detail h2 {
	text-transform: capitalize;
	color: #12263a;
	padding-bottom: 0.6rem;
}
.product-detail p {
	font-size: 0.9rem;
	padding: 0.3rem;
	opacity: 0.8;
}
.product-detail ul {
	margin: 1rem 0;
	font-size: 0.9rem;
}
.product-detail ul li {
	margin: 0;
	list-style: none;
	background: url(https://fadzrinmadu.github.io/hosted-assets/product-detail-page-design-with-image-slider-html-css-and-javascript/checked.png) left center no-repeat;
	background-size: 18px;
	padding-left: 1.7rem;
	margin: 0.4rem 0;
	font-weight: 600;
	opacity: 0.9;
}
.product-detail ul li span {
	font-weight: 400;
}
.purchase-info {
	margin: 1.5rem 0;
}
.purchase-info input, .purchase-info .btn {
	border: 1.5px solid #ddd;
	border-radius: 25px;
	text-align: center;
	padding: 0.45rem 0.8rem;
	outline: 0;
	margin-right: 0.2rem;
	margin-bottom: 1rem;
}
.purchase-info input {
	width: 60px;
}
.purchase-info .btn {
	cursor: pointer;
	color: #fff;
}
.purchase-info .btn:first-of-type {
	background: #256eff;
}
.purchase-info .btn:last-of-type {
	background: #f64749;
}
.purchase-info .btn:hover {
	opacity: 0.9;
}
.social-links {
	display: flex;
	align-items: center;
}
.social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	color: #000;
	border: 1px solid #000;
	margin: 0 0.2rem;
	border-radius: 50%;
	text-decoration: none;
	font-size: 0.8rem;
	transition: all 0.5s ease;
}
.social-links a:hover {
	background: #000;
	border-color: transparent;
	color: #fff;
}

@media screen and (min-width: 992px) {
.card-slider {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1.5rem;
}
.card-wrapper {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-imgs {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.product-content {
	padding-top: 0;
}
}
.p-bg{
	background-color: #113e77;
	color: #FFFFFF;
	padding: 10px;
	font-size: 20px!important;
	font-weight: 600;
}
.pt-10{
	padding-top: 10px;
}
.pt-20{
	padding-top: 20px;
}
.pt-30{
	padding-top: 30px;
}
.pt-40{
	padding-top: 40px;
}
.pt-50{
	padding-top: 50px;
}

.float{
position:fixed;
width:60px;
height:60px;
bottom:120px;
right:25px;
background-color:#25d366;
color:#FFF;
border-radius:50px;
text-align:center;
font-size:30px;
box-shadow: 2px 2px 3px #999;
z-index:100;
}

.float:hover{
color: #FFFFFF;
}

.my-float{
margin-top:16px;
}