 @import url('https://fonts.googleapis.com/css?family=Satisfy');
 @import url('https://fonts.googleapis.com/css?family=Cinzel');
 @import url('https://fonts.googleapis.com/css?family=Patua+One');
 @import url('https://fonts.googleapis.com/css?family=Comfortaa');
 @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');
 
 

.page_heading{
	font-weight: normal;
	font-family: 'Satisfy', cursive;
	font-size: 28px;
	color: #DBDBDB;
	padding-top: 10px;
		/*text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.75);*/	
}

 .page_heading_top{
	font-weight: normal;
	font-family: 'Satisfy', cursive;
	font-size: 36px;
	color: #9E9EA2;
}


 .page_heading_body{
	font-family: 'Satisfy', cursive;
	font-size: 36px;
	color: #6D6D71;
    padding-top: 10px;
	max-width:auto;
	min-width:auto;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../images/bird.gif);
	background-repeat:no-repeat;
	height:190px;
	background-position: center; /* Center the image */
    background-size: cover;
	
	}
	
	
	 

@media only screen and (max-width: 768px) {
.page_heading_body{
	font-family: 'Satisfy', cursive;
	font-size:23px;
	color: #6D6D71;
    padding-top: 10px;
	max-width:auto;
	min-width:auto;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../images/bird.gif);
	background-repeat:no-repeat;
	height:190px;
	background-position: center; /* Center the image */
    background-size: cover;
	}
		
		
} 
	
.disply_none1{
	display:none;
}	
@media only screen and (max-width: 768px) {
	
.disply_none1{
	display:inherit;
}	
	}	
	


.disply_none11{
	display:inline-block;
}	

@media only screen and (max-width: 768px) {
.disply_none11{
	display:none;
}	
	}	



.top_bar_site{
	background-color: #4B5D6A;
	height: auto;
	position: relative;
	z-index: 999999;
	min-height:26px;
}

.top_bar_site h6{
	color: #fff;
	font-size: 16px;
	line-height: 14px;
	margin-bottom: 2px;
}
body::-webkit-scrollbar {
    width: 0.6em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #363D40;
  outline: 1px solid slategrey;  
}



.galleryholder{
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.26);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.26);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.26);
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.section-who{
	z-index: 520000;
	background-color: #fff;	
	}

.section-who .display-1{
	color: rgba(133, 5, 200, 0.3);
	font-family: 'Viga', sans-serif;
	text-transform: uppercase;
	line-height: 70px;
}

.section-who h5{
	font-weight: normal;
	color: #666;	
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;  
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ddd;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
.footer_fixed{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
.section-footer{
	height:auto;
	padding-top: 25px;
	text-align: center;
	padding-bottom: 25px;
	z-index: 520000;
	background-color:#363D40;
	}

.section-footer h1, h2, h3, h4,  h5{
	font-weight: normal;
	color: #FFF;
	float: left;
}
.section-footer  h51{
	font-family: 'Arima Madurai', cursive;
	font-weight: normal;
	color: #FFF;
	float: left;
	font-size: 16px;
	
}
.section-footer h6{
	margin-right: auto;
	margin-left: auto;
	float: none;
	text-align: center;
}

.color-gray{
	color: #666;
}
.text-weight{
	font-weight: normal;
	line-height: 30px;
}
.verical_scroll1{
	 width: 300px;
    height: 150px;
    overflow-y: scroll;
	overflow-x: hidden;
}
.newstext{
	padding: 5px;
	border: 1px solid #FCF;
	width: 100%;
	margin-bottom: 10px;
	background: rgba(225, 222, 222, .2);
	margin-right: 3px;
	text-align: justify;
	}
.text_news{
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	color: #fff;
	text-align: justify;
	font-family: 'Arima Madurai', cursive;
	}	
.newsdate{
	font-family: 'Quicksand', sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #eee;
	float: right;
	}
	
.newslink:link{
	font-family: 'Quicksand', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ddd;
	text-decoration: underline;
	font-style: italic;
	} 
.newslink:visited{
	font-family: 'Quicksand', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ddd;
	text-decoration: underline;
	font-style: italic;
} 
.newslink:hover{
	font-family: 'Quicksand', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	font-style: italic;
} 


	 


.client-box{ 
     color:#010101;
	 font-size:20px;
	 font-weight:500;
     margin-left:auto;
     margin-right:auto;
     text-align:justified;
	 float:none;
	 height:auto;
	 max-width:15rem;
	 position:relative;
	
}

.contact-image{
	position:relative;
	text-align: center;
}

.botom-white-sw{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	height: 83px;
}
h3{font-family: 'Arima Madurai', cursive;}
.pictdisplay{}
.pictdisplay h1, h2, h3{
	font-family: 'Arima Madurai', cursive;
	font-weight: normal;
	color: #000;
	width: 98%;
	text-align: center;	
	}
.pictdisplay p{
	font-family: 'Arima Madurai', cursive;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	width: 98%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
	height: 125px;
	}
.pagedescription{
	margin: 0px;
	padding: 0px;
}
.pagedescription h1{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	color: #6D6D71;
	width: 100%;
	text-align: left;
	font-size: 26px;
	}
.pagedescription h2{
	font-family: 'Comfortaa', cursive;
	font-weight: normal;
	color: #6D6D71;
	width: 98%;
	text-align: left;
	font-size: 22px;
	}
.pagedescription h3{
	font-family: 'Comfortaa', cursive;
	font-size: 18px;
	font-weight: normal;
	color: #6D6D71;
	width: 98%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	}	
.pagedescription h4{
	font-family: 'Comfortaa', cursive;
	font-size: 15px;
	font-weight: lighter;
	color: #6D6D71;
	width: 98%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	}
.pagedescription h5{
		font-family: 'Arima Madurai', cursive;
	font-size: 14px;
	font-weight: normal;
	color: #6D6D71;
	width: 98%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;	
	}
.pagedescription p{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #727274;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: justify;
	line-height: 30px;
	padding: 0px;
	
	}
.pagedescription span{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #727274;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: justify;
	line-height: 30px;
	padding: 0px;
	}
.pagedescription dis{
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	width: 98%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
	padding-left: 35px;
	}
	
.pagedescription1{}	
.pagedescription1 h3{
	font-family: 'Comfortaa', cursive;
	font-size: 18px;
	font-weight: normal;
	color: #6D6D71;
	width: 98%;
	margin-top:2px;
	margin-bottom:5px;
	text-align:justify;
	}	
	
hr.style11 {
	margin-top: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #8c8b8b;
}

.card-footer {
  padding: 0.55rem 0.05rem;
  background-color: rgba(255, 255, 255, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.gallery_boder{
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
	border: 1px solid #999;
}

.btncolor:link{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: #660000;
	text-decoration: none;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	width: 15px;
}
.btncolor:visited{
font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: #660000;
	text-decoration: none;
	font-size: 16px;
	}
.btncolor:hover{
font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	}
	
.bg-black{
	background-color: rgba(12,4,70,0.5);
}

hr.style-one {
border: 0;
height: 1px;
background: #333;
background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

.style-one {
border: 0;
height: 1px;
background: #333;
background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}
.u-border{
	background-image: url(../images/u_border.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 99999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
.bgwhite{
	background-color: rgba(255,255,255,0.2);
	border-radius:4px;
	}
.bgwhite2{
	background-color: rgba(255,255,255,0.4);
	border-radius:4px;
	}
@media only screen and (max-width: 768px) {

.div_inv{
	display: none;
}
}

.fb_like{
	background-color: #999;
	padding: 2px;
	border: thin solid #666;
}

#rcorners1 {
	border-radius: 25px;
	background: rgba(255, 255, 255, 0.3);
	width: 300px;
	height: 45px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 1px dashed rgba(255, 255, 255, 0.7);;
}
.img-fluid_1 {
  max-width: 100%;
  max-height: 100%;
}
.interast{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	width: 70px;
	position: relative;
	float: left;
	border-radius: 10px;
	text-align: center;
	height: 60px;
	line-height: 12px;
	border-radies:5px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 2px;
}

.quick_height{
	height: 720px;
}
.quick_height3{
	height: 280px;
	
	margin-top: 20px;
}

.bg_image{
	background-image: url(../images/bgmountain.jpg);
	background-position: center top;
	background-position: center top;	
	}
	
@media only screen and (max-width: 768px) {
.bg_image{
	background-color: #72AFFA;
	background-image: none;
	}
.section-footer{
	height:280px;
	padding-top:2px;
	text-align: center;
	padding-bottom:0px;
	z-index: 520000;
	background-color:#363D40;
	}
.quick_height{
	height: 300px;
}
}

.text_colour_01{
	color:#D9D9D9;
	font-size:18px;
	font-family: 'Barlow Condensed', sans-serif;
}




.card-link {
  color:#D9D9D9 !important;
  font-size:16px;
  font-family: 'Barlow Condensed', sans-serif;
}

a.card-link:focus, a.card-link:hover {
  color: #dae0e5 !important;
  text-decoration:none;
}



.text_colour_03{
	color:#999;
	font-size:14px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight:300;
}


.text_colour_02{
	color:#D9D9D9;
	font-size:16px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight:300;
}

.text_colour_01 ul{}

.text_colour_01 li{
	text-decoration:none;
	list-style-type:none;}
	
.text_colour_01 li a{
	text-decoration:none;
	list-style-type:none;
	color:#D9D9D9;
	}
	
.text_colour_01 li a:hover{
	text-decoration:none;
	list-style-type:none;
	color:#eee;
	}
.name_heading{
	color:#999;
	font-size:18px;
	font-family: 'Barlow Condensed', sans-serif;
	}
	
.card_style{
	background: rgba(255,255,255,0.05);
	color:#999;
	font-family: 'Barlow Condensed', sans-serif;
	font-size:15px;
	padding:10px;
	font-weight:500;
	border-radius:10px;
}


.card_style::-webkit-scrollbar {
    width: 0.6em;
	}
.card_style::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.card_style::-webkit-scrollbar-thumb {
 background: rgba(255,255,255,0.05);
  outline: 1px solid slategrey;  
}

.bg-brawn {
	background-color: rgba(0,0,0,1) !important;
	position: relative;
}
.small {
	font-size: 65%;
	font-family: 'Comfortaa', cursive;
	letter-spacing: 0.02em;
	font-weight: normal;
	color: #FFFFFF;
}
.small0 {
	font-size: 60%;
	font-family: 'Comfortaa', cursive;
	letter-spacing: 0.02em;
	font-weight: normal;
	color: #8D8D8F;
}
.small00 {
	font-size: 70%;
	font-family: 'Comfortaa', cursive;
	letter-spacing: 0.01em;
	font-weight: normal;
	color: #8D8D8F;
}
.menu_boder{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
}
.w-10 {
  width: 10%;
}
.w-15 {
  width: 15%;
}
.textcentre{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	clear: both;
	position: absolute;
}
hr.style4 {
	border-top: 1px dotted #999;
}
hr.style3 {
	border-top: 1px dashed #999;
	width: 100px;
	margin-left: 0px;
}
hr.style5 {
	border-top: 1px dashed #999;
	margin-left: 0px;
}

hr.style2 {
	border-top: 3px double #8c8b8b;
}
.shadownew{-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.28);
-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.28);
box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.28);}

.review_text{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #336;
	width: 20px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  line-height: 1.5;
  color: #336;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  font-family: 'Roboto Condensed', sans-serif;
}
.review_comment{
		margin-left: 15px;
		font-family: 'Roboto Condensed', sans-serif;
		  font-size: 14px;
  line-height: 1.5;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #eee;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.bg-slide{
	background-image: url(../images/diagonal-line1.png);
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
}
.text_icon{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 9px;
	line-height: 15px;
	font-weight: normal;
	color: #CCCCCC;
}
.topbottomborder{
	display: block;
	max-height: auto;
	min-height:105px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-left: 10px;
}
label {
	color: #999999;
}



