*{margin:0;padding:0}
body {
	font-family: 'Open Sans', sans-serif; background:url(../images/pattern-bg.jpg);
}
.clear{
    height:1px;clear:both;
}
.container {
	/*background:url(../images/bg.jpg) no-repeat 100%;*/
	width:1156px;
	height:915px;
	margin:0 auto;
	box-shadow:0px 0px 15px 5px #606060;
    position:relative;

}
.slider{ position:absolute; z-index:-1;}
.slider img{ position: relative;}
.conbg{ background-image: url(../images/conbg3.jpg); background-color:#fff; height:800px;}
.main-div{
    width:891px;
    margin:0 auto;
	position:relative;
}
.banner_main {
	width:100%;
	height:120px;
	position:relative;
	margin:0 auto;
	top:20px;
	/*border-left:1px solid #fff;
	border-right:1px solid #fff;*/
}
.fb{ position:absolute; right:-40px; top:230px; z-index:999; display:none;}
.fb li a{    background:#61030b none repeat scroll 0% 0%;
    width: 22px;
    height: 22px;
    display: block;
    text-align: center;
    padding: 9px;
    margin-bottom: 1px;
}
.fb ul, li{ list-style-type:none;}
.fb li a img{ max-width:100%; height:auto;}
.fb li:hover a{background: #FF7400 none repeat scroll 0% 0%;}
.container:hover .fb{ display:block;}
#amazingslider-wrapper-1 .fb{ top:100px;}
#amazingslider-wrapper-1:hover .fb{ display:block;}
/*.bnew{ border-left:1px solid #000;
border-right:1px solid #000;
}*/
/*.logo {
    background: url(../images/logo/center_img-h.png) no-repeat;
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto;
    transition: all 500ms;
    -webkit-transition: all 500ms;}*/
.logo {
	background:url(../images/logonew.png) no-repeat;
	width:200px;
	height:200px;
	display:block;
	margin:0 auto;
	transition:all 500ms;
	-webkit-transition:all 500ms;
	-moz-transition:all 500ms;
	-o-transition:all 500ms;
}
.logo:hover {
	/*background:url(../images/logo/center_img.png) no-repeat;*/
	background:url(../images/logonew-1.png) no-repeat;
}
.line_bg_left {
	width:100px;
	height:2px;
	background:#ccc;
	position:absolute;
	bottom:0;
	left:255px;
	top:100px;
}
.line_bg_right {
	width:100px;
	height:2px;
	background:#ccc;
	position:absolute;
	bottom:0;
	right:255px;
	top:100px;
}
.clip{ background:url(../images/clipart.png) no-repeat; position:absolute;display:inline-block;width:104px;height:200px;left:-50px;top:-25px;}
.clipR{ background:url(../images/clipart1.png) no-repeat; position:absolute;display:inline-block;width:104px;height:200px; left:60px;
top:-25px;}

.circle, .circle_right {
	width:20px;
	height:20px;
	border:1px solid #fff;
	background:#a4212c;
	display:block;
	border-radius:50%;
	position:absolute;
	left:250px;
	bottom:-10px
}
/*.line_bg_right {
	width:255px;
	height:1px;
	background:#fff;
	position:absolute;
	bottom:0;
	right:0;
}*/
.circle_right {
	left:-15px
}
/*.bleft{ background:#000;}
.bright{ background:#000;}*/
.menu_first{
	height:100px;
	top:0;
	left:20px;
	position:absolute;
	overflow:hidden;
	width:149px;
	border-left:1px solid #fff;
	float:left;
}

 .menu_about {
	position: absolute;
	padding:0 10px;
	height: 42px;
	
	bottom:10px;
	margin:0 auto;
	left:-1px;
	background: -webkit-linear-gradient(90deg, #da3e49 5%, #b80c19 100%);
	background: -moz-linear-gradient(90deg, #da3e49 5%, #b80c19 100%);
	background: -ms-linear-gradient(90deg, #da3e49 5%, #b80c19 100%);
	background: linear-gradient(180deg, #da3e49 5%, #b80c19 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da3e49', endColorstr='#b80c19');
	border: #fff solid 1px;
	transition:all 2000ms;
	-webkit-transition:all 2000ms;
	
}
 .menu_about:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: -10px;
	border-style: solid;
	border-width: 10px 9px 0;
	border-color: #B70B17 transparent;
	display: block;
	width: 0;
	z-index: 1;
}
.menu_about:before {
	content: "";
	position: absolute;
	top: 43px;
	left: -10px;
	border-style: solid;
	border-width: 11px 9px 0;
	border-color: #fff transparent;
	display: block;
	width: 0;
	z-index: 0;
}
.menu_about img {
	position:relative;
	top:8px;
	padding:0 10px
}


.menu_about {
	height:35px;
	
	bottom:9px;
	text-align:center;
	line-height:35px;
}
/*.menu_about:after{bottom: -10px;
	left: -10px;}*/
	
	.menu_about:before {
	top: 36px;
	left: -10px;
	border-width: 10px 9px 0;
}
.menu_about a {
	text-decoration:none;
	text-align:center;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;

	
}

.menu_about:hover{
	background: #d8656d; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #d8656d 0%, #b70b17 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#d8656d), color-stop(100%,#b70b17)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #d8656d 0%,#b70b17 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #d8656d 0%,#b70b17 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #d8656d 0%,#b70b17 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #d8656d 0%,#b70b17 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8656d', endColorstr='#b70b17',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
 /* IE6-9 fallback on horizontal gradient */
}

.content{ position:relative;
    width:97%;/*background:url(../images/bg-content.png) no-repeat;*/
    height:135px;margin-top:110px;padding:20px;
	background-color: rgba(0,0,0,0.7);
    border: 0px solid transparent;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 3px 3px 10px 1px transparent;
    
}

.content > h1{
    width:30%;color:#ccc;text-transform:uppercase;font-size:22px;border-bottom:1px dashed #fff;padding-bottom:15px
}
.contact{ 
	width:92%; 
	margin-top:120px; padding:20px; color: #AAA;
	margin: 120px auto auto;
}
.contact h1{ height:32px; width:180px;  text-align:left; border-bottom:1px solid #888; padding-bottom:10px; border:1px solid red;

	background: -webkit-linear-gradient(90deg, #da3e49 5%, #b80c19 100%);
	background: -moz-linear-gradient(90deg, #da3e49 5%, #b80c19 100%);
	background: -ms-linear-gradient(90deg, #da3e49 5%, #b80c19 100%);
	background: linear-gradient(180deg, #da3e49 5%, #b80c19 100%);
	color:#fff; float:left;    }
.contact h1 span{ display:inline-block;font-size:22px; margin-top:8px; padding-left:10px; color: #fff; }
.contact h1 img{ float:left; margin-top:5px; margin-left:10px;}
.contact p{  margin-top:10px; font-size:14px; line-height:28px; }
.contact  h2{ font-weight:normal; font-size:20px;  color:#fff; }
.contact p span{ display:block;}
.contact p >a{ display:block;}
.leftarw{ float:left; margin-top:5px;}
.rightarw{ float:left; margin-top:5px;}


.para{
    /*color:#d5b982*/font-size:14px;line-height:32px;width:95%;margin-top:15px; letter-spacing:0.4px; color:#ccc;
}
.coninner {
            width: 22%;
    margin-top: 55px;
    float: left;
    margin-right: 15px;
    text-align: center;
    padding-right: 10px;
}
/*.con{    background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
    height: 260px;
    margin-top: 30px;
    border-radius: 25px;
	
}*/
.conmain{ background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
    height: 290px;
    margin-top: 30px;
    border-radius: 25px;}

.packages .inner-packages > h2{
    background: -webkit-linear-gradient(90deg, #da3e49 5%, #b80c19 100%);
	background: -moz-linear-gradient(90deg, #da3e49 5%, #b80c19 100%);
	background: -ms-linear-gradient(90deg, #da3e49 5%, #b80c19 100%);
	background: linear-gradient(180deg, #da3e49 5%, #b80c19 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da3e49', endColorstr='#b80c19');
    height:52px;
    width:155px;
    line-height:52px;
    color:#fff;
    text-align:center;
    border:1px solid #fff;
    margin:0 auto;
    text-transform:uppercase;

}
.packages .inner-packages > h2 > b{ letter-spacing:2px;}
.packages .inner-packages > h2:hover{
    background: #d8656d; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #d8656d 0%, #b70b17 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#d8656d), color-stop(100%,#b70b17)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #d8656d 0%,#b70b17 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #d8656d 0%,#b70b17 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #d8656d 0%,#b70b17 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #d8656d 0%,#b70b17 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8656d', endColorstr='#b70b17',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
 /* IE6-9 fallback on horizontal gradient */
}

.inner-packages{
    width:364px;margin:0 auto;position:relative; top:20px;
}
.packages-left{
    background:url(../images/package-left.png) no-repeat;position:absolute;display:inline-block;width:104px;height:35px;left:0px;top:10px;
}
.package-right{
    background:url(../images/package-right.png) no-repeat;position:absolute;display:inline-block;width:104px;height:35px;right:0px;top:10px;
}
.three-packages{margin:45px auto;width:96%;overflow:hidden}
.package-1{
    width:198px;height:198px;border-radius:50%;border:1px solid #fff;overflow:hidden;background:url(../images/package-1.jpg) no-repeat -80px -10px;
    position:relative;top:20px;left:20px;
    transition:all 0.25s ease-out;
    -webkit-transition:all 0.25s ease-out;
    -moz-transition:all 0.25s ease-out;
	


}
.package-1:last-child{margin-right:0px}

.box{
    width:240px;height:240px;overflow:hidden;box-sizing:border-box;float:left;margin-right:30px
}
.box:first-child{margin-left:30px}
.overlay{
    width:100%;height: 5%;background:rgba(0,0,0,0.7);padding:20px 0;position:relative;
    top:80px;    transition:top 0.25s ease-out;
    -webkit-transition:top 0.25s ease-out;
    -moz-transition:top 0.25s ease-out;
}
.overlay > h4{text-align:center; margin-top: -20px;}
.overlay > h4 > a{
    color:#fff;font-size:16px;text-transform:uppercase; text-decoration:none; display:block; padding: 17px; margin-top:-11px;  margin:0 auto;margin-left: -11px;
}
span.gallery{
    display:block;width:110px; height:30px; 
    background: -webkit-linear-gradient(90deg, #da3e49 5%, #b80c19 100%);
	background: -moz-linear-gradient(90deg, #da3e49 5%, #b80c19 100%);
	background: -ms-linear-gradient(90deg, #da3e49 5%, #b80c19 100%);
	background: linear-gradient(180deg, #da3e49 5%, #b80c19 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da3e49', endColorstr='#b80c19');
    border:1px solid #fff;
    line-height:30px;
    text-align:center;
    color:#fff;
    margin:0 auto;
    margin-top:86px;

}
span.gallery > a{
    color:#f8ff90;text-decoration:none;
	display:block;
	
}
.package-1:hover{width:236px;height:236px;top:0px;left:0}
/*.package-1:hover .overlay > h4 > a{ margin-top:-18px; margin-left:1px; line-height:232px;}*/
/*.package-1:hover .overlay{ height:100%;
   top:0px; overflow:hidden;
}*/
.package-1:hover .overlay{ background: -webkit-linear-gradient(90deg, #68060e 5%, #9b0a0a 100%);
	background: -moz-linear-gradient(90deg, #68060e 5%, #9b0a0a 100%);
	background: -ms-linear-gradient(90deg, #68060e 5%, #9b0a0a 100%);
	background: linear-gradient(90deg, #68060e 5%, #9b0a0a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68060e', endColorstr='#9b0a0a');
	top:90px;
 }
.package-1:hover span.gallery{ margin-top:40px;}
.footer{background:rgba(0,0,0,0.7);height:40px;line-height:40px;width:1156px;margin:0px  auto; position:relative; bottom:0px;    
}
.footer.bgcolor{background-color:#000;}
.footer p.left{font-size:11px;color:#fff;float:left;margin:0 0 0 10px;letter-spacing: 0.5px;}
.footer p.right a{float:right;font-size:11px;display:block;text-decoration:none;color:#fff;margin:0 10px 0 0px;letter-spacing: 0.5px;}
.foot{ position:absolute; bottom:0px;}

.menuicon{ position:absolute; height:200px; width:100%; float:right; right:0px;}
.social{
    position: absolute;
    right:0px;
    width:35px;
    height:35px;
    top:70px;
	z-index:999;

}
.social > p{
    width:40px;
    height:35px;
	/*border:1px solid #f4e792;*/
	box-sizing:border-box;
	/*background: -webkit-linear-gradient(90deg, #da3e49 5%, #b80c19 100%);
	background: -moz-linear-gradient(90deg, #da3e49 5%, #b80c19 100%);
	background: -ms-linear-gradient(90deg, #da3e49 5%, #b80c19 100%);
	background: linear-gradient(180deg, #da3e49 5%, #b80c19 100%);*/
    line-height:50px;
	position:relative;
    text-align:center;
	overflow:hidden;
	float:right;	
    -webkit-transition: width 0.5s ease-in-out;
	-moz-transition: width 0.5s ease-in-out;
	-o-webkit-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
	border:1px solid #fff;
	background:rgba( 0,0,0,0.5);
}
.add > p >a,.ho > p >a{ display:block; height:100%;}

.social p b span{ color:#fff; 
	font-size:15px;
	position:absolute;
	display:block;
	float:right;
	height:40px;
	line-height:34px;
	margin-left:40px;
	font-weight:200;
}
.social > p > a img{
    margin-top:8px;
	float:left;
	display:block;
	margin-left:10px;
}
.social p:hover {
	 
	 width:100px;
  
}
.add{ margin-top:41px;}
.adds{ margin-top:82px;}
.add p,.adds p{transition: width 0.5s ease-in-out;
    -webkit-transition: width 0.5s ease-in-out;
	 -moz-transition: width 0.5s ease-in-out;
	 -o-webkit-transition: width 0.5s ease-in-out;
}

.add > p > a img{
     margin-top: 5px;
    float: left;
    display: block;
    margin-left: 8px;
}

.add > p > a img{
	height: 22px;
	width: 22px;
}
.adds > p > a img{
	margin-top: 8px;
    height: 16px;
    width: 16px;
    float: left;
    display: block;
    margin-left: 12px;
}
.ho > p > a img{
	    margin-top: 5px;
    height: 22px;
    width: 22px;
    float: left;
    display: block;
    margin-left: 8px;
}
.add p b span, .ho p b span{
    margin-left: 40px;
}
.add p:hover{
	width:140px;
}
.adds p:hover{ width:170px; }
.add p b span a{ text-decoration:none;
	color:#fff;
	display:block;
	width:100%;
}
.social p:hover{background: -webkit-linear-gradient(90deg, #da3e49 5%, #b80c19 100%);
	background: -moz-linear-gradient(90deg, #da3e49 5%, #b80c19 100%);
	background: -ms-linear-gradient(90deg, #da3e49 5%, #b80c19 100%);
	background: linear-gradient(180deg, #da3e49 5%, #b80c19 100%);  
	}

/*Gallery*/
.container-2{
   
   width:1156px;
   position:relative;
   margin:0 auto;
   height:200px;background:#0b0707;
   line-height:175px;
   border-top:2px solid #bbb761;
   -webkit-box-shadow: inset -1px -9px 13px -11px rgba(255,255,255,0.5);
   -moz-box-shadow: inset -1px -9px 13px -11px rgba(255,255,255,0.5);
    box-shadow: inset -1px -9px 13px -11px rgba(255,255,255,0.5);
   /*box-shadow:0px 0px 15px 5px #606060;*/

}
.gallery-image{
    position:relative;
    width:100%;
}
#Next{
    position:absolute;
    top:50%;
   right:2%;
   cursor:pointer;
}
#Previous{
    position:absolute;
    top:50%;
   left:2%;
   cursor:pointer;
}
.gallery-model{
    border-top:2px solid #bbb761;
    width:100%;
    background:#000;
    height:200px;


}
.left-side{
    width:284px;
    position:relative;
    height:100%;
     display:inline-block;
     float:left

}
.grand-border{
    border-right:1px solid #606060;
	margin-top:20px;
}
.grand{ margin-top:35px;}


.right-side{
    display:inline-block;
    width:870px;
    margin:0 auto;
    float:left;
    position:relative
}
.left-side > h5{
    background:url(../images/Gallery/shapes.png) no-repeat;
    color:#fff;
    text-align:center;
    width:140px;
    height:33px;
    margin:0 auto;
    line-height:33px;
    position:absolute;
    top:-35px;
   
}

.left-side .grand-border > p {
    color: #ababab;
    font-size: 13px;
    width: 75%;
    margin: 0px auto;
    line-height: 20px;
    text-align: justify;
}
.left-side .grand-border .rborder{ margin-top:40px;}


.left-side .grand-border >p span{
    font-size:16px;
    color:#f9e487;
}
.new .grand-border >p{
	margin-top:25px;
}
.phone{ display:block; border-top:1px solid #8a8a8a; margin-top:10px; padding-top:20px; text-align:justify;}
.phone img{ float:left; padding-right:10px; height:25px; width:25px;margin-top: -3px; }
.conno{ width:230px; height:40px; margin-top:20px; }
.conno img{ display:block; float:left; padding-right:10px;}
.conno p{ margin:0; line-height:40px; font-size:16px; font-weight:300; color:#fff;}
#slider{
    width:700px;
    margin:0 auto;
    margin-top:50px;
    overflow:hidden

}
#slider .slides{
    overflow:hidden;
    display:block;
    margin:0;
    padding:0;
    width:1266px;

}
#slider .slides li{
    float:left;
    margin-right:30px;
   
}
#next-button,#prev-button{
    width:30px;
    background:rgba(255,255,255,0.3);
    height:40px;
    position:absolute;
    top:50%;
    right:0px;
    display:inline-block;
    color:#fff;
    text-decoration:none
}
#prev-button{
    left:0;
}
.close{
    position:absolute;
    right:10px;
    top:10px;
    z-index:999999;
	height:32px; width:32px;
	border-radius:50%; 
	background: -webkit-linear-gradient(90deg, #da3e49 5%, #b80c19 100%);
	background: -moz-linear-gradient(90deg, #da3e49 5%, #b80c19 100%);
	background: -ms-linear-gradient(90deg, #da3e49 5%, #b80c19 100%);
	background: linear-gradient(180deg, #da3e49 5%, #b80c19 100%);
	
}


.home{ 
	margin:0 auto;
    font-size: 14px;
    margin-top: 10px;
	float:right;
	margin-right:120px;
}
.head{height:44px; width:44%; margin:0 auto;}
.home{ width:100px; height:30px; text-align:center; line-height:30px;
	background: -webkit-linear-gradient(90deg, #da3e49 5%, #b80c19 100%);
	background: -moz-linear-gradient(90deg, #da3e49 5%, #b80c19 100%);
	background: -ms-linear-gradient(90deg, #da3e49 5%, #b80c19 100%);
	background: linear-gradient(180deg, #da3e49 5%, #b80c19 100%);
	border-radius:10px;}
.home a{ color:#fff; text-decoration:none; display:block;}
.home:hover a{ text-decoration: underline;}
.coninner{ height: 150px; border-right:1px solid #ccc;}
.con{ height:200px;}
.con :last-child{ border:none;}
.menu{ position: absolute;
    z-index: 999;
    right:30px;
    bottom: 242px;
}
.menu ul, li{ list-style-type:none;}
.menu li{ width:100px; height:35px; background-color:brown; text-align:center; line-height:40px; float:left; margin-right:2px;}
.menu li a{ text-decoration:none; font-size:14px; display:block; }
/*#amazingslider-wrapper-1:hover .menu{bottom:0px; }*/
/*#amazingslider-wrapper-1:hover .menu li{  width:150px;}*/
.menu li:hover{ background: -webkit-linear-gradient(90deg, #da3e49 5%, #b80c19 100%);
	background: -moz-linear-gradient(90deg, #da3e49 5%, #b80c19 100%);
	background: -ms-linear-gradient(90deg, #da3e49 5%, #b80c19 100%);
	background: linear-gradient(180deg, #da3e49 5%, #b80c19 100%);}
.menu :last-child{ border:none;}
.amazingslider-slides ul > li > img{ width:100%;}


/*.ease{
-webkit-transition: 3s ease;
    -moz-transition: 3s ease;
    -o-transition: 3s ease;
    -ms-transition: 3s ease;
    transition: 3s ease;
	border-bottom:1px solid #ccc; 
}
.linear{-webkit-transition: 3s linear;
    -moz-transition: 3s linear;
    -o-transition: 3s linear;
    -ms-transition: 3s linear;
    transition: 3s linear;
	border-bottom:1px solid #ccc;
 
}
.easein {
    -webkit-transition: 3s ease-in;
    -moz-transition: 3s ease-in;
    -o-transition: 3s ease-in;
    -ms-transition: 3s ease-in;
    transition: 3s ease-in;
}*/


/*.tabs{ display:block; height:150px;}
.tabs ul{ position:relative; top:150px; left:15px;}
.tabs2{ display:block; position:absolute; left:35px; text-align:left;}
.tabs2 span{ display:block; margin-top:30px; }
.tabs ul li{ float:left;}
.tabs ul li a{ margin: 0px 20px 0px 30px; display:block; width:45px; height:45px; overflow:hidden;}
.tabs ul li a img{ width:100%;}
.tabs2{ display:none;}
.tabs2 b{ font-size:17px; color:#fff;}
.tabs2.active{
display:block
}
.show4{ position:relative; top:-58px;}
*/

