


/* Table of Content
==================================================
	#Homepage Styles
	#Page Styles
	#Media Queries
	#Font-Face */
html, body, #wrapper {
 height: 100%;
 font-family: "Google Sans", sans-serif;
 } 

body > #wrapper {height: auto; min-height: 100%; background:#fff ;
	}
body
#main{
	  width:100%;
	  padding:0;
	  margin:0 auto;
	  padding-top: 55px;
}
*{
	padding:0;
	margin:0;
}

table{
	width: 100%;
}
table, th, td {
    border: 1px solid #1a5f80;
    border-collapse: collapse;    
}
th, td {
    padding: 10px;
    font-size: 16px;
    font-family: "Google Sans", sans-serif;
    text-align: center;
}
th {
    background-color: #104660;
    color: #fff;
}

a{
	cursor: pointer;
}

p{
	font-family: "Google Sans", sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	padding: 0 0 15px 0;
}

/* #Grid system
================================================== */
.container{
	width:1170px;
	margin:0 auto;
	}
.container:before, .container:after, .row:before, .row:after{
	content:"";
	display:table;
	}
.container:after, .row:after{clear:both;}
.row{
	margin-left:-10px;
	margin-right:-10px;
	}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
	position:relative;
	min-height:1px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	}

.col-sm-12{width:100%;}
.col-sm-11{width:91.66666667%;}
.col-sm-10{width:83.33333333%;}
.col-sm-9{width:75%;}
.col-sm-8{width:66.66666667%;}
.col-sm-7{width:58.33333333%;}
.col-sm-6{width:50%;}
.col-sm-5{width:41.66666667%;}
.col-sm-4{width:33.33333333%;}
.col-sm-3{width:25%;}
.col-sm-2{width:16.66666667%;}
.col-sm-1{width:8.33333333%;}
.flt-right { float: right; }
.flt-left { float: left; }

.clr{
	clear:both;
	}

/* =Header
-------------------------------------------------------------- */
header {
	width: 100%;
	position: fixed;
	top:0px;
	left: 0;
	z-index: 999;
	padding:1% 6% 0.5% 7%;
	background:#fff;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}
header .logo {
	width:15%;
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding:5px 0 0 0;
}
header nav {
	display: inline-block;
	float: right;
	padding: 0% 0% 0% 0%;
	background-color: transparent;
	margin-top: 5px;
	width: 68%;
}
header.smaller {
	top:0;
	background-color: transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background:#fff;
	padding: 1% 6% 0.5% 7%;
}
header.smaller .logo {
	width:14%;
}
header.smaller nav {
	display: inline-block;
	float: left;
	padding:0% 0% 0% 7%;
	margin-top: 1.5%;
}

.contain_90{
	width: 90%;
	margin: 0 auto;
}
.heading{
	position: relative;
	font-size: 80px;
    font-weight: 500;
    font-family: "Bebas Neue", sans-serif;
    color: #000;
    line-height: 0.9em;
    letter-spacing: 2px;
}
.heading:before {
	position: absolute;
    content: "";
    display: block;
    background-color: #e91a4c;
    width: 80px;
    height: 7px;
    top: -20px;
}

.btn_link a {
	display: flex;
    align-items: center;
}
.btn_link a .link_txt {
	font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #000;
    font-family: "Bebas Neue", sans-serif;
    padding: 5px 15px;
    border: 1px solid #c0c0c0;
    transition: all 0.3s;
}
.btn_link a:hover .link_txt {
	background: #000;
	color: #fff;
}
.btn_link a .link_arrow{
	display: flex;
    align-items: center;
    background: #e91a4c;
    height: 35px;
    padding: 10px 5px;
}
.btn_link a .link_arrow i {
    color: #fff;
    font-size: 18px;
}

section.header{
	width: 100%;
	position: fixed;
	top:0px;
	left: 0;
	z-index: 999;
	padding: 1rem 0;
	background:#fff;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}
section.header .inner_container{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
}
section.header .inner_container .logo_txt{
	font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.1em;
    font-family: "Google Sans", sans-serif;
}
section.header .inner_container .btns {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
section.header .inner_container .btns .img_box {
    padding: 0 0 0 10px;
}
section.header .inner_container .btns .img_box img{
    width: 100px;
}
section.header .inner_container .btns .enquire_now a{
	font-size: 16px;
    font-weight: 500;
    padding: 5px 15px;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 0.1em;
    background-color: #e91a4c;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s ease;
}

section.hero_video{
    position: relative;
}
section.hero_video .item_box img{
	width: 100%;
}
section.hero_video .video_wrapper.youtube_video_wrapper{
	width: 100%;
	height: 56vw;
	user-select: none;
	pointer-events: none;
}
section.hero_video .overlay_text{
    position: absolute;
    right: 0;
    bottom: 5vw;
    background: #000;
    opacity: 0.8;
    padding: 2vw;
}
section.hero_video .overlay_text .title{
    font-size: 28px;
    font-weight: 500;
    font-family: "Google Sans", sans-serif;
    color: #fff;
    padding: 0 0 10px 0;
}
section.hero_video .overlay_text .sub_title{
    font-size: 21px;
    font-family: "Google Sans", sans-serif;
    color: #fff;
}

section.ambition_lives{
	padding: 10vw 0;
}

section.parallax{
	position: relative;
	height: 300px;
	background-color: #e91a4c;
    color: #fff;
    overflow: hidden;
}
section.parallax .parallax_img{
	width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    height: 100%;
}

section.start_here{
	padding: 5vw 0;
	margin: 0 0 0 5vw;
}
section.start_here .inner_container{
	display: flex;
	flex-wrap: wrap;
}
section.start_here .inner_container .left_sec{
	width: 28%;
}
section.start_here .inner_container .left_sec .inner_box{
	padding: 0 1vw 0 0;
}
section.start_here .inner_container .left_sec .heading:before{
	width: 280px;
}
section.start_here .inner_container .right_sec{
	width: 72%;
}
section.start_here .inner_container .right_sec .swiper {
    position: relative;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #b7b7b7;
}
section.start_here .swiper-button-prev,
section.start_here .swiper-button-next {
    width: 40px;
    height: 40px;
    padding: 10px;
    background: #e91a4c; 
    color: #fff; 
    transform: translateY(-50%);
    transition: all 0.3s;
}
section.start_here .swiper-button-prev:hover,
section.start_here .swiper-button-next:hover {
	background: #000;
	border: 1px solid #e91a4c;
}	
section.start_here .swiper-button-prev {
    left: auto;
    right: 45px;
}
section.start_here .swiper-button-next {
    right: 0;
}
section.start_here .swiper-button-prev::after {
    content: "❮";
    font-size: 24px;
    font-weight: 700;
}
section.start_here .swiper-button-next::after {
    content: "❯";
    font-size: 24px;
    font-weight: 700;
}
section.start_here svg{
	display: none;
}

section.student_living{
	background-color: #000;
	padding: 5vw 0;
}
section.student_living .inner_container .heading{
	color: #fff;
}
section.student_living .inner_container .heading:before{
	width: 280px;
}
section.student_living .inner_container p{
	color: #fff;
}
section.student_living .inner_container .student_living_boxes{
	display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
    padding: 20px 0;
}
section.student_living .inner_container .student_living_boxes .info_boxes{
	display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
    padding: 20px;
}
section.student_living .inner_container .student_living_boxes .info_boxes .icon{
	width: 40px;
}
section.student_living .inner_container .student_living_boxes .info_boxes img{
	width: 30px;
    filter: brightness(0) saturate(100%) invert(32%) sepia(87%) saturate(7289%) hue-rotate(337deg) brightness(94%) contrast(93%);
}
section.student_living .inner_container .student_living_boxes .info_boxes .txt{
	font-size: 16px;
    font-weight: 600;
    font-family: "Google Sans", sans-serif;
    width: calc(100% - 40px);
    color: #000;
}

section.stay_packages{
	padding: 5vw 0;
}
section.stay_packages .package_table{
    margin: 50px 0;
}
section.stay_packages .table_head,
.package_row{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    align-items: center;
}
section.stay_packages .table_head{
    padding: 15px 10px;
    border-bottom: 1px solid #e91a4c;
    color: #5f5f5f;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
section.stay_packages .package_row{
    padding: 20px 10px;
    border-bottom: 1px solid #e91a4c;
}
section.stay_packages .room_name{
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 21px;
    font-weight: 500;
    color: #000;
}
section.stay_packages .room_info span{
    display: block;
    font-size: 18px;
    color: #5f5f5f;
}
section.stay_packages .video_btn{
    width: 30px;
    height: 30px;
    background: #e91a4c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}
section.stay_packages .price{
    font-size: 24px;
    font-weight: 700;
    color: #000;
}
section.stay_packages .deposit{
    font-size: 21px;
    color: #000;
}
section.stay_packages .package_note{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
section.stay_packages .package_note span{
    padding: 15px 50px;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
section.stay_packages .gst{
    background: #e91a4c;
    color: #fff;
}
section.stay_packages .tenure{
    border: 1px solid #e91a4c;
    color: #e91a4c;
}

section.witty_experience{
	background: #000;
	padding: 5vw 0;
}
section.witty_experience .inner_container .heading{
	color: #fff;
}
section.witty_experience .inner_container .witty_experience_boxes{
	display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
    padding: 20px 0;
}
section.witty_experience .inner_container .witty_experience_boxes .info_boxes{
	background: #fff;
    padding: 50px 25px;
    position: relative;
}
section.witty_experience .inner_container .witty_experience_boxes .info_boxes:before{
	position: absolute;
    content: '';
    background: url(../images/diamond.png) no-repeat;
    background-size: contain;
    background-position: right top;
    width: 15px;
    height: 15px;
    right: 20px;
    top: 20px;
}
section.witty_experience .inner_container .witty_experience_boxes .info_boxes .title{
	font-size: 18px;
    font-weight: 500;
    padding: 15px 0;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 1px;
    color: #e91a4c;
}

section.nearby{
	padding: 5vw 0;
}
section.nearby .inner_container .stay_packages_swiper{
	 width: 100%;
    overflow: hidden;
}
section.nearby .inner_container .stay_packages_swiper .title{
	font-size: 80px;
    font-weight: 500;
    font-family: "Bebas Neue", sans-serif;
    color: #000;
    letter-spacing: 2px;
}
section.nearby .inner_container .stay_packages_swiper .nearby_boxes{
	display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}
section.nearby .inner_container .stay_packages_swiper .info_boxes{
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    background: #202022;
    padding: 20px;
}
section.nearby .inner_container .stay_packages_swiper .info_boxes .txt{
	font-size: 16px;
    font-weight: 500;
    font-family: "Google Sans", sans-serif;
    color: #fff;
    width: calc(100% - 50px);
}
section.nearby .inner_container .stay_packages_swiper .info_boxes .distance_txt{
	width: 50px;
	font-size: 18px;
	font-weight: 600;
	color: #e91a4c;
	letter-spacing: 1px;
	font-family: "Bebas Neue", sans-serif;
}

section.testimonials{
	background: #000;
	padding: 5vw 0;
}
section.testimonials .inner_container .heading{
	color: #fff;
	margin: 0 0 0 5vw;
}
section.testimonials .inner_container p{
	color: #fff;
	margin: 0 0 0 5vw;
}
section.testimonials .inner_container .testimonials_swiper {
    position: relative;
    margin: 2vw 0 0 30vw;
    overflow: hidden;
}
section.testimonials .swiper-button-prev,
section.testimonials .swiper-button-next {
    width: 40px;
    height: 40px;
    padding: 10px;
    background: #e91a4c; 
    color: #fff; 
    transform: translateY(-50%);
    transition: all 0.3s;
}
section.testimonials .swiper-button-prev:hover,
section.testimonials .swiper-button-next:hover {
	background: #000;
	border: 1px solid #e91a4c;
}	
section.testimonials .swiper-button-prev {
    left: auto;
    right: 45px;
}
section.testimonials .swiper-button-next {
    right: 0;
}
section.testimonials .swiper-button-prev::after {
    content: "❮";
    font-size: 24px;
    font-weight: 700;
}
section.testimonials .swiper-button-next::after {
    content: "❯";
    font-size: 24px;
    font-weight: 700;
}
section.testimonials svg{
	display: none;
}
section.testimonials .swiper-scrollbar {
    position: relative;
    margin-top: 25px;
    width: 100%;
    height: 2px;
    background: #383838;
    cursor: pointer;
}
section.testimonials.video_wrapper .swiper-scrollbar{
    position: absolute;
    bottom: 170px;
}
section.testimonials .swiper-scrollbar-drag {
    background: #fff;
    height: 1px;
}
section.testimonials .swiper-scrollbar-drag:active {
  cursor: grabbing;
}
section.testimonials .img_box{
    position: relative;
    overflow: hidden;
}
section.testimonials .img_box img{
    width:100%;
    display:block;
}
section.testimonials .play-btn{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #e91a4c;
    transition: .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.testimonials .play-btn span{
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 14px solid #fff;
    margin-left: 3px;
}
section.testimonials .video_venobox:hover .play-btn{
    background: #000;
    border: 1px solid #e91a4c;
}
section.testimonials .video_title {
	font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-family: "Google Sans", sans-serif;
    padding: 55px 25px 15px 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease;
}
section.testimonials .swiper-slide-active .video_title {
    opacity: 1;
    visibility: visible;
}

section.social_stories{
	padding: 5vw 0;
}
section.social_stories .inner_container .heading{
	margin: 0 0 0 5vw;
}
section.social_stories .inner_container .social_stories_swiper {
    position: relative;
    margin: 2vw 0 0 5vw;
    overflow: hidden;
}
section.social_stories .swiper-button-prev,
section.social_stories .swiper-button-next {
    width: 40px;
    height: 40px;
    padding: 10px;
    background: #e91a4c; 
    color: #fff; 
    transform: translateY(-50%);
    transition: all 0.3s;
}
section.social_stories .swiper-button-prev:hover,
section.social_stories .swiper-button-next:hover {
    background: #000;
    border: 1px solid #e91a4c;
}   
section.social_stories .swiper-button-prev {
    left: auto;
    right: 45px;
}
section.social_stories .swiper-button-next {
    right: 0;
}
section.social_stories .swiper-button-prev::after {
    content: "❮";
    font-size: 24px;
    font-weight: 700;
}
section.social_stories .swiper-button-next::after {
    content: "❯";
    font-size: 24px;
    font-weight: 700;
}
section.social_stories svg{
    display: none;
}
section.social_stories .swiper-scrollbar {
    position: relative;
    margin-top: 25px;
    width: 100%;
    height: 2px;
    background: #383838;
    cursor: pointer;
}
section.social_stories .swiper-scrollbar-drag {
    background: #fff;
    height: 1px;
}
section.social_stories .swiper-scrollbar-drag:active {
  cursor: grabbing;
}
/*section.social_stories .img_box{
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.social_stories .img_box img{
    width:100%;
    display:block;
}*/
/*section.social_stories .play-btn{
    position: absolute;
    width: 40px;
    height: 40px;
    background: #e91a4c;
    transition: .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.social_stories .play-btn span{
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 14px solid #fff;
    margin-left: 3px;
}
section.social_stories .video_venobox:hover .play-btn{
    background: #000;
    border: 1px solid #e91a4c;
}
*/

section.are_you{
	background-color: #202022;
	text-align: center;
	position: relative;
}
section.are_you .inner_container{
	display: flex;
    align-items: center;
    justify-content: center;
}
section.are_you .inner_container .img_box{
	position: relative;
}
section.are_you .inner_container .img_box img{
	width: 600px;
}
section.are_you .inner_container .btn_link a .link_txt {
	color: #000;
    background: #fff;
}
section.are_you .inner_container .overlay_text{
	position: absolute;
}
section.are_you .inner_container .overlay_text .heading{
	font-size: 120px;
    line-height: 0.9em;
	color: #fff;
}
section.are_you .inner_container .overlay_text .heading:before{
	display: none;
}
section.are_you .inner_container .overlay_text .btn_link a{
	display: flex;
	justify-content: center;
}

section.footer{
	padding: 5vw 0;
	background-color: #000;
}
section.footer .inner_container{
	display: flex;
    flex-wrap: wrap;
}
section.footer .inner_container .title{
	font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 0 25px;
    color: #fff;
    letter-spacing: 0.1em;
    font-family: "Google Sans", sans-serif;
}
section.footer .inner_container p{
	color: #fff;
    padding: 0 25px 20px 0;
}
section.footer .inner_container .hostels_info{
	padding: 0 20px;
	width: 40%;
}
section.footer .inner_container .contact_info{
	padding: 0 20px;
	width: 30%;
	border-left: 1px solid #ffffff80;
    border-right: 1px solid #ffffff80;
}
section.footer .inner_container .contact_info ul li{
	padding: 0 0 5px 0;
}
section.footer .inner_container .contact_info ul li a{
	font-size: 16px;
	color: #fff;
}
section.footer .inner_container .social_media_info{
	padding: 0 20px;
	width: 30%;
}
section.footer .inner_container .social_media_info .follow_us ul{
	display: flex;
}
section.footer .inner_container .social_media_info .follow_us ul li a{
	width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 50px;
    background: #fff;
    color: #000;
    margin: 0 10px 0 0;
    transition: all 0.3s;
}
section.footer .inner_container .social_media_info .follow_us ul li a:hover{
	background-color: #e91a4c;
	color: #fff;
}
section.footer .inner_container .social_media_info .logo_img{
    padding: 20px 0 0;
}
section.footer .inner_container .social_media_info .logo_img img{
    width: 100px;
}