@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900");

html,
body {
	min-height: 100%;
	min-width: 100% !important;
	background-color: #ffffff;
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	color:#555;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

* {
	padding: 0;
	margin: 0;
}

@font-face {
	font-family: 'Twemoji Country Flags';
	src: url('/fonts/TwemojiCountryFlags.woff2') format('woff2');
	unicode-range: U+1F1E6-1F1FF, U+1F3F4, U+E0062-E0063, U+E0065, U+E0067, U+E006C, U+E006E, U+E0073-E0074, U+E0077, U+E007F;
}

html {
	width: 100%;
	max-height: 100%;
	font-family: 'Verdana', 'Twemoji Country Flags', sans-serif !important;
	overflow-x: hidden;
}

body {
	-webkit-font-smoothing: antialiased;
	font-family: 'Verdana', 'Twemoji Country Flags', sans-serif !important;
	line-height: 1rem;
	font-weight: 400;
	font-size: 14px!important;
}

body:after {
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

button {
	font-family: 'Verdana', 'Twemoji Country Flags', sans-serif !important;
	font-size: .90rem !important;
}

input {
	font-family: 'Verdana', 'Twemoji Country Flags', sans-serif !important;
	font-size: .90rem !important;
}

li {
	font-family: 'Verdana', 'Twemoji Country Flags', sans-serif !important;
	font-size: .90rem !important;
}

select {
	font-family: 'Verdana', 'Twemoji Country Flags', sans-serif !important;
	font-size: .90rem !important;
}

select option {
	font-family: 'Verdana', 'Twemoji Country Flags', sans-serif !important;
	font-size: .90rem !important;
}

span {
	font-family: 'Verdana', 'Twemoji Country Flags', sans-serif !important;
	font-size: .90rem !important;
}

optgroup {
	font-family: 'Verdana', 'Twemoji Country Flags', sans-serif !important;
	font-size: .90rem !important;
}

option {
	font-family: 'Verdana', 'Twemoji Country Flags', sans-serif !important;
	font-size: .90rem !important;
}

div span {
	font-family: 'Verdana', 'Twemoji Country Flags', sans-serif !important;
	font-size: .90rem !important;
}

span {
	font-family: 'Verdana', 'Twemoji Country Flags', sans-serif !important;
	font-size: 4px !important;
}

header{
	flex: 1;
	padding: 25px 0px 25px 0px !important;
}

label {
	font-size: 0.75rem !important;
	font-weight: 400;
}

a {
	text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: 700;
}

input::placeholder,
textarea::placeholder {
	color: DimGray!important;
	font-style: italic;
	font-size: .75rem;
}

.mfs{
	font-size: clamp(1.5rem, 2vw + 2rem, 12rem);
	font-weight: 200;
}

.container-fluid {
	width: 100% !important;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 0px;
	margin: 0px;
}

img{
	width: 100%;
	overflow: hidden;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/

/*
.noscrollbar::-webkit-scrollbar{
	display: none;
}
*/

/*
::selection, ::-moz-selection{
	background: #a49ae5;
	color: #fff;
}
*/

/*
::selection{
	background: #7a6ad8;
	color: #fff;
}

::-moz-selection{
	background: #7a6ad8;
	color: #fff;
}
*/

#mainlogo {
	padding: 140px 0px 0px 0px!important;
	font-size: 1.5rem;
	color: black !important;
}

#mainlogo:hover {
	color: orange !important;
}

.nav-link {
	color: #fff!important;
}

.nav-link:hover {
	color: grey!important;
}

/*this is the magic that keeps the footer down at the bottom of the page*/

#top {
	padding: 0px;
	min-height:75px !important;
}

.wrapper {
	min-height: calc(100vh - 300px);
	max-width: 100vw;
	margin: auto;
}

#content {
	overflow: hidden;
	padding-bottom: 144px;
	/* margin-bottom:100px; */
}

#bottom {
	position: relative;
	/* margin-top: -300px; */
	height: 100%;
	clear: both;
	padding-top: 20px;
}

.flagim-reg {
	width: 25px;
}

.subheadtxt {
	background-color: rgba(0, 0, 0, 0.8);
	padding: 6px 12px;
	border-radius: 10px;
	font-size: 1.125rem;
	color: #ffff00;
}

.headtxt {
	font-size: 6rem;
	font-weight:400;
	color: #ffffff;
	text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.9);
	margin-bottom: 40px;
}

.top_window_div{
	width:100%;
	min-height:100%;
	height:780px;
	padding:175px 0px 0px 0px;
	background-image: url(/assets/img/lgbg.webp);
	background-size: cover;
}

.squares_bg{width: 100%;
	min-height: 100%;
	height: 780px;
	padding: 175px 20px 0px 20px;
	background-image: url(/assets/img/bg.webp);
	background-size: cover;
}

.lgbg{
	width: 100%;
	line-height: 6rem;
	padding-left: 40px;
}

.logoimg{
	width:75px;
}

.owl-carousel{
	width:100%;
	height:260px;
	background-color: white;display: flex;
	justify-content: center;
	align-items: center;
}

.item img{
	height:26px;
}

.expertize{
	padding: 35% 40px 35% 40px;
	background-color: black;
	color: white;
	min-height:800px;
}

.lgtxt43{
	font-size:43px;
}

/* 
---------------------------------------------
Contact Style
--------------------------------------------- 
*/

.contact-us {
	margin-top: 80px;
	position: relative;
	padding: 50px 0px;
}

.contact-us:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 65%;
	height: 100%;
	background-color: #f1f0fe;
	content: '';
	border-top-right-radius: 500px;
	border-bottom-right-radius: 500px;
}

.contact-us .section-heading {
	margin: 0px;
}

.contact-us .section-heading p {
	margin-top: 0px;
}

.contact-us .special-offer {
	margin-top: 50px;
	background-color: #fff;
	border-radius: 25px;
	padding: 30px 120px;
	display: inline-block;
	position: relative;
}

.contact-us .special-offer span.offer {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #7a6ad8;
	width: 80px;
	padding: 30px 8px;
	line-height: 25px;
	height: 120px;
	border-radius: 15px 60px 60px 15px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	text-align: left;
}

.contact-us .special-offer span.offer em {
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
}

.contact-us .special-offer h6 {
	font-size: 15px;
	color: #4a4a4a;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 15px;
}

.contact-us .special-offer h6 em {
	font-style: normal;
	color: #7a6ad8;
	font-weight: 600;
}

.contact-us .special-offer h4 {
	font-size: 22px;
	font-weight: 600;
}

.contact-us .special-offer h4 em {
	font-style: normal;
	color: #7a6ad8;
}

.contact-us .special-offer a {
	position: absolute;
	right: 30px;
	top: 35px;
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	background-color: #7a6ad8;
	color: #fff;
	border-radius: 50%;
}

.contact-us .contact-us-content {
	border-radius: 25px;
	padding: 80px;
	background-color: #7a6ad8;
	position: relative;
	z-index: 1;
}

.contact-us .contact-us-content::before {
	/* background: url(../images/contact-dec-01.png); */
	position: absolute;
	left: 50%;
	transform: translateX(-149px);
	opacity: 0.5;
	top: 0;
	width: 318px;
	height: 119px;
	content: '';
	z-index: 2;
}

.contact-us .contact-us-content::after {
	/* background: url(../images/contact-dec-02.png); */
	position: absolute;
	right: 0;
	bottom: 0;
	width: 183px;
	height: 149px;
	content: '';
	z-index: 2;
}

#contact-form input {
	width: 100%;
	height: 50px;
	border-radius: 25px;
	background-color: rgba(249, 235, 255, 0.15);
	border: none;
	outline: none;
	font-weight: 300;
	padding: 0px 20px;
	font-size: 14px;
	color: #fff;
	margin-bottom: 30px;
	position: relative;
	z-index: 3;
}

#contact-form input::placeholder {
	color: #fff;
}

#contact-form textarea {
	width: 100%;
	height: 120px;
	border-radius: 25px;
	background-color: rgba(249, 235, 255, 0.15);
	border: none;
	outline: none;
	font-weight: 300;
	padding: 20px;
	font-size: 14px;
	color: #fff;
	margin-bottom: 30px;
	position: relative;
	z-index: 3;
}

#contact-form textarea::placeholder {
	color: #fff;
}

#contact-form button {
	border: none;
	height: 50px;
	font-size: 14px;
	font-weight: 600;
	background-color: #fff;
	padding: 0px 25px;
	border-radius: 25px;
	color: #7a6ad8;
	transition: all .4s;
	position: relative;
	z-index: 3;
}

#contact-form button:hover {
	opacity: 0.8;
}

.contact-us-content .more-info {
	text-align: center;
	background: rgb(85, 0, 227);
	background: linear-gradient(90deg, rgba(85, 0, 227, 1) 0%, rgba(198, 61, 255, 1) 100%);
	border-radius: 0px 0px 23px 23px;
	padding: 45px 30px 15px 30px;
}

.contact-us-content .more-info .info-item {
	text-align: center;
	margin-bottom: 30px;
}

.contact-us-content .more-info i {
	font-size: 32px;
	color: #fff;
	margin-bottom: 15px;
}

.contact-us-content .more-info h4 a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

/* ===================================================================
    SCROLL TO TOP BUTTON
===================================================================  */

#backtotop {
	width: 150px;
	height: 60px;
	position: fixed;
	right: -100px;
	bottom: 50%;
	background-color: #448534;
	background-image: -webkit-gradient(linear, left top, right top, from(#000000), to(#ffffff));
	background-image: linear-gradient(to right, #000000, #ffffff);
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	font-size: 0.8rem;
	cursor: pointer;
	z-index: 9998;
	padding-right: 100px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#backtotop.active {
	right: -50px;
}

.micon {
	font-size: 2rem;
	margin: 30% 10%;
}

#backtotop:hover {
	right: 0;
}

.thanks_bg {
	background-image: url(../images/banner_bg.webp);
}

.thanks_win {
	border-radius: 15px;
	border: 5px solid #7e84bc;
	background-color: #a3a9e0;
	font-size: 1.25rem !important;
	color: #000000 !important;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .8);
}

.btn-xsm{
	padding:3px 3px!important;
	font-size:.75rem!important;
}

.d_sm {
	display: none;
}

.d_md {
	display: inline;
}

.error {
	color: red !important;
}

.error-sm {
	font-size: .75em !important;
	color: red !important;
	margin: 0px 3px 0px 3px !important;
	/*background: repeating-linear-gradient(
        45deg,
        rgba(245, 5, 5, .1) 0px,
        rgba(245, 5, 5, .1) 10px,
        rgba(252, 252, 215, .25) 10px,
        rgba(252, 252, 215, .25) 20px
    );*/
}

.error-sm-bg {
	font-size: .75em !important;
	color: red !important;
	margin: 0px 3px 0px 3px !important;
	background: repeating-linear-gradient(45deg,
	rgba(245, 5, 5, .1) 0px,
	rgba(245, 5, 5, .1) 10px,
	rgba(252, 252, 215, .25) 10px,
	rgba(252, 252, 215, .25) 20px);
}

.danger {
	color: darkred;
	margin: 0px 3px 0px 3px;
	font-weight: 400;
}

.warn {
	color: darkorange;
	margin: 0px 3px 0px 3px;
	font-weight: 400;
}

.succ {
	color: green;
	margin: 0px 3px 0px 3px;
	font-weight: 400;
}

.succ-sm {
	font-size: .85rem;
	color: green;
	margin: 0px 3px 0px 3px;
	font-weight: 400;
}

.succ-lg {
	font-size: 1.25rem;
	color: green;
	margin: 0px 3px 0px 3px;
	font-weight: 400;
}

.inperror {
	border: 2px solid red;
}

.swal2-content {
	width: 100% !important;
}

.swal2-popup {
	width: 600px !important;
}

.hov {
	color: #303030;
}

.hov:hover {
	color: orange;
}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer {
	position: relative;
	/* margin-top: 100px !important; */
	background-color: #111;
	vertical-align: middle;
	min-height: 300px!important;
	color:#ffffff !important;
	line-height: 1.75rem;
}

footer h5{
	margin:20px 0px;
	text-align: start !important;
}

footer p {
	/* line-height: 0.75rem; */
	color: #ffffff !important;
	font-size: 0.75rem;
	font-weight: 400;
	margin: 2px 0px 2px 0px;
	line-height: 1.75rem;
}

footer ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 0px;
	margin-block-end: 0px;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 0px;
	unicode-bidi: isolate;
}

footer ul li {
	font-size: 0.75rem;
	color: #ffffff !important;
	transition: all .3s;
	position: relative;
	z-index: 3;
	line-height:1.75rem;
	list-style-type: none !important;
	padding: 0;
	margin: 0;
}

footer ul li a {
	font-size: 0.75rem;
	color: #ffffff !important;
}

footer ul li a:hover {
	font-size: 0.75rem;
	color: #ffa500 !important;
}

footer p a {
	font-size: 0.75rem;
	color: #ffffff !important;
	transition: all .3s;
	position: relative;
	z-index: 3;
}

footer p a:hover {
	color: #ffa500 !important;
	opacity: 0.75;
	line-height: 1.75rem;
}

footer::before {
	/* background: url(../images/contact-dec-01.png); */
	position: absolute;
	left: 30px;
	transform: rotate(180deg);
	opacity: 1;
	bottom: 0;
	width: 318px;
	height: 119px;
	content: '';
	z-index: 2;
}

.infoicon {
	width: 50px;
	font-size: 24px !important;
	font-weight: 900 !important;
	color: orange !important;
	border: 4px solid !important;
	border-radius: 50% !important;
	padding: 3px 18px !important;
	margin: auto;
}

#barlong {
	height: 5px;
	background-color: #260092;
	width: 0px;
	z-index: 1000;
	position: fixed;
	top: 0px;
	left: 0;
}

.curs {
	cursor: pointer;
}

.curs:hover {
	color: lightcoral;
}

.timer-bg {
	background-color: #c5fc8e !important;
	color: orange !important;
}

.reqaz {
	color: red;
	font-size: 0.5rem;
}

#contact_us_content {
	position: relative;
}

#email_sent_resp_div {
	position: absolute;
	top: 0px;
	left: 10%;
	padding: 0px 0px;
	display: none;
	border: solid 1px #7A6AD8;
	border-radius: 8px;
	max-height: 400px;
	background-color: #d8dbf5;
	z-index: 9;
}

#email_resp_head {
	color: #d8dbf5 !important;
	;
	text-align: center;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom: #14338b;
	background-color: #7A6AD8;
	padding: 8px;
}

.section-head {
	margin: 40px 0px 40px 0px;
}

/* Preloader styles */
#emailpreloader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(204, 160, 255, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 25px;
}

.spinner {
	width: 50px;
	height: 50px;
	border: 5px solid rgba(0, 0, 0, 0.1);
	border-top: 5px solid #3498db;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.pimg {
	width: 100%;
	border-radius: 50%;
}

.copyright {
	font-size: 0.75rem;
	color: #ffffff;
	margin-bottom: 15px;
}

.sociallnks {
	font-size: 2rem;
	color: rgba(0, 0, 0, 0.55);
}

.sociallnks:hover {
	color: var(--site_orange) !important;
}

#social-icons {
	float: left;
}

.video-container {
	position: relative;
	width: 200px;
	height: 150px;
}

.video {
	width: 100%;
	height: 100%;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: opacity 0.3s ease;
	z-index: 99;
}

.overlay img {
	width: 100%;
}

/* .video-container:hover .overlay {
	opacity: 1;
} */

.play_button {
	width: 50px;
	height: 50px;
	background: url('/assets/images/play_video.webp') no-repeat center;
	/* background: '<i class='fal fa-play-circle'></i>'; */
	background-size: cover;
}

.video_title {
	margin-top: 10px;
	color: #fff;
	font-size: 18px;
}

.header-text {
	position: relative;
	height: 100%;
}

.subheadimg {
	width: 150px;
	height: 150px;
}

.nod {
	animation: nod 2s ease-in-out 100;
}

@keyframes nod {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(-10deg);
	}

	50% {
		transform: rotate(0deg);
	}

	75% {
		transform: rotate(10deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

.lbl {
	font-size: 0.75rem;
}

.divhead {
	background-color: #ff0000;
}

.fade_out {
	animation: fade_out 0.5s forwards;
}

@keyframes fade_out {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.fade_in {
	animation: fade_in 0.5s forwards;
}

@keyframes fade_in {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.altrow {
	background: #fff;
}

.altrow:nth-child(odd) {
	background: rgba(204, 230, 255, .3);
}

.altrow:hover {
	background-color: rgba(179, 218, 255, 0.8);
}

.code {
	display: block;
	width: 100%;
	min-height: 125px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #f9f9f9;
	font-family: monospace;
	white-space: pre-wrap;
	word-wrap: break-word;
	resize: both;
	overflow: auto;
}

.blink {
	-webkit-animation: 2s linear infinite condemned_blink_effect;
	/* for Safari 4.0 - 8.0 */
	animation: 2s linear infinite condemned_blink_effect;
}

.slide-up {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.slide-up.visible {
	opacity: 1;
	transform: translateY(0);
}

div {
	height: auto;
	/* Ensures the div grows with content */
	min-height: 0;
	/* Ensures no minimum height constraint */
}

#loader-wrapper {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: rgba(255, 255, 255, .8);
}

#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #3498db;
	-webkit-animation: spin 2s linear infinite;
	/* Chrome, Opera 15+, Safari 5+ */
	animation: spin 2s linear infinite;
	/* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #e74c3c;
	-webkit-animation: spin 3s linear infinite;
	/* Chrome, Opera 15+, Safari 5+ */
	animation: spin 3s linear infinite;
	/* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #f9c922;
	-webkit-animation: spin 1.5s linear infinite;
	/* Chrome, Opera 15+, Safari 5+ */
	animation: spin 1.5s linear infinite;
	/* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		/* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);
		/* IE 9 */
		transform: rotate(0deg);
		/* Firefox 16+, IE 10+, Opera */
	}

	100% {
		-webkit-transform: rotate(360deg);
		/* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(360deg);
		/* IE 9 */
		transform: rotate(360deg);
		/* Firefox 16+, IE 10+, Opera */
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		/* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);
		/* IE 9 */
		transform: rotate(0deg);
		/* Firefox 16+, IE 10+, Opera */
	}

	100% {
		-webkit-transform: rotate(360deg);
		/* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(360deg);
		/* IE 9 */
		transform: rotate(360deg);
		/* Firefox 16+, IE 10+, Opera */
	}
}

.bar-long {
	height: 5px;
	background-color: orangered;
	width: 0px;
	z-index: 1000;
	position: fixed;
	top: 0px;
	left: 0;
}

.igt {
	height: 100%!important;
	border-radius: 0.2rem!important;
}

.igtl {
	height: 100%!important;
	border-top-right-radius: 0px!important;
	border-bottom-right-radius: 0px!important;
}

.igtr {
	height: 100%!important;
	border-top-left-radius: 0px!important;
	border-bottom-left-radius: 0px!important;
}

.igtall {
	height: 100%!important;
	border-top-right-radius: 0px!important;
	border-bottom-right-radius: 0px!important;
	border-bottom-left-radius: 0px!important;
	border-top-left-radius: 0px!important;
}

.form-control {
	font-size: .85rem !important;
	border-color: lightgrey;
}

.form-select {
	font-size: .85rem !important;
}

.fakeinput{
	height:33px;
	overflow: hidden;
}

/* .input-group-text{
	border-color: #808080 !important;
} */

.tab-pane{
	border-left: 1px solid #DEE2E6;
	border-right: 1px solid #DEE2E6;
	border-bottom: 1px solid #DEE2E6;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.active{
	background-color: transparent!important;
	color:#808080 !important;
	font-style: oblique;
}

.nocurs{
	cursor: default !important;
}

.blink {
	-webkit-animation: 2s linear infinite condemned_blink_effect;
	/* for Safari 4.0 - 8.0 */
	animation: 2s linear infinite condemned_blink_effect;
}

#cookie_wrapper {
/*	display: none;*/
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	z-index: 10000;
	background-color: rgba(48, 52, 56, 0.8);
}

#cookie_banner {
/*	display: none;*/
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	background: linear-gradient(#303438, 70%, lightgray);
	box-shadow: 0 1px 16px rgba(0, 0, 0, 1);
	border-radius: 15px;
	z-index: 500;
	color: white;
	margin: 0px 20px 0px 20px;
}

.gdpr_cookie_elements {
	align-items: center;
	text-align: center;
	margin: 10px 0px 10px 0px;
	font-size: 1rem !important;
}

#cookie_btn_div {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 3rem;
	color: blue;
}

/* Prelaoder */
#gdpr_wrap {
	position: fixed;
	left: 0;
	top: 0px;
	width: 100%;
	min-height: 100vh;
	z-index: 99999;
	background: rgba(0, 0, 0, .40);
	color: white;
}

.gdpr_form {
	position: relative;
	overflow: auto;
	background: rgba(0, 0, 0, 1);
}

.empty_field{
	border:solid 1px red;
}

#email_sent_resp_div {
	position: absolute;
	top: 0px;
	left: 10%;
	padding: 0px 0px;
	display: none;
	border: solid 1px #000000;
	border-radius: 8px;
	max-height: 400px;
	background-color: #ffffff;
	z-index: 9;
}

#email_resp_head {
	color: #000000 !important;
	text-align: center;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom: #000000;
	background-color: #000000;
	padding: 8px;
}

/* Preloader styles */
#emailpreloader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color:rgb(211, 211, 211);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 25px;
}