@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital@1&display=swap');

body {
	margin: 0;
	padding: 0;
	font-size: 15px;
	width: 100%;
	letter-spacing: 0.8px;
	font-weight: 400;
	background: #FFF;
	font-family: 'Merriweather Sans', sans-serif;
	position: relative;
}

.container-fluid {
	max-width: 100%;
}


				/* ========== slider section ========== */
				
.slider-section {
    position: relative;
}
.slider-section .container-fluid {
    margin: 0;
    padding: 0;
}
.slider-section .carousel {
    position: relative;
}
.slider-section .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #092391;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
.slider-section .carousel-indicators .active {
    opacity: 1;
    background-color: #f6d806;
}
.slider-section .carousel-inner .carousel-item {
    box-sizing: border-box;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.slider-section .carousel-inner .carousel-item img {
    height: auto;
    width: 100%;
}				
				
				/* ========== intro section ========== */
				
.intro-section {
	padding: 6% 0% 8%;
	position: relative;
}
.intro-head {
	padding: 0px 0px 50px;
	position: relative;
	overflow: hidden;
}
.intro-head h1 {
	font-size: 100px;
	padding: 0px 0px 0px;
    text-align: center;
    /* top: 0; */
    /* left: 0; */
    /*transform: translate(0%,30%);*/
    opacity: .04;
    text-transform: uppercase;
	margin: 0;
}
.intro-head h2 {
	font-size: 45px;
    padding: 0px 0px 0px;
    text-align: center;
    color: #092391;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: -5%;
	position: relative;
}
/*.intro-head h2:before {
	content: "Welcome";
    position: absolute;
    font-size: 120px;
    top: 0;
    left: 0;
    transform: translate(65%,-50%);
    opacity: .04;
    text-transform: uppercase;
}*/
.intro-head h4 {
	font-size: 20px;
    padding: 10px 0px 0px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
	position: relative;
}
.intro-head h4:before {
    content: url(../images/head-side-pattern.png);
    position: absolute;
    top: 30%;
    left: 31%;
    transform: rotate(0deg);
}
.intro-head h4:after {
    content: url(../images/head-side-pattern.png);
    position: absolute;
    top: 30%;
    right: 31%;
    transform: rotate(180deg);
}
.intro-row {
	padding: 38px 70px 0px;
}
.intro-image {
}
.intro-info {
	font-size: 17px;
    line-height: 48px;
    padding: 5px 25px 5px;
    color: #333;
    text-align: justify;
}
.intro-info span {
	display: block;
    padding: 10px 0px 0px;
    color: #555;
}
.intro-btn {	
    padding: 20px 25px 0px;
}
.intro-btn a {
	font-size: 18px;
    padding: 10px 20px;
    text-align: center;
    background: #f6d806;
    color: #000000;
    display: inline-block;
    text-transform: capitalize;
    border: 2px solid #f6d806;
    box-shadow: 2px 4px 10px -2px rgba(246, 216, 6, 0.60);
    text-decoration: none;
    transition: all 0.5s ease;
	transform: skew(-15deg);
}
.intro-btn a:hover {
    color: #ffffff;
    background: #092391;
    border: 2px solid #092391;
    box-shadow: 2px 4px 10px -2px rgba(246, 216, 6, 0.60);
}
				
				/* ========== milap form section ========== */
				
.milap-section 	{
	background-image: url(../images/index-milap-2.png); 
    min-height: 300px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /*background: linear-gradient(22deg, #092391, #fdf10e);*/
    clip-path: polygon(0 80px, 100% 0, 100% 95%, 0 100%);
}
.milap-section .opacity {
	padding: 12% 0% 8%;
    /*background: rgb(8 8 8 / 29%);*/  background: rgb(8 8 8 / 73%);
    color: #FFF;
}
.milap-row {
	padding: 0px 70px 0px;
}
.milap-img-1 {
	position: relative;
}
.milap-img-1 img {
	margin-top: -80px;
    position: relative;
}
.milap-data { padding: 0px 6%;
}
.milap-data .milap-head {
	padding: 0px 0px 30px;
    position: relative;
}
.milap-data .milap-head h2 {
	font-size: 30px;
    padding: 0px 0px 0px;
    text-align: left;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    position: relative;
}
.milap-data .milap-info {
	font-size: 16px;
    line-height: 35px;
    padding: 20px 2px 20px;
    color: #ffffff;
    text-align: justify;
}
.milap-data .milap-btn {
	padding: 20px 0px 20px;
	text-align: left;
    width: 50%;
    float: left;
}
.milap-data .milap-btn .btn-line {
	font-size: 20px;
    line-height: 35px;
    padding: 0px 0px 30px;
    color: #ffffff;
    text-align: left;
    text-transform: capitalize;
}
.milap-data .milap-btn a {
	font-size: 18px;
    padding: 10px 20px;
    text-align: center;
    background: #f6d806;
    color: #ffffff;
    display: inline-block;
    text-transform: capitalize;
    border: 2px solid #f6d806;
    box-shadow: 2px 4px 10px -2px rgba(246, 216, 6, 0.60);
    text-decoration: none;
    transition: all 0.5s ease;
	transform: skew(-15deg);
    margin: 0px 10px;
    
}
.milap-data .milap-btn a:before {
	content: '\f232';
    font-family: fontAwesome;
    padding: 5px 5px;
    font-size: 20px;
    margin-right: 20px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
    font-weight: 500;
    transform: rotate(0deg);
}
.milap-data .milap-btn a:hover {
    color: #ffffff;
    background: #092391;
    border: 2px solid #092391;
    box-shadow: 2px 4px 10px -2px rgba(246, 216, 6, 0.60);
}





.milap-data .milap-form {
    padding: 20px 0px 20px;
    text-align: center;
    width: 50%; float: right;

}

.milap-data .milap-form a {
    font-size: 18px;
    padding: 10px 20px;
    text-align: center;
    background: #f6d806;
    color: #ffffff;
    display: inline-block;
    text-transform: capitalize;
    border: 2px solid #f6d806;
    box-shadow: 2px 4px 10px -2px rgba(246, 216, 6, 0.60);
    text-decoration: none;
    transition: all 0.5s ease;
    transform: skew(-15deg);
}
.milap-data .milap-form a:before {
    content: '\f1ea';
    font-family: fontAwesome;
    padding: 5px 5px;
    font-size: 20px;
    margin-right: 20px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
    font-weight: 500;
    transform: rotate(0deg);
}
.milap-data .milap-form a:hover {
    color: #ffffff;
    background: #092391;
    border: 2px solid #092391;
    box-shadow: 2px 4px 10px -2px rgba(246, 216, 6, 0.60);
}

.milap-data .milap-form .form-line {
    font-size: 20px;
    line-height: 35px;
    padding: 0px 0px 30px;
    color: #ffffff;
    text-align: center;
    text-transform: capitalize;
}

.memshp-data {padding: 0px 6%;}

.memshp-data .mbship-head {
    padding: 0px 0px 30px;
    position: relative;
    text-align: center;
}

.memshp-data .mbship-head h2 {
    font-size: 30px;
    padding: 0px 0px 0px;
    text-align: left;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    position: relative;
}
.memshp-data .memshp-info {
    font-size: 16px;
    line-height: 35px;
    /*padding: 20px 20px 20px;*/ padding: 20px 2px 20px;
    color: #ffffff;
    text-align: justify;
}
.memshp-data .memshp-btn {
    padding: 20px 0px 20px;
    text-align: center;
    width: 50%;
    float: left;
}
.memshp-data .memshp-btn .btn-line {
    font-size: 20px;
    line-height: 35px;
    padding: 0px 0px 30px;
    color: #ffffff;
    text-align: center;
    text-transform: capitalize;
}
.memshp-data .memshp-btn a {
    font-size: 18px;
    padding: 10px 20px;
    text-align: center;
    background: #f6d806;
    color: #ffffff;
    display: inline-block;
    text-transform: capitalize;
    border: 2px solid #f6d806;
    box-shadow: 2px 4px 10px -2px rgba(246, 216, 6, 0.60);
    text-decoration: none;
    transition: all 0.5s ease;
    transform: skew(-15deg);
    margin: 0px 10px;
    
}
.memshp-data .memshp-btn a:before {
    content: '\f232';
    font-family: fontAwesome;
    padding: 5px 5px;
    font-size: 20px;
    margin-right: 20px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
    font-weight: 500;
    transform: rotate(0deg);
}
.memshp-data .memshp-btn a:hover {
    color: #ffffff;
    background: #092391;
    border: 2px solid #092391;
    box-shadow: 2px 4px 10px -2px rgba(246, 216, 6, 0.60);
}

.memshp-data .memshp-form {
    padding: 20px 0px 20px;
    text-align: center;
    float: left;
}

.memshp-data .memshp-form a {
    font-size: 18px;
    padding: 10px 20px;
    text-align: center;
    background: #f6d806;
    color: #ffffff;
    display: inline-block;
    text-transform: capitalize;
    border: 2px solid #f6d806;
    box-shadow: 2px 4px 10px -2px rgba(246, 216, 6, 0.60);
    text-decoration: none;
    transition: all 0.5s ease;
    transform: skew(-15deg);
}
.memshp-data .memshp-form a:before {
    content: '\f1ea';
    font-family: fontAwesome;
    padding: 5px 5px;
    font-size: 20px;
    margin-right: 20px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
    font-weight: 500;
    transform: rotate(0deg);
}
.memshp-data .memshp-form a:hover {
    color: #ffffff;
    background: #092391;
    border: 2px solid #092391;
    box-shadow: 2px 4px 10px -2px rgba(246, 216, 6, 0.60);
}

.memshp-data .memshp-form .form-line {
    font-size: 20px;
    line-height: 35px;
    padding: 0px 0px 30px;
    color: #ffffff;
    text-align: left;
    text-transform: capitalize;
}

.milap-img-2 {
	position: relative;
}
.milap-img-2 img {
	margin-bottom: -50px;
    position: relative;
}


				/* ========== celebration section ========== */
				
.celebration-section {
	padding: 10% 0% 10%;
    position: relative;
}
.celebration-section .opacity {
}
.celebration-head {
	padding: 0px 0px 50px;
	position: relative;
	overflow: hidden;
}
.celebration-head h1 {
	font-size: 100px;
	padding: 0px 0px 0px;
    text-align: center;
    /* top: 0; */
    /* left: 0; */
    /*transform: translate(0%,30%);*/
    opacity: .04;
    text-transform: uppercase;
	margin: 0;
}
.celebration-head h2 {
	font-size: 45px;
    padding: 0px 0px 0px;
    text-align: center;
    color: #092391;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: -5%;
	position: relative;
}
.celebration-head h4 {
	font-size: 20px;
    padding: 10px 0px 0px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
	margin: 0;
	position: relative;
}
.celebration-head h4:before {
    content: url(../images/head-side-pattern.png);
    position: absolute;
    top: 30%;
    left: 31%;
    transform: rotate(0deg);
}
.celebration-head h4:after {
    content: url(../images/head-side-pattern.png);
    position: absolute;
    top: 30%;
    right: 31%;
    transform: rotate(180deg);
}
.celebration-grid {
	padding: 20px 10px 20px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.celebration-1 {
	width: 28%;
    height: auto;
    text-align: center;
    box-sizing: border-box;
    margin: 20px;
    overflow: hidden;
    position: relative;
    /*box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.40);*/
}
.celebration-1 .celebration-img {
	border-radius: 5px;
	box-shadow: 4px 2px 10px 0px rgba(0,0,0,0.20);
	position: relative;
    transition: all 0.5s ease-in;
}
.celebration-1 .hover-box {
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0px;
    transition: all 0.5s ease-in;
	transform: scale(0.5);
    visibility: hidden;
    opacity: 0;
	background-color: #04040491;
}
.celebration-1:hover .hover-box {
	transform: scale(1);
    visibility: visible;
    opacity: 1;
}
.celebration-1 .hover-box h4 {
	font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    transition: all 0.5s ease-in;
}
.celebration-1 .celebration-img img {
	border-radius: 5px;
}
.celebration-1 .celeb-date {
	font-size: 14px;
    padding: 20px 0px 0px;
    text-align: center;
    color: #9e9e9e;
    text-transform: uppercase;
}
.celebration-1 h3 {
	font-size: 25px;
    padding: 20px 0px 0px;
    text-align: center;
    color: #555;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    transition: all 0.5s ease-in;
}
.celebration-1:hover h3 {
	color: #092391;
    transform: translateY(-5px);
}
.celebration-1 .celeb-btn {
	padding: 20px 0px 0px;
	text-align: center;
}
.celebration-1 .celeb-btn a {
	font-size: 18px;
    padding: 10px 20px;
    text-align: center;
    background: #f6d806;
    color: #ffffff;
    display: inline-block;
    text-transform: capitalize;
    border: 2px solid #f6d806;
    box-shadow: 2px 4px 10px -2px rgba(246, 216, 6, 0.60);
    text-decoration: none;
    transition: all 0.5s ease;
	transform: skew(-15deg);
}
.celebration-1 .celeb-btn a:hover {
    color: #ffffff;
    background: #092391;
    border: 2px solid #092391;
    box-shadow: 2px 4px 10px -2px rgba(246, 216, 6, 0.60);
}

				/* ========== events section ========== */
				
.event-section {
	padding: 10% 0% 10%;
    position: relative;
    background: #f2f2f2;
	clip-path: polygon(0 80px, 100% 0, 100% 95%, 0 100%);
	overflow: hidden;
}
.event-section .opacity {
}
.event-section .container-fluid {
	padding: 0px;
}
.event-head {
	padding: 0px 0px 50px;
	position: relative;
	overflow: hidden;
}
.event-head h1 {
	font-size: 100px;
	padding: 0px 0px 0px;
    text-align: center;
    /* top: 0; */
    /* left: 0; */
    /*transform: translate(0%,30%);*/
    opacity: .04;
    text-transform: uppercase;
	margin: 0;
}
.event-head h2 {
	font-size: 45px;
    padding: 0px 0px 0px;
    text-align: center;
    color: #092391;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: -5%;
	position: relative;
}
.event-head h4 {
	font-size: 20px;
    padding: 10px 0px 0px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
	position: relative;
}
.event-head h4:before {
    content: url(../images/head-side-pattern.png);
    position: absolute;
    top: 30%;
    left: 32%;
    transform: rotate(0deg);
}
.event-head h4:after {
    content: url(../images/head-side-pattern.png);
    position: absolute;
    top: 30%;
    right: 32%;
    transform: rotate(180deg);
}
.grid-gallery {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    position: relative;
	overflow: hidden;
}
.grid-gallery .img-grid {
    height: 100%;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in;
    position: relative;
}
.img-grid .hover-box {
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0px;
    transition: all 0.5s ease-in;
	transform: scale(0.5);
    visibility: hidden;
    opacity: 0;
	background-color: #04040491;
}
.img-grid:hover .hover-box {
	transform: scale(1);
    visibility: visible;
    opacity: 1;
}
.img-grid .hover-box h4 {
	font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    transition: all 0.5s ease-in;
}
.grid-gallery .img-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.grid-gallery > div:nth-child(2) {
    grid-row: span 2;
	height: 85%;
}
.event-btn {
	top: -55px;
    text-align: center;
    position: relative;
}
.event-btn a {
	font-size: 18px;
    padding: 10px 20px;
    text-align: center;
    background: #f6d806;
    color: #ffffff;
    display: inline-block;
    text-transform: capitalize;
    border: 2px solid #f6d806;
    box-shadow: 2px 4px 10px -2px rgba(246, 216, 6, 0.60);
    text-decoration: none;
    transition: all 0.5s ease;
	transform: skew(-15deg);
}
.event-btn a:hover {
    color: #ffffff;
    background: #092391;
    border: 2px solid #092391;
    box-shadow: 2px 4px 10px -2px rgba(246, 216, 6, 0.60);
}

				/* ========== social activities section ========== */
				
.social-activity-section {
	padding: 8% 0% 8%;
    position: relative;
}
.social-activity-section .opacity {
}
.social-activity-head {
	padding: 0px 0px 50px;
	position: relative;
	overflow: hidden;
}
.social-activity-head h1 {
	font-size: 100px;
	padding: 0px 0px 0px;
    text-align: center;
    /* top: 0; */
    /* left: 0; 
    transform: translate(0%,30%);*/
    opacity: .04;
    text-transform: uppercase;
	margin: 0;
}
.social-activity-head h2 {
	font-size: 45px;
    padding: 0px 0px 0px;
    text-align: center;
    color: #092391;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: -5%;
	position: relative;
}
.social-activity-head h4 {
	font-size: 20px;
    padding: 10px 0px 0px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
	position: relative;
}
.social-activity-head h4:before {
    content: url(../images/head-side-pattern.png);
    position: absolute;
    top: 30%;
    left: 32%;
    transform: rotate(0deg);
}
.social-activity-head h4:after {
    content: url(../images/head-side-pattern.png);
    position: absolute;
    top: 30%;
    right: 32%;
    transform: rotate(180deg);
}	
.csr {
	padding: 20px 10px 20px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.csr-grid {
	width: 42%;
	padding: 10px 10px;
    margin: 30px 40px;
    height: auto;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.csr-block {
	position: relative;
    text-align: center;
}
.csr-image {
	position: relative;
    z-index: -1;
	box-shadow: -10px 1px 0px 11px #efefef8f;
}
.data-block {
    margin-top: -136px;
    z-index: 5;
    display: flex;
    align-items: flex-end;
    overflow-anchor: auto;
    width: 100%;
}
.data-block .csr-btn {
	width: 35%;
    padding-left: 17px;
    text-align: center;
}
.data-block .csr-btn a {
	font-size: 16px;
    padding: 10px 20px;
    text-align: center;
    background: #f6d806;
    color: #ffffff;
    display: inline-block;
    text-transform: capitalize;
    border: 1px solid #f6d806;
    box-shadow: 2px 4px 10px -2px rgba(246, 216, 6, 0.60);
    text-decoration: none;
    transition: all 0.5s ease;
	transform: skew(0deg);
}
.data-block .csr-btn a:hover {
    color: #ffffff;
    background: #092391;
    border: 1px solid #092391;
    box-shadow: 2px 4px 10px -2px rgba(246, 216, 6, 0.60);
}
.data-block .data {
	width: fit-content;
    padding: 10px 10px 10px;
    height: 175px;
    background: #fefefe;
    box-shadow: 5px 5px 5px 0px #d7d7d7;
    /* overflow: hidden;*/
}
.data-block .data h3 {
	font-size: 16px;
    padding: 10px 0px 15px;
    text-align: center;
    color: #092391;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}
.data-block .info {
	font-size: 16px;
    line-height: 25px;
    padding: 0px 15px 10px;
    color: #333;
    text-align: justify;
}

				/* ========== amenitys section ========== */

.amenity-section {
	padding: 6% 0% 12%;
    position: relative;
    background: #f2f2f2;
	clip-path: polygon(0 80px, 100% 0, 100% 95%, 0 100%);
}				
.amenity-head {
	padding: 50px 0px 60px;
	position: relative;
	overflow: hidden;
}
.amenity-head h1 {
	font-size: 100px;
	padding: 0px 0px 0px;
    text-align: center;
    /* top: 0; */
    /* left: 0; 
    transform: translate(0%,30%);*/
    opacity: .04;
    text-transform: uppercase;
	margin: 0;
}
.amenity-head h2 {
	font-size: 45px;
    padding: 0px 0px 0px;
    text-align: center;
    color: #092391;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: -5%;
	position: relative;
}
.amenity-head h4 {
	font-size: 20px;
    padding: 10px 0px 0px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
	position: relative;
}
.amenity-head h4:before {
    content: url(../images/head-side-pattern.png);
    position: absolute;
    top: 30%;
    left: 32%;
    transform: rotate(0deg);
}
.amenity-head h4:after {
    content: url(../images/head-side-pattern.png);
    position: absolute;
    top: 30%;
    right: 32%;
    transform: rotate(180deg);
}
.inner-amenity-section {
	position: relative;
	overflow: hidden;
}
.amenity-bg {
	position: absolute;
    right: 0px;
    top: 7%;
    bottom: 0%;
    width: 55%;
    height: auto;
    background: #f6d806;
}
.amenity-row {
	padding: 0px 70px 0px;
}
.amenity-slider {
	position: absolute;
    width: 100%;
    top: 15%;
}
.image-slide {
	position: relative;
	width: 100%;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.55);
}
.image-slide .carousel-item {
}
.image-slide .amenity-image {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.image-slide .amenity-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.abt-amenity {
	padding: 70px 0px 160px 50px;
}
.abt-amenity-head {
}
.abt-amenity-head h3 {
	font-size: 35px;
    padding: 19px 0px 0px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}
.amenity-info {
	font-size: 16px;
    line-height: 30px;
    padding: 50px 0px 60px;
    color: #313131;
    text-align: justify;
}
.amenity-icon-grid {
	position: relative;
    height: auto;
    width: 100%;
    margin: auto;
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
	grid-auto-flow: dense;
}
.amenity-icon {
	margin-bottom: 20px;
    padding: 0px 0px 0px;
    text-align: center;
}
.amenity-icon a {
	text-decoration: none;
}
.amenity-icon .amenity-img {
	width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 100%;
    margin: 0 auto;
    background: #f2f2f2;
	transition: all 0.5s ease;
}
.amenity-icon:hover .amenity-img {
	box-shadow: 0px 0px 10px 0px rgba(9, 35, 145, 0.90);
}
.amenity-icon .amenity-img img {
	max-width: 100%;
    height: auto;
}
.amenity-icon h4 {
	font-size: 16px;
    padding: 15px 0px 0px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
	transition: all 0.5s ease;
}
.amenity-icon:hover h4 {
	color: #092391;
}
				
				/* ========== fb and video section ========== */
				
.fbytWrap {padding: 0px 70px 0px; }

.fb-video-section {
	padding: 8% 0% 10%;
	position: relative;
}
.fb-video-head {
	padding: 0px 0px 60px;
	position: relative;
	overflow: hidden;
}
.fb-video-head h1 {
	font-size: 100px;
	padding: 0px 0px 0px;
    text-align: center;
    /* top: 0; */
    /* left: 0; 
    transform: translate(0%,30%);*/
    opacity: .04;
    text-transform: uppercase;
	margin: 0;
}
.fb-video-head h2 {
	font-size: 45px;
    padding: 0px 0px 0px;
    text-align: center;
    color: #092391;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: -5%;
	position: relative;
}
.fb-video-head h4 {
	font-size: 20px;
    padding: 10px 0px 0px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
	position: relative;
}
.fb-video-head h4:before {
    content: url(../images/head-side-pattern.png);
    position: absolute;
    top: 30%;
    left: 32%;
    transform: rotate(0deg);
}
.fb-video-head h4:after {
    content: url(../images/head-side-pattern.png);
    position: absolute;
    top: 30%;
    right: 32%;
    transform: rotate(180deg);
}

.fb-video-row {
	padding: 0px 70px 0px;
}

.fb {padding: 10px; text-align: center;}

.fb-head {
	padding: 0px 0px 30px;
}

.fb-head h2 {
	font-size: 30px;
    padding: 0px 0px 0px;    
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}
.fb img {
	width: 100%;
}

.facebook {border: 2px solid #eee;
    padding: 5px;}

.video { text-align: center; padding: 0px 5px; float:left; width: 100%; }

.video-head {
	padding: 0px 0px 30px;
}
.video-head h2 {
	font-size: 30px;
    padding: 0px 0px 0px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}
.video img {
	width: 100%;
}










				/* ========== Contact page CSS ========== */
				
.map-section {
}
.contact-section {
	padding: 8% 0% 8%;
	position: relative;
}
.contact-row {
	padding: 0px 70px 0px;
}
.contact-head {
	padding: 0px 0px 50px;
    position: relative;
	overflow: hidden;
}
.contact-head h1 {
	font-size: 80px;
    padding: 0px 0px 0px;
    text-align: left;
    /* top: 0; */
    /* left: 0; */
    /* transform: translate(0%,30%); */
    opacity: .04;
    text-transform: uppercase;
    margin: 0;
}
.contact-head h2 {
	font-size: 45px;
    padding: 0px 0px 0px;
    text-align: left;
    color: #092391;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: -8%;
    position: relative;
}
.location-block {
	padding: 50px 145px 50px 30px;
    margin-right: 50px;
    margin-bottom: 60px;
	box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.10);
	position: relative;
}
.location-block:after {
	content: '\f041';
    font-family: fontAwesome;
    position: absolute;
    top: -30px;
    right: -30px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 40px;
    background: #092391;
    color: #ffffff;
    border-radius: 50%;
}
.location-block h4 {
	font-size: 20px;
    padding: 10px 0px 0px;
    text-align: left;
    color: #092391;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
	transition: all 0.3s ease;
	cursor: pointer;
}
.location-block h4:hover {
	color: #f6d806;
}
.location-block .address {
	font-size: 15px;
    line-height: 30px;
    padding: 20px 0px 20px;
    color: #313131;
    text-align: justify;
}
.contact-block {
	padding: 30px 60px 30px 30px;
    margin-right: 50px;
	box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.10);
	position: relative;
}
.contact-block:after {
	content: '\f041';
    font-family: fontAwesome;
    position: absolute;
    top: -30px;
    right: -30px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 40px;
    background: #092391;
    color: #ffffff;
    border-radius: 50%;
}
.contact-block h4 {
	font-size: 20px;
    padding: 10px 0px 0px;
    text-align: left;
    color: #092391;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}
.contact-block .email {
	font-size: 15px;
    line-height: 30px;
    padding: 15px 0px 20px;
    color: #092391;
    text-align: justify;
}
.contact-block .email span {
	padding: 0px 2px 0px;
    display: block;
    color: #313131;
}
.contact-block .contact-no {
	font-size: 15px;
    line-height: 30px;
    padding: 5px 0px 10px;
    color: #092391;
    text-align: justify;
}
.contact-block .contact-no span {
	padding: 0px 2px 0px;
    display: block;
    color: #313131;
}
.form-block {
	padding: 40px 60px 30px 30px;
    margin-left: 40px;
	box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.10);
	position: relative;
}
.form-head {
	padding: 0px 0px 30px;
}
.form-head h3 {
	font-size: 30px;
    padding: 0px 0px 0px;
    text-align: left;
    color: #092391;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}
.contact-form {
    padding: 30px 0px 20px;
}
.form-group {
    margin-bottom: 20px;
}
.contact-form input, .contact-form textarea {
    width: 100%;
    height: 35px;
	font-size: 15px;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #efefef;
    outline: none;
}
.contact-form textarea {
    height: 60px;
    resize: none;
}
.contact-form .form-btn {
    font-size: 18px;
    padding: 10px 25px;
	margin-left: 10px;
    text-align: center;
    background: #f6d806;
    color: #ffffff;
    display: inline-block;
    text-transform: capitalize;
    border: 2px solid #f6d806;
	border-radius: 0;
    box-shadow: 2px 4px 10px -2px rgba(246, 216, 6, 0.60);
    text-decoration: none;
    transition: all 0.5s ease;
	transform: skew(-15deg);
}
.contact-form .form-btn:hover {
    color: #ffffff;
    background: #092391;
    border: 2px solid #092391;
    box-shadow: 2px 4px 10px -2px rgba(246, 216, 6, 0.60);
}

				/* ========== Gallery page CSS ========== */
				
.gallery-section {
	padding: 6% 0% 4%;
	position: relative;
}
.gallery-row {
	padding: 0px 70px 0px;
}
.gallery-head {
	padding: 0px 0px 50px;
	position: relative;
	overflow: hidden;
}
.gallery-head h1 {
	font-size: 100px;
	padding: 0px 0px 0px;
    text-align: center;
    /* top: 0; */
    /* left: 0; */
    /*transform: translate(0%,30%);*/
    opacity: .04;
    text-transform: uppercase;
	margin: 0;
}
.gallery-head h2 {
	font-size: 45px;
    padding: 0px 0px 0px;
    text-align: center;
    color: #092391;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: -5%;
	position: relative;
}
.product-list {
    padding: 10px 0px 10px;
}
.product-list ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.product-list ul li {
    list-style: none;
    width: 15%;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    font-size: 16px;
    text-align: center;
    background: #eeeeee;
    color: #504438;
    font-weight: 500;
    text-transform: capitalize;
    cursor: pointer;
}
.product-list ul li:hover, .product-list ul li.active {
    background: #092391;
    color: #ffffff;
}
.product-wrap-box {
    padding: 50px 0px 20px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: hidden;
}
.product-wrap-box .box {
    width: 24%;
    height: 200px;
    text-align: center;
    /* float: left; */
    box-sizing: border-box;
    margin-top: 10px;
    margin-right: 10px;
    overflow: hidden;
    border: 1px solid #f3f3f3;
    position: relative;
}
.product-wrap-box .box a {
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0px;
    transition: all 0.5s ease-in;
	transform: scale(0.5);
    visibility: hidden;
    opacity: 0;
	background-color: #04040491;
}
.product-wrap-box .box:hover a {
	transform: scale(1);
    visibility: visible;
    opacity: 1;
}
.product-wrap-box .box a i {
	font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    transition: all 0.5s ease-in;
}
.product-wrap-box .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: .75s;
}
.for-gallery-btn {
	padding: 0% 0% 8%;
	position: relative;
}
.gallery-btn-row {
	padding: 0px 70px 0px;
}
.gallery-btn {
    padding: 20px 20px 0px;
    text-align: right;
    position: relative;
}
.gallery-btn a {
	font-size: 18px;
    padding: 10px 20px;
    text-align: center;
    background: #f6d806;
    color: #ffffff;
    display: inline-block;
    text-transform: capitalize;
    border: 2px solid #f6d806;
    box-shadow: 2px 4px 10px -2px rgba(246, 216, 6, 0.60);
    text-decoration: none;
    transition: all 0.5s ease;
	transform: skew(-15deg);
}
.gallery-btn a:hover {
    color: #ffffff;
    background: #092391;
    border: 2px solid #092391;
    box-shadow: 2px 4px 10px -2px rgba(246, 216, 6, 0.60);
}

				/* ========== About PCA page CSS ========== */
				
.abt-intro-1 {
	padding: 8% 0% 6%;
	position: relative;
}
.abt-intro-row {
	padding: 0px 70px 0px;
}
.abt-intro-head {
	padding: 30px 0px 0px;
}
.abt-intro-head h2 {
	font-size: 32px;
    padding: 0px 10px 0px;
    text-align: left;
    color: #092391;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.30);
}
.abt-intro-info {
	font-size: 15px;
    line-height: 40px;
    padding: 10px 10px 10px;
    color: #333;
    text-align: justify;
}
.abt-intro-info span {
	display: block;
    padding: 10px 0px 0px;
    color: #555;
}
.abt-intro-2 {
	background-image: url(../images/abt-intro-bg-2.jpg);
	min-height: 300px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.abt-intro-2 .opacity {
	padding: 8% 0% 8%;
    background: rgba(0,0,0,0.50);
    color: #FFF;
}
.abt-intro-2 .abt-intro-head h2 {
	font-size: 32px;
    padding: 0px 10px 0px;
    text-align: left;
    color: #ffc107;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.30);
}
.abt-intro-2 .abt-intro-info {
	font-size: 15px;
    line-height: 40px;
    padding: 10px 10px 10px;
    color: #ffffff;
    text-align: justify;
}
.abt-intro-3 {
	padding: 6% 0% 4%;
	position: relative;
	background: #fafafa;
}
.abt-intro-4 {
	padding: 2% 0% 8%;
	position: relative;
}
.abt-programs {
	padding: 8% 0% 8%;
    position: relative;
}
.abt-programs-row {
	padding: 0px 70px 0px;
}
.programs-head {
	padding: 30px 0px 0px;
}
.programs-head h2 {
	font-size: 32px;
    padding: 0px 0px 0px;
    text-align: left;
    color: #092391;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}
.programs-info {
	font-size: 15px;
    line-height: 40px;
    padding: 0px 5px 40px;
    color: #333;
    text-align: justify;
}
.cele-block {
	padding: 40px 50px 50px;
	position: relative;
	box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.30);
	transition: all 400ms ease-out;
	overflow: hidden;
}
.cele-block:hover .hovr {
    top: 0px;
}
.cele-block .hovr {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #092391;
    transition: all 400ms ease-out;
	z-index: -1;
}
.cele-block:hover {
	box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.15);
}
.cele-icon {
	margin-bottom: 20px;
}
.cele-no {
	display: block;
    position: absolute;
    color: #f8f8f8;
    font-size: 100px;
    line-height: 1;
    top: 10px;
    right: 15px;
    font-weight: 600;
	z-index: -2;
}
.cele-block:hover .cele-no {
	opacity: 0;
}
.cele-head {
	padding: 0px 0px 20px;
}
.cele-head h3 {
	font-size: 22px;
    padding: 0px 0px 0px;
    text-align: center;
    color: #092391;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
	transition: all 400ms ease-out;
}
.cele-block:hover .cele-head h3 {
	color: #ffffff;
}
.cele-info {
	font-size: 14px;
    line-height: 35px;
    padding: 5px 5px 5px;
    color: #333;
    text-align: justify;
	transition: all 400ms ease-out;
}
.cele-block:hover .cele-info {
	color: #ffffff;
}

				/* ========== Trustee page CSS ========== */

.banner-section {
    position: relative;
}
.banner-section .opacity {
}
.banner-row {
	padding: 0px 70px 0px;
}
.trustee-section {
	padding: 5% 0% 8%;
	position: relative;
}
.trustee-row {
	padding: 0px 70px 0px;
}
.trustee-section-head {
	padding: 0px 0px 50px;
    position: relative;
	overflow: hidden;
}
.trustee-section-head h1 {
	font-size: 100px;
	padding: 0px 0px 0px;
    text-align: center;
    /* top: 0; */
    /* left: 0; */
    /*transform: translate(0%,30%);*/
    opacity: .04;
    text-transform: uppercase;
	margin: 0;
}
.trustee-section-head h2 {
	font-size: 45px;
    padding: 0px 0px 0px;
    text-align: center;
    color: #092391;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: -5%;
	position: relative;
}
.photo-grid {
	padding: 20px 10px 20px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.photo-grid .photo-block {
	width: 22%;
    height: auto;
    text-align: center;
    box-sizing: border-box;
    margin: 10px 15px 30px;
    border-radius: 5px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.40);
	transition: .5s;
}
.photo-grid .photo-block:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.40);
}
.trustee-img {
}
.trustee-head {
	padding: 20px 0px 20px;
}
.trustee-head h3 {
	font-size: 16px;
    padding: 0px 0px 10px;
    text-align: center;
    color: #131313;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
}
.trustee-head h5 {
	font-size: 14px;
    padding: 0px 0px 0px;
    text-align: center;
    color: #131313;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
}
.number-list {
	padding: 0;
    margin: 0;
    list-style: none;
}
.number-list li {
	font-size: 14px;
    margin-bottom: 10px;
    color: #504438;
}
.number-list li:last-child {
	margin-bottom: 20px;
}

				/* ========== Committee page CSS ========== */

.committee-section-1 {
	padding: 5% 0% 8%;
	position: relative;
}
.committee-row {
	padding: 0px 70px 0px;
}
.committee-head {
	padding: 0px 0px 50px;
    position: relative;
	overflow: hidden;
}
.committee-head h1 {
	font-size: 100px;
	padding: 0px 0px 0px;
    text-align: center;
    /* top: 0; */
    /* left: 0; */
    /*transform: translate(0%,30%);*/
    opacity: .04;
    text-transform: uppercase;
	margin: 0;
}
.committee-head h2 {
	font-size: 45px;
    padding: 0px 0px 0px;
    text-align: center;
    color: #092391;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: -5%;
	position: relative;
}
.committee-list {
}
.committee-table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
}
.committee-table tr {
    border: 1px solid #ddd;
    padding: 5px;
}
.committee-table th {
    font-size: 16px;
	padding: 5px 5px 5px;
	line-height: 30px;
    letter-spacing: 0px;
	text-align: center;
    text-transform: uppercase;
    background-color: #286090;
    color: #ffffff;
}
.committee-table td {
    font-size: 14px;
	padding: 5px;
	line-height: 30px;
    text-align: center;
    border-left: 1px solid #ddd;
    text-transform: capitalize;
}
@media (max-width: 768px) {
	
}
.committee-section-2 {
	padding: 8% 0% 8%;
	position: relative;
    background: #f2f2f2;
    clip-path: polygon(0 80px, 100% 0, 100% 95%, 0 100%);
}

				/* ========== Milap page CSS ========== */
								
.milap-banner-section {
	background-image: url(../images/milap-banner.jpg);
	min-height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.milap-banner-section .opacity {
	padding: 12% 0% 12%;
    background: rgba(0, 0, 0, 0.10);
    color: #FFF;
}
.milap-intro-section {
	padding: 6% 0% 8%;
    position: relative;
}
.milap-intro-row {
	padding: 0px 70px 0px;
}
.milap-intro-head {
	padding: 0px 0px 50px;
	position: relative;
	overflow: hidden;
}
.milap-intro-head h1 {
	font-size: 90px;
	padding: 0px 0px 0px;
    text-align: center;
    /* top: 0; */
    /* left: 0; 
    transform: translate(0%,30%);*/
    opacity: .04;
    text-transform: uppercase;
	margin: 0;
}
.milap-intro-head h2 {
	font-size: 45px;
    padding: 0px 0px 0px;
    text-align: center;
    color: #092391;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: -5%;
	position: relative;
}
.milap-intro {
}
.milap-intro .info {
	font-size: 15px;
    line-height: 40px;
    padding: 10px 10px 10px;
    color: #333;
    text-align: justify;
}
.milap-page-btn {
	padding: 30px 0px 10px; text-align:center;
}
.milap-page-btn a {
	font-size: 18px;
    padding: 10px 20px;
    text-align: center;
    background: #f6d806;
    color: #ffffff;
    display: inline-block;
    text-transform: capitalize;
    border: 2px solid #f6d806;
    box-shadow: 2px 4px 10px -2px rgba(246, 216, 6, 0.60);
    text-decoration: none;
    transition: all 0.5s ease;
	transform: skew(-15deg);
}
.milap-page-btn a:before {
	content: '\f232';
    font-family: fontAwesome;
    padding: 5px 5px;
    font-size: 20px;
    margin-right: 20px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
    font-weight: 500;
    transform: rotate(0deg);
}
.milap-page-btn a:hover {
    color: #ffffff;
    background: #092391;
    border: 2px solid #092391;
    box-shadow: 2px 4px 10px -2px rgba(246, 216, 6, 0.60);
}
.milap-slider-section {
	padding: 8% 0% 8%;
    background-image: url(../images/milap-slider-bg.jpg);
    min-height: 300px;
    /* background-position: center center; */
    /* background-repeat: no-repeat; */
    background-size: contain;
    position: relative;
}
.milap-slider-row {
	padding: 0px 70px 0px;
}
.milap-slider {
	position: relative;
    width: 100%;
    top: 0%;
}
.milap-slide {
	position: relative;
	width: 100%;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.55);
}
.milap-slide .carousel-item {
}
.milap-slide .milap-image {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.milap-slide .milap-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.milap-slider-info {
}
.milap-slider-info .info {
	font-size: 15px;
    line-height: 3rem;
    padding: 1px 40px 0px 20px;
    color: #333;
    text-align: justify;
}
.milap-slider-btn {
	padding: 30px 0px 10px;
	text-align: center;
}
.milap-slider-btn a {
	font-size: 18px;
    padding: 10px 20px;
    text-align: center;
    background: #f6d806;
    color: #ffffff;
    display: inline-block;
    text-transform: capitalize;
    border: 2px solid #f6d806;
    box-shadow: 2px 4px 10px -2px rgba(246, 216, 6, 0.60);
    text-decoration: none;
    transition: all 0.5s ease;
	transform: skew(-15deg);
}
.milap-slider-btn a:before {
	content: '\f019';
    font-family: fontAwesome;
    padding: 5px 5px;
    font-size: 20px;
    margin-right: 20px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
    font-weight: 500;
    transform: rotate(0deg);
}
.milap-slider-btn a:hover {
    color: #ffffff;
    background: #092391;
    border: 2px solid #092391;
    box-shadow: 2px 4px 10px -2px rgba(246, 216, 6, 0.60);
}

				/* ========== Social Activities page CSS ========== */
				
.social-banner-section {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.social-banner-row {
}
.social-sections {
	padding: 6% 0% 8%;
    position: relative;
}
.social-section-head {
	padding: 0px 0px 50px;
	position: relative;
	overflow: hidden;
}
.social-section-head h1 {
	font-size: 100px;
	padding: 0px 0px 0px;
    text-align: center;
    /* top: 0; */
    /* left: 0; 
    transform: translate(0%,30%);*/
    opacity: .04;
    text-transform: uppercase;
	margin: 0;
}
.social-section-head h2 {
	font-size: 45px;
    padding: 0px 0px 0px;
    text-align: center;
    color: #092391;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: -5%;
	position: relative;
}
.social-section {
	min-height: 550px;
    background-repeat: no-repeat;
    position: relative;
}
.social-section .opacity {
	/*padding: 12% 0% 12%;*/
    background: rgba(0, 0, 0, 0.00);
    color: #FFF;
	min-height: 550px;
}
.social-bg-1 {
	background-image: url(../images/social-bg-1.jpg);
    background-size: 50%;
    background-position: left;
}
.social-bg-1 .social-data-1 {
	padding: 0px 0px 20px 40px;
}
.social-bg-1 .social-head {
	padding: 0px 0px 20px;
}
.social-bg-2 {
	background-image: url(../images/social-bg-2.jpg);
    background-size: 50%;
    background-position: right;
}
.social-bg-3 {
	background-image: url(../images/social-bg-3.jpg);
    background-size: 50%;
    background-position: left;
}
.social-bg-4 {
	background-image: url(../images/social-bg-4.jpg);
    background-size: 50%;
    background-position: right;
}
.social-row {
	padding: 0px 70px 0px;
}
.social-data-1 {
	padding: 20px 0px 20px 40px;
}
.social-data-2 {
	padding: 20px 40px 20px 0px;
}
.social-head {
	padding: 30px 0px 20px;
}
.social-head h3 {
	font-size: 22px;
    padding: 0px 0px 0px;
    text-align: left;
    color: #092391;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}
.social-info {
	font-size: 14px;
    line-height: 33px;
    padding: 0px 0px 20px 0px;
    color: #333;
    text-align: justify;
}
.social-info span {
	padding: 5px 0px 0px;
    display: block;
    font-weight: 600;
}
.social-info ul {
	margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    /* text-align: center; */
    /* overflow: hidden; */
    /* width: 100%; */
    position: relative;
}
.social-info ul li {
	font-size: 14px;
    padding: 5px 10px 0px;
    width: 50%;
    text-align: left;
    float: left;
    /* color: #ffffff; */
    position: relative;
}
				/* ========== Venue booking page CSS ========== */
				
.venue-banner-section {
	padding: 8% 0% 6%;
    position: relative;
}
.venue-banner-section .opacity {
    background: rgba(0, 0, 0, 0.0);
    color: #FFF;
}
.venue-banner-row {
	padding: 0px 70px 0px;
	position: relative;
	box-sizing: border-box;
}
.venue-slider {
	padding: 20px 10px 20px;
	position: relative;
}
.venue-slider .next {
	position: absolute;
	top: 50%;
	right: -10px;
	font-size: 20px;
	color: #092391;
	cursor: pointer;
}
.venue-slider .prev {
	position: absolute;
	top: 50%;
	left: -10px;
	font-size: 20px;
	color: #092391;
	cursor: pointer;
}
.slider-wrap {
	width: 100%;
	padding: 10px 0px 10px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.venue-slide {
	width: 350px;
	height: auto;
	margin: 0px 10px;
	display: inline-block;
	border-radius: 5px;
	background:#C9C;
	box-shadow: 4px 4px 5px -1px rgba(0,0,0,0.20);
}
.venue-slide  img {
    width: 100%;
	border-radius: 5px;
    object-fit: cover;
}
.venue-table-section {
	padding: 0% 0% 8%;
    position: relative;
}
.venue-table-row {
	padding: 0px 70px 0px;
	position: relative;
	box-sizing: border-box;
}
.venue-table-head {
	padding: 0px 0px 50px;
	position: relative;
	overflow: hidden;
}
.venue-table-head h1 {
	font-size: 100px;
	padding: 0px 0px 0px;
    text-align: center;
    /* top: 0; */
    /* left: 0; 
    transform: translate(0%,30%);*/
    opacity: .04;
    text-transform: uppercase;
	margin: 0;
}
.venue-table-head h2 {
	font-size: 45px;
    padding: 0px 0px 0px;
    text-align: center;
    color: #092391;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: -5%;
	position: relative;
}
.tariff-table {
}
.tariff-table .venue-table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
}
.tariff-table .venue-table tr {
    border: 1px solid #ddd;
    padding: 0px;
}
.tariff-table .venue-table th {
    font-size: 16px;
    padding: 5px 5px 5px;
	line-height: 30px;
    background: #f2f2f2;
    color: #092391;
    text-transform: capitalize;
    text-align: center;
    border: 1px solid #ddd;
}
.tariff-table .venue-table tbody th {
    background: none;
}
.tariff-table .venue-table td {
    font-size: 14px;
    line-height: 30px;
    padding: 0px 5px 0px;
    text-align: justify;
    color: #000000;
    border: 1px solid #ddd;
}
@media (max-width: 768px) {

}


.downsec {   
    background-color: #e1e1e1;
    background-image: url(https://www.transparenttextures.com/patterns/cream-pixels.png);
}

.downsec li{
    list-style-type:none; 
    display: inline-block;
    padding: 10px 20px;
	background: #092391;
    border: 1px solid #092391;    
    border-radius: 15px;
	float: left;
    margin-left: 29px;
}
		 		
.downsec li a{
    text-decoration: none;
    color:#ffff; 
}
				
.downsec a:before {
	/* content: '\f232'; */
    font-family: fontAwesome;
    /*padding: 5px 5px;*/
    font-size: 20px;
    margin-right: 20px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
    font-weight: 500;
    transform: rotate(0deg);
}
.downsec a:hover {
    color: #ffa600;
   /* background: #092391;
    border: 1px solid #092391;
    padding: 10px 10px;
   border-radius: 15px;
   box-shadow: 2px 4px 10px -2px rgba(246, 216, 6, 0.60); */

}

.downh5 {/*padding: 10px 0px 10px;*/}

.downbtn {padding: 10px 0px 20px;}


 .downh5 h5{
    padding-top:10px;
    text-align:right;
    float:left
    
 }




 /*Sentence*/

.sentence {
    color: #222;
    font-size: 16px;
    font-weight: 800;


  }
  
  
  /*Wrapper*/
  
  .wrapper {
    /* background-color: ; */
    /* font-family: 'Cabin', sans-serif; */
    margin: 35px auto;
    padding: 0px 0px;
    position: relative;
    width: 100%; 

  }
  
  
  /*Vertical Sliding*/
  
  .slidingVertical {
    display: inline;
    text-indent: 14px;
  }
  
  .slidingVertical span {
    animation: topToBottom 15s linear infinite 0s;
    -ms-animation: topToBottom 15s linear infinite 0s;
    -webkit-animation: topToBottom 15s linear infinite 0s;
    color: #092391;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
  }
  
  .slidingVertical span:nth-child(2) {
    animation-delay: 2.5s;
    -ms-animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s;
  }
  
  .slidingVertical span:nth-child(3) {
    animation-delay: 5s;
    -ms-animation-delay: 5s;
    -webkit-animation-delay: 5s;
  }
  
  .slidingVertical span:nth-child(4) {
    animation-delay: 7.5s;
    -ms-animation-delay: 7.5s;
    -webkit-animation-delay: 7.5s;
  }
  
  .slidingVertical span:nth-child(5) {
    animation-delay: 10s;
    -ms-animation-delay: 10s;
    -webkit-animation-delay: 10s;
  }
  .slidingVertical span:nth-child(6) {
    animation-delay: 12.5s;
    -ms-animation-delay: 12.5s;
    -webkit-animation-delay: 12.5s;
  }
  
  
  
  /*topToBottom Animation*/
  
  @-moz-keyframes topToBottom {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 0;
      -moz-transform: translateY(-50px);
    }
    10% {
      opacity: 1;
      -moz-transform: translateY(0px);
    }
    25% {
      opacity: 1;
      -moz-transform: translateY(0px);
    }
    30% {
      opacity: 0;
      -moz-transform: translateY(50px);
    }
    80% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  
  @-webkit-keyframes topToBottom {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 0;
      -webkit-transform: translateY(-50px);
    }
    10% {
      opacity: 1;
      -webkit-transform: translateY(0px);
    }
    25% {
      opacity: 1;
      -webkit-transform: translateY(0px);
    }
    30% {
      opacity: 0;
      -webkit-transform: translateY(50px);
    }
    80% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  
  @-ms-keyframes topToBottom {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 0;
      -ms-transform: translateY(-50px);
    }
    10% {
      opacity: 1;
      -ms-transform: translateY(0px);
    }
    25% {
      opacity: 1;
      -ms-transform: translateY(0px);
    }
    30% {
      opacity: 0;
      -ms-transform: translateY(50px);
    }
    80% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  
  
  /*Vertical Flip*/
  
  .verticalFlip {
    display: inline;
    text-indent: 14px;
  }
  
  .verticalFlip span {
    animation: vertical 12.5s linear infinite 0s;
    -ms-animation: vertical 12.5s linear infinite 0s;
    -webkit-animation: vertical 12.5s linear infinite 0s;
    color: #092391;
    opacity: 0;
    overflow: hidden;
    position: absolute;
  }
  
  .verticalFlip span:nth-child(2) {
    animation-delay: 2.5s;
    -ms-animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s;
  }
  
  .verticalFlip span:nth-child(3) {
    animation-delay: 5s;
    -ms-animation-delay: 5s;
    -webkit-animation-delay: 5s;
  }
  
  .verticalFlip span:nth-child(4) {
    animation-delay: 7.5s;
    -ms-animation-delay: 7.5s;
    -webkit-animation-delay: 7.5s;
  }
  
  .verticalFlip span:nth-child(5) {
    animation-delay: 10s;
    -ms-animation-delay: 10s;
    -webkit-animation-delay: 10s;
  }
  
  
  /*Vertical Flip Animation*/
  
  @-moz-keyframes vertical {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 0;
      -moz-transform: rotateX(180deg);
    }
    10% {
      opacity: 1;
      -moz-transform: translateY(0px);
    }
    25% {
      opacity: 1;
      -moz-transform: translateY(0px);
    }
    30% {
      opacity: 0;
      -moz-transform: translateY(0px);
    }
    80% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  
  @-webkit-keyframes vertical {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 0;
      -webkit-transform: rotateX(180deg);
    }
    10% {
      opacity: 1;
      -webkit-transform: translateY(0px);
    }
    25% {
      opacity: 1;
      -webkit-transform: translateY(0px);
    }
    30% {
      opacity: 0;
      -webkit-transform: translateY(0px);
    }
    80% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  
  @-ms-keyframes vertical {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 0;
      -ms-transform: rotateX(180deg);
    }
    10% {
      opacity: 1;
      -ms-transform: translateY(0px);
    }
    25% {
      opacity: 1;
      -ms-transform: translateY(0px);
    }
    30% {
      opacity: 0;
      -ms-transform: translateY(0px);
    }
    80% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }

  .venus_list ul {
   display:flex; 
   justify-content: center;
  }
  .venus_list ul li{
    padding-right: 35px;
  }

  @media screen and (max-width: 600px) {
    .memshp-data .mbship-head {
        padding: 70px 0px 30px;
    }
    .milap-data .milap-form{
        padding: 20px 0px 70px;
    }
    .fbytWrap {
        padding: 0px 10px 0px;
    }
    .sub-menu li a{
        color:#fff!important;
    }
    .venus_list ul{
        display: block;
    }
  }