/************ TABLE OF CONTENTS ***************
Template Name: 
Author: 
Version: 1.0
Last change: 
Main Font :
**********************************************/



.d-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 100%;
	-ms-flex: 1 100%;
	flex: 1 100%;
}

/*** RESET ***/

html,
body {
	height: 100%;
}

.user_slect {
	cursor: default !important;
	-webkit-user-select: none;
	/* Safari */
	-ms-user-select: none;
	/* IE 10+ and Edge */
	-webkit-touch-callout: none;
	-moz-user-select: none;
	user-select: none;
	/* Standard syntax */

}

/*
** General Styles for HTML tags
*/

* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	outline: none;
}

html {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: visible;

}

body {
	font-size: 14px;
	color: #0e0e0d;
	-webkit-font-smoothing: subpixel-antialiased !important;
	/*-webkit-transform: translateZ(0px) !important;*/
	-webkit-backface-visibility: hidden !important;
	font-family: 'Poppins', sans-serif;
	background-color: #ffffff !important;
	font-weight: 400;
	overflow-x: hidden !important;
	line-height: 1;

}

:root {
	--white-color: #f9f9f9;
	--dark-grey-color: #191919;
	--secondary-p-color: #8e8e8e;
	--primary-bg-color-2: #eeeeee;
	--secondary-bg-color-2: #111111;
	--footer-bg-color: #191919;
}

body .body-mode-dark,
body .odd {
	color: var(--secondary-p-color);
}

body.body-mode-dark {
	background-color: var(--secondary-bg-color-2);
	color: var(--secondary-p-color);
}

section {
	position: relative;
	width: 100%;
	padding: 42px 0;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

html,
body,
.wrapper {
	height: 100%;
}

.size-40 {
	width: auto;
	height: auto;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #232323;
	font-weight: normal;
	line-height: 1.2;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0;
	margin: 0;
}

img {
	border: none;
	outline: none;
	max-width: 100%;
}

label {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
	max-width: 100%;
}


a img,
iframe {
	border: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;

}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

@supports (-webkit-touch-callout: none) {

	body {
		font-size: 16px !important;
	}

	input,
	select,
	textarea,
	.form-control {
		font-size: 100% !important;
	}
}

/*----------------------------------------------
Form Content Section
----------------------------------------------*/
.form_box {
	text-align: left;
	border-radius: 20px !important;
	border: medium none;
	box-shadow: 0px 2px 10px 4px rgb(0 0 0 / 20%) !important;
	-webkit-box-shadow: 0px 2px 15px 10px rgb(0 0 0 / 8%) !important;
	background-color: #fff;
	padding: 40px 30px 20px;
	margin: 50px auto 70px;
}

.form_box .form-control {
	height: 40px;
	max-width: 100%;
	display: inline-block;
}

.form_box textarea.form-control {
	height: auto;
}

.form_box .input-validation-error {
	border: 1px solid #f00;
	background-color: #fff !important;
}

.form_box input:focus::placeholder {
	color: transparent;
}

.form_box label {
	margin-bottom: 10px;
	font-weight: 500;
	color: #3e3e3e;
}
.form-horizontal .form-group{
	margin: 0;
}
.title h3{
    margin: 150px auto 0;
    font-weight: 600;
    width: 35%;
}
.checkout_box {
	width: 35%;
	background-color: #fff;
	margin: 10px 0 150px;
	padding: 20px 0 0;
	box-shadow: 0px 4px 5.5px 0px rgb(0 0 0 / 7%);
	border: 1px solid #eee;
	border-radius: 6px;
}
.checkout_box p {
	font-size: 16px;
	margin: 0 15px 15px;
	text-align: left;
}
@media (max-width: 767px) {
    .checkout_box {
        width: 95%;
        margin: 10px 0 50px;
    }
    .title h3 {
        margin: 50px auto 0;
        width: 95%;
        text-align: center;
    }
}
	/*----------------------------------------------
Footer
----------------------------------------------*/
	@media (min-width: 1200px) {
		.container {
		max-width: 1170px;
	}
}

footer {
	position: relative;
	background-color: var(--footer-bg-color);
}

footer .brand .logo {
	font-weight: 700;
	line-height: 1;
	background-image: -webkit-linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
	background-image: linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

footer .copyright p a {
	color: var(--secondary-p-color) !important;
}

footer .brand .logo img {
	width: auto;
	height: var(--footer-brand-height);
}

footer .brand a:hover {
	text-decoration: none;
}

.footer_second {
	max-width: 250px;
	margin: 0 auto;
}

footer .branding p {
	line-height: 1.85;
	margin: 1.5rem 0;
	font-size: 16px;
	font-weight: 400;
}

footer h4 {
	margin: 1.5rem 0;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.2;
	font-family: 'Poppins', sans-serif;
	color: #f5f5f5;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

footer .title {
	margin-top: 0;
}

footer .contacts {
	position: relative;
	top: 2.5rem;
	left: 2.5rem;
}

footer .contacts .nav-item {
	position: relative;
	z-index: 1;
}

footer .contacts:before {
	content: '';
	position: absolute;
	z-index: 0;
	top: -40px;
	right: 40px;
	width: 100%;
	height: 165%;
	border-top: 4px solid;
	border-right: 4px solid;
	border-color: var(--primary-t-color);
	transition-timing-function: cubic-bezier(.25, .25, .75, .75);
	transition-duration: 0.6s;
	transition-property: opacity, transform;
}

footer .contacts:after {
	content: '';
	position: absolute;
	z-index: 0;
	top: -40px;
	right: 40px;
	width: 100%;
	height: 165%;
	border-left: 4px solid;
	border-bottom: 4px solid;
	border-color: var(--primary-t-color);
	transition-timing-function: cubic-bezier(.25, .25, .75, .75);
	transition-duration: 0.6s;
	transition-property: opacity, transform;
}

footer .contacts:hover:before,
footer .contacts:hover:after {
	border-color: var(--primary-color);
}

footer .contacts li {
	margin: 0;
	font-size: 1.2rem;
}

footer .nav-item {
	margin: 0;
}

footer .nav-item .nav-link {
	display: block;
	word-break: break-all;
	font-weight: 400;
	line-height: 1.4;
	color: inherit;
	white-space: nowrap;
}

footer.odd .nav-item .nav-link {
	color: var(--secondary-p-color);
}

footer .nav-item .nav-link:hover {
	color: var(--primary-color);
	outline: none;
}

.footer-widget .badge.tag {
	color: var(--primary-p-color);
	border: 1px solid var(--primary-l-color);
}

.odd .footer-widget .badge.tag {
	color: var(--secondary-p-color);
	border: 1px solid var(--secondary-l-color);
}

.footer-widget .badge.tag:hover {
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

footer .copyright {
	background-color: rgba(0, 0, 0, 0.05);
}

footer .odd.copyright,
footer.odd .copyright {
	background-color: rgba(0, 0, 0, 0.25);
}

footer .odd.alt.copyright {
	background-color: rgba(255, 255, 255, 0.03);
}

footer .copyright p {
	font-size: 14px;
	line-height: 1.8;
}

footer .copyright a:not(.btn) {
	font-size: 14px;
}

/* #endregion Footer */
