.header{
	position:absolute;
	top:0px;
	z-index:5;
	width:100%;
	background: rgba(27,28,29,0.6);
	/*background: -webkit-linear-gradient(#2d2d2d, transparent);
    background: -o-linear-gradient(#2d2d2d, transparent);
    background: -moz-linear-gradient(#2d2d2d, transparent);
    background: linear-gradient(#2d2d2d, transparent);*/
}
/************/
h1,h2,h3,h4,h5{
	margin:10px;
}
.logo{
	float:left;
	margin:10px;
	padding:0px;
}
.logo img{
	float:left;
	height:65px;
	}
.cname
{
	position: relative;
	display: block;
	/*overflow: hidden;*/
    margin: 0 0 0 10px;
	float:left;
}
.cname h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 3.750em;
    line-height: 42px;
    /* text-shadow: 2.5px 4.33px 5px rgba(0, 0, 0, 0.196); */
    margin: 10px 0 0 0;
    /* color: #E2D67E; 
    color: #ceb14e;*/
	color: #ffe58f;
    font-weight: bold;
}
.cname h5{
    font-weight: normal;
    font-size: 24px;
    margin: 0px;
	color:#fff;
	text-align:right;
    line-height: 25px;
    text-transform: capitalize;
    letter-spacing: 1px;
    word-spacing: 6px;

}
/********************************navigation*************************************/
/*.navbg{
	background: #020733;
	height: 60px;
	position: absolute;
	width: 100%;
	z-index: 5;
}
.navbg:after{
	content:'';
	clear:both;
	float:none;
}*/
.nav {
	float: right;
	padding-top: 10px;
	/*position: absolute;*/
	z-index: 2000;
	top: 30px;
	left: 30px;
}
.nav ul{
	list-style:none;
}
.nav ul li{
	float:left;
	margin:0px;
    padding: 16px 0 14px 0;
}
.nav ul li a {
    display: inline-block;
    margin: 10px;
    /* color: #E2D67E; 
    color: #ceb14e;*/
	color: #ffe58f;
    font-size: 19px;
    font-weight: 700;
    line-height: 30px;
    border-bottom: 4px solid transparent;
}
.nav ul li a:hover, .active {
	color: #fff !important;
	/*border-bottom: 4px solid #DCD38A !important;*/
	border-bottom: 4px solid #ffe58f !important;
}

/**********************Dropdown navigation************************************/
.nav ul li ul {
     display: none; 
    position: absolute;
    top: 70px;
    margin: 0 auto;
    padding: 0;
    z-index: 6;
    background: #39464f;
    background-color: rgba(0,0,0,0.61);
    border-bottom: 3px solid #ffe58f;
}
.nav ul li ul:after {
	display:block;
	clear:both;
	content:"";
}
.nav ul li ul li {
    color: #ffe58f;
    float: none !important;
    display: block;
    clear: both;
    position: relative;
    /* margin: 0px 10px; */
    padding: 5px 10px 5px 25px !important;
    border-bottom: 1px solid #ffe58f;
}
.nav ul li ul li:before {
	background:url(../images/navarrow.png) center left !important;
	content:"";
	width:8px;
	height:9px;
	position:absolute;
	top:11px;
	left:10px;
}
.nav ul li ul li a {
	color: #ffe58f;
    padding: 2px 0 !important;
    text-align: left;
    margin: 0 !important;
    line-height: normal;
    height: auto;
    text-transform: capitalize !important;
    letter-spacing: 1px;
    border: none !important;
    background: none !important;
	font-weight:normal !important;
    font-size: 15px !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.nav ul li ul li a:hover {
	color:#fff !important;
	border-bottom: 0px solid !important;
	
}
.nav ul li ul li a:hover li{
	background:rgba(255,255,255,0.52);
	}
/**********************Thired level navigation************************************/
.nav ul li ul li ul {
	display:none;
	position:absolute;
	top:0px;
	left:155px;
	margin:0 auto;
	padding:10px;
	z-index:6;
	background:#39464f;
	border-bottom:3px solid #ffff01 ;
}
.nav ul li ul li ul li {
	color:#fff;
	float:none !important;
	display:block;
	clear:both;
	position:relative;
	margin:0px 10px;
	padding:5px !important;
	width:120px;
}

.nav ul li ul li ul li a {
	color:#fff;
	padding:2px 0 !important;
	text-align:left;
	margin:0 !important;
	line-height:normal;
	text-transform:none;
	font-weight:normal;
	font-size:15px !important;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.nav ul li ul li ul li a:hover {
	color:#FFD7FB !important;
	box-shadow:none !important;
}
/*************************************/
.newstyleh2{
	color: #ffe58f  !important;
    text-shadow: 0 0 1px #fff !important;
    padding: 20px;
    position: absolute;
    font-size: 50px !important;
    font-weight: 700;
    letter-spacing: 13px;
    text-transform: uppercase;
     width: auto  !important; 
    background: rgba(0,0,0,0.3) !important;
    border-left: 8px solid #ffe58f;
    left: 10% !important;
    /* text-align: center; */
    line-height: 50px;
    bottom: 33% !important;
    /* margin: 0 0 -120px 0; */
}
/******Banner image*******/
.baneerimg .wrapper img{
	width: 100%;
	/*height: 400px;*/
}
/*********Main Containt************/
.mr10{
	margin-right: 10px;
}
.rm20{
	margin-right: 20px;
}
.mainCnt{
	margin: 10px auto;
	overflow: hidden;
}
.wrapperCnt{
	width: 960px;
	margin: 0 auto;
}
.pageheading{
	width: 100%;
	color: #ffe58f;
	padding: 5px 10px;
}
.pageheading h2{
	float: left;
	margin: 10px 0;
}
.navigationCnt{
	float: right;
    font-size: 16px;
    margin: 10px;

}
.navigationCnt a{
	color: #ffe58f;
    font-weight: bold;
}
/*******************************About us************************/
.box70{
	width: 68%;
	display: block;
	position: relative;
	float: left;
}
.box30{
	width: 30%;
	display: block;
	position: relative;
	float: left;
}
.box30 h4{
	font-size: 17px;
    margin: 14px 10px 0 10px;
    background: #4a4a4a;
    padding: 7px;
}
.mainCnt h3{
	font-size: 24px;
	color:#ffe58f;
}
.mainCnt p{
	margin: 10px;
    font-size: 16px;
    line-height: 22px;
}
.mainCnt ul{
	padding-left: 20px;
	list-style: none;
}
.mainCnt ul li{
	font-size: 16px;
    background: url(../images/navarrow.png) 0px 9px no-repeat;
    padding: 5px 0 5px 15px;
}
/***********************Services*****************************/
.mr20{
margin-right:20px;
}

.servicebox {
    width: 31%;
	margin:10px;
    min-height: 290px;
    float: left;
    background: #1b1c1d;
    box-shadow: inset 0 0 0px 0px #fff;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    -m-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.servicebox h3, .servicebox p{
	margin:10px 0;
}
/*****************************How to reach********************************/
.baneerimg{
	position:relative;
	min-height:80px;
}
.howtobannertext{
	position:absolute;
	bottom:30px;
	width:100%;
	text-align:center;
	color:#fff;
}
.howtobannertext h4{margin:0px; font-size:36px; line-height:60px;}
.howtobannertext h2{margin:0px; font-size:50px; line-height:50px; color:#ffe58f;}
.howtobannertext span{margin:0px; font-size:40px; line-height:40px; font-weight:normal;}

.flighttabs .tabs-menu, .flighttabs .tabs-menutrn{
	display:block;
}
.flighttabs .tabs-menu li, .flighttabs .tabs-menutrn li{
	float: left;
	background: #00ac71;
	padding: 7px 0px;
	margin:0 3px 0 0;
}
.flighttabs .tabs-menu li a, .flighttabs .tabs-menutrn li a{
	color: #fff;
	font-size: 19px;
	padding: 7px 10px;
	box-shadow: inset 0 0 0 0 #444;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
.flighttabs .tabs-menu li :hover, .currenthow, .flighttabs .tabs-menutrn li:hover{
	box-shadow: inset 0 100px 0 0 #444;
}
.flighttabs .tabs-menu li a img, .flighttabs .tabs-menutrn li a img{
	margin:0px;
	border:none;
	float:none;
	box-shadow:none;
	height:17px;
}
.tabhowtor{
	box-shadow:none;
	margin:15px 0;
	height:auto;
}
/*********tabel************/
.tabhowtor table{
	width:100%;
	margin:10px;
}
.tabhowtor table th {
	background: #ffe58f;
    padding: 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    border-bottom: #CCC 1px solid;
    color: #4E4E4E;
    text-align: left;
}
.tabhowtor table td {
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
/*	background: #F9F9F9;
*/	font-size: 14px;
	color:#666;
	border-bottom: #CCC 1px solid;
}
.tabhowtor table tr:nth-child(even){ 
	background-color:#fff; 
}
.tabhowtor table tr:nth-child(odd){ 
	background-color:#eee; 
}
/*************************Monuments************************************/
.box25{
	width: 25%;
	display: block;
	position: relative;
	float: left;
	z-index:1;
	}
.box75{
	width: 73%;
	display: block;
	position: relative;
	float: left;
	z-index:2;
	background: #1b1c1d;
	}
.sidebar {
    display: block;
    float: left;
    width: 100%;
    background: #1b1c1d;
    border: solid 1px #ffe58f;
}
.sidebar h3{
	color:#ffe58f;
	border-bottom: solid 1px #ffe58f;
	margin:0;
	padding:10px;}
.sidebar ul{
	padding:0px;
}
.sidebar ul li{
	background: none;
    padding: 0;
}
.sidebar ul li a{
    display: block;
	color:#fff;
    padding: 10px;
    border-bottom: solid 1px #ffe58f;
    margin: 0;
    clear: left;
}
.sidebar ul li a:hover, .actnav{
    background: #ffe58f;
    color: #777;
}
.monumentmainCnt h1{
	padding: 10px;
	margin:0px;
    text-shadow: 1px 1px 1px #1b1c1d;
    border-radius: 5px;
	color:#fff;
    background: #ffe58f;
    background: -webkit-linear-gradient(left, #ffe58f, #1b1c1d);
    background: -o-linear-gradient(left, #ffe58f, #1b1c1d);
    background: -moz-linear-gradient(left, #ffe58f, #1b1c1d);
    background: linear-gradient(left, #ffe58f, #1b1c1d);
}
.monumentmainCnt h2{
	font-weight:normal;
}
.monumentmainCnt img{
    margin: 10px;
    float: left;
	border: 5px solid #fff;
    box-shadow: 0px 0px 5px #aaa;
}
.monumentmainCnt strong{
	color:#ffe58f;
	
}
.monumentmainCnt table{
	margin:10px;
}
.monumentmainCnt table, th, td {
    border: 1px solid #BFBFBF;
	border-collapse: collapse;
}
.monumentmainCnt th,td{
	padding: 10px;
}
.monumentmainCnt table td{
	font-size: 16px;
    line-height: 17px;
    color: #fff;
}
.monumentmainCnt table td:nth-child(1){
	width:180px;
	}
/**********************Gallery******************************************/
img {
    border: none;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
}
.gallerybox ul{
	width:100%;
}
.gallerybox ul li{
	float:left;
	margin:10px;
	width:31%;
	padding:0;
	background:none;
}
.gallerybox h3{
	text-align:center;
	display:block;
	color:#00ac71;
	border-bottom:2px solid #00ac71;
	margin:0px;
	padding:0px;
	font-size:28px;
	font-style:italic;
}
/*****************************contact page**********************/
.rightbox {
    position: relative;
    display: block;
    width: 42.5%;
    min-height: 50px;
    float: left;
	padding:0 10px;
}
.leftbox {
    position: relative;
    display: block;
    width: 55%;
    min-height: 50px;
    float: left;
}
.googleMap{
	width:100%;
	height:350px;
	margin:0;
	padding:0px;
    border-top: 2px solid #ccc;
}
.cntrbox p{
	font-size:17px;
	line-height:24px;
	margin:0px;
	text-align:left;
}
.cntrbox h3, .contactlbox h3{
	margin:10px 0;
	font-size: 23px;
	}
.cntrbox h4{
   margin: 10px 0 10px 0;
  padding: 5px 10px;
  font-size: 18px;
  /* border-bottom: 2px solid #00ac71; */
  color: #3A3A3A;
    font-weight: 500;
    background: #ffe58f;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.contacttital{
	float:left;
	color:#ffe58f;
	font-weight:600;
}
.contactlbox h2{
	font-style:italic;
}
.leftbox .label{
	font-size: 15px;
    margin: 5px 0 3px 0;
	}
.leftbox input[type=text],.leftbox input[type=email],.leftbox input[type=tel]{
	
	margin:0 10px 10px 0;
	
}
#subject{
	width:98.8%;
}
.leftbox textarea{
	width:98.8%;
	height:200px;
}
.cbutton{
	margin:10px 0 0 0;
}
.hidemsg{
	color:#ffe58f;
	font-size:31px;
	display:none;
}
/********************footer******************************/
.footer{
	background: #333;
	border-top:1px solid #666;
	width: 100%;
	padding: 5px 0;
	color:#fff;
	min-height:15px;
	overflow:hidden;
}
.footer p{
	margin: 10px;
}
.footer ul li{
	float:left;
	width:230px;
}
.footer ul li:nth-child(1){
	width:180px;
	}
.footer ul li:nth-child(2){
	width:240px;
	}
.footer ul li:nth-child(3){
	width:300px;
	}
.footer ul li h4{ 
	color:#00AFEF;
	font-weight:normal;
	text-transform:uppercase;
}
.footer ul li ul{
	margin-left:10px;
}
.footer ul li ul li{
	height:auto;
	width:230px !important;
	}
.footer ul li ul li a, .footerservices li{
	color:#b0b0b0;
	font-size:14px;
	line-height:24px;
	text-transform:uppercase;
}
.footer ul li ul li a:hover{
	color:#fff;
}
.ourlocation li{
	padding:3px 0 10px 40px;
	background-size: 11%;
	color:#b0b0b0;
	font-size:14px;
	line-height:24px;
	text-transform:capitalize;
}
.ourlocation li a, .sociallinks li a{
	text-transform:capitalize !important;
	}
.sociallinks li{
	padding:3px 0 20px 40px;
	background-size: 13%;
	color:#b0b0b0;
	font-size:14px;
	line-height:24px;
}
.location{
	background: url(../images/location24.png) 0px 0px no-repeat;
}
.telephone{
	background: url(../images/telephone24.png) 0px 0px no-repeat;
}
.mobile{
	background: url(../images/mobile24.png) 0px 0px no-repeat;
}
.person{
	background: url(../images/person24.png) 0px 0px no-repeat;
}
.email{
	background: url(../images/email.png) 0px 0px no-repeat;
}
.facebook{
	background: url(../images/fb24.png) 0px 0px no-repeat;
}
.gplus{
	background: url(../images/gplus24.png) 0px 0px no-repeat;
}
.twitter{
	background: url(../images/twitter24.png) 0px 0px no-repeat;
}
.linkedin{
	background: url(../images/linkedin24.png) 0px 0px no-repeat;
}
.footerleftCnt{
	float:left;
	}
.copyrightCnt {
    color: #b0b0b0;
    font-size: 12px;
    line-height: 20px;
    padding-top: 5px;
}
.copyrightCnt a {
	color:#b7b7b7;
	padding:0 5px;
	font-size:12px;
	}
.copyrightCnt a:hover{
	color:#ffe58f;
	}
.footerrightCnt{
	float: right;
    padding: 10px;
    list-style: none;
	}
.footerrightCnt ul{
	display: inline-block;
    text-align: right;
    float: right;
    margin: 0;
    list-style: none;
}
.footerrightCnt ul li {
    float: left !important;
    margin: 0;
    padding: 0 !important;
    width: auto !important;
	border-right:1px solid #666;
}
.lastmenuli{
	border-right:0px solid #fff !important;
	}
.footerrightCnt ul li a img{
	width:36px;
	}