@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3 {
    font-family: 'Poppins', sans-serif;
	line-height: 1.2;
	color: #894123;
}

p {
    line-height: 1.6;    /* or 150% */
    margin-bottom: 1.2em; /* Space between paragraphs */
}


.aa_top_stripe{
	background-color: #5c4b36;
	color: #000;
}


.aa_brown_logo_stripe{
	background-color: #5c4b36;
	background-image:url("../images/bg-stripe-banner-safari-guide-sri-lanka.jpg");
	background-repeat: repeat-x;
}


.aa_text_top_stripe{
	font-size: 16px;
	color: #fff;
	text-align: right;
	}

.aa_text_top_stripe_black{
	font-size: 16px;
	color: #333;
	text-align: right;
	}

.aa_text_top_stripe_center{
	font-size: 16px;
	color: #66b0f0;
	text-align:center;
	}

.aa_text_top_stripe_dark_blue{
	font-size: 16px;
	color: #66b0f0;
	}

.aa_text_general_content{
	font-size: 18px;
	text-align:justify;
}

.aa_text_general_paragraph_middle {
  max-width: 800px; /* Limit the width of the text */
  margin: 0 auto; /* Center the paragraph */
  padding: 0 15px; /* Add some padding for smaller screens */
  text-align: justify; /* Optional: Justify the text for a neat look */
  line-height: 1.5; /* Improve readability with proper line spacing */
 font-size: 18px;
}

.aa_text_small_content{
	font-size: 16px;
	text-align:justify;
}

.aa_text_small_center_content_blue{
	font-size: 16px;
	text-align:center;
	color: #66b0f0;
}

.aa_title_main{
	font-size: 30px;
	text-align: center;
	color: #5c4b37;
}

.aa_title_sub_left{
	font-size: 25px;
	text-align:left;
	color: #5c4b37;
}

.aa_title_sub_middle{
	font-size: 25px;
	text-align:center;
	color: #5c4b37;
}

.aa_title_sub_middle_orenge{
	font-size: 25px;
	text-align:center;
	color: #c46d07;
}

.aa_title_main_right align{
	font-size: 30px;
	text-align: center;
	color: #5c4b37;
}


.aa_title_thumb_pictures{
	font-size: 26px;
	text-align: center;
	color: #5c4b37;
}

.aa_text_general_pictures{
	font-size: 20px;
	text-align: center;
}

.aa_width_form_insert{
	width: 100px;
}

.aa_tbl_Bdr_form {
	border: 1px solid #b2afaf;
	padding-left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#0a5c81;
	text-align: left;
	font-weight: normal;
	background-color:#f5f6f6;
	  
}

.aa_txt_input_form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #b2afaf;
	padding-left:5px;
	width:200px;
	background-color: #fff;
}


.aa_btn_form{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #054764;
	border: 1px solid #b2afaf;
	padding-left:5px;
	width:96px;
	background-color:#dfe0e1;
	height:21px;
}

a.lnk_title_medium_center:link {
	font-size: 25px;
	text-align: center;
	color: #c46d07;
} 

a.lnk_title_medium_center:active {
	font-size: 25px;
	text-align: center;
	color: #c46d07;
} 

a.lnk_title_medium_center:visited {
	font-size: 25px;
	text-align: center;
	color: #c46d07;
} 


a.lnk_title_medium_center:hover {
	font-size: 25px;
	text-align: center;
	color: #5c4b37;
}

.tour-box {
  border: 1px solid black;
  padding: 20px;
  height: 100%;
}
.row.g-0 > [class*="col-"] {
  padding: 10px; /* gap between boxes */
}
