* {
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Poppins', sans-serif !important;
}

a {
	text-decoration: none !important;
}

button:focus {
	outline: unset !important;
	outline: unset !important;
}

ul,
ol {
	list-style-type: none;
}

.header {
	background: #ffffff;
	padding: 10px 0;
	border-bottom: 1px #20b2aa solid;
	/*margin: 0 0 1px 0;*/
}

.header img {
	width: 60%;
	float: left;
}

.headertop {
	padding: 10px 0;
	width: 100%;
	float: left;
}

.headertop i {
	margin: 0 10px 0 0;
}

.headertop h6 {
     font-family: "Lobster", sans-serif;
	color: #20b2aa;
	font-size: 24px;
	/*font-weight: 500;*/
}

.headertop p {
	color: #20b2aa;
	font-size: 13px;
	font-weight: 700;
}

.headertop p a {
	color: #20b2aa;
	font-size: 13px;
	font-weight: 700;
}

.headertop p a:hover {
	color: #20b2aa;
}


.readbtn {
	padding: 10px 15px;
	background-color: #20b2aa;
	border: 2px #20b2aa solid;
	font-size: 15px;
	color: #ffffff;
}

.readbtn:hover {
	background-color: #ffffff;
	border: 1px #20b2aa solid;
	color: #20b2aa;
}



.icon i {
	color: #000;
	margin: -6px 3px 0 0;
	border: 1px #20b2aa solid;
	background-color: #20b2aa;
	color: #ffffff;
	padding: 10px;
	transition: 0.5s;
}

.icon i:hover {
	color: #20b2aa;
	border: 1px #20b2aa solid;
	background-color: transparent;
	transition: 0.5s;
}

.headertop ul li {
	display: inline-block;
}

.headerbottom {
	background: #20b2aa;
	width: 83%;
	margin: -49px 0 0 0;
	float: right;
}

.logo {
	flex-basis: 8%;
	position: relative;
	z-index: 1;
	transition: .3s ease-in-out;
}

.logo:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0px;
	width: 100%;
	height: 110px;
	z-index: -1;
	background-color: #ffffff;
	-ms-transform: skewX(20deg);
	-webkit-transform: skewX(20deg);
	transform: skewX(340deg);
	transition: .3s ease-in-out;
}

.right p {
	margin: 0 0 25px 0;
}

.right {
	padding: 25px 0 0 0;
	width: 100%;
	text-align: left;
}

.right h4 {
     font-family: "Lobster", sans-serif;
	color: #20b2aa;
	font-size: 34px;
	/*font-weight: 600;*/
	margin: 10px 0 15px 0;
}

.scrollbar {
	float: left;
	height: 390px;
	width: 100%;
	overflow-y: scroll;
}

.slider {
	margin: 0 13px 0 -13px;
}

/*
 *  STYLE 2
 */

#style-2::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #f5f5f5;
}

#style-2::-webkit-scrollbar {
	width: 12px;
	background-color: #f5f5f5;
}

#style-2::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #20b2aa;
}


.pdesk {
	margin: 0 0 50px 0;
}

.desktext p {
	margin: 0 0 30px 0;
}

.desktext {
	/* padding: 25px 0 0 0; */
	width: 100%;
	text-align: left;
}

.desktext h4 {
     font-family: "Lobster", sans-serif;
	color: #20b2aa;
	font-size: 27px;
	/*font-weight: 600;*/
	margin: 10px 0 15px 0;
}

.loginbox h5 {
	font-size: 16px;
	color: #ffffff;
}


.registration {
	background-color: #20b2aa;
	width: 100%;
	height: 140px;
	float: left;
	padding: 35px 0;
	margin: 0 0 80px 0;
}

.loginbox {
	text-align: center;
	color: #fff;
	padding: 0 20px;
}

.loginbox img {
	width: 70px;
	height: 70px;
}

.v-align {
	align-items: center;
}

.brdr {
	border-right: 2px #fff solid;
}

.readbtnmodal {
	padding: 7px 15px;
	background-color: #ffffff;
	border: 2px #ffffff solid;
	font-size: 12px;
	font-weight: 600;
	color: #20b2aa;
}

.readbtnmodal:hover {
	background-color: transparent;
	border: 2px #ffffff solid;
	color: #ffffff;
}

.modal-header {
	background-color: #20b2aa;
	color: #fff;
	text-align: center !important;
}

/*login*/
/*event*/
.events {
	width: 100%;
	float: left;
	/* margin: 50px 0; */
}

.events h1 {
    font-family: "Lobster", sans-serif;
	font-size: 25px;
	/*font-weight: 600;*/
	color: #20b2aa;
}

.titlebox {
	display: flex;
	align-items: center;
	margin: 0 0 5px 0;
}
.eventbox{
    margin:0 0 40px 0;
}
.eventbox p {
	font-size: 15px;
	color: #000;
}

.h1title {
	font-size: 12px;
	color: #000;
	font-weight: 600;
	margin: 0 0 0 5px;
}

.eventbox img {
	width: 100%;
	height: 170px;
	margin: 0 0 15px 0;
}

.line {
	display: block;
	width: 70px;
	height: 5px;
	background-color: #20b2aa;
	margin: 0 0 20px 0;
}


.title h4 {
	font-size: 16px;
	font-weight: 600;
	color: #20b2aa;
	margin: 0 0 5px 0px;
}

.title h5 {
	font-size: 12px;
	font-weight: 600;
	color: #20b2aa;
	margin: 0 0 10px 0px;
}

.title {
	display: block;
	font-size: 15px;
	font-weight: 700;
	color: #000000;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin: 0 0 5px 0;
}


/*event*/

.member {
	background-color: #20b2aa;
	width: 100%;
	height: 400px;
	float: left;
	padding: 25px 0;
	margin:50px 0;
	text-align: center;
}

.member ul li {
	display: inline-block;
}

.memberbox {
	text-align: center;
}

.memberbox img {
	text-align: center;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	margin: 0 0 15px 0;
}

.member h4 {
    font-family: "Lobster", sans-serif;
	font-size: 25px;
	color: #ffffff;
	margin: 0 0 30px 0;
}

.memberbox h1 {
	font-size: 15px;
	color: #ffffff;
	height: 40px;
	margin: 0 0 10px 0;
}

.memberbox h6 {
	font-size: 12px;
	color: #fff;
	margin: 0 0 10px 0;
}

.left {
	padding: 0px 20px 0 0;
	width: 100%;
}
.left img{
    width:15%;
}

.left h4 {
    font-family: "Lobster", sans-serif;
	color: #20b2aa;
	font-size: 22px;
	/*font-weight: 600;*/
	margin: 0 0 10px 0;
}

.left h6 {
	color: #20b2aa;
	font-size: 16px;
	font-weight: 600;
}

.left ul {
	list-style-type: square;
	color: #20b2aa;
	padding-left: 0 !important;
}

.left ul li {
	margin: 0 0 15px 0;
	padding: 15px 15px 15px 15px;
	background-color: #ebebfb;
	border-bottom: 1px #e5e3e3 solid;
}

.left ul li a {
	color: #20b2aa;
	font-weight: 600;
	font-size: 14px;
}

.left h6 {
	color: #20b2aa;
	font-size: 12px;
	font-weight: 600;
	margin: 15px 0 0 0;
}

.left i {
	margin: 0 10px 0 0;
}

.gallerymain {
	margin: 0 0 20px 0;
}

.gallbox img {
	width: 100%;
	height: 150px;
}

.gallbox img:hover {
	transform: scale(1.1, 1.1);
	transition: .5s;
}

.gallbox {
	margin: 0 0 15px 0;
	border-radius: 0px;
	overflow: hidden;
	float: left;
	width: 100%;
}

/* .gallery{
	text-align: center;
} */
.gallery h4 {
    font-family: "Lobster", sans-serif;
	text-align: left;
	color: #20b2aa;
	font-size: 22px;
	/*font-weight: 600;*/
	margin: 0 0 10px 0;
}

.gbox {
	padding: 77px 0 0 0;
	margin: 0 0 15px 0;
}

.gbtn {
	padding: 10px 25px;
	background-color: #20b2aa;
	color: #fff;
	border-radius: 5px;
	border: 1px #20b2aa solid;
	font-size: 16px;
	font-weight: 700;
}

.gbtn:hover {
	background-color: transparent;
	color: #20b2aa;
	border: 1px #20b2aa solid;
}

.footer {
	/*background-color: #20b2aa;*/
	color: #fff;
	padding: 40px 0 38px 0;
}

.footer ul {
	padding: 0 !important;

}

.footmid a {
	color: #fff;
	margin-bottom: 10px;
	font-size: 12px;
}

.footmid a:hover {
	color: #ffffff;
}

.footmid ul li {
	margin: 0 0 15px 0;
	list-style-type: square;
}

.footmid ul {
	padding: 0 0 0 16px !important;
}

.footleft p {
	font-size: 14px;
	width: 80%;
	line-height: 22px;
}

.fbox ul li {
	font-size: 12px;
	margin: 0 0 20px 0;
}

.footleft ul li {
	font-size: 14px;
	margin: 0 0 18px 0;
}

.footer i {
	margin: 0 10px 0 0;
}

.footer h5 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 18px 0;
	color:#ffffff;
}

.foot {
	text-align: center;
	/*background-color: #20b2aa;*/
	color: #fff;
	border-top: 1px #ffffff6b solid;
	padding: 25px 0 10px 0;
}

.foot a {
	color: #fff;
}

.foot a:hover {
	color: #ffffff;
}

footer {
	background-color: #20b2aa;
	width: 100%;
	padding: 0px;
	overflow: hidden;
	float: left;
	color: #fff;
	/*padding: 50px;*/
}




@media only screen and (max-width: 768px) {
	.header img {
		width: 100%;
		float: left;

	}

	.headertop h6 {
		color: #20b2aa;
		font-size: 15px;
		font-weight: 700;
	}

	.headerbottom {
		background: #20b2aa;
		width: 100%;
		margin: -49px 0 0 0;
		float: right;
	}

	.logo:after {
		display: none;
	}
.icon i {
	color: #000;
	margin: -6px 7px 0 0;
	border: 1px #20b2aa solid;
	background-color: #20b2aa;
	color: #fff;
	padding: 7px;
	transition: 0.5s;
}

.icon i:hover {
	color: #20b2aa;
	border: 1px #20b2aa solid;
	background-color: transparent;
	transition: 0.5s;
}
	footer {
		text-align: center;
		width: 100%;
		padding: 0px;
		overflow: hidden;
		float: left;
		color: #fff;
	}

	.footleft p {
		font-size: 14px;
		width: 100%;
		line-height: 22px;
	}

	.footmid ul {
		padding: 0 0 0 0px !important;
	}

	.footmid ul li {
		list-style-type: none !important;
	}

	.foot p {
		font-size: 11px;
	}

	.gallbox img {
		width: 100%;
		height: 120px;
	}

	.gallery {
		margin: 50px 0 0 0;
	}

	.right {
		padding: 0px 0 30px 0;
		width: 100%;
	}

	.icon i {
		margin: 0 10px 0 0;
		font-size: 10px;
	}



	.logo {
		margin: 9px 0 0 0;
	}

	.right p {
		margin: 0 0 30px 0;
	}


	.headertop p {
		color: #000;
		font-size: 8px;
		font-weight: 700;
		margin: 7px 0 0 0;
	}

	/*.headertop h6 {
    color: #20b2aa;
    font-size: 9px;
    font-weight: 700;
}*/
	.headertop p a {
		color: #000;
		font-size: 8px;
		font-weight: 700;
	}

	.headerbottom {
		margin: 0px 0 0 0;
	}


	.rbtn a {
		padding: 4px 8px;
		font-size: 10px;
	}

	.nivoSlider {
		width: 100%;
		height: 240px !important;
	}

	.loginbox img {
		width: 30px;
		height: 30px;
	}

	.loginbox h5 {
		font-size: 10px;
		color: #ffffff;
	}

	.loginbox p {
		font-size: 9px;
	}

	.readbtnmodal {
		padding: 5px 9px;
		font-size: 9px;
	}

	.registration {
		width: 100%;
		height: 160px;
		float: left;
		padding: 22px 0;
		margin: 0 0 0px 0;
	}

	.loginbox {
		padding: 0;
	}

	.desktext {
		margin: 0 0 30px 0;
	}

	.events h1 {
		font-size: 20px;
		font-weight: 600;
		color: #20b2aa;
	}

	.pdesk {
		margin: 0 0 0px 0;
	}

	.gallerymain {
		margin: 0 0 25px 0;
	}

	.slider {
		margin: 0px;
	}

	.left {
		padding: 0px 0px 0 0;
	}
	#cssmenu li:hover > ul {
     left: 0 !important; 
    }
    .latest ul, .gallerymain ul{
        padding-left:0;
    }
    .member {
    height: 430px;
}
}


.banner {
	background: url("../image/banner.jpg");
	width: 100%;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 35px 0 20px 0;
	color: #fff;
	margin: 0 0 20px 0;
}
.banner h1{
    color:#ffffff;
}
.history {
	margin: 50px 0;
}

.history img {
	width: 100%;
}

/*history*/



/*---------------------------------------
   gallery section              
-----------------------------------------*/

.gallerymain {
	width: 100%;
	float: left;
}

.gallery-wrap {
	position: relative;
	background: url(../images/gallery-bg.jpg) no-repeat top;
	background-size: cover;
	padding: 60px 0;
}

.gallery_box {
	display: table;
	height: 100%;
}

.gallery_left {
	display: table-cell;
	vertical-align: middle;
}

.galleryImg {
	margin: 15px 0;
	position: relative;
}

.gallery-wrap .col-lg-4:nth-child(2) .galleryImg+.galleryImg {
	margin-top: 30px;
}

.gallery-wraps .col-lg-4:nth-child(2) .galleryImg+.galleryImg {
	margin-top: 30px;
}

.gallery_style1 .col-lg-4:nth-child(4) .galleryImg {
	margin-top: 30px;
}

.gallery_style1 .col-lg-4:nth-child(5) .galleryImg {
	margin-top: 30px;
}

.gallery_style1 .col-lg-4:nth-child(6) .galleryImg {
	margin-top: 30px;
}

.gallery_style1 .col-lg-3:nth-child(5) .galleryImg {
	margin-top: 30px;
}

.gallery_style1 .col-lg-3:nth-child(6) .galleryImg {
	margin-top: 30px;
}

.gallery_style1 .col-lg-3:nth-child(7) .galleryImg {
	margin-top: 30px;
}

.gallery_style1 .col-lg-3:nth-child(8) .galleryImg {
	margin-top: 30px;
}

.gallery_style1 .col-lg-6:nth-child(3) .galleryImg {
	margin-top: 30px;
}

.gallery_style1 .col-lg-6:nth-child(4) .galleryImg {
	margin-top: 30px;
}

.serImg {
	margin-bottom: 30px;
}

.galley_inner .row>div {
	margin: 15px 0;
}

.galley_inner {
	text-align: center;
}

.testi_list {
	list-style: none;
}

.testi_list li {
	margin: 36px 0;
}

.testi_list .testimonials_sec {
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}

.portfolio-overley {
	z-index: 1000;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.galleryImg img {
	width: 100%;
	height: 191px;
	display: block;
	overflow: hidden;
}

.gallery-wrap .galleryImg:hover .portfolio-overley,
.galley_inner .galleryImg:hover .portfolio-overley {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.gallery-wraps .galleryImg:hover .portfolio-overley,
.galley_inner .galleryImg:hover .portfolio-overley {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.gallery-wrap .content,
.galley_inner .content {
	z-index: 1000;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}

.gallery-wraps .content,
.galley_inner .content {
	z-index: 1000;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}

.gallery-wrap .content .image-link,
.galley_inner .content .image-link {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	color: #ffffff;
	line-height: 50px;
	background: #20b2aa;
	display: block;
	font-size: 16px;
	z-index: 1;
	text-align: center;
	margin-left: -25px;
	margin-top: -25px;
}

.gallery-wraps .content .image-link,
.galley_inner .content .image-link {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	color: #ffffff;
	line-height: 50px;
	background: #20b2aa;
	display: block;
	font-size: 16px;
	z-index: 1;
	text-align: center;
	margin-left: -25px;
	margin-top: -25px;
}

.hidden {
	display: none;
}

.pagination-container {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 1rem 0;
	justify-content: center;
}

.pagination-number,
.pagination-button {
	font-size: 1.1rem;
	background-color: #20b2aa;
	color: #fff;
	border: none;
	padding:8px 15px;
	margin: 0.25rem 0.25rem;
	cursor: pointer;
	height: 2.5rem;
	width: 2.5rem;
	border-radius: 0.2rem;
}

/*.pagination-number:hover,*/
/*.pagination-button:not(.disabled):hover {*/
/*	background: rgb(0, 0, 0);*/
/*}*/

.pagination-number.active {
	color: #fff;
	background: #ff000;
}

/*end gallerypage*/








/*executive member page*/
.executive {
	width: 100%;
	float: left;
	margin: 50px 0 100px 0;
}
.emember{
    margin:0 0 100px 0;
}
.emember img {
	width: 220px;
	height: 200px;
	margin:0 0 0 26px;
	border:1px #000 solid;
}

.emembertext {
	width: 200px;
	margin: -35px 0 0 35px;
	position: absolute;
	text-align: center;
	background: rgb(208, 234, 255);
	background: linear-gradient(0deg, rgba(208, 234, 255, 1) 0%, rgba(255, 255, 255, 1) 51%);
	/* background-color: #fff; */
	/* border: 1px #000 solid; */
	padding: 15px 10px;
}

.emembertext h3 {
	font-size: 12px;
	font-weight: 600;
	margin: 0 0 10px 0;
}

.emembertext h6 {
	font-size: 11px;
	font-weight: 600;
	margin: 0 0 10px 0;
}

.emembertext h4 {
	font-size: 13px;
	font-weight: 600;
	margin: 0;
}

/*hotels*/


.hotels {
	width: 100%;
	float: left;
	margin: 50px 0;
}

#slides {
	margin: 0 0 25px 0;
}

.hotels h5 {
	font-size: 25px;
	font-weight: 600;
	color: #20b2aa;
}


/*sports*/

.sports {
	width: 100%;
	float: left;
	margin: 30px 0;
}


.simg img {
	width: 200px;
	height: 200px;
	margin: 0 30px 0 0
}



.latest {
	text-align: center;
	margin: 0 0 50px 0;
}

.line2 {
	display: inline-block;
	width: 70px;
	height: 5px;
	background-color: #20b2aa;
	margin: 0 0 20px 0;
}

.latest h4 {
	font-size: 22px;
	color: #20b2aa;
}

.latest-box {
	padding: 15px 0;
	margin: 0 0 15px 0;
}

.latest-box img {
	display: inline;
	width: 40px;
	margin: 0 0 0 15px;
}

@-webkit-keyframes blinker {
	from {
		opacity: 1.0;
	}

	to {
		opacity: 0.0;
	}
}

.blink {
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
}

.latest-box p {
	margin: 0;
	border-left: 5px #20b2aa solid;
	padding: 0 0 0 15px;
}

.latest-box h6 {
	color: #20b2aa;
	font-weight: 600;
}


.contact {
	width: 100%;
	float: left;
	overflow: hidden;
	margin: 20px 0 35px 0;
}

.contactbox h3 {
	background-color: #20b2aa;
	padding: 7px 0 7px 10px;
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 20px 0;
	color: #fff;
}

.contactbox ul {
	padding: 0;
}

.contactbox ul li {
	margin: 0 0 15px 0;
}

.contactbox i {
	font-size: 18px;
	margin: 0 15px 0 0;
	color: #000;
}

.formbox {
	margin: 30px 0;
}

.formbox h1 {
	background-color: #20b2aa;
	padding: 7px 0 7px 10px;
	font-size: 25px;
	font-weight: 600;
	margin: 0 0 25px 0;
	color: #fff;
}

.contact .form-group {
	margin: 0 0 20px 0;
}



.memberpage {
	width: 100%;
	float: left;
	margin: 50px 0 100px 0;
}
.memberpage img{
    width:200px;
    height:200px;
}
.memberpage input {
	display: inline !important;
	width: 75% !important;
	height: 48px;
}


.ememberpage {
	margin-top: 100px;
	border-radius: 10px;
	padding: 20px 15px;
	height: 140px;
	position: relative;
	box-shadow: 1px 1px 5px #c5c2c2;
	background: rgb(208, 234, 255);
	background: linear-gradient(0deg, rgba(208, 234, 255, 1) 0%, rgba(255, 255, 255, 1) 51%);
}
.ememberpage img {
	width: 100px;
	height: 100px;
	top: -55px;
	left: 20px;
	border-radius: 50%;
	position: absolute;
	border: 4px #fff solid;
}

.ememberpagetext {
	text-align: center;
	padding: 15px 10px;
	margin: 28px 0 0 0;
}

.ememberpagetext h3 {
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 10px 0;
	color: #20b2aa;
}


.memberreadbtn {
	padding: 10px 15px;
	background-color: #20b2aa;
	border: 2px #20b2aa solid !important;
	font-size: 15px;
	color: #fff;
}

.memberreadbtn:hover {
	background-color: transparent;
	border: 2px #20b2aa solid !important;
	color: #20b2aa;
}



.modalbtnmember{
	color: #20b2aa;
	font-size: 15px;
	font-weight: 600;
}





.paybtn {
    display:inline-block;
	padding: 7px 10px;
	background-color: #20b2aa;
	border: 2px #20b2aa solid !important;
	font-size: 15px;
	color: #fff;
	transition:.5s;
}

.paybtn:hover {
	background-color: #604da1;
	border: 2px #604da1 solid !important;
	font-size: 15px;
	color: #fff;
	transition:.5s;
}



.desk {
	margin: 50px 0;
}

.desk img {
	width: 300px;
	height:300px;
}
.desk p{
  font-size:15px;
  margin:40px 0 0 0;
}

.paymentpage {
	width: 100%;
	float: left;
	margin: 50px 0 100px 0;
}

/* Style tab links */
.tablink {
  background-color: #2c6db6;
  color: white;
  float: left;
  border:none;
  border-right: 1px #fff solid;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 16px;
}

.tablink:hover {
  background-color: #053c7a;
}
.tablink:focus {
  background-color: #053c7a;
  outline: none !important;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: #2c2c2c;
  display: none;
  padding: 100px 20px;
  height: 100%;
}
.tabcontent img{
	width: 80%;
}

.tender{
    width:100%;
    float:left;
    margin:50px 0;
}
.tender h3{
	font-size: 25px;
   color: #2c6db6;
   margin: 0 0 30px 0 !important;
}
.tender table{
	width: 100%;
}
.tender table td{
	padding: 15px !important;
	border: 1px solid #000;
} 
.tender i{
	font-size: 30px;
}
.activities{
	width: 100%;
	float: left;
	margin: 50px 0 70px 0;
}
.culturalactivities{
	width: 100%;
	float: left;
	margin: 50px 0 70px 0;
}

.hotelpay{
    width:100%;
    float:left;
    margin:50px 0;
}
.sponserbox {
	width: 100%;
	float: left;
	margin: 50px 0 100px 0;
}
.sponser {
    font-family: "Lobster", sans-serif;
	text-align: center;
	color: #20b2aa;
	font-size: 22px;
	/*font-weight: 600;*/
	margin: 0 0 10px 0;
}
