
@charset "utf-8";
/* INNER PAGE START */

/* inner banner */

.inner-banner-cover{
width:100%;	
top:0;
bottom:0;
margin:0;
padding:0;
}

.innerpage-bg{
height:100%;	
min-height:350px;
max-height:420px;
background: rgba(177,0,105,0.7);
}

.innerpage-bgimg{
height:100%;
position:relative;
vertical-align: middle;
margin-bottom:-1px; 	
padding:50px 0px;
}

/* ===========
TITLE
===========*/

/* CATEGORIES TITLE */
.title-main{
 z-index: 11;
font-size:14px;
line-height:100%;
font-weight:400;
letter-spacing:1px;
text-transform:uppercase;
-webkit-font-smoothing: antialiased !important; 
font-family: 'Oswald', sans-serif;
 position: relative;
 margin-bottom:15px;
}

.a1{
color:var(--secondary);
}
.a2{
color:var(--primary);
}
.a3{
color:#ffffff;
}
.a4{
color:var(--headline);
}

.title-main .text-ac{
	text-align:center;
}
.title-main .text-lc{
	text-align:left;
}

.title-main .text-rc{
	text-align:right;
}



.title-main:after{
transition: all 0.5s ease, padding 2.8s linear;
	-ms-transition: all 0.5s ease, padding 2.8s linear;
	-webkit-transition: all 0.5s ease, padding 2.8s linear;
	-moz-transition: all 0.5s ease, padding 2.8s linear;
	-o-transition: all 0.5s ease, padding 2.8s linear;
content:"";
width:20px;
height:25px;
border-bottom:2px solid var(--primary);
  position: absolute;
  left:0;
  z-index:1;
}

.title-main:hover:after{
width:40px;	
}



/* SILGLE PAGE TITLE */

.innerpage-title{
margin-top:70px;
 z-index: 11;
font-size:55px;
line-height:110%;	
font-weight:700;
letter-spacing:1px;
-webkit-font-smoothing: antialiased !important; 
-moz-osx-font-smoothing: grayscale;
position:relative;
}

.innerpage-title:before {
      position: absolute;
      content: "";
      background: #ffffff;
      width: 100px;
      height:1px;
	  top: 120px;
      left: 50%;
      transform: translateX(-50%); }
	  
.innerpage-title:after {
      position: absolute;
      content: "";
	  background: #ffffff;
      width: 50px;
      height: 1px;
	  top: 114px;
      left: 50%;
      transform: translateX(-50%); }


/* TITLE COLOR AND SIZE */
.innerpage-title .c { 
text-align: center; 
color:#ffffff;
font-family: 'Poppins', sans-serif;
}

.innerpage-title .c2 { 
text-align: center; 
color:var(--headline);
font-family: 'Poppins', sans-serif;
}
.innerpage-title .c3 { 
text-align: center; 
color:#494a4e;
font-family: 'Poppins', sans-serif;
}

.innerpage-title .c4 { 
text-align: center; 
color:var(--headline);
font-family: 'Poppins', sans-serif;
}


.innerpage-title .l { 
text-align: left;
color:var(--headline);
font-family: 'Poppins', sans-serif;
}

.innerpage-title .l2 { 
text-align: left;
color:#fff;
font-family: 'Poppins', sans-serif;
}

.innerpage-title .r { 
text-align: right; 
color:#fff;
font-family: 'Poppins', sans-serif;
}
.innerpage-title .r2 { 
text-align: right; 
color:var(--headline);
font-family: 'Poppins', sans-serif;
}




.p-lite p{
margin-top:30px;
font-size:14px;
line-height:150%;
font-weight:400;
font-family: 'Poppins', sans-serif;
text-transform:none;	
}

.p-lite span{
font-size:20px;
line-height:160%;
font-weight:700;
color:var(--secondary);	
}



.m-left{
	margin-left:40%;
}

.m-right{
	padding-right:40%;
}
.m-center{
	margin-left:10%;
	margin-right:10%;
}




/*  breadcrumb*/
.breadcrumb,
.breadcrumb-bg{
font-family: 'Poppins', sans-serif;
font-weight:400;
font-size:13px;
letter-spacing:1px;
z-index:111;
list-style:none !important;
color:#ffffff;	
position:relative;	
}


.breadcrumb a,
.breadcrumb-bg a{
font-size:13px;
color:var(--primary);
font-weight:400;
text-decoration:none;
letter-spacing:1px;
}



@media(max-width:767px){
.innerpage-bgimg{
min-height:250px;
height:100%; 
background:rbga(1,28,136,0.6);
vertical-align: middle;	
padding:30px 20px;
}

.innerpage-title{	
margin-top:100px;
font-size:38px;	
letter-spacing:1px;
}

.p-lite p{
margin-top:10px;
font-size:14px;
line-height:160%;
font-weight:400;
font-family: 'Poppins', sans-serif;
letter-spacing:1px;
text-transform:none;	
}
/* TITLE MARGIN */

.m-left{
	margin-left:0%;
}

.m-right{
	padding-right:0%;
}

.m-center{
	margin-left:5%;
	margin-right:5%;
}


.breadcrumb-bg{margin:5px;}

}


	


.innerpage-content{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
} 


		
.bg-a{	
background:#FFF; 
padding:40px 0px 40px 0px;
margin:0;
width:100%;
}
	
.bg-b{
background:#EDF1F2; 
padding:70px 0px 50px 0px;
margin:0;
width:100%;
}	
	
.bg-c{
background:#f6f6f6; 
padding:70px 0px 50px 0px;
margin:0;
width:100%;
}
.bg-d{
background:#7f8fd2; 
margin:0; 
padding:70px 0px 50px 0px;
width:100%;
color:#fff !important;
}	
	
.bg-d a{
color:var(--secondary) !important;
}




	
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
	
.m-left{
	margin-left:20%;
}	
.m-right{
	margin-right:20%;
}

.m-center{
	margin-left:10%;
	margin-right:10%;
}	

}
	

	
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	
.m-left{
	margin-left:10%;
}	
.m-right{
	margin-right:10%;
}

.m-center{
	margin-left:5%;
	margin-right:5%;
}
.side-bar-display{
	
	display:none !important;
	
}  
		

}

.contentinner-area{
text-align:justify;
font-weight:400; 
font-size:15px; 
font-family: 'Poppins', sans-serif;
line-height:160%;
color:#494a4e;
}

.contentinner-area h4{
font-size:24px;
font-weight:700;
line-height: 150%;
margin-bottom:25px;
z-index:1;
color:#494a4e;
font-family: 'Poppins', sans-serif;
}


.contentinner-area h3{
font-family: 'Poppins', sans-serif;     
font-size:28px;
font-weight:700;
line-height: 150%;
margin-bottom:20px;
z-index:1;
color:#494a4e;
position: relative;
}

.contentinner-area h3:after{
transition: all 0.5s ease, padding 2.8s linear;
	-ms-transition: all 0.5s ease, padding 2.8s linear;
	-webkit-transition: all 0.5s ease, padding 2.8s linear;
	-moz-transition: all 0.5s ease, padding 2.8s linear;
	-o-transition: all 0.5s ease, padding 2.8s linear;
content:"";
width:20px;
height:40px;
border-bottom:3px solid var(--primary);
  position: absolute;
  left:0;
  z-index:1;
}




.contentinner-area li{
list-style:none; 
line-height:160%;
padding:5px 0px 5px 22px;
border-bottom:1px dashed rgba(0,0,0,0.09);
position: relative;
}
.contentinner-area li:hover{
color: var(--dark);
}

.contentinner-area li:last-child {	
border-bottom:none;		
}
 
.contentinner-area li:before {
    content: "\f28d";
    font-family: "Font Awesome 6 free";
    font-weight: 400;
    text-decoration: inherit;
    color: var(--secondary);
    font-size: 16px;
    position: absolute;
    left:-1px; 
	vertical-align: middle !important;
}

/* ==========*/

.contentinner-area li em{
color:var(--primary);
margin-right:20px;
}

.contentinner-area img{	
margin:15px;
text-align:justify;
max-width:50%;
height:auto;
}

.img-left img{
float:left !important;
margin-left:0px !important;
margin-right:20px;
text-align:justify;
max-width:50%;
height:auto;
margin-bottom:10px;
}

.img-right img{
float:right !important;
margin-right:0px !important;
margin-left:20px;
text-align:justify;
max-width:60%;
height:auto;
margin-bottom:10px; 
}

.img-full img{
	width:100% !important;
	margin:0 0 20px 0;
	height:auto;
	}


	
	
	

@media (max-width:767px){


	
.img-left img{

margin-right:0px;
max-width:100%;
height:auto;
}

.img-right img{
margin-left:0px;
max-width:100%;
height:auto;
}

.img-full img{
	width:98;
	margin:0 1% 20px 1%;
	height:auto;
	}

.contentinner-area img{	
margin:15px 0;
text-align:justify;
max-width:100%;
height:auto;
} 
.side-bar-display{
	
	display:none !important;
	
}  

}




/*    
Gallery page    
     */

.contentinner_gallery{
text-align:left;
font-weight:400; 
font-size:15px; 
font-family: 'Poppins', sans-serif;
line-height:160%;
color:#494a4e;
}



.contentinner_list li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: var(--secondary);
    font-size: 15px;
    position: absolute;
    left:-1px; 
	vertical-align: middle !important;
}

.contentinner_list li{
list-style:none; 
line-height:160%;
padding:5px 0px 5px 20px;
border-bottom:1px dashed rgba(0,0,0,0.05);
position: relative;
}
.contentinner_list li:hover{
color:#323232;
}

.contentinner_list li:last-child {	
border-bottom:none;		
}

.contentinner_gallery h3{
font-size:24px;
font-weight:700;
line-height:30px;
margin-bottom:20px;
z-index:1;
color:#494a4e;
font-family: 'Poppins', sans-serif;
position:relative;
}

.contentinner_gallery h3:after{
transition: all 0.5s ease, padding 2.8s linear;
	-ms-transition: all 0.5s ease, padding 2.8s linear;
	-webkit-transition: all 0.5s ease, padding 2.8s linear;
	-moz-transition: all 0.5s ease, padding 2.8s linear;
	-o-transition: all 0.5s ease, padding 2.8s linear;
content:"";
width:20px;
height:35px;
border-bottom:3px solid var(--secondary);
  position: absolute;
  left:0;
  z-index:1;
  margin-left:0px;
}

.contentinner_gallery h4{
font-size:20px;
font-weight:700;
line-height: 150%;
margin-bottom:45px;
z-index:1;
color:#494a4e;
font-family: 'Poppins', sans-serif;

}



.contentinner_gallery .title {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 30px;
    font-size: 18px;
    color: #494a4e;
}
.contentinner_gallery .title:before{
    content: '';
    position:relative;
    float: left;
    width: 40px;
    height: 2px;
    display: block;
    margin: 13px 10px 0 0;
    background: #494a4e;
}



/*
.contentinner_gallery li{
list-style:none; 
line-height:160%;
padding:3px 0px;
border-bottom:1px dashed rgba(0,0,0,0.1);
}
.contentinner_gallery li:hover{
color:#323232;
}
.contentinner_gallery li em{
color:var(--secondary);
margin-right:15px; 
position:relative;
}
*/

/*==================== 
I WIDGET
=====================*/

.i-widget {
  margin: 20px 0px;
  padding-left: 0;
  list-style:none;
 display: inline-block;
  margin-right:0px;
}

.i-widget li{
  float:none;
  margin-bottom:5px;
  display: inline-block;
}

.i-widget li a {
  background:#f5f5f5;
  border-radius: 4px;
  color: #888;
  display: inline-block;
  padding: 5px 15px;
}

.i-widget li a:hover{
  background:#494a4e;
  color: #FFFFFF;
}

/*================
TRIP FACTS
==================================*/	  	
	.trip-facts {
	display:inline;
	display: inline-block;
	text-align:center;
    font-family: 'Poppins', sans-serif;
	line-height: 120%;
	margin-bottom:30px;
	}
	
.trip-facts img{
width:75px;
height:auto; 	
margin:0px auto;
padding:5px;

transition: all 0.5s ease, padding 2.8s linear;
	-ms-transition: all 0.5s ease, padding 2.8s linear;
	-webkit-transition: all 0.5s ease, padding 2.8s linear;
	-moz-transition: all 0.5s ease, padding 2.8s linear;
	-o-transition: all 0.5s ease, padding 2.8s linear;
}

.trip-facts:hover img{
	border:1px solid #ddd;
	
	 box-shadow:0 5px 15px rgba(0,0,0,.1);
	-webkit-box-shadow:0 5px 15px rgba(0,0,0,.1); 
   -moz-box-shadow:0 5px 15px rgba(0,0,0,.1);
}

	  
.trip-facts h2{	
font-size:17px;
font-weight:700;
padding-bottom:10px;
margin-bottom:10px;
letter-spacing:1px;
color:#666666; 
text-align:center;
border-bottom:2px solid #666666;
font-family: 'Oswald', sans-serif;
}	  

	  
.trip-facts span{	
font-size:16px;
font-weight:400;
margin-bottom:20px;
color:#494a4e; letter-spacing:1px;
text-align:center;
font-family: 'Poppins', sans-serif;
}


	  
@media (max-width:767px){ 
.trip-facts h2{
font-size:16px;
}
.trip-facts span{	
font-size:15px;
}	
}	  	  



.scopy {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
}

@media(max-width:767px){ 
.scopy {
  -moz-column-count: 1;
  -moz-column-gap: 0px;
  -webkit-column-count: 1;
  -webkit-column-gap: 0px;
}
  

}	  	  


/*   contentinner-area */


.contentinner-area .title {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 30px;
    font-size: 18px;
    color: #494a4e;
}
.contentinner-area .title:before{
    content: '';
    position:relative;
    float: left;
    width: 40px;
    height: 2px;
    display: block;
    margin: 13px 10px 0 0;
    background: #494a4e;
}



.example-image-link img{
width:auto;
height:250px;
}



/*   contentinner-area */


figure.image {
position:relative; 
max-width:100%;
height:auto;
}

.img-right figcaption {
position:absolute;
left:53%;
top:0px;
z-index:1;
background: var(--white);
padding:5px 15px;
font-size:13px;
font-weight:500;
letter-spacing:1px;
color: var(--dark);
border-radius:4px;
text-align:center;
font-family: 'Courgette', cursive;
box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
/*transform: translate(50px, 50px) rotate(45deg) scale(1.5);*/
}


.img-left  figcaption {
position:absolute;
right:53%;
top:0px;
z-index:1;
background: var(--white);
padding:5px 15px;
font-size:13px;
font-weight:500;
letter-spacing:1px;
color: var(--dark);
border-radius:4px;
text-align:center;
font-family: 'Courgette', cursive;
box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}



@media only screen and (max-width: 767px) {
 .img-left figcaption { left:10%; right:10%; }
 .img-right figcaption {left:10%; right:10%;} 
}



/*==========
Search Result BOX
================*/
  .result-box{
display: flex !important;
flex-direction: row;
flex-wrap: wrap;
flex-wrap: nowrap; 
margin-top:50px;
margin-bottom:50px;}
  
 .result-box li{
width:100%; 
height:150px; 
background:#fff !important ; 
Color:#494a4e; 
margin:2px 0; 
padding:20px !important;
text-align:center;
list-style:none;
font-size: 16px;
line-height: 140%;
font-weight:600;
letter-spacing:0.5px;
font-family: 'Poppins', sans-serif;
border:1px solid #eee;
}


.result-box li:hover{
    -webkit-box-shadow: 0px 15px 34px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 15px 34px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 34px -10px rgba(0, 0, 0, 0.1);
}

.result-box a{
	color:#494a4e;
font-size: 16px;
line-height: 140%;
font-weight:600;
letter-spacing:0.5px;
font-family: 'Poppins', sans-serif;
text-align:center;
}
  
  
 .result-box span{
	color:#ed1c24;
font-size: 13px;
line-height: 140%;
text-decoration:underline;
font-weight:400;
letter-spacing:0.5px;
font-family: 'Poppins', sans-serif; 
	 
 } 
  
  
.result-result h3{
font-size:24px;
font-weight:700;
line-height: 150%;
margin-bottom:30px;
z-index:1;
color:#494a4e;
font-family: 'Poppins', sans-serif;	 
}
  
  .result-result h3:after{
transition: all 0.5s ease, padding 2.8s linear;
	-ms-transition: all 0.5s ease, padding 2.8s linear;
	-webkit-transition: all 0.5s ease, padding 2.8s linear;
	-moz-transition: all 0.5s ease, padding 2.8s linear;
	-o-transition: all 0.5s ease, padding 2.8s linear;
content:"";
width:20px;
height:34px;
border-bottom:3px solid #494a4e;
  position: absolute;
  left:0;
  z-index:1;
  margin-left:15px;
}

/* SEARCH BANNER BOX WITH SELECTIVE INPUT */


/* =============
TEXT-NOWRAP
====================*/

.text-nowrap::-webkit-scrollbar {
    height:15px;
    border-radius:0px !important;
}

.text-nowrap::-webkit-scrollbar-track{
background: #fe6103;	
border-radius:0px !important;
box-shadow:none !important;
}

.text-nowrap::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  outline: none;
  border-top:1px solid var(--light);
  border-bottom:1px solid var(--light);
   transition: all 450ms ease 0s; 
 -ms-transition: all 450ms ease 0s; 
 -webkit-transition: all 450ms ease 0s; 
 -moz-transition: all 450ms ease 0s; 
 -o-transition: all 450ms ease 0s;
 border-radius:0px !important;
}


.text-nowrap::-webkit-scrollbar-thumb:hover {
  background: var(--secondary); 
}


/* =============
SCROLLABLE-CONTENT
====================*/

.w2z-webtitle .scrollable-content {
  overflow-x: auto; 
  white-space: nowrap;
  cursor: grab; 
}

.w2z-webtitle .scrollable-content:active {
  cursor: grabbing;
}

.w2z-webtitle .scrollable-content {
  scroll-behavior: smooth;
}



/*=================
TEAM .MEMBER
======================*/


.Committee .member {
  text-align: center;
  background: var(--light);
  padding: 15px;
  overflow: hidden;
}

.Committee .member img {
  border-radius: 50%;
  overflow: hidden;
}

.Committee .member .member-content {
  padding: 0 20px 30px 20px;
}

.Committee .member h4 {
 font-family: 'Montserrat', serif;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 2px;
  letter-spacing:1px;
  font-size: 20px;
  color:var(--secondary);
}

.Committee .member span {
  display: block;
  font-size: 14px;
  color: var(--primary);
}

.Committee .member p {
  padding-top: 10px;
  font-size: 14px;
  color: var(--primary);
}



