@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;
}

h1,h2,h3,h4,h5,h6{
	font-weight: 700;
	color: #0B2B3C;
}

p {
	font-family: lato, sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #676767
}

a,
button {
	margin: auto;
    text-align: center;
    -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: #a51632;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #a51632;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #a51632;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}

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: #a51632;
}

.base-btnTCC {
	width: 130px;
	height: 40px;
	color: #fff;
	border-radius: 5px;
	padding: 10px 25px;
	font-family: lato, sans-serif;
	font-weight: 500;
	background: 0 0;
	cursor: pointer;
	transition: all .3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: inset 2px 2px 2px 0 rgba(255, 255, 255, .5), 7px 7px 20px 0 rgba(0, 0, 0, .1), 4px 4px 5px 0 rgba(0, 0, 0, .1);
	outline: none
}

.btnTCC-1 {
	background: #060e83;
	background: linear-gradient(0deg, rgba(6, 14, 131, 1) 0%, rgba(12, 25, 180, 1) 100%);
	border: none
}

.btnTCC-1:hover {
	background: #0003ff;
	background: linear-gradient(0deg, rgba(0, 3, 255, 1) 0%, rgba(2, 126, 251, 1) 100%)
}

.btnTCC-2 {
	background: #6009f0;
	background: linear-gradient(0deg, rgba(96, 9, 240, 1) 0%, rgba(129, 5, 240, 1) 100%);
	border: none
}

.btnTCC-2:before {
	height: 0%;
	width: 2px
}

.btnTCC-2:hover {
	box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .5), -4px -4px 6px 0 rgba(116, 125, 136, .5), inset -4px -4px 6px 0 rgba(255, 255, 255, .2), inset 4px 4px 6px 0 rgba(0, 0, 0, .4)
}

.btnTCC-3 {
	background: #00acee;
	background: linear-gradient(0deg, rgba(0, 172, 238, 1) 0%, rgba(2, 126, 251, 1) 100%);
	width: 130px;
	height: 40px;
	line-height: 42px;
	padding: 0;
	border: none
}

.btnTCC-3 span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%
}

.btnTCC-3:before,
.btnTCC-3:after {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	background: #027efb;
	transition: all .3s ease
}

.btnTCC-3:before {
	height: 0%;
	width: 2px
}

.btnTCC-3:after {
	width: 0%;
	height: 2px
}

.btnTCC-3:hover {
	background: 0 0;
	box-shadow: none
}

.btnTCC-3:hover:before {
	height: 100%
}

.btnTCC-3:hover:after {
	width: 100%
}

.btnTCC-3 span:hover {
	color: #027efb
}

.btnTCC-3 span:before,
.btnTCC-3 span:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background: #027efb;
	transition: all .3s ease
}

.btnTCC-3 span:before {
	width: 2px;
	height: 0%
}

.btnTCC-3 span:after {
	width: 0%;
	height: 2px
}

.btnTCC-3 span:hover:before {
	height: 100%
}

.btnTCC-3 span:hover:after {
	width: 100%
}

.btnTCC-4 {
	background-color: #4dccc6;
	background-image: linear-gradient(315deg, #4dccc6 0%, #96e4df 74%);
	line-height: 42px;
	padding: 0;
	border: none
}

.btnTCC-4:hover {
	background-color: #89d8d3;
	background-image: linear-gradient(315deg, #89d8d3 0%, #03c8a8 74%)
}

.btnTCC-4 span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%
}

.btnTCC-4:before,
.btnTCC-4:after {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .9), -4px -4px 6px 0 rgba(116, 125, 136, .2), inset -4px -4px 6px 0 rgba(255, 255, 255, .9), inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
	transition: all .3s ease
}

.btnTCC-4:before {
	height: 0%;
	width: .1px
}

.btnTCC-4:after {
	width: 0%;
	height: .1px
}

.btnTCC-4:hover:before {
	height: 100%
}

.btnTCC-4:hover:after {
	width: 100%
}

.btnTCC-4 span:before,
.btnTCC-4 span:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .9), -4px -4px 6px 0 rgba(116, 125, 136, .2), inset -4px -4px 6px 0 rgba(255, 255, 255, .9), inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
	transition: all .3s ease
}

.btnTCC-4 span:before {
	width: .1px;
	height: 0%
}

.btnTCC-4 span:after {
	width: 0%;
	height: .1px
}

.btnTCC-4 span:hover:before {
	height: 100%
}

.btnTCC-4 span:hover:after {
	width: 100%
}

.btnTCC-5 {
	width: 130px;
	height: 40px;
	line-height: 42px;
	padding: 0;
	border: none;
	background: #ff1b00;
	background: linear-gradient(0deg, rgba(255, 27, 0, 1) 0%, rgba(251, 75, 2, 1) 100%)
}

.btnTCC-5:hover {
	color: #f0094a;
	background: 0 0;
	box-shadow: none
}

.btnTCC-5:before,
.btnTCC-5:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 2px;
	width: 0;
	background: #f0094a;
	box-shadow: -1px -1px 5px 0 #fff, 7px 7px 20px 0 #0003, 4px 4px 5px 0 #0002;
	transition: 400ms ease all
}

.btnTCC-5:after {
	right: inherit;
	top: inherit;
	left: 0;
	bottom: 0
}

.btnTCC-5:hover:before,
.btnTCC-5:hover:after {
	width: 100%;
	transition: 800ms ease all
}

.btnTCC-6 {
	background: #f796c0;
	background: radial-gradient(circle, rgba(247, 150, 192, 1) 0%, rgba(118, 174, 241, 1) 100%);
	line-height: 42px;
	padding: 0;
	border: none
}

.btnTCC-6 span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%
}

.btnTCC-6:before,
.btnTCC-6:after {
	position: absolute;
	content: "";
	height: 0%;
	width: 1px;
	box-shadow: -1px -1px 20px 0 #fff, -4px -4px 5px 0 #fff, 7px 7px 20px 0 rgba(0, 0, 0, .4), 4px 4px 5px 0 rgba(0, 0, 0, .3)
}

.btnTCC-6:before {
	right: 0;
	top: 0;
	transition: all 500ms ease
}

.btnTCC-6:after {
	left: 0;
	bottom: 0;
	transition: all 500ms ease
}

.btnTCC-6:hover {
	background: 0 0;
	color: #76aef1;
	box-shadow: none
}

.btnTCC-6:hover:before {
	transition: all 500ms ease;
	height: 100%
}

.btnTCC-6:hover:after {
	transition: all 500ms ease;
	height: 100%
}

.btnTCC-6 span:before,
.btnTCC-6 span:after {
	position: absolute;
	content: "";
	box-shadow: -1px -1px 20px 0 #fff, -4px -4px 5px 0 #fff, 7px 7px 20px 0 rgba(0, 0, 0, .4), 4px 4px 5px 0 rgba(0, 0, 0, .3)
}

.btnTCC-6 span:before {
	left: 0;
	top: 0;
	width: 0%;
	height: .5px;
	transition: all 500ms ease
}

.btnTCC-6 span:after {
	right: 0;
	bottom: 0;
	width: 0%;
	height: .5px;
	transition: all 500ms ease
}

.btnTCC-6 span:hover:before {
	width: 100%
}

.btnTCC-6 span:hover:after {
	width: 100%
}

.btnTCC-7 {
	background: linear-gradient(0deg, rgba(255, 151, 0, 1) 0%, rgba(251, 75, 2, 1) 100%);
	line-height: 42px;
	padding: 0;
	border: none
}

.btnTCC-7 span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%
}

.btnTCC-7:before,
.btnTCC-7:after {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	background: #fb4b02;
	box-shadow: -7px -7px 20px 0 rgba(255, 255, 255, .9), -4px -4px 5px 0 rgba(255, 255, 255, .9), 7px 7px 20px 0 rgba(0, 0, 0, .2), 4px 4px 5px 0 rgba(0, 0, 0, .3);
	transition: all .3s ease
}

.btnTCC-7:before {
	height: 0%;
	width: 2px
}

.btnTCC-7:after {
	width: 0%;
	height: 2px
}

.btnTCC-7:hover {
	color: #fb4b02;
	background: 0 0
}

.btnTCC-7:hover:before {
	height: 100%
}

.btnTCC-7:hover:after {
	width: 100%
}

.btnTCC-7 span:before,
.btnTCC-7 span:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: #fb4b02;
	box-shadow: -7px -7px 20px 0 rgba(255, 255, 255, .9), -4px -4px 5px 0 rgba(255, 255, 255, .9), 7px 7px 20px 0 rgba(0, 0, 0, .2), 4px 4px 5px 0 rgba(0, 0, 0, .3);
	transition: all .3s ease
}

.btnTCC-7 span:before {
	width: 2px;
	height: 0%
}

.btnTCC-7 span:after {
	height: 2px;
	width: 0%
}

.btnTCC-7 span:hover:before {
	height: 100%
}

.btnTCC-7 span:hover:after {
	width: 100%
}

.btnTCC-8 {
	background-color: #f0ecfc;
	background-image: linear-gradient(315deg, #f0ecfc 0%, #c797eb 74%);
	line-height: 42px;
	padding: 0;
	border: none
}

.btnTCC-8 span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%
}

.btnTCC-8:before,
.btnTCC-8:after {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	background: #c797eb;
	transition: all .3s ease
}

.btnTCC-8:before {
	height: 0%;
	width: 2px
}

.btnTCC-8:after {
	width: 0%;
	height: 2px
}

.btnTCC-8:hover:before {
	height: 100%
}

.btnTCC-8:hover:after {
	width: 100%
}

.btnTCC-8:hover {
	background: 0 0
}

.btnTCC-8 span:hover {
	color: #c797eb
}

.btnTCC-8 span:before,
.btnTCC-8 span:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: #c797eb;
	transition: all .3s ease
}

.btnTCC-8 span:before {
	width: 2px;
	height: 0%
}

.btnTCC-8 span:after {
	height: 2px;
	width: 0%
}

.btnTCC-8 span:hover:before {
	height: 100%
}

.btnTCC-8 span:hover:after {
	width: 100%
}

.btnTCC-9 {
	border: none;
	transition: all .3s ease;
	overflow: hidden
}

.btnTCC-9:after {
	position: absolute;
	content: " ";
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1fd1f9;
	background-image: linear-gradient(315deg, #1fd1f9 0%, #b621fe 74%);
	transition: all .3s ease
}

.btnTCC-9:hover {
	background: 0 0;
	box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .5), -4px -4px 6px 0 rgba(116, 125, 136, .2), inset -4px -4px 6px 0 rgba(255, 255, 255, .5), inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
	color: #fff
}

.btnTCC-9:hover:after {
	-webkit-transform: scale(2) rotate(180deg);
	transform: scale(2) rotate(180deg);
	box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .5), -4px -4px 6px 0 rgba(116, 125, 136, .2), inset -4px -4px 6px 0 rgba(255, 255, 255, .5), inset 4px 4px 6px 0 rgba(116, 125, 136, .3)
}

.btnTCC-10 {
	background: #1609f0;
	background: linear-gradient(0deg, rgba(22, 9, 240, 1) 0%, rgba(49, 110, 244, 1) 100%);
	color: #fff;
	border: none;
	transition: all .3s ease;
	overflow: hidden
}

.btnTCC-10:after {
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	transition: all .3s ease;
	-webkit-transform: scale(.1);
	transform: scale(.1)
}

.btnTCC-10:hover {
	color: #fff;
	border: none;
	background: 0 0
}

.btnTCC-10:hover:after {
	background: #0003ff;
	background: linear-gradient(0deg, rgba(2, 126, 251, 1) 0%, rgba(0, 3, 255, 1)100%);
	-webkit-transform: scale(1);
	transform: scale(1)
}

.btnTCC-11 {
	border: none;
	background: #fb2175;
	background: linear-gradient(0deg, rgba(251, 33, 117, 1) 0%, rgba(234, 76, 137, 1) 100%);
	color: #fff;
	overflow: hidden
}

.btnTCC-11:hover {
	text-decoration: none;
	color: #fff
}

.btnTCC-11:before {
	position: absolute;
	content: '';
	display: inline-block;
	top: -180px;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: #fff;
	animation: shiny-btn1 3s ease-in-out infinite
}

.btnTCC-11:hover {
	opacity: .7
}

.btnTCC-11:active {
	box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .3), -4px -4px 6px 0 rgba(116, 125, 136, .2), inset -4px -4px 6px 0 rgba(255, 255, 255, .2), inset 4px 4px 6px 0 rgba(0, 0, 0, .2)
}

@-webkit-keyframes shiny-btn1 {
	0% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0
	}

	80% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: .5
	}

	81% {
		-webkit-transform: scale(4) rotate(45deg);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(50) rotate(45deg);
		opacity: 0
	}
}

.btnTCC-12 {
	position: relative;
	right: 20px;
	bottom: 20px;
	border: none;
	box-shadow: none;
	width: 130px;
	height: 40px;
	line-height: 42px;
	-webkit-perspective: 230px;
	perspective: 230px
}

.btnTCC-12 span {
	background: #00acee;
	background: linear-gradient(0deg, rgba(0, 172, 238, 1) 0%, rgba(2, 126, 251, 1) 100%);
	display: block;
	position: absolute;
	width: 130px;
	height: 40px;
	box-shadow: inset 2px 2px 2px 0 rgba(255, 255, 255, .5), 7px 7px 20px 0 rgba(0, 0, 0, .1), 4px 4px 5px 0 rgba(0, 0, 0, .1);
	border-radius: 5px;
	margin: 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s
}

.btnTCC-12 span:nth-child(1) {
	box-shadow: -7px -7px 20px 0 #fff9, -4px -4px 5px 0 #fff9, 7px 7px 20px 0 #0002, 4px 4px 5px 0 #0001;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 50% -20px;
	-moz-transform-origin: 50% 50% -20px;
	transform-origin: 50% 50% -20px
}

.btnTCC-12 span:nth-child(2) {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-origin: 50% 50% -20px;
	-moz-transform-origin: 50% 50% -20px;
	transform-origin: 50% 50% -20px
}

.btnTCC-12:hover span:nth-child(1) {
	box-shadow: inset 2px 2px 2px 0 rgba(255, 255, 255, .5), 7px 7px 20px 0 rgba(0, 0, 0, .1), 4px 4px 5px 0 rgba(0, 0, 0, .1);
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg)
}

.btnTCC-12:hover span:nth-child(2) {
	box-shadow: inset 2px 2px 2px 0 rgba(255, 255, 255, .5), 7px 7px 20px 0 rgba(0, 0, 0, .1), 4px 4px 5px 0 rgba(0, 0, 0, .1);
	color: transparent;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg)
}

.btnTCC-13 {
	background-color: #89d8d3;
	background-image: linear-gradient(315deg, #89d8d3 0%, #03c8a8 74%);
	border: none;
	z-index: 1
}

.btnTCC-13:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	border-radius: 5px;
	background-color: #4dccc6;
	background-image: linear-gradient(315deg, #4dccc6 0%, #96e4df 74%);
	box-shadow: -7px -7px 20px 0 #fff9, -4px -4px 5px 0 #fff9, 7px 7px 20px 0 #0002, 4px 4px 5px 0 #0001;
	transition: all .3s ease
}

.btnTCC-13:hover {
	color: #fff
}

.btnTCC-13:hover:after {
	top: 0;
	height: 100%
}

.btnTCC-13:active {
	top: 2px
}

.btnTCC-14 {
	background: #ff9700;
	border: none;
	z-index: 1
}

.btnTCC-14:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 5px;
	background-color: #eaf818;
	background-image: linear-gradient(315deg, #eaf818 0%, #f6fc9c 74%);
	box-shadow: inset 2px 2px 2px 0 rgba(255, 255, 255, .5);
	transition: all .3s ease
}

.btnTCC-14:hover {
	color: #000
}

.btnTCC-14:hover:after {
	top: auto;
	bottom: 0;
	height: 100%
}

.btnTCC-14:active {
	top: 2px
}

.btnTCC-15 {
	background: #b621fe;
	border: none;
	z-index: 1
}

.btnTCC-15:after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	background-color: #663dff;
	border-radius: 5px;
	box-shadow: inset 2px 2px 2px 0 rgba(255, 255, 255, .5), 7px 7px 20px 0 rgba(0, 0, 0, .1), 4px 4px 5px 0 rgba(0, 0, 0, .1);
	transition: all .3s ease
}

.btnTCC-15:hover {
	color: #fff
}

.btnTCC-15:hover:after {
	left: 0;
	width: 100%
}

.btnTCC-15:active {
	top: 2px
}

.btnTCC-16 {
	border: none;
	color: #000
}

.btnTCC-16:after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	direction: rtl;
	z-index: -1;
	box-shadow: -7px -7px 20px 0 #fff9, -4px -4px 5px 0 #fff9, 7px 7px 20px 0 #0002, 4px 4px 5px 0 #0001;
	transition: all .3s ease
}

.btnTCC-16:hover {
	color: #000
}

.btnTCC-16:hover:after {
	left: auto;
	right: 0;
	width: 100%
}

.btnTCC-16:active {
	top: 2px
}

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: #a5163226;
	margin: 0 auto;
	border-radius: 50%;
	font-size: 50px;
	color: #a51632;
	border: 4px solid #a51632;
	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: #a51632;
}
.open_popup_full p {
	line-height: 22px;
	color: #666;
	margin-bottom: 20px;
	font-size: 16px;
}
.close_popup_btn button {
	background: #a51632;
	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: #a51632;
}
.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: #a51632;
}
.button-1 {
	display: inline-block;
	border: none;
	padding: 20px 30px;
	border-radius: 5px;
	background: #a51632;
	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: #a51632;
	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: #a51632;
	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: #a51632;
}
.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: #a51632;
}
@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;
}