@import url('http://fonts.googleapis.com/css?family=Roboto Condensed');
@import url('http://fonts.googleapis.com/css?family=Oswald');
@import url('http://fonts.googleapis.com/css?family=Pragati Narrow');
@import url('http://fonts.googleapis.com/css?family=Anton');
@import url('http://fonts.googleapis.com/css?family=Oleo Script');
@import url('http://fonts.googleapis.com/css?family=Grand Hotel');
@import url('http://fonts.googleapis.com/css?family=Saira Condensed');
@import url('http://fonts.googleapis.com/css?family=Great Vibes');
@import url('http://fonts.googleapis.com/css?family=Rancho');
@import url('http://fonts.googleapis.com/css?family=Italianno');
@import url('http://fonts.googleapis.com/css?family=Grand Hotel');
@import url('http://fonts.googleapis.com/css?family=Rouge Script');
@import url('http://fonts.googleapis.com/css?family=Poppins');
@import url('http://fonts.googleapis.com/css?family=Roboto');

*
{
box-sizing:border-box;
}
body
{
margin: 0 0 0 0;
}
/*---------------------------------top--------------------------------------*/
#top_total
{
width: 100%;
}
#top_inner
{
 max-width: 1250px;
}
#top_inner_total
{
width: 100%;
display: table;
}
#top_inner_left
{
display: table-cell;
text-align: left;
width: 30%;
vertical-align: bottom;
padding-bottom: 2px;
}
#top_inner_right
{
display: table-cell;
text-align: right;
width: 70%;
}
#top_inner_right a
{
font-family: "Roboto";
font-size: 13px;
text-shadow: 0px 0px 0px #000000;
text-decoration: none;
color:rgb(96, 174, 229);
background: transparent;
font-weight: 300;
padding: 0 0 0 1px;
}
#top_inner_right a:hover
{
color: rgb(18 ,52, 12);
}
#social_header
{
margin-top: 21px;
text-align: right;
}
#social_header-icons a img
{
    width: 29px;
    height: auto;
    margin-left: 11px;
}
#social_contact a img
{
    height: 15px;
    width: auto;
    padding: 0px 3px 0px 3px;
}
#social_contact a
{
display: inline-block;
}
#social_contact
{
margin-top: 7px;
margin-bottom: 9px;
}
#top_inner_right_logo-slogan
{
background-color: rgb(96, 174, 229);
border-radius: 30px 0 0 0;
height: 30px;
margin-bottom: 9px;
}
#logo-slogan p
{
 padding: 8px 7px 0 0;
 font-size: 13px;
 font-family: 'Roboto';
 margin: auto;
 color: white;
}
/*---------------------------------links--------------------------------------*/
.top_menu
{
width: 100%;
}
#top_menu_inner
{
 max-width: 1250px;
}
#top_menu_inner_total
{
width: 100%;
display: table;
}
#top_inner_left_menu
{
display: table-cell;
text-align: left;
width:74%;
background: white;
padding-right: 20px;
}
#link_menu
{
width: 100%; 
background-color: rgb(255, 132, 0);
}
/*------------------------------------Content_link-----------------------------*/
#link_total
{
	width: 100%;
}
#link_inner
{
	max-width: 1250px;
}
#link_inner_total
{
	width: 100%;
	background-color: rgb(255, 132, 0);
	text-align: left;
}
/*------------------------------------main_content-----------------------------*/
#content_total
{
	width: 100%;
}
#content_inner
{
	max-width: 1250px;
}
#content_inner_total
{
	width: 100%;
	display: table;
	margin-bottom: 20px;
}
#content_title p
{
	border-top: 2px solid #7C1415;
	border-bottom: 2px solid #7C1415;
	display: block;
	font-family: "Oswald";
	color: #000000;
	font-size: 20px;
	letter-spacing: 0.2px;
	padding: 4px 0 4px 6px;
	text-align: left;
}
#contact_content_left
{
	display: table-cell;
	text-align: left;
	width:50%;
	margin-bottom: 20px;
	padding-right: 10px;
}
#contact_content_right
{
	display: table-cell;
	text-align: right;
	width: 50%;
	margin-bottom: 20px;
}
#enquiry_form
{
	 text-align: left;
    border: 1px solid #fff9f9;
    margin: 1.5em 0;
    padding: 1em 1em 1em 1em;
    box-shadow: 0 0 16px -3px rgba(0,0,0,0.15);
    font-family: "Roboto";
}
#enquiry_form input[type="text"], input[type="email"], input[type="number"], textarea {
    width: 100%;
    padding: 8px 6px;
    border: solid 1px #999;
    border-radius: 3px;
    margin-bottom: 20px;
    font-family: "Roboto";
 }
 
 #content_main
 {
	font-family: "roboto"; 
 }
#content_main p, a
{
	font-family: "Roboto";
	font-size: 14px;
	line-height: 21px;
	color: #000000;
	text-decoration: none;
}
#book_total
{
	width: 65%;
}
#content_card1
{
	display: inline-block;
	box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
	border-radius: 6px;
	width:253px;
	background: #fff;
	margin-right: 20px;
}

/*------------------------------------slide------------------------------------*/

.mySlides {display: none;}
 .slideshow-container img {vertical-align: middle; width: 100%;}
/* Slideshow container */
.slideshow-container {
  margin: auto;
  text-align: left;
  margin-top: 15px;
}

/* The dots/bullets/indicators */
.dot {
  height: 0;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  display: none;
}
.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/*---------------------------------marquee effect---------------------------------------------*/

#top_inner_right_menu
{
	display: table-cell;
   width:325px;
   text-align: left;
   vertical-align: top;
}
#card
{
	width: 100%;
}
#card img
{
  position: absolute;
  z-index: -1;
}
#card_marquee_content
{
	position: absolute;
}
#card_marquee_content span a
{
	text-decoration: none;
	color: #191970;
	text-shadow: 2px 2px 4px #000000;
	font-size: 19px;
	font-family: "Roboto Condensed";
}
/*---------------------------------Card-------------------------------------------------------*/
#card_total
{
	width: 100%;
	margin-bottom: 20px;
	margin-top: 10px;
}
#card_inner
{
	max-width: 1250px;
}
#card_inner_total
{
	width: 100%;
	display: table;
	margin-top: 10px;
}
#card1
{
	display: inline-block;
	width:292px;
	background: #f0f0f0;
	margin: 0 20px 20px 0;
}
#card2
{
	display: inline-block;
	width:292px;
	background: #f0f0f0;
	margin: 0 20px 20px 0;
}
#card3
{
	display: inline-block;
	width:292px;
	background: #f0f0f0;
	margin: 0 20px 20px 0;
}
#card4
{
	display: inline-block;
	width:292px;
	background: #f0f0f0;
}
#inner_card 
{
	width: 100%;
	padding: 20px;
}
#inner_card_content_title p
{
	font-family: "Oswald";
	color: #000000;
	font-size: 17px;
	min-height: 57px;
	display: block;
	margin: 0 0 13px 0;
	border-bottom: 2px solid #961b1b;
   padding: 0 0 5px 0;
   text-align: left;
}
#inner_card_picture
{
	width: 100%;
}
#inner_card_picture img
{
	width: 253px;
	height: 169px;
}
#inner_card  #inner_card_picture
{
	overflow: hidden;
}
#inner_card_picture img:hover
{
	transform: scale(1.5);  
  	transform-origin: 0% 0%;
   transition: transform 5s, filter 3s ease-in-out;
   filter: brightness(150%);
}
#inner_card_content
{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}
#inner_card_content a
{
	background-color: #60aee5;
	padding: 4px 4px 4px 4px;
	text-decoration: none;
	text-align: left;
	color: #ffffff;
   border-radius: 3px;  
   font-family: 'arial';
   font-size: 12px;
}
#inner_card_content a:hover
{
	background: #ff830f;
}
/* Hide the up and down arrows in Firefox */
#contact_number::-moz-number-spin-box,
#contact_number::-moz-number-spin-up,
#contact_number::-moz-number-spin-down {
    display: none;
}

/* Hide the up and down arrows in Chrome, Safari, and Edge */
#contact_number::-webkit-inner-spin-button,
#contact_number::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide the up and down arrows in IE 10 and IE 11 */
#contact_number[type="number"] {
    -moz-appearance: textfield;
}
/*---------------------------------footer-------------------------------------------*/
#footer_total
{
	width: 100%;
	background: #ceea9d;
}
#footer_inner
{
	max-width: 1250px;
}
#footer_inner_total
{
	width: 100%;
   display: table;
   padding: 10px 0 10px 0;
}
#footer_inner_left
{
	display: table-cell;
	text-align: left;
	width: 20%;
}
#footer_logo img
{
	vertical-align: middle;
}
#footer_inner_right
{
	display: table-cell;
	text-align: right;
   width: 70%;
   vertical-align: top;
   
}
#developer_info p
{
	 font-size: 12px;
    letter-spacing: -0.5px;
    font-family: "Roboto Condensed";
}
/*----------------------------------packages------------------------------------------*/
#total_packages
{
	width: 100%;
	font-family: 'Roboto';
}
#inner_packages
{
	max-width: 1250px;
	margin: 40px 0;
}
.collapsible {
  background-color: #EDEDED;
  color: #000000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  border-radius: 5px 5px 0 0;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-weight: 600;
  font-family: "Roboto Condensed";
  line-height: 26px;
}

.active, .collapsible:hover {
  background-color: #9E9E9E;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
}

.collapsible:after {
  content: '+';
    background: #2d3e52;
    color: #fff;
    width: 20px;
    height: 20px;
    padding: 3px 3px 3px 3px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 0px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    font-family: verdana;
    float: right;
}

.active:after {
  content: '-';
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: all 200ms linear;
  margin: 0 0 20px 0;
  background: #f9f9f9;
  text-align: left;
  border: 1px solid #e5e5e5;
  border-top: 0;
  font-family: 'Roboto';
}
.content b
{
	color: #000;
}
.content p
{
	font-size: 14px;
	color: #666;
}
/*---------------------------------Media Query--------------------------------------*/
@media only screen and (max-width: 1251px)
{
#top_inner
{
 	max-width: 98vw;
}
#top_menu_inner_total
{
	max-width: 98vw;
}
#inner_packages
{
	max-width: 98vw;
}
#link_inner_total
{
	max-width: 98vw;
}
#content_inner_total
{
	max-width: 98vw;
}
#footer_inner_total
{
	max-width: 98vw;
}
#top_inner_left_menu
{
	text-align: left;
}
#card_inner
{
	max-width: 98vw;
}
#card3
{
	margin-right: 0; 
}
}
@media only screen and (max-width:480px)
{
	#footer_inner_right
	{
   	display: table-row;	
   	text-align: left;
   	margin-top: 20px;
	}
}
@media only screen and (max-width: 768px)
{
#top_inner_left
{
padding-top: 35px;
}
#top_inner_right
{
display: table-row;
position: absolute;
}
#top_inner_right_logo-slogan
{
border-radius: 30px 0 0 0;
}
#content_inner_total {
    display: block;
    text-align: left;
}
#contact_content_left
{
	display: inline-block;
	width: 100%;
}
#contact_content_right
{
	display: inline-block;
	width: 100%;
}
#book_total
{
	width: 100%;
}
}
@media only screen and (max-width: 757px)
{
#top_inner_right
{
display: table-row;
position: relative;
}
#top_inner_right_logo-slogan
{
border-radius: 0;
height: auto;
}
#social_header-icons
{
text-align: left;
margin-left: -9px;
}
#social_contact
{
text-align: left;
}
#logo-slogan p
{
text-align: left;
padding-left: 6px;
}
}
@media only screen and (max-width:990px)
{
#top_inner_right_menu
{
	display: none;
}
#top_inner_left_menu
{
	width: 100%;
	padding-right: 0;
}
}
@media only screen and (max-width:768px)
{
	#card2
	{
   	margin-right: 0;	
	}
	#card3
	{
   	margin-right: 20px;	
	}
}
@media only screen and (max-width:425px)
{
	#card1
	{
   	margin-right: 0;	
	}
	#card3
	{
   	margin-right: 0;	
	}