@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
body,  html {
	font-family: "Jost", Sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	font-weight: 300;
	width: 100% !important;
	height: 100% !important;
}
p {
	font-size: 16px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #8eb640;
}
a:hover,  a:focus {
	text-decoration: none;
	color: #222;
}
/*ul,

ol {

    list-style: none;

}*/



.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul,  ol {
	padding: 0;
	-webkit-padding: 0;
	-moz-padding: 0;
}
hr {
	height: 4px;
	width: 80px;
	text-align: center;
	position: relative;
	background: #8eb640;
	margin: 10px auto;
	margin-bottom: 40px;
	border: 0;
}
.btn:active,  .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus,  .btn:focus,  .btn:active:focus,  .btn.active:focus,  .btn.focus,  .btn:active.focus,  .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Navigation */

#menu {
	padding: 8px 0;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(255, 255, 255, 1);
	border-color: rgba(255, 255, 255, 1);
	box-shadow: #e0e0e0 0 0px 20px;
}
#menu a.navbar-brand {
    font-family: "Jost", Sans-serif;
    font-size: 30px;
    color: #ff4c4c;
    font-weight: 900;
}
#menu a.navbar-brand span {
	color: #ff4c4c;
}
.navbar-header span {
	color: #ff4c4c;
}
#menu.navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 20px;
    border: 2px solid transparent;
    letter-spacing: 0.5px;
    margin: 0px 0px 0 0px;
    font-family: "Jost", Sans-serif;
}
#menu.navbar-default .navbar-nav>li .btn {
	background: #646caf;
	color: #FFFFFF;
	transition: 0.3s;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	margin-left:10px;
}
#menu.navbar-default .navbar-nav>li .btn:hover {
	color: #FFFFFF;
	background: #646caf !important;
}
.navbar-nav {
	margin: 5px 0 0 0;
}
#menu.navbar-default .navbar-nav>li>a:hover {
	color: #ff4c4c;
}
.on {
	background-color: #fff !important;
	padding: 8px 0 !important;
}
.navbar-default .navbar-nav>.active>a,  .navbar-default .navbar-nav>.active>a:hover,  .navbar-default .navbar-nav>.active>a:focus {
	color: #000000 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
.navbar {
	min-height: auto;
	margin-bottom: 0;
}
.navbar-default .navbar-toggle:hover,  .navbar-default .navbar-toggle:focus {
	background-color: #000000;
	border-color: #000000;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.top_btn {
	text-align: right;
}
.reg-but {
	background: #ff4c4c;
	border-radius: 0px;
	    border-color: #ff4c4c;
	padding: 12px 30px;
	margin-top: 0px;
	color: #fff;
	font-family: "Jost", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	margin-right: 5px;
	border-radius: 50px;
	transition: 0.3s;
	width: 100%;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
.ho-but {
	background: #000000;
	border-radius: 0px;
	    border-color: #ff4c4c;
	padding: 12px 30px;
	margin-top: 0px;
	color: #fff;
	font-family: "Jost", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	margin-right: 5px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

.reg-but:hover{
	background:#646caf;
}

.ho-but:hover{
	background:#646caf;
}

.about {
	padding-top: 40px !important;
	padding-bottom: 20px !important;
}
.thank-you {
	text-align: center !important;
	padding: 70px 0 70px 0;
}
.thank-you h1 {
	border-bottom: none !important;
	font-size: 40px !important;
	display: block !important;
	margin: 10px 0 0 0 !important;
}
.thank-you h2 {
	font-size: 40px;
	color: #FFFFFF;
}
.thank-you p {
	font-size: 18px !important;
	color: #FFFFFF;
}
.thank-you i {
	font-size: 80px;
	color: #000000;
}
.tab-form-bg {
	background: #fff;
	padding: 0px 0 15px 0;
}
.tab-form-bg .reg-but {
	margin-top: 0;
	margin-right: 0px;
	padding: 10px 12px;
	background: #ff4c4c;
	border: #ff4c4c solid 1px;
	border-radius: 0px;
	width: 100%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}
.tab-form-bg .tab-content h2 {
	font-family: "Jost", Sans-serif;
	font-size: 16px;
	padding: 11px 0 12px 0;
	margin: 0px;
	text-align: center;
	color: #000;
	font-weight: 700;
}
.tab-form-bg .nav-tabs>li {
	float: left;
	margin-bottom: -1px;
	width: 50%;
}
.tab-form-bg .nav-tabs {
	border-bottom: none;
}
.tab-form-bg .nav-tabs>li a {
	text-align: center;
	font-family: "Jost", Sans-serif;
	font-size: 16px;
	font-weight: 700;
	border-radius: 0px;
	background: #ff4c4c;
	color: #FFFFFF;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}
.tab-form-bg .nav-tabs>li.active>a,  .tab-form-bg .nav-tabs>li.active>a:focus,  .tab-form-bg .nav-tabs>li.active>a:hover {
	color: #fff;
	cursor: default;
	background-color: #646caf;
	border: 1px solid #646caf;
	border-bottom-color: transparent;
}
.tab-form-bg .nav-tabs>li>a:hover {
	border-color: #ff4c4c #ff4c4c #ff4c4c;
	background-color: #ff4c4c
}
.tab-form-bg .form-control {
	display: block;
	width: 100%;
	font-weight: 400;
	height: auto;
	padding: 11px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #dadada;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
 -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
 -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.slider .row {
	display: flex;
	justify-content: center;
	align-items: center;
}
 .form-group input::placeholder,  .form-group textarea::placeholder {
 color: #000;
}
.overlay {
	padding: 10% 0;
}
.middle-content {
	padding: 60px 0;
	background-color: #f7f7f7;
}
.middle-content .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.middle-content .row .col-lg-6 {
	margin-bottom: 1.5rem;
}
.middle-content .middle-box {
	padding: 0 15px 15px 15px;
	background: #fff;
	box-shadow: #cccccc24 0px 0px 12px;
	min-height: auto;
	height: 100%;
}
.middle-content .middle-box h2 {
	text-transform: capitalize;
}
.middle-content .middle-box img {
	transform: scale(1.05);
	border-radius: 0;
	margin-bottom: 15px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.middle-content h2 {
	font-size: 34px;
	padding: 0px 0 30px 0px;
	margin: 0px;
	text-align: center;
	font-family: "Jost", Sans-serif;
	font-weight: 900;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.middle-box h2 {
	font-family: "Jost", Sans-serif;
	font-size: 22px;
	text-align: left;
	color: #000;
	padding: 15px 0 15px 0;
	margin: 0px;
	font-weight: 700;
}
.middle-box p {
	font-size: 15px;
	text-align: left;
	color: #000;
	padding: 0px 0 0px 0;
	margin: 0px;
	line-height: 32px;
	font-family: "Jost", Sans-serif;
	font-weight: 400;
	margin-bottom: 15px;
}
.section-title .overlay {
	padding: 40px 40px;
	margin: 50px 0 50px 0;
	position: relative;
	border-radius: 10px;
	background-attachment: fixed;
	background-image: url(../img/statsbg30.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
 .section-title .overlay::before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 top: 0;
 border-radius: 10px;
 background: rgba(16, 128, 208, .9);
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -ms-border-radius: 10px;
 -o-border-radius: 10px;
}
.section-title p {
	font-size: 28px;
	color: #fff;
	font-family: "Jost", Sans-serif;
	font-weight: 600;
}
.bdr_right {
	border-right: #FFFFFF solid 1px;
}
.section-title hr {
	margin: 0 auto;
	margin-bottom: 40px;
}
.section-title h3 {
	margin: 0px;
	color: #000;
	font-family: "Jost", Sans-serif;
}
input[type="button"].btn-block,  input[type="reset"].btn-block,  input[type="submit"].btn-block {
	width: 200px;
}
.btn-custom:hover,  .btn-custom:focus,  .btn-custom.focus,  .btn-custom:active,  .btn-custom.active {
	color: #fff;
	background-color: #628d0f;
}
.inner .overlay {
	padding: 50px 0 0px 0 !important;
	background: #646caf !important
}
/* Header Section */

.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/mainbg24.jpg) no-repeat center center;
	background-position: 50% 0px;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	position: relative;
}
.intro.inner {
	background-image: none !important;
}
.shape-design {
	position: absolute;
	bottom: -25px;
}
.intro .overlay {
	position: relative;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 120px 0 60px 0;
	overflow: hidden;
}
.intro .overlay .col-lg-4 {
	order: 2;
}
.intro .overlay .col-lg-6 {
	order: 1;
}
.intro h1 {
    font-family: "Jost", Sans-serif;
    color: #f74647;
    font-size: 40px;
    font-weight: 900;
    margin: 0;
    display: block;
    padding: 15px 0px 20px 0px;
}
.intro h1 i {
	color: #ff4c4c;
}



.intro h1 span {
	color: #f74647;
}
.intro h5 {
    font-family: "Jost", Sans-serif;
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    margin: 0px 0 0 0;
    padding: 0px;
    display: inline-block;
}
.intro h5 i {
	color: #ff4c4c;
}

.intro p i {
	color: #ff4c4c;
}

.intro h4 i {
	color: #ff4c4c;
}
.intro h6 {
	font-family: "Jost", Sans-serif;
	color: #000000;
	font-size: 30px;
	font-weight: 700;
	margin: 0;
	padding: 25px 0px 0px 0px;
}
.intro p {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin: 0px;
    font-family: "Jost", Sans-serif;
    padding: 20px 0 20px 0;
    line-height: 28px;
}

.breadcrumbs h1 {
	color:#fff;
}

header .intro-text {
	text-align: left;
}
header .intro-text h1 {
	position: relative;
	/*margin-bottom: 25px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.5);*/
}
/* header .intro-text h1::before {
 background-color: #fff;
 content: "";
 height: 1px;
 left: 0;
 position: absolute;
 bottom: 0;
 width: 110px;
}*/
.inner .intro-text {
	text-align: left;
	border: none;
	padding: 0 0 0 0;
}
.inner h1 {
	font-size: 35px;
}
.intro-text h4 {
    margin: 0px;
    padding: 0px 0 0 0;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    font-family: "Jost", Sans-serif;
    line-height: 26px;
}
 
.intro-text i {
	color: #fff;
	margin: 0 5px 0 0;
}
/* About Section */

#about {
	padding: 60px 0 60px 0;
}
#about h3 {
	font-size: 20px;
}
#about .about-img {
	position: relative;
	width: 100%;
	height: 100%;
	box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
}
#about .about-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	-ms-border-radius: 10px !important;
	-o-border-radius: 10px !important;
}
.ai-place {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #000000;
	text-align: center;
	font-size: 40px;
	color: white;
	margin: 0px;
	padding: 10px 0 10px 0;
	display: block;
	width: 100%;
	font-weight: 900;
	font-family: "Jost", Sans-serif;
}
#about p {
    line-height: 28px;
    font-family: "Jost", Sans-serif;
    font-weight: 400;
    padding: 0px 0 12px 0;
    margin: 0px;
    color: #000;
}
#about ul {
	margin:0 0 0 20px;
}
#about ul li {
    line-height: 20px;
    font-family: "Jost", Sans-serif;
    font-weight: 400;
    padding: 0px 0 7px 0;
    margin: 0px;
    color: #000;
    font-size: 16px;
}
.about-us h2 {
	font-size: 34px;
	padding: 0px 0 0px 0px;
	margin: 0px 0 40px 0;
	text-align: center;
	font-family: "Jost", Sans-serif;
	font-weight: 600;
	color: #000;
	position: relative;
}
.about-us h2 span {
	color: #ff4c4c;
	font-weight: 900;
}
.regis-section h2 {
	text-align: left;
	padding: 0 0 0px 12px;
	margin: 0 0 25px 0;
}

.venue {
    background: #646caf;
}

.venue .section-title .overlay::before {
    display:none;
}

.venue .section-title .overlay {
    padding: 50px 40px;
    margin: 0px 0 0px 0;
    position: relative;
    border-radius: 10px;
    background-attachment: fixed;
    background-image: url(../img/statsbg30.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


.venue .venuebox i {
	font-size: 30px;
	width: 80px;
	height: 80px;
	border: #ffffff dotted 2px;
	line-height: 80px;
	border-radius: 50%;
	color: #ff4c4c;
	background: #fff;
	margin-bottom: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.venue .venuebox p {
    font-size: 18px;
    color: #fff;
    font-family: "Jost", Sans-serif;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
}
.Regbtn {
	background: #000000;
	padding: 10px 25px;
	border-radius: 25px;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-family: "Jost", Sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin: 20px 0 0 0;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}
.Regbtn:hover {
	color: #fff;
	background: #e55556;
}
.Regbtn:focus {
	color: #fff;
	background: #e55556;
}
.venue a {
	background: #000000;
	padding: 10px 25px;
	border-radius: 25px;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-family: "Jost", Sans-serif;
	font-size: 22px;
	font-weight: 500;
	margin: 20px 0 0 0;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}
/* Portfolio Section */

#portfolio {
	padding: 0 0 120px 0;
}
/* Call Reservation Section */

#call-reservation .overlay {
	padding: 80px 0;
	background: #8eb640;
}
#call-reservation h2 {
	font-family: "Jost", Sans-serif;
	color: #fff;
	font-weight: 400;
	margin: 0;
}
#call-reservation hr {
	background: #fff;
}
#call-reservation h3 {
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	margin: 5px 0;
}
.contactSection {
	background: #fff;
	padding: 50px 0 0 0;
}
/* Contact Section */

#contact {
	padding: 30px 30px 30px 30px;
	background: #ffffff;
	margin: 0px 0 30px 0;
}
#contact .section-title p {
	padding: 0px 0 20px 0;
	text-align: left;
	font-weight: 700;
	color: #000;
}
#contact form {
	padding: 0;
}
#contact h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
	color: #555;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: "Jost", Sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 10px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	height: auto !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-moz-transition: none;
	-ms-transition: none;
}
#contact .form-control:focus {
	border-color: none;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
 .form-control::-webkit-input-placeholder {
 color: #777;
}
 .form-control:-moz-placeholder {
 color: #777;
}
 .form-control::-moz-placeholder {
 color: #777;
}
 .form-control:-ms-input-placeholder {
 color: #777;
}
#contact .contact-item {
	margin: 20px 0 40px 0;
}
#contact .contact-item span {
	font-weight: 400;
	color: #aaa;
	text-transform: uppercase;
	margin-bottom: 6px;
	display: inline-block;
}
#contact .contact-item p {
	font-size: 16px;
}
/* Footer Section*/

.copyrights {
    padding: 40px 0 30px 0;
    background: #646caf;
}
.copyrights .col-lg-5 {
	width: 100%;
	text-align: center;
}
.copyrights p {
    font-size: 15px;
    color: #fff;
    margin: 0px;
    padding: 0px 0 10px 0;
    font-weight: 400;
}

.copyrights ul {
    padding: 0px;
    margin: 20px 0 0 0;
}


.copyright2 {
    padding: 10px 0 10px 0;
    background: #535b9c;
}

.copyright2 p {
    font-size: 15px;
    color: #fff;
    margin: 0px;
    padding: 0px 0 0px 0;
    font-weight: 400;
    text-align: center;
}

/*#footer .social ul{margin-top:40px;}*/

#contactbut {
	border-radius: 25px;
	background: #ff4c4c;
	color: #FFFFFF;
	transition: 1s;
	padding: 10px 0;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
}
#contactbut:hover {
	background: #286090;
}
.modal-header {
	min-height: 16.42857143px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	background: #000000;
	color: #fff;
}
.modal-header .close {
	margin-top: -27px;
	font-size: 30px;
}
.modal-content .form-control {
	display: block;
	width: 100%;
	height: auto;
	padding: 11px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
 -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
 -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.modal-content .pop-but {
	background: #000000;
	color: #FFFFFF;
	border-radius: 0px;
	padding: 12px 12px;
	transition: 2s;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}
.modal-content .pop-but:hover {
	background: #000;
	color: #FFFFFF;
	border-radius: 0px;
	padding: 12px 12px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}
/*.modal-body .field-icon {	position: absolute;	right: 15px;	top: 10px;	cursor: pointer;	color: #ff4c4c;}*/

.form-group label {
	display: block;
	float: none;
}
.form-group label i {
	position: absolute;
	right: 25px;
	top: 13px;
	font-size: 16px;
	cursor: pointer;
	color: #ff4c4c;
}
/*Registration and housing page css start*/

.registration .form-control {
	display: block;
	width: 100%;
	height: auto;
	padding: 11px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
 -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
 -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.registration .pop-but {
	background: #000000;
	color: #FFFFFF;
	border-radius: 0px;
	padding: 12px 12px;
	transition: 2s;
	-webkit-transition: 2s;
	-moz-transition: 2s;
	-ms-transition: 2s;
	-o-transition: 2s;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}
.iframebox iframe {
	width: 100%;
	max-width: 100%;
	height: 400px;
	filter: grayscale(1);
	transition: 0.3s;
	-webkit-filter: grayscale(1);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
.iframebox iframe:hover {
	filter: unset;
	-webkit-filter: unset;
}
.section-title .overlay {
	margin-bottom: 0
}
.section-title .overlay .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.section-title .overlay .venuebox {
    padding: 1.5rem;
    position: relative;
    color: #fff;
    -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    height: 100%;
    width: 100%;
    backdrop-filter: blur(2px);
    background: #646caf;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.contactSection #contact {
	padding: 0 0 30px;
}
.copyrights h2 {
    color: #FFFFFF;
    margin: 0;
    display: inline-block;
    padding: 0 0px 10px 0;
    font-weight: 700;
    font-size: 38px;
}
.intro .overlay .tab-form-bg {
	position: relative;
	z-index: 1;
}
 .intro .overlay .tab-form-bg::before {
 content: "";
 height: 200%;
 position: absolute;
 right: 0;
 top: 50%;
 z-index: -1;
 width: 775px;
 background-color: rgba(255, 255, 255, 0.25);
 -webkit-transform: skew(-40.2deg) rotate(11.65deg) translate(-50%, -50%);
 -moz-transform: skew(-40.2deg) rotate(11.65deg) translate(-50%, -50%);
 -ms-transform: skew(-40.2deg) rotate(11.65deg) translate(-50%, -50%);
 -o-transform: skew(-40.2deg) rotate(11.65deg) translate(-50%, -50%);
 transform: skew(-40.2deg) rotate(11.65deg) translate(-50%, -50%);
 display:none;
}
.about-us .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}
.about-us .about-text {
	position: relative;
	 
	padding: 0px;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.about-us .col-xl-12 {
	margin-bottom: 15px;
}
.about-us.regis-section .about-text h2 {
	padding: 0 0;
	text-align: center;
}
.about-us .about-text .registration .btn-primary.reg-but {
	margin: 15px 0 30px;
}
.about-us .col-lg-offset-3 .about-text {
	padding: 30px 15px;
}
.about-us #contact {
	box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
}


.registration {
    background: #fcfcfc;
    padding: 20px 10px 10px 10px;
    border: #e8e8e8 solid 1px;
}








/* lg */

@media (min-width: 1200px) {
}



/* md */

@media (min-width: 992px) and (max-width: 1199px) {
 #menu a.navbar-brand {
 font-family: "Jost", Sans-serif;
 font-size: 30px;
 color: #fff;
 font-weight: 700;
 letter-spacing: 1px;
}
 .navbar-right {
 float: left !important;
 margin-right: -15px;
}
 .top_btn {
 text-align: left;
}
}





/* sm */

@media (min-width: 768px) and (max-width: 991px) {
 .navbar-right {
 float: left !important;
}
 #menu.navbar-default .navbar-nav>li>a {
 text-transform: uppercase;
 color: #ddd;
 font-weight: 500;
 font-size: 14px;
 padding: 5px 0;
 border: 2px solid transparent;
 letter-spacing: 0.5px;
 margin: 10px 10px 0 10px;
}
 .top_btn .reg-but {
 border-radius: 0px;
 padding: 8px 8px;
 margin-top: 4px;
 color: #fff;
 font-family: "Jost", Sans-serif;
 font-size: 13px;
 font-weight: 400;
 margin-right: 5px;
 -webkit-border-radius: 0px;
 -moz-border-radius: 0px;
 -ms-border-radius: 0px;
 -o-border-radius: 0px;
}
 .top_btn .ho-but {
 background: #000000;
 border-radius: 0px;
 padding: 8px 8px;
 margin-top: 4px;
 color: #fff;
 font-family: "Jost", Sans-serif;
 font-size: 13px;
 font-weight: 400;
 -webkit-border-radius: 0px;
 -moz-border-radius: 0px;
 -ms-border-radius: 0px;
 -o-border-radius: 0px;
}
 .top_btn {
 text-align: left;
}
 #menu a.navbar-brand {
 font-family: "Jost", Sans-serif;
 font-size: 25px;
 color: #fff;
 font-weight: 700;
 letter-spacing: 1px;
}
 #footer .social ul li {
 display: inline-block;
 margin: 0 0px;
}
 #contact {
 padding: 30px 0 0px 0;
 background: #F6F6F6;
}
 header .intro-text {
 padding-top: 160px;
 padding-bottom: 160px;
 text-align: center;
}
}



/* xs */



@media (max-width: 767px) {

.venue .venuebox i {
    font-size: 21px;
    width: 60px;
    height: 60px;
    border: #ffffff dotted 2px;
    line-height: 60px;
    border-radius: 50%;
    color: #ff4c4c;
    background: #fff;
    margin-bottom: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}


.venue .section-title .overlay {
    padding: 40px 0px;
    margin: 0px 0 0px 0;
    position: relative;
    border-radius: 10px;
    background-attachment: fixed;
    background-image: url(../img/statsbg30.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.section-title .overlay .row {
    display: -ms-flexbox;
    display: block;
}



.tab-form-bg {
    background: #fff;
    padding: 0px 0 15px 0;
    margin: 10px 0 0 0;
}

#menu.navbar-default .navbar-nav>li>a {
    font-size: 14px;
    padding: 7px 20px 5px 0px;
    margin: 0 0 10px 0;
}


 #about {
 padding: 40px 0 40px 0;
}
 .about {
 padding-top: 10px !important;
 padding-bottom: 20px !important;
}
 .slider .row {
 display: block;
}
 .shape-design {
 position: absolute;
 bottom: 0px;
}
.venuebox {
    margin: 0 0 20px 0;
}
 #contact form {
 margin: 0 0 30px 0;
}
.intro p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
    font-family: "Jost", Sans-serif;
    padding: 10px 0 0px 0;
    line-height: 24px;
}
 .intro-text h4 i {
 color: #ff4c4c;

 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 -ms-border-radius: 50%;
 -o-border-radius: 50%;
}
 .reg-but {
 padding: 8px 24px;
 font-size: 15px;
}
 .ho-but {
 padding: 5px 24px;
 font-size: 15px;
}
 #menu a.navbar-brand {
 font-size: 26px;
}
 .top_btn {
 text-align: center;
}
 #menu {
 padding: 0px 0 0px 0;
 transition: all 0.8s;
}
 .on {
 background-color: #fff !important;
 padding: 0px 0 0px 0 !important;
}
 .intro .overlay {
 padding: 70px 0 30px 0px;
}
 .bdr_right {
 border-right: none;
 border-bottom: #FFFFFF solid 1px;
 padding-bottom: 10px;
 margin-bottom: 10px;
}
 header .intro-text {
 padding-top: 3px;
 padding-bottom: 14px;
 text-align: center;
 margin-top: 20px;
 padding-left: 10px;
 padding-right: 10px;
}
.intro h1 {
    font-family: "Jost", Sans-serif;
    font-size: 30px;
    font-weight: 900;
    margin: 0px 0 5px 0;
    display: inline-block;
    padding: 10px 0px 6px 20px;
}
 .regis-section {
 padding: 20px 0 50px 0 !important;
}
 .intro-text h4 {
 margin: 0px;
 padding: 10px 0 0 0;
 font-size: 18px;
 font-family: "Jost", Sans-serif;
 line-height: 22px;
}
 .intro h5 {
    font-family: "Jost", Sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0px 0 0 0;
    padding: 5px 0 0 0;
    display: inline-block;
}
 .intro h6 {
 padding: 15px 0px 0px 0px;
}
 #about p {
 line-height: 30px;
 padding: 0px 0 10px 0;
 font-size: 15px;
 text-align: center;
}
.about-us h2 {
    text-align: center;
    font-family: "Jost", Sans-serif;
    font-weight: 900;
    color: #000000;
    font-size: 22px;
    margin: 0 0 8px 0;
}
 #about .about-img {
 position: relative;
 margin-bottom: 15px;
}
.venue .section-title p {
    font-size: 17px;
}
 .middle-content {
 padding: 40px 0;
}
 .middle-content .middle-box {
 padding: 10px 10px 10px 10px;
 margin-bottom: 25px;
}
 .middle-box p {
 font-size: 14px;
 text-align: center;
}
 .middle-box h2 {
 font-size: 22px;
 text-align: center;
}
 #contact {
 padding: 15px 15px 15px 15px;
}
 #contact .section-title p {
 text-align: center;
}
 #menu.navbar-default .navbar-nav>li>a {
 font-size: 14px;
 padding: 7px 20px 5px 0px;
}
 .registration {
 margin-bottom: 20px;
}
}
.copyrights ul li {
    display: inline-block;
    border-right: 1px solid #e1e1e1;
    padding-right: 15px;
    margin-right: 15px;
}
.copyrights ul li a {
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
}
.margin-l-40 {
	margin-left:30px;
}
.margin-l-40 li {
	color:#000;
}



/* end */
