 
 html,
body {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
	
}
body {
    padding-top: 100px;
}
 

body{
	padding:0px !important;
	margin:0px !important;
	font-family: 'Muli', sans-serif;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

a {
    color: #337ab7;
    text-decoration: none !important;
}

input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
/*-----start-header----*/
.header {
	padding:0px 0px 0px 0px;	
    position: fixed;
    width: 100%;
    z-index: 1500;
	top:0px; 
	border-top:0px solid #fff;
	background:#fff;
 box-shadow: 0px 0px 5px #ccc;
	 
}
 
.logo {
	float:left; margin:5px 0px 5px 0px; padding-right:0px !important; 
}
.logo a {
	display: block;
}

.logo-text{ float:left; font-size:25px;
	font-weight:400;
	padding:43px 0px 0px 5px;
	 }
	 
.top_section{ background:#1075bb; width:100%; display: inline-block; padding:2px 0px 2px 0px; text-align:right}  
.top_section a {
	color:#fff; 
	font-size:12px ;
	font-weight:600;	
	text-decoration:none;
	padding:0px 10px 0px 10px; 
}
.top_section a:hover {
	color:#dd3735; 
	text-decoration:none; 
}
.top_caption{color:#dd3735; text-transform:uppercase;
	font-size:21px ;
	font-weight: bold;	
	text-decoration:none;
	padding:8px 0px 0px 0px;
	text-align:right;
	display:block;
	font-family: 'Arvo', serif;
	}
 
.top-menu {
	float:right;
	margin-top:0px;
	margin-bottom:5px;
	padding-top:0px; 
	letter-spacing:1px;
 
}
.top-menu ul {
	display:inline-block;
	margin-top:0px;
}
.top-menu ul li {
	display:inline-block;
	padding:0px 0px 0px 0px;
}
.top-menu ul li a {
	color:#781e15;
	text-transform: uppercase;
	font-size:12px !important;
	font-weight:600;	
	text-decoration:none;
	padding:8px 10px 8px 10px;
	 
}
.top-menu ul li a:hover {
	color:#fff;
	text-decoration:none;
	background:#a74520;
	 
	 
}

.top-menu ul li a .active {
	background:#a74520;
	color:#fff; 
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}

.banner-wrapper {
    margin: 100px 0px 0px 0px;
}

.wd100{width:100%}
/* Shutter Out Horizontal */
a.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
   
  color: #7a0c00;
	padding:6px 10px;
}
a.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #13b252;
  border:2px solid #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
	color:#7a0c00 !important;
	padding:6px 10px;
	border-radius:7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
}
a.hvr-shutter-out-horizontal:hover,a.hvr-shutter-out-horizontal:focus,a.hvr-shutter-out-horizontal:active {
  color: white;
}
a.hvr-shutter-out-horizontal:hover:before,a.hvr-shutter-out-horizontal:focus:before,a.hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.top-menu ul {
	margin-top: 23px;
}


.banner {
	background:#709dca;
	padding-bottom:21em;
	margin-bottom:9em;
}
  
.banner-section {
	padding:0px 0px 0px 0px;
}


.banner_img { width:100%;
}
.banner_con {	 
	text-transform: none;	
	padding:30px;
	position:absolute;	 
	z-index:2500;  
	margin:0px 0;
	bottom:10%;
	display:block;
	width:100%;
}

.banner_con_heading {
	color:#fff;
	font-size:45px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;	
	text-shadow: 0px 0px 5px #4f4f4f;
		 
}
.banner_con_sub {
	color:#fff;
	font-size:20px;
	font-weight:500;
	text-transform: none;
	line-height:36px;
	margin:0px 0px 25px 0px;
	text-align: left;	
	text-shadow: 0px 0px 5px #4f4f4f;
		 
}
 .view_new_col{ margin:0px; padding:0px;  }
 .view_new_col a{ margin:0px; padding:12px 18px 12px 18px; background-color:#000; color:#fff; font-size:15px; text-transform:uppercase;}
 .view_new_col a:hover{  background: none ; border:1px solid #000; color:#000; }

.banner-info h2 {
	color:#fff;
	font-size:2.5em;
	font-weight:800;
	text-transform:uppercase;
	word-spacing:2px;
	padding-top:2.5em;
}
.banner-info p {
	color:#fff;
	font-size:1.12em;
	font-weight:300;
	margin:0.1em 0 1em 0;
	}
.details input[type="text"] {
	width: 85%;
	color: #a9a9a9;
	font-size: 0.9em;
	padding: 14px 14px 14px 0;
	border: none;
	outline: none;
	background: #fff;
	}
.details form li {
	display:inline-block;
}
.details {
	margin:3em 0 5em 0;
}
.details form li {
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	list-style: none;
	float: left;
	width: 26%;	
	background: #fff;
	margin-right:0.7em;
	}
   
.details form input[type="submit"] {
	color: #fff;
	text-transform: uppercase;
	font-size: 0.95em;
	font-weight: 300;
	border: none;
	background: #ffbb42;
	padding: 14px 0px;
	width:19%;
	outline: none;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	}
.details form input[type="submit"]:hover {
	background:#394b50;
}
.header-bottom {
	position:relative;
}
  
  
.border{ border-bottom:2px solid #000; position: absolute; width:100%; display:inline-block;}	

.top_social{
	position: relative;
	width:100%;
	background-color:#1075bb;
	display:block;
	padding:5px 0px 5px 0px;
	z-index:2500;
	left: -1px;
}
.top_social{
	position: relative;
	width:100%;
	background-color:#ef5924;
	display:block;
	padding:5px 0px 5px 0px;
	z-index:2500;
	left: -1px;
}
.top_social a{ padding:0px 7px 0px 0px; }

.top_social_l{ text-align: right; display:block; margin:15px 0px 0px 0px;}
.top_social_l a{ text-align: left; color:#fff; font-size:14px; padding:0px 20px 0px 0px; text-shadow: 0px 1px 2px #2d2d2d; float:right}
.top_social_l a:hover{ color: #1075bb; }


.top_ph{font-size:19px; font-weight:bold}


.top_social_r{ text-align:right;}
.top_social_r a{ text-align:right; color:#fff; font-size:16px; padding:0px 0px 0px 20px; }
.top_social_r a:hover{ color: #1075bb; }


.top_social .form-control{ height:30px !important;}
.top_social .fa-search{ color:#dc2776 !important;}

.social_icon_top{ width:173px;}

.contact_no{ font-size:18px; color:#2d2d2d; text-align:left; padding:0px !important;}

.content_bg{  background-image:url(../images/content_bg.jpg); background-position:center top; background-repeat:no-repeat; padding:0px 0px 30px 0px; margin-top:60px; margin-bottom:0px;
width: 100%;  
background-size: cover;}
.content_bg1{  background-image:url(../images/content_bg1.jpg) ; background-position:center top; background-repeat:no-repeat; padding:0px; margin:60px 0px 30px 0px;
width: 100%;  
background-size: cover;}content_bg

.pic-caption.bottom-to-top {
    font-size: 12px;
    padding: 70px 0 0;
}

.sec_main{/* background-image:url(../images/border.png); background-repeat:no-repeat; */background-position:center top;}
.sec_main1{ /*background-image:url(../images/border1.png); background-repeat:no-repeat;*/ background-position:center top;}

.sections { margin:0px;}
.sections h1 {
	color:#000000; 
	font-size:35px;
	font-weight: 400;
	text-transform: none;	
	padding:0px 0px 5px 0px;
	margin:0px 0px 15px 0px;
	text-decoration:none !important ;
	text-align: center;	 
	border-bottom:1px solid #dddddd;
	border-top:0px solid #dddddd;
	
	}  
 
	
.species{ margin:0px; padding:0px;}
.species ul{ margin:0px; padding:0px;}
.species li{ margin:0px 0px 18px 1%; padding:0px; float:left; width:15.6%; list-style:none;}
.species li a{ margin:0px; padding:0px; text-decoration:none;}
.species li a:hover{ margin:0px; padding:0px; text-decoration:none;}
.species li img{ width:100%; opacity: 1;
    filter: alpha(opacity=50); /* For IE8 and earlier */}
.species li img:hover{  opacity: 0.5;
    filter: alpha(opacity=100); /* For IE8 and earlier */}

.owner_con {
	background-image: url("../images/hooks.png");
    background-position: 0 8px;
    background-repeat: no-repeat;
    color: #fff;
    font-family: "Lato",sans-serif;
    font-size: 21px;
    font-weight: normal;
    min-height: 15px;
    padding: 0 0 25px 30px;
    text-align: left;
    text-decoration: none !important;
    text-transform: none;
	 
	}
.owner_con span {	 
	font-size:26px;
	font-weight: bold;	 
}
.time{ color:#231f20; font-size:26px;}

.mar_t{ margin-top:50px;}
.mar_t_10{ margin-top:10px !important;}
.mar_t_20{ margin-top:20px !important;}

.angler_im{ border-right:1px solid #b2b4b6; min-height:188px; padding:0px !important; display:block; margin:0px; width:20px !important;}

.section_im_icon{ padding:0px 5px 0px 0px !important ; margin:0px !important; text-align:right; font-size:15px;}
.section_im_icon1{ padding:0px 0px 0px 5px !important ; margin:0px !important; text-align: left; font-size:15px;}
 


.bottom-sec { 
	margin:0px 0px 0px 0px;
	padding:60px 0px 60px 0px;
	background:#2e2e2e;
	background-attachment:fixed;
	background-size: cover;
	background-position:center top;  	
	border-radius: 0px;
	width:100%; 
	font-size:14px;
	color:#e0e0e0;
	text-align:center;
	line-height:25px;
	}

.bottom-sec li {color:#fff;
	font-size:14px;
	font-weight: normal;
	text-transform: none;	 
	text-align: left;
	line-height:20px; 
	list-style:none;
  
	padding:0px; 
	
	}
.bottom-sec li a { 	 
	color:#fff;	
	font-weight: normal;
	text-transform: none;
	/*background-image: url(../images/bottom_arrow.png); 
	background-repeat: no-repeat; 
	background-position:0px 14px;
	border-bottom:1px solid #2f2f2f;	*/
	padding:5px 0px 5px 0px; 
	width:100%; display:inline-block;
		 
	}

.bottom-sec li a:hover { 	color: #fff;
	font-weight: normal;
	text-transform: none;	
		 
	}
 
 
.bottom-sec h2 {
	color:#dbdbdb;
	font-size:18px;
	font-weight: 500;
	text-transform: uppercase;	 
	text-align: left;
	line-height:20px;  
	 padding:0px 10px 15px 0px; 
	}
.bottom-sec h3 {
	color:#fff;
	font-size:20px;
	font-weight: 300;
	text-transform: none;	 
	text-align: left;
	line-height:20px; 
	text-transform: none;
	 padding:0px 0px 0px 0px; 
	}
	
.bottom_border{ border-bottom:1px solid #ccc; margin-bottom:25px; padding:0px 0px 9px 0px;}
 

.bottom-sec1 {
	margin:0px 0px 0px 0px;
	padding:15px 0px 15px 0px;
	background: #101010;  	
	border-radius: 0px;
	width:100%;
	text-align: center;
	color:#6e6e6e;
	font-size:12px; 
	}

.bottom-sec1 a { text-align: right; 	 
	color:#6e6e6e;	
	font-weight: normal;
	text-transform: none;	
	
	padding:0px 10px 0px 10px;	 
	}

.bottom-sec1 a:hover { 	color: #1f4279;
	font-weight: normal;
	text-transform: none;	
		 
	}

.bottom-sec1 li {color:#fff;
	font-size:14px;
	font-weight: normal;
	text-transform: none;	
	
	text-align: center;
	line-height:20px;
	
	background-repeat: no-repeat;
	list-style:none;
	background-position:0px 8px;	 
	padding:0px 15px 6px 0px;
	float:left;
	
	}
.bottom-sec1 li a { 	 
	color:#fff;	
	font-weight: normal;
	text-transform: none;	
		 
	}

.bottom-sec1 li a:hover { 	color: #146734;
	font-weight: normal;
	text-transform: none;	
		 
	}
.footer{margin:0px 0px 0px 0px;
	padding:15px 0px 15px 0px;
	background: #333333;  	
	border-radius: 0px;
	width:100%;
	text-align: center;
	color:#868686;
	font-size:12px; }		 
		 
	
.contact{ font-size:14px; color: #c5c5c5; padding:0px 0px 10px 0px; margin:25px 0px 0px; line-height:30px;}
.contact .fa{ font-size:15px; color: #fff; wifooterdth:30px;}

.contact_bg{ background: url(../images/contact_bg.png); background-repeat:no-repeat; background-position:left top; height:522px;
	position:relative; margin:-111px 0px 0px 0px; padding:110px 0px 0px 0px; color:#fff; font-size:14px; text-align:center;
}
.contact_m{ width:222px; padding:0px 20px 0px 20px;}

.copyright {    
	font-size:14px;
	color:#e0e0e0;
	text-align:center;
	line-height:25px;
	margin:15px 0px 0px 0px;
	 
	}
	
.siocial {  
	width:100%;
	text-align: center;
	font-size:12px;
	color:#7a7a7a;
	margin:0px 0px 10px 0px;	
	 
	}

.siocial a { text-align: center; 	 
	color:#717171;	
	font-weight: normal;
	text-transform: none; 
	padding:0px 0px 0px 0px;
	font-size:18px;
	 text-align:center;
	border-radius: 6px;
	display:inline-block;
	margin:0px 8px 0px 8px;	 
	
	}

.siocial a:hover { 	color: #781e15;
	font-weight: normal;
	text-transform: none;	
  
	}
 
 
.news{ padding:15px 0px 0px 0px; border-bottom:1px solid #eee; width:100%; display:inline-block;}
.news_icon{ padding-bottom:15px; padding-right:0px; float:left; width:12%; text-align:center;} 
.news_icon .fa{ font-size:50px; color:#781e15} 
.news_date {
	color:#781e15;
	font-size:13px;
	font-weight: 300;
	text-transform: none;		
	text-align: center;
	line-height:20px; 
	text-transform: none;
	 padding:5px 0px 0px 0px;
	 
	}
	
	.news_date span { 
	font-size:18px;
	font-weight: 600;
 
	}
	
.news_con_sec { width:83%; float:left; 
	 padding:0px; margin-left:20px;
	}	
	
.news_head { 
	color:#515151;
	font-size:17px;
	font-weight: 600;
	text-transform: none;	
	
	text-align: left;
	line-height:20px; 
	text-transform: none;
	 padding:0px 0px 5px 0px; 
	}
	
.news_con { 
	color:#515151;
	font-size:14px;
	font-weight: 300;
	text-transform: none;	 
	text-align: left;
	line-height:27px; 
	text-transform: none;
     padding:9px 0px 5px 0px; 
	}
	
.content_bg{ background-image: url(../images/con_bg.jpg); background-repeat:no-repeat;
    background-size: cover;
	background-attachment:fixed;
	color:#d8d8d8;
	font-size:16px;
	line-height:18px;
	margin:0px;
	padding:130px 0px 130px 0px; 

}	

.content_bg h1 {
	color:#fff; 
	font-size:18px;
	font-weight: 400;
	text-transform: uppercase;	
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-decoration:none !important ;
	text-align:  center;	  
	}  
.content_bg h2 {
	color:#fff; 
	font-size:35px;
	font-weight: 400;
	text-transform: none;	
	padding:0px 0px 5px 0px;
	margin:0px 0px 15px 0px;
	text-decoration:none !important ;
	text-align: center;	  
	} 
.content_bg p {
	color:#fff; 
	font-size:16px;
	font-weight: 400;
	text-transform: none;	
	padding:0px 0px 5px 0px;
	margin:0px 0px 15px 0px;
	text-decoration:none !important ;
	text-align: center;
	line-height:28px;	  
	} 


	
.contact_address{ background-image:url(../images/map_icon.png); background-repeat:no-repeat;
	color:#d8d8d8;
	font-size:16px;
	line-height:18px;
	margin:0px;
	padding:0px 0px 25px 35px; 

}	

.contact_num{ background-image: url(../images/phone_icon.png); background-repeat:no-repeat;
	color:#d8d8d8;
	font-size:13px;
	line-height:18px;
	margin:0px;
	padding:0px 0px 25px 35px;
	  
}
.contact_mail{ background-image: url(../images/mail_icon.png); background-repeat:no-repeat;
	color:#d8d8d8;
	font-size:13px;
	line-height:18px;
	margin:0px;
	padding:0px 0px 25px 35px; 
	 

}	



.contact_num_top{ float:left;  
	color:#fff;
	font-size:13px;
	line-height:18px;
	margin:3px 0px 0px 0px;
	padding:0px; 
	width:150px;   
}

.contact_num_top .fa{ 
	color:#781e15;
	font-size:16px;  
}
.contact_mail_top{  float:left;  
	color:#fff;
	font-size:13px;
	line-height:18px;
	margin:3px 0px 0px 0px; 
	padding:0px; 
	width:164px;  
}	
.contact_mail_top .fa{ 
	color:#781e15;
	font-size:16px;  
}
	
.glyphicon-chevron-right{ display:none !important;}
.glyphicon-chevron-left{ display:none !important;}


/*Slider Start*/
#jquery-script-menu {
	position: fixed;
	height: 90px;
	width: 100%;
	top: 0;
	left: 0;
	border-top: 5px solid #316594;
	background: #fff;
	-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	z-index: 999999;
	padding: 10px 0;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	}

.jquery-script-center {
	width: 960px;
	margin: 0 auto;
	}
.jquery-script-center ul {
	width: 212px;
	float:left;
	line-height:45px;
	margin:0;
	padding:0;
	list-style:none;
	}
.jquery-script-center a {
	text-decoration:none;
	}
.jquery-script-ads {
	width: 728px;
	height:90px;
	float:right;
	}
.jquery-script-clear {
	clear:both;
	height:0;
	}

/*Slider End*/


/*Stiky keader Start*/
  
header{text-align: center;
	line-height: normal;   
	width:100%;
	display:inline-block;
	// set animation
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	}
header img { -webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	 
	} 

header.sticky {	position: fixed; 
	line-height: normal; 
	width: 100%; 
	text-align: left;
	padding-left:0px;
	z-index:2500;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	box-shadow:0px 0px 5px #ccc;
	background:#fff;
	}
header.sticky img { width:80%;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	margin:5px 0px 0px 0px;
	 
	} 


header.sticky .top-menu { float: right;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top:  0px; 
	}
header.sticky .top-menu ul li a {
	color:#1075bb; 
	text-shadow: 0px 0px 0px #000;
	 
}

header.sticky .top-menu ul li a:hover {
	color:#fff; 
} 

header.sticky .top_social_l { text-align: right; display:none;} 
 
header .logo{ display: block}
header .logo1{ display: none ;}

header.sticky .logo{ display:none}
header.sticky .logo1{ display: block; margin:0px 0px 10px 0px;}
  
.sp_pad{ padding:0px 20px 0px 20px !important;}
.sp_pad1{ padding:0px 20px 0px 20px !important;}  
  
/*Stiky keader End*/
 
.species_sec{ width:50%; float:left; background: url(../images/hooks_by_species_bg.png); min-height:590px; background-repeat:no-repeat;}
.region_sec{ width:50%; float:left; /*background-color:#7cb5a6;*/ background:url(../images/hookbyregion.jpg); background-size:cover; min-height:590px;}
.species_sec_con{ width:100%; margin:0px auto;}
.region_sec_con{ width:100%; margin:0px auto; }

 .testimonial{ color:#dc2776; font-size:14px; padding:10px 0px 0px 0px;}    
 

@media only screen and (max-width: 768px) {
 
.mar_t{ margin-top:20px !important;} 
.content_bg{ padding:0px 0px 30px 0px; margin-top:40px; margin-bottom:0px !important;}
.content_bg1{ padding:0px 0px 30px 0px; margin-top:30px; margin-bottom:30px !important;}
 
 .banner-section {
	padding:0px 0px 25px 0px;
}
 

.banner_con_heading {	
	font-size:40px;
	margin-bottom:15px;		 
}
.banner_con_sub { 
	font-size:18px; 
}
 
.sections h1 {	 
	font-size:40px !important;
	padding:0px 0px 9px 0px !important;
	
} 
.time{  font-size:22px !important;}

header{          
 height: 123px ;
}
 
 header.sticky img { width:45%;
} 

}

@media only screen and (max-width: 900px) {  


span.menu{
		width:28px;
		height:28px;
		background:url(../images/nav.png)no-repeat;
		display: inline-block;
		float:right;
		cursor: pointer;
		margin-top: 66px;
		z-index:2500;
		position:absolute;
		right:25px;
	}
	.top-menu{
		width:100%;
		display: none;
		text-align:center;
		background:#781e15;
		padding:0;
		margin-top: -10px !important;
		color:#fff;
	}
	.top-menu ul{
		float:none;
		width:100%;
		margin-top: 0px;
	}
	.top-menu ul li{
		display:block;
		float: none;
		color:#fff;
		 padding: 0px 0px 0px 0px;
	}
	
 
	.top-menu ul li a{
		display: block;
		padding: 10px 0px;
		color:#fff;
	}  
	.top-menu ul li a:hover{
		display: block;
		padding: 10px 0px;
		color:#dc2776;
		background-color:#FFF;
	}  
		
 
 
.mar_t{ margin-top:20px !important;}
.content_bg{ padding:0px 0px 30px 0px; margin-top:60px; margin-bottom:0px !important;}
.content_bg1{ padding:0px 0px 30px 0px; margin-top:60px; margin-bottom:25px !important; 
	 }
 
 
 
 
.owner_con { 
	font-size:18px !important; 
}
.owner_con span {	 
	font-size:20px !important; 	 
}	
.time{  font-size:18px !important;}
.angler_im{ display:none !important;}	
  

.species_sec{ width:100%; float: none !important; background-color:#fff; display:inline-block; min-height:425px;   }
.region_sec{ width:100%; float: none !important; background-color:#7cb5a6;  display:inline-block; min-height:400px; }

.species_sec_con{ width:100%;  }
.region_sec_con{ width:100%;  }
	
}

		
	 
.shake {
    background:#ccc;
    text-align:center;
    width:200px;
} 

.add_banner{ margin:0px; padding:0px;}
.add_banner a{  width: 100%; 
	-webkit-transition: All 0.9s ease;
	-moz-transition: All 0.9s ease;
	-o-transition: All 0.9s ease;
	-ms-transition: All 0.9s ease;
	transition: All 0.9s ease;
	display:inherit;	
	text-decoration:none;
	color:#6b6b6b !important;
	
	}
.add_banner a:hover{  width: 105%;	 
	background-color: #FFF;
	-webkit-transition: All 0.9s ease;
	-moz-transition: All 0.9s ease;
	-o-transition: All 0.9s ease;
	-ms-transition: All 0.9s ease;
	transition: All 0.9s ease;
	text-decoration:none;
	color: #F60;
	}
	
 


.product_dis_h{ margin:25px 0px 0px 0px; padding:0px;}
.product_dis_h ul{ margin:0px !important; padding:0px !important; width:100% !important;}
 
.product_dis_h a{ width:100%; 
	  -webkit-transition: All 0.9s ease;
  -moz-transition: All 0.9s ease;
  -o-transition: All 0.9s ease;
  -ms-transition: All 0.9s ease;
  transition: All 0.9s ease;
  display:inherit;
  padding:0px;
  text-decoration:none;
  color:#6b6b6b !important;
  border:1px solid #f2f2f2;
  margin:0px 0px 20px 0px;
  
	}
.product_dis_h a:hover{ width:100%;  margin:0px 0px 20px 0px; padding:10px;
 box-shadow: 0px 0px 5px #9e9e9e; border-radius:4px;
        background-color: #FFF;
      -webkit-transition: All 0.9s ease;
  -moz-transition: All 0.9s ease;
  -o-transition: All 0.9s ease;
  -ms-transition: All 0.9s ease;
  transition: All 0.9s ease;
   text-decoration:none;
   color: #F60;
}
/*2016-07-12*/

@media only screen and (max-width: 768px){	
	.product_dis li{ margin:0px 3% 15px 0px !important; 
	padding:0px; 
	width:45% !important; 
	float:left;
	min-height:350px;
	}
	 
	
	}
@media only screen and (max-width: 650px){	
	.product_dis_h li{  
	width:48% !important; 
	 
	}
	.logo {
    float: left;
    margin: 5px 0px 0px 0px;
    padding-right: 0 !important;
    width: 75%;
}
}

@media only screen and (max-width: 480px){	
	.product_dis li{ margin:0px 0% 15px 0px !important; 
	padding:0px; 
	width:100% !important; 
	float:left;
	min-height:350px;
	}
	
	.product_dis_h li{  
	width:100% !important; 
	 
	}
	
	}
.zoom-small-image > div {
    z-index: 1000 !important;
}
#owl-example .item a{  
	-webkit-transition: All 0.9s ease;
	-moz-transition: All 0.9s ease;
	-o-transition: All 0.9s ease;
	-ms-transition: All 0.9s ease;
	transition: All 0.9s ease;
	display:inherit;	
	text-decoration:none;
	color:#6b6b6b !important;
	
}

#owl-example .item a:hover{ padding: 10px ;
	box-shadow: 0px 0px 5px #9e9e9e; border-radius:4px;
	background-color: #FFF;
	-webkit-transition: All 0.9s ease;
	-moz-transition: All 0.9s ease;
	-o-transition: All 0.9s ease;
	-ms-transition: All 0.9s ease;
	transition: All 0.9s ease;
	text-decoration:none;
	color: #F60;
	}
	
.prd-name{ font-size:15px; text-align:center; color:#545454; font-weight:normal; padding:10px 0px 0px 0px;}	
.product-price{ font-size:20px; text-align:center; color:#dc2776; font-weight:400;}	
.product-price1{ font-size:40px; text-align: left; color:#dc2776; font-weight:400;}	
.product-content{ font-size:15px; text-align: left; color:#545454; font-weight:400;}	
 
.zoom-small-image > div {
    z-index: 1000 !important;
}
@media only screen and (max-width: 650px) {.top_social{ display: none;}
.logo {
    float: left;
    margin: 5px 0px 0px 0px;
    padding-right: 0 !important;
    width: 25%;
}

header.sticky img {
    margin-top: 0px;
    transition: all 0.5s ease 0s;
    width: 100%;
}

header{          
 height:65px ;
}
header.sticky img { width:75%;
} 
 
span.menu{ 
		margin-top: 10px; 
	}

.banner_con_heading {	
	font-size:27px;
	margin-bottom:15px;		 
}
.banner_con_sub { 
	font-size:16px; 
}

}

.sub_banner{ position:relative; margin:-6px 0px 0px 0px;}

.modal {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0 none;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2500;
	background:rgba(0, 0, 0, 0.5)
}

.contact_main{ margin:50px 0px 50px 0px; padding:0px;}

.contact_main .fa{color: #545454;
	font-size: 45px;
	text-align: left;
	margin: 0px;
	line-height:40px;
}

.contact_main h1 {
    color: #000000;
    font-size: 35px;
    font-weight: 400;
    text-transform: none;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 15px 0px;
    text-decoration: none !important;
    text-align: left;
	line-height:35px;
  
}

.contact_secs { background:#f5f5f5;
 width:100%; display:inline-block; 
 margin:-7px 0px 0px 0px;
 padding:35px 0px 25px 0px;
 text-align:center;
}

.contact_secs .fa { color:#1075bb; font-size:35px; text-align:center; margin:0px;
}

.contact_main .fa{ margin:0px; padding:0px; font-size:25px !important; color:#545454 !important;}
.contact_form{  padding:15px; margin:0px 0px 25px 0px;}

.btn-default{ background-color:#dc2776; text-transform:uppercase; font-size:15px; padding:8px 15px 8px 15px; color:#FFF;}


.ph_num_bg{ background:#a84621; position: static; z-index:2000; color:#fff; padding:5px 15px 5px 15px ; margin:10px 0px 0px 0px; font-weight:bold; display:block ; float:right; }

.border_sec{ margin:0px 0px 30px 0px;}


.gallery_sub_sec{ margin:0px 0px 25px 0px; background: #FFF;
width: 100%;display: inline-block;
box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.09); 
border-right:5px solid #1075bb;
}

.gallery_sub_sec:hover{ 
box-shadow: 0px 3px 15px 0px rgba(6, 124, 206, .2);
 }
 
.gallery_sub_sec1{ margin:0px 0px 25px 0px; background: #FFF;
width: 100%;display: inline-block;
box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.09); 
 border-left:5px solid #1075bb;
}

.gallery_sub_sec1:hover{ 
box-shadow: 0px 3px 15px 0px rgba(6, 124, 206, .2);
 }


.gallery_sub_sec .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 12px 15px 12px 15px ;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #ddd;
}
.gallery_sub_sec1 .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 12px 15px 12px 15px ;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #ddd;
}

.services_sub{ margin:0px 0px 25px 0px; background: #FFF;
width: 100%;display: inline-block;
box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.09); 
 }
.services_sub:hover{ 
box-shadow: 0px 3px 15px 0px rgba(6, 124, 206, .2);
 }

.reserve_sec{ margin:-100px 0px 0px 0px;  padding:35px 0px 15px 0px; background:rgba(0, 0, 0, 0.2); position:relative; z-index:600; }
.reserve_sec label {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
	margin-bottom:5px; 
    color: #999;
}

.icons_sec{ margin:-50px 0px 0px 0px;  padding:35px 0px 15px 0px;  position:relative; z-index:600;  }
.icons_sec_bg{ background:#1075bb; text-align:center; padding:25px 10px 0px 0px;  border-radius:10px; min-height:150px;}
.icons_ic{ margin:0px auto;  padding:0px; min-height:50px; }
.icons_con{ margin:0px 0px 0px 0px; padding:25px 0px 0px 0px; font-size:16px; text-align:left; color:#fff; font-weight:bold; text-transform:uppercase; text-align:center; 
font-family: 'Open Sans Condensed', sans-serif;}
.icons_con span{ width:100%; font-size:12px; color:#4a4a4a; display:inline-block;}

.welcome_m{ background: #fff; width:100%; display:inline-block; margin:0px; padding:0px; box-shadow: 0px 0px 0px #e1e1e1;}
.welcome_sec{ margin:80px 0px 80px 0px;  padding:0px 0px 0px 0px;  }
.welcome_sec h1 {
	color:#000000; 
	font-size:33px;
	font-weight: bold;
	text-transform:  none;	
	padding:0px 20px 0px 20px;
	margin:0px 0px 20px 0px;
	text-decoration:none ;
	text-align: left;
	}  
.welcome_sec h1 span {
	color:#0873b7; 
	font-size:36px;
	font-weight:  bold;
	text-transform: uppercase;  
	} 
 .welcome_sec h2 {
	color:#000; 
	font-size:25px;
	font-weight: 500;
	text-transform: uppercase;	
	padding:0px 0px 16px 0px;
	margin:0px 0px 0px 0px;
	text-decoration:none ;
	text-align: left;	
	}   
	
.welcome_sec p {
	color:#505050; 
	font-size:16px;
	font-weight: 400;
	text-transform: none;	
	padding:0px 20px 15px 20px;
	margin:0px 0px 0px 0px;
	text-decoration:none  ;
	text-align: justify;
	line-height:28px;	 
	} 
.sec_hg{ 
	min-height:275px;
 
}	
		
.news_sec{ background:#FFF; 
	border-radius: 0px;
	box-shadow: 0px 0px 5px #ccc;
	width:100%;
	display:inline-block;
	min-height:330px;
	padding:10px 10px 0px 10px;
}	
.news_date_se{ background:#1075bb; 
	border-radius: 4px;
	box-shadow: 0px 0px 0px #ccc; 
	width:68px;
	padding:0px;
	float:left;
	margin:0px 0px 10px 0px;
	padding:0px 0px 8px 0px;
	text-align:center;
	color:#fff;
	font-size:12px;
	}  
.news_dates{ 
	font-size:25px; font-weight:bold;
	}
.news_date_con{  
	width:70%;
	padding:0px;
	float:left;
	margin:0px 0px 10px 10px; 
}
.news_con {
	color:#505050; 
	font-size:14px;
	font-weight: 400;
	text-transform: none;	
	padding:0px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	text-decoration:none  ;
	text-align: left;
	line-height:20px;	 
	}  
.news_time {
	color:#1075bb; 
	font-size:12px;
  
	}  
.tender_sec{ background:#FFF; 
	border-radius: 0px;
	box-shadow: 0px 0px 5px #ccc;
	width:100%;
	display:inline-block;
	min-height:330px;
	padding:10px 10px 0px 10px;
}	

.tender_no_sec{ background:#1075bb; 
	border-radius: 4px;
	box-shadow: 0px 0px 0px #ccc; 
	width:33px;
	padding:0px;
	float:left;
	margin:0px 0px 25px 0px;
	padding:5px 0px 5px 0px;
	text-align:center;
	color:#fff;
	font-size:12px;
	}  
.tender_no{ 
	font-size:18px; font-weight:bold;
	}
.tender_con_sec{  
	width:80%;
	padding:0px;
	float:left;
	margin:0px 0px 25px 10px; 
}
.tender_con {
	color:#505050; 
	font-size:14px;
	font-weight: 400;
	text-transform: none;	
	padding:0px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	text-decoration:none  ;
	text-align: left;
	line-height:20px;	 
	} 
			
.view_more{ margin:8px 0px 0px 0px; padding:0px; text-align:center; }
.view_more a{ margin:0px 0px 0px 0px; padding:8px 0px 8px 0px; color:#1075bb; font-size:16px; text-transform:uppercase; text-align:center; }
.view_more a:hover{  color:#000;  }
 
.read_more{ margin:35px 0px 25px 0px; padding:0px;  }
.read_more a{ margin:0px 0px 0px 15px; padding:8px 25px 8px 25px; color:#fff; font-size:16px; text-transform:uppercase; font-weight:bold; background:#52a847; border-radius: 6px;}
.read_more a:hover{  color:#fff; background:#1075bb; }
 
.read_more1{ margin:20px 0px 15px 0px; padding:0px;  }
.read_more1 a{ margin:0px 0px 0px 0px; padding:8px 25px 8px 25px; color:#fff; font-size:16px; text-transform:uppercase; font-weight:bold; background:#1075bb; border-radius: 6px;}
.read_more1 a:hover{  color:#1075bb; background:#000; }
 
.buy_now{ margin:10px  auto 50px  auto; padding:0px; width:145px;  }
.buy_now a{ margin:0px 0px 0px 0px; padding:8px 15px 8px 15px; color:#fff; font-size:16px; text-transform:uppercase; font-weight:bold; background:#1075bb; border-radius: 6px;}
.buy_now a:hover{  color:#1075bb; background:#000; }
 
 
  
.message_sec{ margin:80px 0px 80px 0px;  padding:0px 0px 0px 0px; width:100%; display:inline-block;  }
.message_sec h1 {
	color:#000000; 
	font-size:25px;
	font-weight: 500;
	text-transform:  none;	
	padding:0px 0px 0px 0px;
	margin:0px 0px 15px 0px;
	text-decoration:none ;
	text-align: left;
	}  
.message_sec h1 span {
	color:#1075bb;  
	} 
.message_sec p {
	color:#505050; 
	font-size:16px;
	font-weight: 400;
	text-transform: none;	
	padding:0px 20px 15px 20px;
	margin:0px 0px 0px 0px;
	text-decoration:none  ;
	text-align: justify;
	line-height:25px;	 
	} 
.message_photo{ width:110px; float:left; margin:0px; padding:6px 0px 0px 0px;}
.message_con{ width:70%; float:left; margin:0px; padding:0px;}


.vision_bg{ background: url(../images/mission_bg.jpg); width:100%; height:272px;  display:inline-block; margin:0px; padding:0px; background-position:center top;}
.vision_sec{ margin:-175px 0px 0px 0px; padding:0px; position:relative;}
.vision_con {
    background: #FFF;
    border-radius: 0px;
    box-shadow: 0px 0px 5px #ccc;
    width: 100%;
    display: inline-block; 
    padding:15px;
}
.vision_sec h1 {
	color:#fff; 
	font-size:30px;
	font-weight: 500;
	text-transform: uppercase;	
	padding:0px;
	margin:0px 0px 20px 0px;
	text-decoration:none ;
	text-align: left;
	}  
 
.vision_sec p {
	color:#505050; 
	font-size:16px;
	font-weight: 400;
	text-transform: none;	
	padding:0px;
	margin:0px 0px 0px 0px;
	text-decoration:none  ;
	text-align: justify;
	line-height:28px;	 
	} 
	
.products_m{ width:100%;
	display:inline-block;
    padding:90px 0px 90px 0px; background:url(../images/products_bg.jpg); background-repeat:no-repeat;
	background-attachment:fixed;
    background-position:center top;
 }

.products_m h1 {
	color:#fff; 
	font-size:40px;
	font-weight: normal;
	text-transform: uppercase;	
	padding:0px 0px 20px 0px;
	margin:0px 0px 25px 0px;
	text-decoration:none ;
	text-align: center;
	position:absolute;
	width:100%; 
	} 
.products_m p{ color: #000;
	font-size: 19px;
	font-weight: 500;
	text-transform: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 50px 0px;
	text-decoration: none;
	text-align: center;
	line-height: 28px;
}
	
.products_bg{ 
    background: #FFF;
    border-radius: 7px;
    box-shadow: 0px 0px 5px #ccc;
    width: 100%;
    display: inline-block; 
    padding:0px;
	margin:0px 0px 15px 0px;
	min-height:300px;
}

.products_bg img{  
    border-radius: 7px; 
}

.products_name{ font-size:18px; color:#fff; text-align: center; font-weight:bold; padding:15px 0px 0px 0px; line-height: 25px;}
 
.products_name_sub{ font-size:18px; color:#2d2d2d; text-align: center; font-weight:bold; padding:5px 0px 0px 0px; }
 
.products_sec{  
    border-radius: 0px; 
    display: inline-block; 
    padding:0px 15px 0px 15px ;
	margin:90px 0px 15px 0px; 
} 
 
 
.features{ width:100%;
	display:inline-block;
    padding:45px 0px 45px 0px; background:#fff; background-repeat:no-repeat;
	background-attachment:fixed;
    background-position:center top;
 }

.features h1 {
	color:#000; 
	font-size:40px;
	font-weight: normal;
	text-transform: uppercase;	
	padding:0px 0px 20px 0px;
	margin:0px 0px 25px 0px;
	text-decoration:none ;
	text-align: center;	 
	} 
.features p{ color: #000;
	font-size: 19px;
	font-weight: 500;
	text-transform: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 50px 0px;
	text-decoration: none;
	text-align: center;
	line-height: 28px;
}
.features_name{ font-size:18px; color:#2d2d2d; text-align: center; font-weight:bold; padding:15px 0px 0px 0px; text-transform:uppercase; }


.clients_sec{ width:100%;
	display:inline-block;
    padding:90px 0px 90px 0px; 
	background:#f9f9f9; background-repeat:no-repeat;
	background-attachment:fixed;
    background-position:center top;
 }

.clients_sec h1 {
	color:#000; 
	font-size:40px;
	font-weight: normal;
	text-transform: uppercase;	
	padding:0px 0px 20px 0px;
	margin:0px 0px 25px 0px;
	text-decoration:none ;
	text-align: center;	 
	} 
.clients_sec p{ color: #000;
	font-size: 19px;
	font-weight: 500;
	text-transform: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 50px 0px;
	text-decoration: none;
	text-align: center;
	line-height: 28px;
}
.clients_sec_n{ font-size:18px; color:#2d2d2d; text-align: center; font-weight:bold; padding:15px 0px 0px 0px; text-transform:uppercase; }
.clients_bg{ 
    background: #FFF;
    border-radius: 0px;
    box-shadow: 0px 0px 5px #ccc; 
    display: inline-block; 
    padding:0px 15px 0px 15px ;
	margin:0px 0px 15px 0px; 
}

 
.gallery_sec{   padding:60px 0px 80px 0px;}

.gallery_head{ width:100%; } 

.gallery_sec h1 {
	color:#000; 
	font-size:40px;
	font-weight: normal;
	text-transform: uppercase;	
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
	text-decoration:none ;
	text-align: center;	  
	}  
 
 
.testi_bg { 
	background:#fff; 
	padding:0px; width:100%; display:inline-block; 
	margin:0px 0px 0px 0px;  
	} 

.testi_con_sec {  margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; background:#fff; width:100%;

	}  
.testi_con_sec h1 {
	color:#09a84f; 
	font-size:40px;
	font-weight: bold;
	text-transform: normal;	
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
	text-decoration:none ;
	text-align: left;	  
	} 	
.testi_pra {
    color: #2d2d2d;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    padding: 0px  0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
    text-align: left;
    line-height: 30px;
}	
		
.testi_con_sec1 { position:relative; margin:0px 0px 0px 0px; padding:80px 0px 80px 0px; 
	} 	
.testi_con_sec_n {  margin:0px 0px 0px 0px; padding:0px 15px 0px 60px; 
 
	} 
.testi_con_sec_n1 {  margin:0px 0px 23px 0px; padding:0px 0px 25px 0px; background:#fff; width:100%;
box-shadow: 0px 0px 20px #ccc;
display: inline-block;
	} 	

	
.testi_img_sec {margin:15px 0px 0px 15px; position: relative; z-index:500;
	} 	
	
.testi_imgs { float: left; 
	 width:125px; 
	} 	
.testi_conts{ float: left; padding:5px 0px 0px 35px;
	width:70%; 
	} 	
	
.testi_img_sec img { margin:0px; padding:0px; border-radius:5px; 
	 
	} 	
					
.testi_bg h1 {
	color:#2e4551; 
	font-size:40px;
	font-weight: bold;
	text-transform: uppercase;	
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
	text-decoration:none ;
	text-align: left;   
	}   
 

.testimonial_name{
	color:#09a84f; 
	font-size:14px;
	font-weight:500;
	text-transform: uppercase;	
	padding:20px 15px 20px 0px;
	margin:15px 0px 6px 0px;
	text-decoration:none  ;
	text-align: left;
	font-weight:bold;
	 
	} 
.testimonial_place{
	color:#696969; 
	font-size:12px;
	font-weight: 400;
	text-transform: none;	
	padding:0px 15px 0px 0px;
	margin:0px 0px 0px 0px;
	text-decoration:none  ;
	text-align: left;
	 
	} 
		   
.testi_con_sec p {color: #646464;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	padding:15px 20px 30px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: left;
	line-height: 30px;
	} 	
	
.testi_con_sec h2 {
	color:#2d2d2d; 
	font-size:30px;
	font-weight: normal
	text-transform: none;	
	padding:0px 0px 0px 0px;
	margin:125px 0px 0px 0px !important;
	text-decoration:none ;
	text-align: left;
	 
	}   
.testi_con_sec span{
	color:#e7003d;  
	font-weight: bold; 
	} 
	
	
.contact_sec{   padding:80px 0px 45px 0px; background:#0873bb; background-repeat:no-repeat; background-position:center top;}

.contact_sec_sub{ margin:110px 0px 0px 0px}

.contact_sec .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.contact_sec_head {
    color: #1075bb;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    text-align:center;
    margin: 0px 0px 5px 0px;
}

.contact_icons{ float:left; width:50px; margin:0px 0px 40px 0px ;
}
.contact_add{float:left; width:80%; margin: 10px 0px 40px 7px;}
.contact_sec_con { 
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    text-align: left;
    line-height: 25px;
    margin: 0px 0px 30px 0px;
	text-align: left;
}


.contact_sec h1 {
	color:#fff; 
	font-size:40px;
	font-weight: bold;
	text-transform: uppercase;	
	padding:0px 0px 0px 0px;
	margin:0px 0px 40px 0px;
	text-decoration:none ;
	text-align: left;	  
	} 
.contact_con {
	color:#000; 
	font-size:18px;
	font-weight: normal;
	text-transform: none;	
	padding:0px 0px 0px 0px;
	margin:20px 0px 20px 0px;
	text-decoration:none ;
	text-align: center;
	min-height:35px;
	} 
.contact_con1 {
	color:#000; 
	font-size:14px;
	font-weight: 700;
	text-transform: uppercase;	
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
	text-decoration:none ;
	text-align: center; 
	} 
.contact_p {
	color:#2d2d2d; 
	font-size:18px;
	font-weight: 600;
	text-transform: none;	
	padding:0px 0px 0px 0px;
	margin:0px 0px 5px 0px;
	text-decoration:none ;
	text-align: left; 
	} 	
.contact_p1 {
	color:#8a8a8a; 
	font-size:15px;
	font-weight: 600;
	text-transform: none;	
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 0px;

	text-decoration:none ;
	text-align: left; 
	} 
	
 .submit{ margin:0px 0px 15px 0px; padding:6px 0px 6px 0px; width:100% !important; border:0px !important; background:#3ea146 !important; font-weight: normal; font-size:23px; color:#f5f5f5 !important;}
 .submit a{ margin:0px; padding:10px 35px 10px 35px; background-color:#fff;  color:#1075bb; font-size:15px; text-transform: none;border-radius: 0px;
 width:100%; display:inline-block; text-align:center; font-weight:bold; text-transform:uppercase;}
 .submit a:hover{  background:#4dad27;  color:#fff;  }	
	
 .newsletter{ background:#1075bb; background-position:center top; background-repeat: no-repeat; padding: 12px 0px 5px 0px; width:100%; background-attachment:fixed; }
.newsletter h1{ color:#fff; font-size:25px; font-weight: normal; text-align: left; padding:7px 0px 15px 0px; text-transform:uppercase; margin:0px; font-family: "Gotham Narrow A","Gotham Narrow B",Helvetica,Arial,sans-serif; }
.newsletter h2{ color:#fff; font-size:38px; font-weight: normal; text-align: left; padding:0px 0px 35px 0px; margin:0px; 
line-height:50px; font-family: "Gotham Narrow A","Gotham Narrow B",Helvetica,Arial,sans-serif; }
.newsletter p{ color:#fff; font-size:20px; font-weight: normal; text-align:center;  padding:0px 0px 35px 0px; margin:0px; }	 

	
.newsletter_form{ width:65%; float:left; margin:25px 0px 0px 0px;}
.newsletter_btn{ width:35%; float:left; margin:25px 0px 0px 0px;}
.newsletter_btn a{ display:inline-block; width:100%; background-color:#1a85df; color:#fff; text-align:center; padding:7px 0px 8px 0px; font-size: 18px; text-transform:uppercase; font-weight:bold;
border-radius: 0px 50px 50px 0px;
}
.newsletter_btn a:hover{  background-color:#000; } 

.newsletter_form .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 9px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #fff !important;
    background-color: #fff;
    background-image: none;
    border: 0px solid #fff !important;
    border-radius:50px 0px 0px 50px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.newsletter_form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #545454 !important;
}
.newsletter_form ::-moz-placeholder { /* Firefox 19+ */
  color: #545454;
}
.newsletter :-ms-input-placeholder { /* IE 10+ */
  color: #545454;
}
.newsletter_form :-moz-placeholder { /* Firefox 18- */
  color: #545454;
  
}	

.social { margin:0px 0px 0px 0px; padding:0px; text-align: left;  font-size:17px; line-height:50px; text-align:  left;}
.social a{ margin:0px 6px 0px 6px; text-align: center;  color:#fff; list-style:none; border:2px solid #fff; width:35px; height:35px; 
display:inline-block;
line-height:35px;
border-radius: 50%; 
 }
.social a:hover{margin:0px 6px 0px 6px; color: #197cc0; list-style:none; text-decoration:none; background:#fff;}	
 

	
		 .activities_con_sec{ padding:0px 25px 0px 25px;
 
} 
	 .activities_con{ color: #a84422;
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 10px 0px;
	text-decoration: none;
	text-align:  center;
 
} 
.specialities{   padding:0px 0px 20px 0px; font-size:15px; color:#515151}

 
 
	
.add_sec{ background:url(../images/add_bg.jpg); background-attachment:fixed; background-repeat:no-repeat; padding:75px 0px 75px 0px;}	

.add_sec_con {
	color:#ffffff; 
	font-size:30px;
	font-weight:300;
	text-transform: none;	
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-decoration:none  ;
	text-align: center;
	line-height:35px;	 
 
	} 	 
	
 .bottom_logo{ margin:50px 0px 0px 0px;}

@media only screen and (max-width: 650px) {

.banner-wrapper {
    margin: 93px 0px 0px 0px;
}

.welcome_sec {
    margin: 25px 0px 40px 0px;
    padding: 0px;
}



 
.testimonial_sec h1 {
    font-size: 37px; 
}
.testimonial_con {
    font-size: 14px; 
    line-height: 23px;
}

.add_sec_con { 
    font-size: 23px;
   
}

.newsletter_btn a { 
    padding: 8px 0px 10px 0px;
    font-size: 16px;
}

.ph_num_bg{ background:#a84621; position:absolute; z-index:2000; color:#fff; padding:5px 0px 5px 0px ; width:100%; display:none  }
  

}


.subpage_sec{ background:#fff; padding:30px 0px 60px 0px; margin:0px 0px 0px 0px;}

.subpage_sec h1 {
	color:#0873b7; 
	font-size:30px;
	font-weight: bold;
	text-transform: uppercase;	
	padding:0px 0px 0px 0px;
	margin:0px 0px 15px 0px;
	text-decoration:none ;
	text-align: left;
	}  
.subpage_sec h1 span{
	color:#1075bb; 
	font-size:40px; 
	font-weight: bold;
	}  
	
	
 .subpage_sec h2 {
	color:#545454; 
	font-size:35px;
	font-weight: normal;
	text-transform: uppercase;	
	padding:16px 0px 16px 0px;
	margin:0px 0px 0px 0px;
	text-decoration:none ;
	text-align: left;	
	}
	
 .subpage_sec h3 {
	color:#2d2d2d; 
	font-size:21px;
	font-weight: normal;
	text-transform: uppercase;	
	padding:0px 0px 8px 0px;
	margin:0px 0px 0px 0px;
	text-decoration:none ;
	text-align: left;	
	}    
.subpage_sec p {
	color:#545454; 
	font-size:18px;
	font-weight: 400;
	text-transform: none;	
	padding:0px 0px 15px 0px;
	margin:0px 0px 0px 0px;
	text-decoration:none  ;
	text-align: justify;
	line-height:35px;	 
	} 
.subpage_sec_con{
	color:#fff; 
	font-size:40px;
	font-weight: normal;
	text-transform: none;	
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-decoration:none ;
	text-align: center;	 
 
	}  
.subpage_sec_con1{
	color:#fff; 
	font-size:17px;
	font-weight: normal;
	text-transform: none;	
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-decoration:none ;
	text-align: center;	 
 
	}  
	
.subpage_sec_icon { width:110px; margin:0px auto;
} 	
	 
.subpage_sec_icon .fa{ border:2px solid #fff; font-size:45px; color:#fff; text-align:center; padding:25px; border-radius: 50%; margin:0px auto;
} 
/*-----------------------------------*/
       /*---- CONTACT US ----*/
/*-----------------------------------*/
section.contact {
  padding: 6rem 0;
  background: #fff; }
  
*::after, *::before {
    box-sizing: border-box;
}
  
  .section-title {
  text-align: center;
  padding-bottom: 4.5rem; }

.section-title .title-style {
  position: relative;
  display: inline-block; }

.section-title .title-style h2 {
  color: #fff;
  margin-bottom: 1rem; }

label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #000; }

form label.error {
  display: block;
  color: #ff0000;
  font-size: 14px !important;
  opacity: 1 !important; }

.successform,
.errorform {
  display: none;
  height: 70px; }

.successform span,
.errorform span {
  display: block; }

.successform span p,
.errorform span p {
  margin-top: 15px; }

.successform span p {
  color: #01c15a;
  font-size: 2rem; }

.errorform span p {
  color: #c0392b; }

.contact .button {
  background: #781e15;
  margin-bottom: 0px; }

.info-touch h4 {
  margin-bottom: 1.8rem;
  color:#F1592A;
  font-weight:bold;
 }

@media screen and (max-width: 991px) {
  .info-touch {
    margin-top: 4rem; }

  .my-info .in1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2rem; } }
@media screen and (max-width: 991px) and (max-width: 496px) {
  .my-info .in1 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }
@media screen and (max-width: 991px) {
  .my-info .address {
    margin-right: 6rem; }

  .my-info .phone {
    margin-right: 6.8rem;
    margin-bottom: 0px; }

  .my-info .fa.fa-phone {
    margin-bottom: 0px; }

  .info-touch h4 {
    text-align: center;
    margin-bottom: 3rem; } }
@media screen and (max-width: 504px) {
  .my-info .fa.fa-phone {
    margin-bottom: 1.5rem; } }
.my-info p {
  line-height: 0px;
  margin-bottom: 0px; }

.my-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.my-info .in1 {
  margin-bottom: 0px; }

.my-info .fa {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  border-radius: 50%;
  width: 2.9rem;
  height: 2.9rem;
  line-height: 2.9rem;
  border: 2px dotted;
  color: #F1592A;
  text-align: center;
  margin-right: 1rem; }

.whatssap .fa:last-child {
  margin-bottom: 0px; }

.whatssap P {
  margin-bottom: 0; }
  

 /*button*/
 
 .button {
  float: left;
  min-width: 150px;
  max-width: 250px;
  display: block;
  margin-bottom: 0px;
  padding: 1em 2em;
  border: none;
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.button:focus {
  outline: none; }

.button > span {
  vertical-align: middle; }

/* Text color adjustments */
.bg-1 .button {
  color: #fff;
  border-color: #111111; }

.bg-2 .button {
  color: #37474f;
  border-color: #37474f;
  margin-top: 3rem;
  margin-left: 0px; }

.bg-3 .button {
  color: #fff;
  border-color: #fff; }

.box.bg-3 a:hover {
  border-color: #fff; }

.bg-4 .button {
  color: #37474f;
  border-color: #37474f;
  margin-bottom: 0px; }

@media screen and (max-width: 768px) {
  .bg-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    background: transparent; } }
.bg-3 .button {
  color: #fff;
  border-color: #fff;
  margin-left: 1px; }

.bg-4 .button {
  color: #37474f;
  border-color: #37474f;
  margin-left: 1px; }

/* Sizes */
.button--size-s {
  font-size: 14px; }

.button--size-m {
  font-size: 16px; }

.button--size-l {
  font-size: 18px; }

/* Typography and Roundedness */
.button--text-upper {
  letter-spacing: 2px;
  text-transform: uppercase; }

.button--text-thin {
  font-weight: 300; }

.button--text-medium {
  font-weight: 500; }

.button--text-thick {
  font-weight: 600; }

.button--round-s {
  border-radius: 5px; }

.button--round-m {
  border-radius: 15px; }

.button--round-l {
  border-radius: 40px; }
.inner-page .form-control {
    padding: 1.2rem;
    border: 1px solid #337B3B;
}
.inner-page .section-title .title-style h2 {
    color: #000;
    margin-bottom: 1rem;
}
.inner-page .section-title {
    text-align: center;
    padding-bottom: 4.5rem;
}

.inner-page .title-icon {
    width: 80px;
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
    color:#337B3B
}
.inner-page .title-icon:before {
    content: "";
    width: 100px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 18px;
    left: -85px;
}
.inner-page .title-icon:after {
    content: "";
    width: 100px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 18px;
    right: -85px;
}

.title-icon:before {
    content: "";
    width: 100px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 18px;
    left: -85px;
}

*::after, *::before {
    box-sizing: border-box;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.title-icon:after {
    content: "";
    width: 100px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 18px;
    right: -85px;
}

.title-icon {
    width: 80px;
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
}
h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    line-height: 1.1;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}


.bg-3 {
    background: transparent;
    color: #000;
  
    display: flex;
    -webkit-box-pack: center;
    
    justify-content: center;
}
.button--wayra {
    overflow: hidden;
    cursor: pointer;
    width: 200px;
   
    transition: border-color 0.3s, color 0.3s;
  
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra:hover {
    color: #fff;
    border-color: #111111;
}
.button--wayra:hover::before {
    opacity: 1;
    background-color: #337b3b; 
    transform: rotate3d(0, 0, 1, 0deg);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #37474f;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}


button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
    padding: 1px 6px;
}

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    background-color: buttonface;
    box-sizing: border-box;
    padding: 2px 6px 3px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
}

input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    margin: 0em;
    font: 400 13.3333px Arial;
}

input, textarea, select, button, meter, progress {
    -webkit-writing-mode: horizontal-tb;
}

button {
    -webkit-appearance: button;
}

/*------------------Room Section--------------*/
  
.room_sec{ margin:80px 0px 80px 0px;}  

.rooms_con{
	position: absolute;
	bottom: 0px;
	padding: 30px 0px 0px 0px;
	width:100%; display: inline-block;
	
	}
	
.rooms_con1{
	position: relative;
	bottom: 0px;
	padding: 30px 0px 0px 0px;
	width:100%; display: inline-block;
	
	}	
	
.rooms {
    padding: 50px 30px 20px 30px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0, 0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#3d3d3d',GradientType=0 ); 
	 
}

.rooms_heading{
    font-size:45px; color:#fff;  text-transform:uppercase; font-weight:bold;
 }
.rooms_pra{
    font-size:14px; color:#fff;  text-transform:uppercase; font-weight:bold;
 }

 
.shape {
	 
	position: relative;
	margin:0px 0px 25px 0px;
}
		
	.shape .overlay {
		display:block;
		width: 100%;
		height: 310px;
		position: absolute;
		top:-5px;
		left:-5px;
		-webkit-transform: scale(1,1);
		-webkit-transition-timing-function: ease-out;
		-webkit-transition-duration: 0.6s;
		-moz-transform: scale(1,1);
		-moz-transition-timing-function: ease-out;
		-moz-transition-duration: 0.6s;
		transform: scale(1,1);
		transition-timing-function: ease-out;
		transition-duration: 0.6s;				
		z-index:500;
		/* allow user to actually perform actions underneath this layer */
		pointer-events:none; 
		background-repeat: no-repeat;
		outline:0;
		z-index:2000;		
		
	}

/* different shapes */
.shape .overlay.round {
	background: url(round.png);		
}

.shape .overlay.hexagon {
	background: url(hexagon.png);
}

.shape .overlay.pentagon {
	background: url(pentagon.png);
}			

/* hover effect */
.shape:hover .overlay {
	-webkit-transform: scale(1.07,1.07);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 0.3s;
	-moz-transform: scale(1.07,1.07);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 0.3s;
}


.shape:hover .bg { background:#FFF; color:#000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  display:block;
  border:2px solid #C30;
  z-index:1000;
}

.shape:hover .details {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
	z-index:450;
  display:block;	
   z-index:2000;
}	

.heading_room{ font-size:30px ; margin:0px; padding:0px;}
 
/* content styles */
.shape .bg, 
.shape .details {
	position: absolute;
	width: 100%;
	min-height:300px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	top:0;
	left:0;
	opacity:0;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;				
	display:none;  
}		

.shape .bg {
	background: #4b5a78;		
}

.shape .details span.heading {
	font-family: 'Roboto Condensed', serif;		
	font-size:30px;
	display:block;
	margin-top:70px;
	color:#000;
	text-decoration:none;
}

.shape .details p {
	font-family: 'Abel', sans-serif;		
	color:#000;
	width: 70%;
	font-size:14px;
	margin:0 auto;
}

.shape a.button {
	padding:5px 15px;
	font-family: 'Abel', sans-serif;	
	font-size:12px;	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	background: #2f3644;
	text-decoration:none;
	color:#fff;
	display:block;
	width:50px;
	margin:0 auto;
	text-align:center;
	margin-top:15px;
}

.more_r{ width:150px; margin:0px auto; padding:0px; margin-top:25px;}
.more_r a{ width:100%; margin:0px auto; padding:4px 0px 4px 0px; display:inline-block; background: #930; font-size:15px; color:#fff; border-radius: 15px; }	
.more_r a:hover{  background: #000;   }


.details1 {
	margin:15px 0 20px 0;
}

.details1 ul { margin:15px 0px 0px 15px; padding:0px;
	}
.details1 li { font-size:12px; color:#000; width:50%; float:left; line-height:25px;
	}
	
	
.more_r1{ width:130px; margin:0px auto; padding:0px; float:right}
.more_r1 a{ width:100%; margin:0px auto; padding:6px 0px 6px 0px; display:inline-block; background: #930; font-size:14px; color:#fff; border-radius: 0px; text-align:center; text-transform:uppercase;}	
.more_r1 a:hover{  background: #000;   }

	.shape a.button:hover {
		background: #fff;
		color: #2f3644;				
	}

.rate_border{ border-bottom:1px solid #ece8e2; border-top:1px solid #ece8e2; width:100%; display:inline-block; margin:25px 0px 0px 0px; padding:15px 0px 15px 0px;}

.rate_n{ font-size:15px; color: #999; float:left; width:50%;}
.rate_n span{ font-size:24px; color: #000; font-weight:bold  }

@media only screen and (max-width: 767px) {
.shape:hover .details { 
  display: none;	
}

.shape:hover .bg { 
  display: none;
   
}

.rooms_heading{
    font-size:25px; color:#fff;  text-transform:uppercase; font-weight:bold;
 }
.rooms_pra{
    font-size:12px; color:#fff;  text-transform:uppercase; font-weight:bold;
 }
 
.rooms {
    padding: 50px 15px 20px 15px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0, 0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#3d3d3d',GradientType=0 ); 
	 
}

.top_caption{ font-size:8px;   padding: 3px 0px 0px 0px;
	}
 .welcome_sec p { 
    font-size: 14px; 
    line-height: 23px;
	padding: 0px 0px 15px 0px;
}


}
.container1{ width:1400px; margin:0px auto; padding:0px;}

.navbar {
    position: relative;
    min-height: 30px;
    margin-bottom: 15px;
	margin-top:15px;
    border: 1px solid transparent;
}

.navbar-default {
    background: none;
    border:0px ;
}
.navbar-nav {
    float: right !important;
    margin: 0;
	text-transform:uppercase;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px; 
    float: right;
}
.navbar-default .navbar-nav > li > a {
    color: #781e16; font-weight:600;
	padding: 10px 12px;
	font-size: 13px;
}


.selection{ margin-bottom:0px !important;}
.select-wrapper{ margin-bottom:10px; 
		 
		display: inline-block;
		border: 1px solid #d4d9e2;            
		background: url(../images/dropdown.png) #fff  no-repeat right center;
		cursor: pointer;
		border-radius: 3px !important;
		color:#6a6a6a;
	}
	.select-wrapper, .select-wrapper select{
		width: 100%;
		height: 33px;
		line-height: 25px;
		 
		
	}
	.select-wrapper:hover{
		background: url(../images/dropdown-hover.png) #fff no-repeat right center;
		border-color: #d4d9e2;
		border-radius: 3px !important;
	}
	.select-wrapper .holder{
		display: block;
		margin: -29px 35px 0 15px;
		white-space: nowrap;            
		overflow: hidden;
		cursor: pointer;
		position: relative;
		font-weight:normal; 
		font-style: normal;
		color:#6a6a6a;
		font-size:14px;
	}
	.select-wrapper select{
		margin: 0;
		position: relative;
		z-index: 2;            
		cursor: pointer;
		outline: none;
		opacity: 0;
		/* CSS hacks for older browsers */
		_noFocusLine: expression(this.hideFocus=true); 
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-khtml-opacity: 0;
		-moz-opacity: 0;
		
		 
	}
	
	.select-calander{ 
		 
		border: 1px solid #d4d9e2;            
		background: url(../images/calender.png) #fff  no-repeat right center;
		cursor: pointer;
		border-radius: 3px;
		width:100%;
		height: 33px;
		line-height: 26px;
		font-size:14px;
		padding-left:10px;
		color:#6a6a6a;
	}
 
	.select-calander:hover{
		background: url(../images/calender.png) #fff no-repeat right center;
		border-color: #239fdb;
	}
	
 .check{ margin:0px 0px 0px 0px; padding:0px;  }
 .check a{ margin:0px; padding:6px 0px 6px 0px; background-color:#ef5924;  color:#fff; font-size:14px; text-transform: none;
 width:100%; display:inline-block; text-align:center;}
 .check a:hover{  background:#000;  color:#fff;  }
	
.pad_0{ padding:0px}	
.pad_l_5{ padding-left:5px;}	
.pad_r_5{ padding-right:5px;}	


.sub_area{ margin:50px 0px 50px 0px;  padding:0px;  }
.sub_area h1 {
	color:#000; 
	font-size:40px;
	font-weight: normal;
	text-transform: uppercase;	
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
	text-decoration:none ;
	text-align: left;
	}  
 .sub_area h2 {
	color:#1075bb; 
	font-size:35px;
	font-weight: normal;
	text-transform: uppercase;	
	padding:16px 0px 16px 0px;
	margin:0px 0px 0px 0px;
	text-decoration:none ;
	text-align: left;	
	}   
	
.sub_area p {
	color:#000000; 
	font-size:18px;
	font-weight: 400;
	text-transform: none;	
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-decoration:none  ;
	text-align: justify;
	line-height:35px;	 
	} 
 

.room_sec_bg { background:#FFF; width:100%; display:inline-block; box-shadow: 0px 0px 5px #ccc; border: 1px solid #ccc;
} 
.room_cat {
    color: #1075bb;
    font-size: 30px;
    font-weight: 600;
    text-transform: none;
    padding: 0px 0px 5px 15px;
    margin: 15px 0px 15px 0px;
    text-decoration: none;
    text-align: left;
    line-height: 30px;
} 
.room_from {
    color: #898989;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    padding: 0px 0px 40px 15px;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
    text-align: left;
}

.room_from1 {
    color: #898989;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    padding: 0px 0px 20px 15px;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
    text-align: left;
}
.room_rate_n {
    color: #2d2d2d;
    font-size: 18px;
    font-weight: bold;
    text-transform: none;
    padding: 0px 0px 30px 15px;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
    text-align: left;
	float:left;
} 

.room_rate_n span { font-size: 15px;
    color: #a0a0a0; 
}

.room_rate_n1 {
    color: #2d2d2d;
    font-size: 25px;
    font-weight: bold;
    text-transform: none;
    padding: 0px 0px 10px 15px;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
    text-align: center;
	 
} 

.room_rate_n2{
    color: #a0a0a0;
    font-size: 18px;
    font-weight: bold;
    text-transform: none;
    padding: 0px 0px 30px 15px;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
    text-align: center;
	 
} 

.room_con {
    color: #545454;
    font-size: 17px;
    font-weight: normal;
    text-transform: none;
    padding: 0px 0px 30px 15px;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
    text-align: left;
	line-height:28px;
	 
} 

.menu_sec { 
    width: 100%;
    display: inline-block;
    margin: 1px 0px 0px 0px;
}
  
.navbar-default {
    background: none;
    border-color: #e7e7e7;
}

.navbar-header {
    float: right;
}

.navbar {
    position: relative;
    min-height: inherit;
    margin-bottom:0px;
    border: 0px solid transparent;
	margin:0px 0px 0px 0px;
     
}

.navbar-default .navbar-nav > li > a {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
	font-weight:500px;
	padding-top: 20px;
    padding-bottom: 5px;
	text-align: left;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #0771bb;
    background-color: transparent;
	border-top:5px solid #0771bb;
} 

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #0771bb; 
	border-radius: 0px;
}

.navbar-default .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a, .navbar-default .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:hover, .navbar-default .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:focus { 
    color: #ef5924;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
}

.dropdown-menu { 
    min-width: 180px;
	background: #fff !important;
   
}

.dropdown-menu > li > a {
    display: block;
    padding: 7px 15px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143; 
    white-space: nowrap;
	font-size: 12px;
}
.dropdown-menu > li > a:hover { 
    color: #1075bb !important;
	background-color: #1075bb;
 
}

.navbar-toggle {
    background:
    #1075bb;
    margin-top: -52px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
/*.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fff;
}
*/

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
    padding: 15% 0px 0px 0px;
}

.blog_con_sec {background: #FFF;
	position: relative;
	margin: 60px -91px 0px 0px;
	padding: 60px 40px 60px 40px;
	box-shadow: 0px 0px 15px #ccc;
	z-index: 800;
	
}
.blog_sec_date {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    text-align: center;
    margin: -25px 0px 0px -185px;
    padding: 10px; 
    line-height: 22px;
	background:#c3262e;
	width:145px;
	float:left;
	position:relative; 
}
 .date {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    text-transform: none;
    text-align: center;
	padding:10px 0px 10px 0px; 
	
}

.blog_sec_date .fa {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    text-align: center;
    
}

.rates_bg{ background: #f5f5f5; width:100%; padding:30px 0px 30px 0px; text-align: center; margin:15px 15px 15px 0px;}

.view_details{ margin:0px 15px 25px 0px; padding:0px; float:right  }
 .view_details a{ margin:0px; padding:7px 15px 7px 15px; color:#fff; font-size:16px; text-transform:uppercase; font-weight:bold; background:#af1c22; border-radius: 0px;}
 .view_details a:hover{  color:#fff; background:#27479e;  }
 
 .view_details1{ margin:0px auto; padding:0px; width:160px;  }
 .view_details1 a{ margin:0px; padding:7px 15px 7px 15px; color:#fff; font-size:16px; text-transform:uppercase; font-weight:bold; background:#af1c22; border-radius: 0px;}
 .view_details1 a:hover{  color:#fff; background:#27479e;  }


.roos_sec{position: relative; background: url(../images/opacity.png); width:350px; height:60px; background-repeat:no-repeat;
  z-index:1000; padding: 20px 0px 0px 0px;
margin: -60px 0px 0px 20px;
 float: left; line-height:20px; text-align:right; }	
	
.services_sec{ background:#fff; background-attachment:fixed; background-repeat:no-repeat; padding:60px 0px 0px 0px;}
.services_head {
    font-size:20px;
    color: #fff;
    font-weight: 600;
    padding: 0px 0px 0px 0px;
    margin: 0px;
	text-align:center;
}
.services_con {
    font-size: 14px;
    color: #ffe400;
    font-weight: 600;
    padding: 0px 0px 0px 0px;
    margin: 0px;
} 
.sub_right{ margin:0px; padding:0px;}
.sub_right h2 {
	color:#000000; 
	font-size:25px;
	font-weight: 400;
	text-transform: none;	
	padding:0px 0px 5px 0px;
	margin:20px 0px 10px 0px;
	text-decoration:none ;
	text-align: left;	  
	
	}  

.sub_right_link{ margin:0px; padding:0px; display:block;}
.sub_right_link ul{ margin:0px; padding:0px;}
.sub_right_link li{ margin:0px 0px 10px 0px; padding:0px;  list-style:none;}
.sub_right_link li a{ margin:0px; padding:8px 15px 8px 15px; text-decoration:none; display:inline-block; width:100%; background: #1075bb;
font-size:15px; font-weight:600; color:#fff;    border-radius: 6px;}
.sub_right_link li a:hover{ text-decoration:none; background: #000; color:#1075bb;}
 

@media only screen and (max-width: 1440px) {

 .container1{ width:100%; margin:0px; padding:0px;}
	
}


@media only screen and (max-width: 767px) {

.top_social_l { 
    display:  none; 
}
.welcome_sec h1 { 
    font-size: 30px; 
} 
.welcome_sec h2 { 
    font-size: 22px;  
	margin: 25px 0px 0px 0px;
}
 .activities_con_sec {
    padding: 0px 0px 0px 0px;
}

 

.international_pack h1 { 
    font-size: 22px; 
}

.project_sec h1 { 
    font-size: 22px;
   
}
.banner_con {	 
	display:  block !important;
	bottom: 2%;
} 

.navbar { 
	margin:0px 0px 0px 0px;
     
}
.navbar-collapse.in {
    overflow-y: auto;
    width: 100%;
}
.navbar-nav {
    float: none !important;
    margin: 0;
    text-transform: uppercase;
    background: #fff;
}
.subpage_sec p {
    font-size: 15px;
    line-height: 27px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    margin-top: 0px;
}

.reserve_sec {
    margin: -10px 0px 0px 0px;
    padding: 35px 0px 15px 0px;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 600;
}

.navbar-header {
    float: left;
    width: 100%;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
    float: none;
}
.navbar-nav {
    float: none !important;
    margin: 0;
    text-transform: uppercase;
	background:#1075bb;
}

.header { 
    position: absolute; 
}

 header { 
    position: absolute; 
}

header.sticky {
    position: absolute;
    
}

.icons_con {
    margin: 0px 0px 0px 0px;
    padding: 6px 0px 0px 0px;
    float: left;
    width: 60%;
    font-size: 20px;
    text-align: left;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    height: 90px;
	
}
.social a { margin: 15px 4px 0px 4px;    }
.testi_bg h1 {  font-size: 35px; }

.message_photo {  width:100%;  float:  none; 
}
.message_sec p { 
    padding: 15px 0px 0px 0px;
    
}
.read_more a {
    margin: 0px 0px 0px 0px;
   
}

.message_con { width:100%;
    float: none; 
}

top_caption { 
    padding: 3px 0px 0px 0px;
  
}
.message_sec {
    margin: 40px 0px 40px 0px; 
}

.products_m h1 { 
    font-size: 25px; 
}
.contact_sec h1 { 
    font-size:25px;
}

.sub_right_link{ margin:0px; padding:0px; display: none;}
}

header.sticky .navbar-default .navbar-nav > li > a {
    color: #000 
}
.tenders_sec{ background:#FFF; box-shadow: 0px 0px 10px #ccc; padding:10px;} 
.tenders_sec ul{ margin:0px; padding:0px;}
.tenders_sec li{ margin:0px 0px 3px 0px; padding:0px;  list-style:none; border-bottom:0px solid #ccc}
.tenders_sec li a{ margin:0px; padding:8px 15px 8px 15px; text-decoration:none; display:inline-block; width:100%; background: #f8f8f8;
font-size:15px; font-weight:600; color:#000;    border-radius: 6px;}
.tenders_sec li a:hover{ text-decoration:none; background: #e4ffda; color:#1075bb;}

.download_sec{ background:#FFF; box-shadow: 0px 0px 10px #ccc; padding:10px;} 
.download_sec ul{ margin:0px; padding:0px;}
.download_sec li{ margin:0px 0px 3px 0px; padding:0px;  list-style:none; padding:8px 15px 8px 15px; text-decoration:none; display:inline-block; width:100%; background: #f8f8f8;
font-size:15px; font-weight:600; color:#000;    border-radius: 6px;} 
.tenders_sec li :hover{ text-decoration:none; background: #e4ffda; color:#1075bb;} 
.download_btn { margin:0px; padding:8px 15px 8px 15px; text-decoration:none; display:inline-block; background: #e53838;
font-size:15px; font-weight:600; color:#fff;    border-radius: 6px;  float:right}
.download_btn:hover { text-decoration:none; background: #1075bb; color:#fff; }


.news_sec_sub{ background:#FFF; box-shadow: 0px 0px 10px #ccc; padding:10px; margin:0px 0px 15px 0px;} 
.news_con_sub{ margin:0px 0px 3px 0px; padding:0px;  list-style:none; padding:8px 0px 15px 0px; text-decoration:none; display:inline-block; width:100%; 
font-size:18px; font-weight:400; color:#000; border-radius: 6px;}

.readmore{ margin:0px; padding:0px;}
.readmore a { margin:0px; padding:8px 15px 8px 15px; text-decoration:none; display:inline-block; background: #1075bb;
font-size:15px; font-weight:600; color:#fff;    border-radius: 6px; }
.readmore a:hover { text-decoration:none; background: #e53838; color:#fff; }

.news_con_details{
	color:#545454; 
	font-size:16px;
	font-weight: 400;
	text-transform: none;	
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-decoration:none  ;
	text-align: justify;
	line-height:26px;	 
	} 

.board_head{ border-bottom:1px solid #1075bb;
	border-top:1px solid #1075bb;
	color:#1075bb; 
	font-size:21px;
	font-weight: bold;
	text-transform: none;	
	padding:12px 0px 12px 0px;
	margin:35px 0px 25px 0px;
	text-decoration:none  ;
	text-align: center;  
	} 
	
.board_name{
	color:#000; 
	font-size:16px;
	font-weight: bold;
	text-transform: none;	
	padding:0px 0px 0px 0px;
	margin:15px 0px 5px 0px;
	text-decoration:none  ;
	text-align: center;  
	} 
.board_des{
	color:#2d2d2d; 
	font-size:14px;
	font-weight: 400;
	text-transform: none;	
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-decoration:none  ;
	text-align: center;  
	} 
.board_ph{
	color:#545454; 
	font-size:12px;
	font-weight: 400;
	text-transform: none;	
	padding:0px 0px 0px 0px;
	margin:5px 0px 0px 0px;
	text-decoration:none  ;
	text-align: center;  
	} 
.board_table{ margin:0px;}
.board_table td{ border:1px solid #f5f5f5; padding:25px;}
.board_table th{ border:1px solid #f5f5f5; padding:0px 15px 7px 15px; background:#f1f1f1;}

.board_table img{  border:5px solid #fff;     box-shadow: 0px 0px 8px #ccc; text-align:center;}
	
	