@font-face {
	font-family: 'century_gothicbold';
	src: url('../fonts/century_gothicb-webfont.woff2') format('woff2'),
		url('../fonts/century_gothicb-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Century Gothic';
	src: url('../fonts/CenturyGothic.eot');
	src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/CenturyGothic.woff') format('woff'),
		url('../fonts/CenturyGothic.ttf') format('truetype'),
		url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Atma:wght@400;500;600;700&display=swap');
/*font-family: 'Atma', cursive;*/

body {
	font-family: 'Century Gothic';
	font-size: 14px !important;
	line-height: 20px;
	color: #1c1c1a !important;
	font-weight: normal;
	font-weight: 400;
	background-image: url(../images/bodybg.png);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*html{scroll-behavior: smooth;}*/

* {
	margin: 0;
	padding: 0;
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
a {
	text-decoration: none !important;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	color: #000;
}
a:hover {
	color: #00616d;
}
a:focus,
button:focus,
input:focus,
textarea:focus {
	outline: 0;
}

h2,
.h2,
h3,
.h3,
h4,
.h4,
h5 {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	font-weight: 600;
}

.ptb {
	padding: 60px 0;
}
.pt {
	padding-top: 80px;
}
.pb {
	padding-bottom: 80px;
}
.mt {
	margin-top: 80px;
}
.scsticky {
	position: sticky;
	top: 0;
	height: 100vh;
}
.parallax {
	position: relative;
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.transition {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

.banner-photo {
	width: 100%;
	height: 100%;
}
.banner-photo img {
	width: 100%;
	height: 100%;
}

/* Bg Images */
.banner_area {
	position: relative;
	height: 1000px;
	/* background-image: url(../images/banner.png); */
	/*background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;*/
	/* background-size: cover; */
}
.section1 {
	/*background-image: url(../images/bg1.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;*/
}
.section2 {
	background-image: url(../images/bg2.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section3 {
	/*background-image: url(../images/bg4.png);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;*/
	background: #fff;
}
.section4 {
	background-image: url(../images/bg3.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Header */
.bd_header {
	/* background: rgb(2, 0, 36);
	background: linear-gradient(
		180deg,
		rgba(2, 0, 36, 1) 0%,
		rgba(34, 47, 71, 0.9500175070028011) 86%,
		rgba(34, 47, 71, 0.4906337535014006) 100%
	); */
	background: #222f47;
	padding: 17px 0 12px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 50;
	box-shadow: 0px 8px 6px rgba(34, 47, 71, 0.9);
}

.header_box {
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.headrgt {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	z-index: 1;
}
.headrgt a {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
}
.headrgt a img {
	margin-right: 20px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
}
.headrgt a:hover img {
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
}

.headrgt {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.headrgt a {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
}

.headrgt a img {
	margin-right: 20px;
	width: 35px;
}
.headrgt a span {
	color: #db001f;
	font-weight: 700;
}
.hemail {
	margin-left: 60px;
}
.hcall a img {
	margin-right: 5px;
}
.hcall {
	/*margin-left: 60px;*/
	position: relative;
}

.headrgt .hcall a {
	font-weight: bold;
	font-family: 'century_gothicbold';
	font-size: 22px;
	text-shadow: -2px 2px 2px black;
}

/* Fix Header */

.fixed_top {
	position: fixed;
	padding: 16px 0;
	-webkit-animation-name: animationFade;
	-o-animation-name: animationFade;
	animation-name: animationFade;
	-webkit-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
}

/* animation */

@-webkit-keyframes animationFade {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-o-keyframes animationFade {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		-o-transform: none;
		transform: none;
	}
}

@keyframes animationFade {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		-o-transform: none;
		transform: none;
	}
}

/* Banner */
.banner_text .logo img {
	width: 250px;
}

.banner_text .logo {
	margin-bottom: 180px;
}

.banner_text h2 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 34px;
	line-height: 38px;
	font-family: 'Atma', cursive;
	text-shadow: -1px 4px 2px #000;
}

.banner_text .text img {
	width: 100%;
}

.banner_text .text {
	margin: 10px 0 20px 0;
	display: inline-block;
	max-width: 865px;
}

.banner_text p {
	color: #fff;
	font-size: 20px;
	line-height: 25px;
	max-width: 100%;
	margin: auto;
	text-shadow: 0px 2px 5px rgb(0 0 0 / 80%);
	font-weight: 500;
}

.coures_form {
	background: url(../images/confh2.png);
	width: 100%;
	background-size: 100%;
	padding: 0px 50px 0px 50px;
	position: relative;
	z-index: 1;
	background-repeat: repeat-y;
	margin: 70px 0 100px 0;
}
.coures_form:after {
	position: absolute;
	content: ' ';
	width: 100%;
	background: url(../images/confh1.png);
	top: -58px;
	left: 0;
	z-index: 1;
	height: 60px;
	background-size: 100%;
}
.coures_form:before {
	position: absolute;
	content: ' ';
	background: url(../images/confh3.png);
	width: 100%;
	height: 112px;
	bottom: -110px;
	left: 0;
	background-size: 100%;
	background-repeat: no-repeat;
}
.coures_form h2 {
	text-align: center;
	font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 20px 0;
}
.coures_form h2 span {
	display: block;
	color: #ff5400;
	font-weight: bold;
}

.banner_infoarea {
	justify-content: space-between;
	padding: 150px 0 60px 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 15;
}
.banner_infobox {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 15px;
	position: relative;
	text-align: center;
}

.banner_infoarea {
	/*margin-right: -15px;
	margin-left: -15px;*/
}

.banner_infobox.bibmb {
	margin-bottom: -100px;
	flex: 0 0 42%;
	max-width: 42%;
}

/* End Banner */

/*Button*/

.bd_btn {
	height: 45px;
	margin-top: 20px;
	line-height: 40px;
	padding: 0 20px;
	box-shadow: 0 0 10px 0 #000;
	background: #f00000;
	border: 2px solid #f00000;
	border-radius: 50px;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 16px;
	display: inline-block;
	font-weight: 500;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
}
.bd_btn:hover {
	box-shadow: 0 0 20px 0 #000;
	color: #fff;
}

/*Button*/

/* Footer */

.bd_ftr {
	background: #000000;
	padding: 20px 0;
	text-align: center;
}
.copyright_text p {
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 0;
}
.copyright_text p span {
	color: #8e8e8e;
}

/* End Footer */

/* Home */
.logo_area a {
	width: 220px;
	display: block;
}
.logo_area a img {
	width: 100%;
}
.contactbox {
	background: #000000b3;
	padding: 40px 30px 40px 12px;
	border-radius: 40px;
	position: relative;
	height: 100%;
}

/*.conimg img {
	opacity: 0.6;
}*/
.conimg1 img {
	width: 150px;
}

.conimg1 {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
}

.conpaddbott {
	padding-bottom: 160px;
}

.contactbox h2 {
	font-size: 40px;
	line-height: 46px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-family: 'century_gothicbold';
	margin-bottom: 30px;
}

.contactbox .coninfo li {
	position: relative;
	margin-bottom: 40px;
}
.contactbox .coninfo li:nth-last-child(1) {
	margin-bottom: 0;
}
.contactbox .coninfo li i {
	position: absolute;
	top: 0;
	left: 0;
	background: #db001f;
	width: 35px;
	height: 35px;
	border-radius: 50px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-size: 22px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
}
.contactbox .coninfo li:hover i {
	filter: drop-shadow(-5px 3px 2px black);
}
.contactbox .coninfo li a {
	padding: 0 0 4px 45px;
	display: block;
	font-size: 17px;
	line-height: 24px;
	color: #fff;
	font-weight: 500;
}
.contactbox .coninfo li a:nth-last-child(1) {
	padding-bottom: 0;
}
.conimg img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.conimg {
	flex: 0 0 42%;
	max-width: 42%;
	padding-right: 20px;
}

.conform {
	flex: 0 0 58%;
	max-width: 58%;
}

.socialme {
	color: #000;
	font-size: 22px;
	line-height: 26px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.socialme a img {
	width: 45px;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	-moz-transition: 0.2s;
	filter: drop-shadow(0px 0px 0px #fff);
}
.socialme a img:hover {
	filter: drop-shadow(3px 3px 0px #fff);
}

.socialme a {
	margin-left: 12px;
}

.graheading {
	margin-bottom: 30px;
	text-align: center;
}
.graheading h2 {
	display: inline-block;
	font-size: 36px;
	line-height: 42px;
	border-bottom: 3px solid #a00c0c;
	padding: 0px 20px 20px 20px;
	font-family: 'century_gothicbold';
}

.successfulbox {
	position: relative;
	overflow: hidden;
}

.successimg {
	height: 260px;
	width: 260px;
	position: relative;
	background: #878787;
	border-radius: 50%;
	overflow: hidden;
	margin: auto;
}

.successimg img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	padding: 20px;
	object-fit: cover;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
}
.succbag {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 52px;
}
.succbag img {
	padding: 0;
}

.successtxt {
	background: #c50921;
	padding: 50px 20px 20px 20px;
	border-radius: 30px;
	text-align: center;
	color: #fff;
	margin-top: -30px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
}
.successtxt:hover {
	background: #ff4200;
}
.successtxt h2 {
	font-size: 26px;
	line-height: 30px;
	font-family: 'century_gothicbold';
}

.successtxt p {
	margin: 0;
	font-size: 22px;
	line-height: 24px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
}
.successfulbox:hover .successtxt {
	bottom: 0;
}

.graheading h2.txt_white {
	color: #fff;
}

.sectionwhite {
	background: #fff;
}
.artist_txt h2 {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 20px;
}

.artist_txt h2 span {
	display: block;
	font-size: 40px;
	line-height: 46px;
	font-weight: bold !important;
	color: #ff0000;
}

.artist_txt p {
	font-size: 16px;
	line-height: 22px;
}

.artist_img img {
	width: 80%;
}

.artist_img {
	text-align: center;
}

.coursebox {
	text-align: center;
	color: #000;
	padding: 0 20px;
}
.coursebox h2 {
	font-size: 28px;
	color: #c50921;
	font-weight: 700;
}
.coursebox .celigib span {
	display: block;
	font-family: 'century_gothicbold';
}

.celigib {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	margin-bottom: 10px;
	width: 88%;
	margin: 0 auto;
}

.courline {
	position: relative;
}
.courline:after {
	position: absolute;
	content: '';
	right: -70px;
	bottom: -100px;
	background: url(../images/img4.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 850px;
	max-width: 203px;
	transform: scale(0.6);
}
.courline:nth-last-child(1):after {
	display: none;
}

.coursebox a {
	height: 45px;
	margin-top: 45px;
	line-height: 40px;
	padding: 0 20px;
	box-shadow: 0 0 10px 0 #000;
	background: #c50921;
	border: 2px solid #c50921;
	border-radius: 50px;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-size: 16px;
	display: inline-block;
	font-weight: 400;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
}

.coursebox .celigib img {
	margin: 5px 0;
}
.courseimg {
	width: 100%;
	height: 350px;
}
.courseimg img {
	width: 80%;
	height: 100%;
	margin-bottom: 30px;
	object-fit: contain;
}

.welcome_con {
	text-align: center;
	padding: 0 20px;
}

.welcome_con h2 {
	display: inline-block;
	font-size: 36px;
	line-height: 42px;
	border-bottom: 3px solid #a00c0c;
	padding: 0px 20px 20px 20px;
	margin-bottom: 30px;
}

.welcome_con h2 span {
	display: block;
	font-family: 'century_gothicbold';
}
.welcome_con {
	text-align: center;
	padding: 0 20px;
}

.welcome_con h2 {
	display: inline-block;
	font-size: 36px;
	line-height: 42px;
	border-bottom: 3px solid #a00c0c;
	padding: 0px 20px 20px 20px;
	margin-bottom: 30px;
}

.welcome_con h2 span {
	display: block;
	font-family: 'century_gothicbold';
}

.welcome_con .aligncenter {
	margin: 40px 0;
}
.slider-area {
	margin-top: 12px;
}
.slider-area img {
	width: auto !important;
	display: inline-block !important;
}

.about-slider-area p.bold {
	margin-bottom: 0;
}
.about-slider-area .bold strong {
	font-family: 'century_gothicbold';
}
.about-slider-area a.bd_btn {
	text-transform: uppercase;
}
.welcome_con p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
}

.welcome_con h4 {
	font-family: 'century_gothicbold';
}

.why_area {
	padding: 0 20px;
}

.why_area .video_area iframe {
	width: 100%;
	height: 280px;
}

.video_area {
	border: 2px solid transparent;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 30px;
}

.why_box {
	text-align: center;
}
.why_box p {
	font-size: 17px;
	line-height: 24px;
	font-weight: 500;
}

.why_box p:nth-of-type(2) {
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
}

.why_box h3 {
	font-size: 32px;
	line-height: 42px;
	font-family: 'century_gothicbold';
	margin-bottom: 20px;
	color: #000;
}
.why_box h6 {
	font-size: 36px;
	line-height: 44px;
	color: #000;
	font-family: 'century_gothicbold';
	font-weight: 800;
}

.why_box ul {
	text-align: left;
}

.why_box ul li {
	font-size: 16px;
	line-height: 24px;
	position: relative;
	padding-left: 52px;
	margin-bottom: 10px;
	font-weight: 400;
}
.why_box ul li:after {
	position: absolute;
	content: ' ';
	background: url(../images/icon6.png);
	width: 43px;
	height: 35px;
	top: 0;
	left: 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
}
.why_box ul li:hover:after {
	filter: drop-shadow(-5px 3px 2px black);
}
.why_box ul li:nth-child(1):after {
	background: url(../images/icon5.png);
}
.why_box ul li:nth-child(5):after {
	background: url(../images/icon7.png);
}
.why_box ul li:nth-child(6):after {
	background: url(../images/icon8.png);
}

.section1.ptb {
	padding-top: 40px;
}

/* Contact */
.contact_form1 {
	background: #fff;
	padding: 24px;
	border: 5px solid #242224;
	text-align: left;
	padding-top: 70px;
}
.side-form {
	position: relative;
}
.side-form:before {
	background: url(../images/pen-layer.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -40px;
	right: -60px;
	width: 190px;
	height: 268px;
	content: '';
	z-index: 10;
}
.contact_form1.contact_form2 {
	background: #000;
	border: 0;
	border-radius: 50px;
	padding: 30px 20px;
}

.contact_form1 label {
	font-size: 16px;
	line-height: 20px;
	color: #000;
	font-weight: 600;
	margin: 0 0 10px 0;
	display: block;
}
.contact_form1 label span {
	color: red;
}
/*.contact_form1 span.wpcf7-not-valid-tip{
    position: absolute; bottom: 0; left: 0;
}
*/
.contact_form1 .wpcf7-form-control::placeholder {
	color: #393939;
}
.captcha-image {
	border-color: #393939 !important;
}
.contact_form1 input[type='text'],
.contact_form1 input[type='text']:focus,
.contact_form1 input[type='email'],
.contact_form1 input[type='email']:focus,
.contact_form1 input[type='tel'],
.contact_form1 input[type='tel']:focus,
.contact_form1 textarea {
	width: 100%;
	padding: 0 10px;
	background-color: transparent;
	border: 1px solid #ff4653;
	color: #393939;
	transition: 0.5s;
	position: relative;
}
.contact_form1 .wpcf7-form-control:focus {
	border-color: #000 !important;
	box-shadow: none !important;
}
.contact_form1 .wpcf7-text {
	height: 45px;
	border: 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
.contact_form1 .wpcf7-textarea {
	height: 100px;
	padding-top: 20px;
	border: 1px solid #393939;
	background-color: transparent;
	color: #393939;
	border-radius: 0.25rem;
	font-size: 16px;
}
.book-form .wpcf7-submit,
.contact_form1 .wpcf7-submit {
	height: 45px;
	padding: 0 40px;
	width: 58%;
	box-shadow: 0 0 7px 0 #000;
	background: #f00000;
	border: 2px solid #f00000;
	border-radius: 50px;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-size: 16px;
	margin: 15px auto auto;
	display: inherit;
	font-weight: 400;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
}
.contact_form1 .bd_consub {
	position: relative;
	margin: 55px 0 0 -15px;
}
.contact_form1 .bd_consub .ajax-loader {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.self-center {
	text-align: center;
	margin: 0 auto;
}
.contact_form1 .wpcf7-submit:hover {
	box-shadow: 0 0 20px 0 #000;
}
.bd_conlft {
	border-right: 2px solid orange;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #ffed00;
	color: #f00000;
	text-align: center;
	background: #ffed00;
}

.contact_form2.contact_form1 input[type='text'],
.contact_form2.contact_form1 input[type='text']:focus,
.contact_form2.contact_form1 input[type='email'],
.contact_form2.contact_form1 input[type='email']:focus,
.contact_form2.contact_form1 input[type='tel'],
.contact_form2.contact_form1 input[type='tel']:focus,
.contact_form2.contact_form1 textarea {
	background-color: white;
	border: 1px solid #ffffff;
	border-radius: 50px;
	height: 60px;
	padding: 0 20px;
}
.contact_form2.contact_form1 .wpcf7-textarea {
	height: 155px;
	padding-left: 20px;
	padding-top: 30px;
}

/***********/

/* 404 */
.error-404 {
	color: #000;
}
.error-404 h1 {
	font-size: 100px;
	font-weight: 900;
	line-height: 104px;
	letter-spacing: -15px;
	-webkit-text-stroke: 1px #f9ca70;
	color: transparent;
}
.error-404 a {
	background: #f9ca70;
	display: inline-block;
	padding: 10px 20px;
	color: #7f0029;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}

/* Thank You */
.thankyou-wrapper {
	background-color: #fff;
	padding: 80px 0px;
}
.thankyou-wrapper h2 {
	color: #c50921;
	font-size: 86px;
	line-height: 92px;
	padding-bottom: 15px;
	font-family: 'century_gothicbold';
}
.thankyou-wrapper p {
	color: #101010;
	font-size: 22px;
	line-height: 24px;
	padding-bottom: 15px;
	font-family: 'Century Gothic';
}
.thankyou-wrapper a {
	height: 45px;
	margin-top: 15px;
	line-height: 40px;
	padding: 0 20px;
	box-shadow: 0 0 3px 0 #000;
	background: #c50921;
	border: 2px solid #c50921;
	border-radius: 50px;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-size: 16px;
	display: inline-block;
	font-weight: 500;
}
