/*
Template Name: QuickForm - Dynamic Contact Form
Description: QuickForm - Dynamic Contact Form
Author: CodexUnicTheme
Version: 1.0
*-------------------CSS INDEX--------------
 * #-Success Popup Message
 * # Contact Form 01
 * #-Info Box
 * # Contact Form 02
 * # Contact Form 03
 *
 *
 *
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500&display=swap');
body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #0B2B3C;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-style: normal;
}
a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
*::-moz-selection {
	background: #5f3afc;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #5f3afc;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #5f3afc;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 700;
	color: #0B2B3C;
}
ul{
	margin:0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none;
	transition: .4s;
	-webkit-transition: all .4s ease-in-out;
}
a:hover{
	text-decoration: none;
	color: #5f3afc;
}
button:focus{
	outline: none;
}
input:focus{
	outline: none;
}
textarea:focus{
	outline: none;
}
p{
	color: #191919;
}
@media (min-width: 1200px){
	.container {
		max-width: 1200px;
	}
}
.ajax-response {
	display: none;
}
.ajax-response.success {
	opacity: 1;
	visibility: visible;
	text-align: center;
	color: #fff;
}
.off_canvars_overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	cursor: crosshair;
	background: #232323;
	top: 0;
}
.off_canvars_overlay.success {
	opacity: 0.5;
	visibility: visible;
}
/*
 * #-Success Popup Message
*/
.open_popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	max-width: 300px;
	margin: 0 auto;
	background: #fff;
	z-index: 99999;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 20px 30px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	transform: scale(.5);
}
.open_popup_full .icon {
	width: 55px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #5f3afc26;
	margin: 0 auto;
	border-radius: 50%;
	font-size: 50px;
	color: #5f3afc;
	border: 4px solid #5f3afc;
	margin-bottom: 10px;
}
.open_popup.success {
	opacity: 1;
	visibility: visible;
	top: 100px;
	transform: scale(1);
}
.open_popup_full h2 {
	font-size: 24px;
	text-transform: capitalize;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 10px;
	color: #5f3afc;
}
.open_popup_full p {
	line-height: 22px;
	color: #666;
	margin-bottom: 20px;
	font-size: 16px;
}
.close_popup_btn button {
	background: #5f3afc;
	border: none;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	padding: 15px 30px;
	border-radius: 30px;
}
/*
 * # Contact Form 01
*/
.contact-form-default {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	min-height: 100vh;
	padding-top: 100px;
	padding-bottom: 100px;
}
.contact-form-d {
	background: #fff;
	padding: 30px 30px;
	box-sizing: border-box;
}
.contact-form-d h2 {
	font-size: 28px;
	text-transform: capitalize;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 6px;
}
.contact-form-d p {
	line-height: 26px;
	font-size: 15px;
	margin-bottom: 30px;
}
.contact-form-d .single-input label {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 6px;
}
.contact-form-d .single-input label span{
	color: red;
}
.contact-form-d .single-input input {
	width: 100%;
	border-radius: 0px;
	border: 1px solid #eee;
	padding: 20px 20px;
	font-weight: 500;
	color: #666;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.contact-form-d .single-input input:focus{
	border-color: #5f3afc;
}
.contact-form-d .single-input textarea {
	width: 100%;
	border-radius: 0px;
	border: 1px solid #eee;
	padding: 20px 20px;
	font-weight: 500;
	color: #666;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: 140px;
}
.contact-form-d .single-input textarea:focus{
	border-color: #5f3afc;
}
.button-1 {
	display: inline-block;
	border: none;
	padding: 20px 30px;
	border-radius: 5px;
	background: #5f3afc;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: .3px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.button-1:hover {
	background: #0a0228;
}
/*
 * #-Info Box
*/
.info-box {
	border: 2px solid #eeeeee7d;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	padding: 20px 20px;
	position: relative;
	margin-bottom: 8px;
	margin-bottom: 20px;
	text-align: center;
}
.info-box:hover {
	border-color: transparent;
	box-shadow: 0px 4px 8px 0px #eee;
}
.info-box .icon {
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: #5f3afc;
	color: transparent;
	font-size: 50px;
}
.info-box p {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 20px;
}
/*
 * # Contact Form 02
*/
.contact-form-style2 {
	background: #ddeae6;
	width: 100%;
	display: block;
	min-height: 100vh;
	padding: 100px 0px;
}
.contact-form-style2 .row.bg-white {
	margin: 0;
}
.contact-form-style2 .row.bg-white .col-lg-4 {
	padding: 0;
}
.ctf2-content {
	background: #f60;
	text-align: center;
	padding: 50px 30px;
	position: relative;
}
.ctf2-content h2 {
	font-size: 30px;
	text-transform: capitalize;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #fff;
}
.ctf2-content p {
	line-height: 26px;
	color: #fff;
	font-size: 15px;
	margin-bottom: 30px;
}
.quick_help_m .modal-content {
	border-radius: 0px;
}
.quick_help_m .modal-title {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 600;
}
.quick_help_m .modal-body p {
	line-height: 26px;
	font-size: 15px;
	color: #666;
	margin-bottom: 10px;
}
.ctf2-content .faq-icon {
	position: absolute;
	bottom: 18px;
	left: 30px;
	color: #fff;
	font-size: 26px;
}
.ctf2-content .faq-icon i{
	cursor: pointer;
}
.ctf2-form-contetn {
	box-sizing: border-box;
	padding: 30px;
}
.ctf2-bg{
	background: #f60;
}
.ctf2-form-contetn h2 {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 30px;
}
.ctf2-form-contetn .single-input {
	width: 100%;
	overflow: hidden;
}
.ctf2-form-contetn .single-input input {
	width: 100%;
	padding: 8px 0px;
	font-size: 15px;
	font-weight: 600;
	color: #666;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	border: none;
	border-bottom: 2px solid #ddd;
}

.ctf2-form-contetn .single-input textarea {
	width: 100%;
	padding: 8px 0px;
	font-size: 15px;
	font-weight: 600;
	color: #666;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	border: none;
	border-bottom: 2px solid #ddd;
}
.ctf2-form-contetn .single-input input:focus, .ctf2-form-contetn .single-input textarea:focus{
	border-color: #000;
}
.ctf2-form-contetn .button-1 {
	float: right;
}
/*
 * # Contact Form 03
*/
.contact-form-style3 {
	width: 100%;
	overflow: hidden;
}
.back_img_3 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.cf3-content {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	position: relative;
	z-index: 1;
}
.cf3-content::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	top: 0;
	left: 0;
	z-index: -1;
}
.cf3-content .cont {
	padding: 0px 50px;
}
.cf3-content .logo {
	position: absolute;
	top: 20px;
	left: 20px;
}
.cf3-content .cf3_social {
	position: absolute;
	top: 20px;
	right: 20px;
}
.cf3-content .cf3_social ul li {
	display: inline-block;
	margin: 0px 10px;
	font-size: 30px;
}
.cf3-content .cf3_social ul li a{
	color: #fff;
}
.cf3-content .cont h4 {
	font-size: 18px;
	text-transform: uppercase;
	color: #bbb7b7;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
}
.cf3-content .cont h2 {
	font-size: 36px;
	line-height: 1.2;
	color: #fff; 
	font-weight: 700;
}
.container.pb-3.copy {
	text-align: center;
	font-size: 14px;
}
.cf3_form_main_con .container {
	padding: 0px 50px;
}
.cf3_form_main_con .container {
	padding: 0px 50px;
}
.cf3_form_main_con h3 {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 20px;
}
.cf3_form_main_con .single-input {
	width: 100%;
}
.cf3_form_main_con .single-input input {
	width: 100%;
	font-weight: 600;
	padding: 7px 0px;
	font-size: 15px;
	border: none;
	border-bottom: 2px solid #eee;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.cf3_form_main_con .single-input input:focus{
	border-color: #5f3afc;
}
.cf3_form_main_con .single-input textarea {
	width: 100%;
	font-weight: 600;
	padding: 7px 0px;
	font-size: 15px;
	border: none;
	border-bottom: 2px solid #eee;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: 100px;
}
.cf3_form_main_con .single-input textarea:focus{
	border-color: #5f3afc;
}
@media (max-width: 991px){
	.cf3-content {
		padding-top: 150px;
		padding-bottom: 100px;
		min-height: auto;
	}
}
@media (max-width: 576px){
	.cf3-content .cont h2 {
		font-size: 24px;
	}
}
@media (max-width: 360px){
	.ctf2-form-contetn {
		padding: 30px 15px;
	}
	.cf3_form_main_con .container {
		padding: 0px 20px;
	}
}



.demo-btn {
	position: fixed;
	top: 40%;
	right: -22px;
	background: #0b49bf;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	transform: rotate(90deg);
}
.demo-content {
	width: 300px;
	background: #06185e;
	overflow: hidden;
	padding: 10px;
	text-align: center;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	position: fixed;
	right: 0;
	top: 32%;
	margin-right: 0px;
	padding-left: 15px;
	box-sizing: border-box;
	margin-right: -300px;
}
.demo-content.active{
	margin-right: 0px;
}
.demo-content ul li {
	width: 45%;
	float: left;
	margin-right: 5%;
}
.demo-content ul li a {
	display: inline-block;
	width: 100%;
	background: #fff;
	margin: 5px 0px;
	padding: 10px 0px;
	color: #333;
	font-weight: 600;
	border-radius: 30px;
	border: 1px solid #fff;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 13px;
}
.demo-content ul li a:hover{
	background: transparent;
	color: #fff;
}
.demo-remove {
	position: absolute;
	background: #ff2525;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	line-height: 1;
	padding: 0px;
	top: -6px;
	left: -3px;
}