@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
	scroll-behavior: smooth;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

p {
    margin-bottom: 0!important;
}


body {
	margin:0;
	padding:0;
	font-family:"arial",heletica,sans-serif;
	font-size:12px;
}



.body_bg {
	margin:0;
	padding:0;
	font-family:"arial",heletica,sans-serif;
	font-size:12px;
    background: #2980b9 url(../images/home-bg.jpg) repeat 0 0;
	-webkit-animation: 50s linear 0s normal none infinite animate;
	-moz-animation: 50s linear 0s normal none infinite animate;
	-ms-animation: 50s linear 0s normal none infinite animate;
	-o-animation: 50s linear 0s normal none infinite animate;
	animation: 50s linear 0s normal none infinite animate;
 
}
 
@-webkit-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 500px 0;}
}
 
@-moz-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 500px 0;}
}
 
@-ms-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 500px 0;}
}
 
@-o-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 500px 0;}
}
 
@keyframes animate {
	from {background-position:0 0;}
	to {background-position: 500px 0;}
}




.clear{
	clear:both;
}

.img{
	width:100%;
	display:block;
}

.v_a_img{
	vertical-align:middle;
}

hr{
	border:0.5px solid #f1f1f1;
}


.sticky-nav{
	position:sticky;
	top:55px;
	background-color: #fff;
	z-index: 99;
}




/*--------------------------------------------------------------
sticky
--------------------------------------------------------------*/


#navbar {
	overflow: hidden;

	background-color: #11213e;
	z-index: 99;
	width:95%;
	margin: 0 auto;
	max-width:1500px;
	border-radius: 15px;
}

#navbar a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 13px 9px;
  margin: 0px 7px;
  text-decoration: none;
  font-size:16px;
}

#navbar a:hover {
  color: #11213e;
  background-color: #bae9fd;
}

#navbar a.active {
  color: #fff;
  background-color: #07a6e3;
  /*border-bottom: 3px solid #07a6e3;*/
}

.content2 {
  padding: 1px;
}

.sticky {
  position: fixed;
  top: 98px;
  width: 100%;
}

.sticky + .content2 {
  padding-top: 0px;
}


/*--------------------------------------------------------------
bounce
--------------------------------------------------------------*/

.bounce {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	animation: bounce 25s infinite;
	-webkit-animation: bounce 10s infinite;
	-moz-animation: bounce 10s infinite;
	-o-animation: bounce 10s infinite;
}
 
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}



/*--------------------------------------------------------------
snip1361
--------------------------------------------------------------*/

.snip1361 {
  position: relative;
  overflow: hidden;
  min-width: 100%;
  max-width: 300px;
  width: 100%;
  color: #141414;
  text-align: left;
  line-height: 1.4em;
  font-size: 16px;
  border-radius:10%;

}
.snip1361 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;

}
.snip1361 img {
  max-width: 100%;
  vertical-align: top;
}


.snip1361 figcaption {
  position: absolute;
  top: calc(80%);
  width: 100%;
  background-color: #11213e;
  padding: 15px 25px 30px;
}
.snip1361 figcaption:before {
  position: absolute;
  content: '';
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: -webkit-linear-gradient(top, transparent 0%, #11213e 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #11213e 100%);
}
.snip1361 h3,
.snip1361 p {
  margin: 0 0 10px;
}
.snip1361 h3 {
  font-weight: 600;
  font-size: 1.4em;
  line-height: 1.2em;
  font-family:'Raleway', sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.snip1361 p {
  font-size: 0.9em;
  letter-spacing: 1px;
  opacity: 0.9;
  color: #fff;
}
.snip1361 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.snip1361:hover figcaption,
.snip1361.hover figcaption {
  top:335px;
}




/*--------------------------------------------------------------
bgggggggggggg moving
--------------------------------------------------------------*/

.example-box {
  background-image: linear-gradient(to bottom right, #bae9fd, #bae9fd);
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  color: white;
  font-family: sans-serif;
  font-weight: 200;
  z-index: 1;
}

.example-box * {
  z-index: 2;
}


.background-shapes {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 5076px;
  background-size: 100%;
  animation: 120s infiniteScroll linear infinite;
  background-repeat-x: repeat;
  background-image: url(https://cdn2.hubspot.net/hubfs/53/Pricing%202017%20Assets/marketing/Header_Circles-1.svg);
}

@-webkit-keyframes infiniteScroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -1692px, 0);
    transform: translate3d(0, -1692px, 0);
  }
}

@keyframes infiniteScroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -1692px, 0);
    transform: translate3d(0, -1692px, 0);
  }
}


/*--------------------------------------------------------------
home page
--------------------------------------------------------------*/


.banner_text2 h1{
	font-family:'Raleway', sans-serif;
	font-size:30px;
	font-weight:700;
	line-height: 130%;
	margin: 0;
	padding:0.5% 1%;
	color: #11213E;
}

.banner_text2 h2{
	font-family:'Raleway', sans-serif;
	font-size:30px;
	font-weight:700;
	line-height: 130%;
	margin: 0;
	padding:0.5% 1%;
	color: #11213E;
}

.banner_text h1{
	font-family:'Raleway', sans-serif;
	font-size:35px;
	font-weight:700;
	line-height: 150%;
	margin: 0;
	padding-top: 20%;
	color: #11213E;
	margin-bottom: 0!important;
}

.banner_text p{
    font-family:'Raleway', sans-serif;
    font-size:16px;
    font-weight:500;
    line-height: 150%;
    margin: 0;
    color: #000;
}

.servi_rd_more{
    width: 160px;
    float: left;
    margin:1% 1% 1% 0%;
}

.servi_rd_more_btn {
    width: 100%;
    padding: 5% 7%;
    font-size: 15px;
    text-align: center;
    font-family:'Poppins', sans-serif;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    border-radius:7px;
    border:1.5px solid #000;
    background-color: #000;
}

.servi_rd_more_btn:hover {
    background-color: #fff;
    color: #000;
    border:1.5px solid #000;
}


.who h1{
	font-family: 'Poppins', sans-serif;
	font-size:25px;
	font-weight:800;
	line-height:150%;
	color:#11213E;
	margin:0;
	padding-top: 7%;
	letter-spacing: 1px;
	margin: 0;
}


.who p{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#000;
	line-height:140%;
	text-align:justify;
	margin:2% 0%;
}



.who2 h1{
	font-family: 'Poppins', sans-serif;
	font-size:25px;
	font-weight:600;
	line-height:150%;
	margin:0;
	padding-top: 7%;
	color: #11213E;
	margin: 0;
}

.who2 p{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#000000;
	line-height:140%;
	text-align:justify;
	margin:2% 0%;
}



.hostel h1{
	font-family: 'Poppins', sans-serif;
	font-size:27px;
	font-weight:700;
	line-height:150%;
	color:#11213E;
	letter-spacing: 1px;
	padding: 1%;
	margin: 0!important;
}

.hostel h3{
	font-family: 'Poppins', sans-serif;
	font-size:27px;
	font-weight:700;
	line-height:150%;
	color:#11213E;
	letter-spacing: 1px;
	padding: 1%;
	margin: 0!important;
}

.hostel h2{
	font-family: 'Poppins', sans-serif;
	font-size:18px;
	font-weight:600;
	color:#000;
    padding: 1%;
    margin: 0!important;
}

.hostel h4{
	font-family: 'Poppins', sans-serif;
	font-size:20px;
	font-weight:600;
	color:#fff;
    padding: 1%;
    margin: 0!important;
}



.hostel p{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#000;
	line-height:140%;
	text-align:justify;
	padding: 1%;
	margin: 0!important;
}

.hostel h6{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#000000;
	line-height:140%;
	text-align:justify;
	padding: 1%;
	margin: 0!important;
}



.hostel h5{
	font-family: 'Poppins', sans-serif;
	font-size:15px;
	font-weight:400;
	color:#000;
	line-height:180%;
	text-align:justify;
	padding: 1%;
	margin: 0!important;
}

.f_col_sm9 {
    width:20%;
    margin:1%;
	float:left;
}

.f_col_sm99 {
    width:76%;
	margin:1%;
	float:left;
}


.icon-size{
	width:60px;
	float: none;
	margin: 0 auto;
}


.icon_text p{
	font-family: 'Poppins', sans-serif;
	font-size:17px;
	font-weight:500;
	color:#000;
	line-height:140%;
	text-align:left;
	padding: 2% 2% 1%;
	margin: 0!important;
}

.icon_text2 p{
	font-family: 'Poppins', sans-serif;
	font-size:17px;
	font-weight:500;
	color:#000000;
	line-height:140%;
	text-align:left;
	padding: 4% 2% 1%;
	margin: 0!important;
}

.icon_text3 p{
	font-family: 'Poppins', sans-serif;
	font-size:17px;
	font-weight:500;
	color:#000;
	line-height:140%;
	text-align:left;
	padding: 4% 2% 1%;
	margin: 0!important;
}

.shdw{
	box-shadow: rgba(0, 0, 0, 0.08) 0px 0.125rem 0.25rem;
}


.hostel_btn{
	width: 200px;
	float: right;
	margin:1% 1% 1% 1%;
}

.bttn1 {
	width: 100%;
	padding: 5% 7%;
	font-size: 15px;
	text-align: center;
	font-family:'Poppins', sans-serif;
	color: #11213E;
	text-decoration: none;
	cursor: pointer;
	font-weight: 500;
	border-radius:7px;
}

.bttn1:hover {
    background-color: #fff;
    color: #000;
}





.f_col_sm8 {
    width:11%;
    margin:1%;
	float:left;
}

.f_col_sm88 {
    width:85%;
	margin:1%;
	float:left;
}



.privacy_p h1{
	font-family: 'Poppins', sans-serif;
	font-size:22px;
	font-weight:800;
	line-height:150%;
	color:#000;
  letter-spacing: 1px;
  margin: 0;
  padding: 3% 1% 0%;
}


.privacy_p p{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#000;
	line-height:150%;
	text-align:justify;
	margin:2% 0%;
	padding: 0% 1%;
}

.privacy_p p span{
	font-weight:500;
	color:#000;
	line-height:150%;
}



/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

.top_main{
	width:100%;
	z-index: 999999;
    position: static;
}
.top{
	width:95%;
	margin:0 auto;
	max-width:1500px;
}

.top2{
	width:95%;
	margin:0 auto;
	max-width:1500px;
}

.top3{
	width:50%;
	margin:0 auto;
	max-width:1500px;
}


.logo{
	width:157px;
	float:left;
	margin:1.5% 1% 0.5%;
}

.top_right{
	width:690px;
	float:right;
}

.navbarrr{
	width:485px;
	float: left;
	margin: 0% 0% 0%;
}

.call_em{
	width:530px;
	float:left;
	margin:0% 1%;
}

.call{
	width:300px;
	float:left;
	padding: 2.5% 1% 1% 4%;
}

.email{
	width:225px;
	float:left;
	padding:3% 1%;
/*	border-right:0.2px solid rgba(255, 255, 255, 0.2);*/
}


.call_us{
	width: 187px;
	float: right;
	margin:2.3% 1% 0%;
}


.brd_botm{
	border-bottom:0.2px solid rgba(255, 255, 255, 0.2);
}

.brd{
	border-bottom:0.5px dashed #ccc;
	padding: 1% 1%;
}

.brd2{
	border:1px solid #a3e6ff;
	padding: 1% 1%;
	border-radius: 15px;
}

.brd3{
	border-bottom:1px solid #e7e7e7;
}

.brd-red{
	border-radius: 15px;
}

.button1 {
	background-color: #11213E;
	border: none;
	color: white;
	padding: 5px 16px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 15px;
	margin: 8px 2px;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
}

.button1:hover {
	background-color: #11213E;
}





/* Zoom In #1 */


.column {
    display: inline-block;
    text-align: center;
}

figure {
    overflow: hidden;
    margin:0%;
    padding:0%;
}


.column img {
    display: block;
    height: auto;
} 

.column#zoomIn img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.column#zoomIn:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
} 
.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hover01 figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}






/*-----------------------------
whtas up
-----------------------------*/

.whatsapp_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 100px;
  right: 10px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.whatsapp-icon {
  margin-top: 16px;
}

/* for mobile */
@media screen and (max-width: 767px) {
  .whatsapp-icon {
    margin-top: 10px;
  }

  .whatsapp_float {
    width: 40px;
    height: 40px;
    bottom: 92px;
    right: 5px;
    font-size: 22px;
  }
}


/*--------------------------------------------------------------
Front Page
--------------------------------------------------------------*/

.link{
	text-decoration:none;
	color:#fff;
}

.link:hover{
	text-decoration:none;
	color:#fff;
}

.link2{
	text-decoration:none;
	color:#000;
}

/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/

.col_sm1{
	width:100%;
	margin:0 auto;
}


.col_sm2{
	width:48%;
	float:left;
	margin:1%;
}

.col_sm3{
	width:31%;
	float:left;
	margin:1%;
	position: relative;
}

.col_sm4{
	width:23%;
	margin:1%;
	float:left;
}

.col_sm5{
	width:18%;
	margin:1%;
	float:left;
}

.col_sm8{
	width:40%;
	margin:0% 1%;
	float:left;
}

.col_sm88{
	width:55%;
	margin:0% 1%;
	float:left;
}

.col_sm10{
	width:40%;
	margin:0% 1%;
	float:left;
}

.col_sm100{
	width:55%;
	margin:0% 1%;
	float:left;
}


.col_sm9 {
    width:28%;
    margin:1%;
	float:left;
}
.col_sm99 {
    width:68%;
	margin:1%;
	float:left;
}

.col_sm11{
	width:98%;
	margin:1%;
	float: left;
}

.mrg-btm{
	margin-bottom: 6%;
}

.pdg{
	padding:1.5%;
}


.pdg2{
	padding-top:7%;
}



.ftr_menu ul li a {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-decoration: none;
    line-height: 210%;
	font-weight: 500;
    font-size: 15px;
	text-transform:capitalize;
}

.ftr_menu ul {
    margin-left:10%;
}


/*--------------------------------------------------------------
Contact Page
--------------------------------------------------------------*/

.brd{
	border-bottom: 1px solid #e9e9e9;
}

.border{
	border: 1px solid #ccc;
}

.page_head{
	font-family:'Poppins', sans-serif;
	color: #000;
	font-size: 28px;
	font-weight: 700;
	margin-top: 2%;
	margin-right: 0%;
	margin-bottom: 1%;
	margin-left: 1%;
	border-left: 5px solid #ff5300;
    padding-left: 1%;
}
.contact_txt h2{
	font-family: 'Poppins', sans-serif;
	font-size:20px;
	font-weight:600;
	padding:1% 1% 0%;
	color:#122a5a;
}
.cont_col_sm3{
	width:31%;
	float:left;
	margin:1%;
	border:1px solid #e9e9e9;
	background-color:#fff;
	border-radius: 15px;
	min-height:215px;
}
.cont_pdg_sm3{
	padding:1% 1.5%;
}
.con_heading h2{
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 18px;
	font-weight:600;
	padding:2% 1% 0%;
}
.cont_icn {
	width:70px;
	float: none;
	margin: 0 auto;
}
.cont_icn i {
	font-size:20px;
}

.cont_txt_main {
    width: 98%;
    float: left;
}
.cont_txt_main p {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
    min-height: 85px;
}


.cont_txt_main p span {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    line-height: 140%;
    text-align: center;
}	

.con_shdw{
	-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 11%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.11);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 11%);
    min-height: 350px;
    padding: 2%;
    background-color:rgb(255, 255, 255, 0.7);
    margin: 1%;
}

.career h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #000;
    line-height: 150%;
    text-align: justify;
    margin: 1% 1%;
}







/*--------------------------------------------------------------
services page
--------------------------------------------------------------*/

.servi_s h1{
	font-family: 'Poppins', sans-serif;
	font-size:25px;
	font-weight:800;
	line-height:150%;
	color:#01aef0;
	margin:0;
    padding-top: 7%;
    letter-spacing: 1px;
    margin: 0;
}


.servi_s p{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#000;
	line-height:140%;
	text-align:justify;
	margin:2% 0%;
}


/*--------------------------------------------------------------
extra
--------------------------------------------------------------*/

.bg_clr1{
	background-color:#fff;
}

.bg_clr2{
	background-color:#BAE9FD;
}

.bg_clr3{
	background-color:#bae9fd;
}

.bg_clr4{
	background-color:#000;
}

.bg_clr8{
	background-color:#C5EBE8;
}


.bg_img1 {
    background-image: url(../images/bg_img1.jpg);
    /*background-size: cover;*/
    background-attachment: scroll;
    padding: 0px 0px;
}

.bg_img2 {
    background-image: url(../images/bg_img2.jpg);
    /*background-size: cover;*/
    background-attachment: scroll;
    padding: 0px 0px;
}

.bg_img3 {
    background-image: url(../images/bg_img3.jpg);
    background-size: cover;
    background-attachment: scroll;
    padding: 0px 0px;
}

.bg_clr6{
	background: none;
}

.bg_clr5{
	background-color:#0e0e0e;
}


/*--------------------------------------------------------------
Home page our product
--------------------------------------------------------------*/
.pro{
	text-align:center;
}

.pro h1{
	font-family: 'Raleway', sans-serif;
	color: #11213E;
	font-size:38px;
	text-align: center;
	margin: 0% 0% 2% 1%;
	font-weight: 700;
}

.pro h1 span{
    font-size:18px;
	  color:#000;
    text-align: center;
    font-weight: 500;
	  font-family: 'Poppins', sans-serif;
}


.pro h2 {
    font-family: 'Poppins', sans-serif;
    color: #157397;
    font-size: 17px;
    text-align: center;
    font-weight:600;
	  padding:1%;
}



.ftr_txt h1{
	font-family:'Raleway', sans-serif;
	font-size:22px;
	font-weight:700;
	margin:0% 0% 10% 0%;
	color:#01aef0;
	text-transform:uppercase;
}

.ftr_txt h2{
	font-family: 'Poppins', sans-serif;
	font-size:18px;
	font-weight:500;
	margin:0% 0% 2% 0%;
	color:#fff;
}

.ftr_txt p{
	font-family: 'Poppins', sans-serif;
	font-size:15px;
	font-weight:400;
	margin:1% 0%;
	line-height:160%;
	color:#fff;
	text-align:left;
}

.ftr_txt2 p{
	font-family: 'Poppins', sans-serif;
	font-size:15px;
	font-weight:400;
	margin: 6% 8% 1% 1%;
	line-height:160%;
	color:#fff;
	text-align:justify;
}


.ftr_txt2 p span{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	color:#01aef0;
	font-weight:500;
}

.ftr_lt_txt{
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	font-weight:500;
	line-height:160%;
	color:#fff;
	margin:0;
}

.ftr_lt_txt2{
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	font-weight:500;
	line-height:160%;
	color:#fff;
	text-align: center;
	margin:0;
}


.ftr_right{
	text-align:right;
}



/*--------------------------------------------------------------
Bullet
--------------------------------------------------------------*/
.bullet  {
	width:100%;
	margin-top:0%;
}

.bullet ul {
    list-style-image:url(../images/bullet.png);
	margin-left:5%;
}

.bullet ul li{
	font-family:'Poppins', sans-serif;
	font-size:15px;
	line-height:160%;
	color:#000;
	margin:0% 2% 0.1% 2%;
	text-decoration: none;
	font-weight:400;
}


.bullet2  {
	width:100%;
	margin-top:0%;
}

.bullet2 ul {
    list-style-image:url(../images/bullet.png);
	margin-left:5%;
}

.bullet2 ul li{
	font-family:'Poppins', sans-serif;
	font-size:15px;
	line-height:160%;
	color:#fff;
	text-align: justify;
	margin:0% 2% 0.1% 2%;
	text-decoration: none;
	font-weight:400;
}


.bullet3  {
	width:100%;
	margin-top:0%;
}

.bullet3 ul {
    list-style-image:url(../images/bullet.png);
	margin-left:1%;
}

.bullet3 ul li{
	font-family:'Poppins', sans-serif;
	font-size:15px;
	line-height:150%;
	color:#000;
	margin:0% 2% 0.1% 2%;
	text-decoration: none;
	font-weight:400;
	text-align: justify;
}


/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/

.top_arrow{
	width:35px;
	height:38px;
	position:fixed;
	right:1%;
	bottom:6%;
	transition-duration: 1s;
	background-image:url('../images/top.png');
	cursor:pointer;
	background-repeat:no-repeat;
	z-index: 999;
	background-size:100% 100%;
}
.top_arrow:hover{
	width:35px;
	height:38px;
	position:fixed;
	right:1%;
	transition-duration: 1s;
	bottom:6%;
	cursor:pointer;
	background-image:url('../images/top-b.png');
	background-size:100% 100%;
}


@media only screen and (max-width:1920px){
.snip1361:hover figcaption,
.snip1361.hover figcaption {
  top:380px;
}
}

@media only screen and (max-width:1500px){
.snip1361:hover figcaption,
.snip1361.hover figcaption {
  top:335px;
}
}

@media only screen and (max-width:1150px){
.col_sm4 {
    width: 48%;
}
}


@media only screen and (max-width:1125px){
.top{
	width:98%;
}
.top2{
	width:96%;
}
}

@media only screen and (max-width:1033px){
.navbarrr {
    width: 505px;
}

.top_right {
    width: 710px;
}
}


@media only screen and (max-width:999px){

.navbarrr {
    width: 425px;
}

.top_right {
    width: 630px;
}
}


@media only screen and (max-width:960px){

.sticky-nav{
	top:180px;
}


.logo {
    margin: 3% auto 2%;
	padding-top:0%;
    float: none;
    width:157px;
}
.top {
    width: 100%;
}
.top_right {
    width: 100%;
	float:none;
}
.navbarrr {
    width: 100%!important;
	float:none!important;
	margin:0% auto!important;
	background-color: #11213E!important;
}

.call_us {
    width: 187px;
    float: none;
    margin: 0% auto;
}
}


@media only screen and (max-width:800px){

.who h1 {
    font-size: 20px;
    font-weight: 700;
    margin: 0!important;
}

.who p {
    font-size: 15px;
}

.who2 h1 {
    font-size: 20px;
}

.who2 p {
    font-size: 15px;
}


.ftr_lt_txt2{
	text-align: left;
}

.cont_col_sm3 {
    width:98%;
    min-height: auto;
}

.banner_text h1 {
    font-size: 30px;
    padding-top:1%;
}

.pro h1 {
    font-size:25px;
}

.hostel h3 {
    font-size: 22px;
}

.hostel p {
    font-size: 15px;
}

.hostel h1 {
    font-size: 24px;
}


.ftr_txt3 h1 {
    margin: 0% 0% 4% 0%;
}

.col_sm8 {
    width: 98%;
}

.col_sm88 {
    width: 98%;;
}


.col_sm9 {
    width:98%;
}
.col_sm99 {
    width:98%;
}

.col_sm3{
	width:98%;
}	

.ftr_txt2 p {
    margin: 1% 1% 1% 1%;
}

.col_sm4{
	width:100%;
}

.ftr_txt h1{
	margin:4% 0%;
}

.col_sm2{
	width:98%;
}
.ftr_right{
	text-align:left;
}
}


@media only screen and (max-width:600px){
.sticky-nav {
    top:95px;
    position: static;
}


.bullet ul {
    margin-left: 3%;
}

.bullet2 ul {
    margin-left: 5%;
}
}

@media only screen and (max-width:500px){

.call_em {
    width: 355px;
}
}


@media only screen and (max-width:400px){
.bullet ul {
    margin-left: 5%;
}
}
