body, html {
	overflow-x: hidden;
}
.header {
	position: fixed;
	float: left;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	background-color: #fff;
}
.menubar img {
	margin-top: 20px;
	margin-bottom: 20px;
}
.menu .navbar-default {
	background-color: transparent;
	border-color: transparent;
	margin-top: 16px;
}
.menu .navbar-default .navbar-nav li {
	margin-left: 15px;
}
.menu .navbar-default .navbar-nav li:first-child {
	margin-left: -35px;
}
.menu .navbar-default .navbar-nav li a {
	color: #808028;
	font-family: 'ralewaymedium';
	font-size: 14px;
	padding: 15px 0px;
}
.menu .navbar-default .navbar-nav li a:hover, .active {
	color: #d2d249;
}
.header .social .form-control {
	border-color: #808028;
	border-radius: 0px;
}
.header .social .btn-default {
	color: #fff;
	background-color: #808028;
	border-color: #808028 !important;
	border-radius: 0px;
}
.header .social {
	margin-top: 20px;
}
.btn_open {
	display: none;
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	background-color: #808028;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}
.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	display: block;
	transition: 0.3s
}
.sidenav a:hover, .offcanvas a:focus {
	color: #dede27;
	text-decoration: none;
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}
.banner {
	position: relative;
	float: left;
	width: 100%;
	padding: 0px;
	margin: 100px 0px 0px 0px;
	height: auto;
	background: url(../img/banner.jpg)center center no-repeat;
	background-size: cover;
	background-color: #ffcc00;
	min-height: 565px;
}
.banner .heading h1 {
	color: #fff;
	font-size: 120px;
	font-family: 'LaoUI-Bold';
	text-align: center;
	text-shadow: 6px 7px 3px #857900;
}
.banner .heading small {
	font-size: 23px;
	right: 15.3%;
	color: #fff;
	font-family: 'LaoUI-Bold';
	position: relative;
	top: -25px;
}
.banner .heading1 h2 {
	color: #fff;
	font-size: 50px;
	font-family: 'MonotypeCorsiva';
	text-align: center;
}
.banner .heading2 h3 {
	color: #fff;
	font-family: 'MonotypeCorsiva';
	text-align: center;
	font-size: 50px;
	margin-bottom: 30px;
}
.banner .banner_button a {
	text-align: center;
	color: #808028;
	border: 1px solid #fff;
	padding: 8px 25px;
	background-color: #fff;
	text-decoration: none;
	font-family: 'open_sansregular';
}
.banner .banner_button a:hover {
	color: #fff;
	transition: 1s;
	border-color: #fff;
}
.banner .hvr-bounce-to-right:before {
	background-color: #cc9900;
}
.banner .icon img {
	margin-top: 90px;
}
.aboutus {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
}
.aboutus h4 {
	font-size: 40px;
	font-family: 'ralewayextrabold';
	color: #808028;
	text-align: center;
	margin: 65px 0px 60px 0px;
}
.aboutus p {
	text-align: center;
	color: #666;
	font-family: 'open_sansregular';
	line-height: 28px;
}
.aboutus .about_img img {
	margin: 40px 0px 40px 0px;
	width: 100%;
	height: auto;
}
.dham_section {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
}
.dham_section h5 {
	text-align: center;
	color: #808028;
	font-size: 35px;
	font-family: 'ralewayextrabold';
	margin: 40px 0px 50px 0px;
}
.dham_section p {
	text-align: center;
	color: #666;
	font-family: 'open_sansregular';
	line-height: 28px;
}
.dham_section .plan_img img {
	margin: 30px 0px 0px 0px;
}
.dham_section .plan_img h6 {
	color: #808028;
	font-size: 19px;
	margin-left: 12%;
	margin-top: 25px;
	margin-bottom: 25px;
}
.dham_section .plan_img h5 {
	font-size: 19px;
	text-align: center;
	font-family: 'ralewayregular';
	color: #5c5c5c;
	margin-bottom: 30px;
}
.dham_section .side_img {
	background-size: cover;
	width: 340px;
	min-height: 352px;
	position: relative;
	float: left;
	margin: 50px 0px;
	padding: 0px;
	height: auto;
}
.dham_section .side_img h4 {
	color: #000;
	top: 3%;
	position: absolute;
	font-size: 25px;
	font-family: 'ralewayextrabold';
	left: 40px;
}
.dham_section .side_img h6 {
	font-family: 'open_sansbold_italic';
	font-size: 19px;
	position: absolute;
	top: 13%;
	left: 41px;
}
.dham_section .side_img h3 {
	color: #101010;
	font-family: 'open_sansbold_italic';
	font-size: 23px;
	position: absolute;
	top: 18%;
	left: 40px;
}
.dham_section .side_img img {
	width: 100%;
	height: auto;
}
.dham_section .side_bottom img {
	margin-top: 75px;
	width: 100%;
}
.dham_section .side_img .side_bottom .btn-default {
	background-color: #808028;
	margin-top: 40px;
	border-radius: 0px;
	color: #fff;
	border-color: #808028;
}
.dham_section .side_img .side_bottom .btn-lg, .dham_section .side_img .btn-lg {
	padding: 10px 10px;
	font-size: 25px;
	margin-top: 55px;
}
.dham_section .side_img .side_bottom a, .dham_section .side_img a {
	text-decoration: none;
}
.dham_section .side_img .btn-default {
	background-color: #000;
	margin-top: -17px;
	border-radius: 0px;
	color: #fff;
	border-color: #000;
	position: relative;
}
.dham_section .side_img .btn-default:hover {
	background-color: #CC9900;
	border-color: #CC9900;
	transition: 1s;
	box-shadow: 2px 5px 2px solid #000;
}
.dham_section .side_img .side_bottom .btn-lg:hover {
	background-color: #CC9900;
	border-color: #CC9900;
	transition: 1s;
	box-shadow: 2px 5px 2px solid #000;
}
.typical_section {
	position: relative;
	width: 100%;
	float: left;
	height: auto;
	padding: 0px;
	margin: 50px 0px 0px 0px;
	background: url(../img/typical_img.jpg) no-repeat;
	background-size: cover;
	min-height: 900px;
	background-color: #191908 !important;
	background-attachment: fixed;
}
.typical_section h3 {
	text-align: center;
	color: #fff;
	font-family: 'ralewayextrabold';
	font-size: 35px;
	margin-bottom: 30px;
	margin-top: 40px;
}
.typical_section .hotel1 h4 {
	color: #dede27;
	font-family: 'open_sansregular';
	position: absolute;
	top: 15px;
	left: 75px;
	font-size: 20px;
}
.typical_section .hotel1 p {
	color: #d0d0d0;
	font-family: 'open_sansregular';
	line-height: 25px;
	margin-top: 15px;
	text-align: justify;
}
.typical_section .food {
	margin-top: 6px;
}
.typical_section .food h4 {
	color: #dede27;
	font-family: 'open_sansregular';
	position: absolute;
	font-size: 20px;
	top: 6px;
	left: 65px;
}
.typical_section .food p {
	color: #d0d0d0;
	font-family: 'open_sansregular';
	line-height: 25px;
	margin-top: 15px;
	text-align: justify;
	margin-bottom: 50px;
}
.typical_section .budget h5 {
	color: #dede27;
	font-family: 'open_sansregular';
	position: absolute;
	top: 3px;
	left: 75px;
	font-size: 20px;
}
.typical_section .budget p {
	color: #d0d0d0;
	font-family: 'open_sansregular';
	line-height: 23px;
	margin-top: 20px;
	text-align: justify;
}
.typical_section .hotel_car {
	margin-top: 10px;
}
.typical_section .hotel_car h5 {
	color: #dede27;
	font-family: 'open_sansregular';
	position: absolute;
	top: -7px;
	left: 90px;
	font-size: 20px;
}
.typical_section .hotel_car p {
	color: #d0d0d0;
	margin-top: 18px;
	font-family: 'open_sansregular';
	line-height: 25px;
}
.typical_section .calender {
	margin-top: 30px;
}
.typical_section .calender img {
	left: 48.5%;
	position: absolute;
}
.typical_section .calender h6 {
	left: 41%;
	position: absolute;
}
.typical_section .calender p {
	text-align: center;
	position: relative;
	color: #d0d0d0;
	top: 80px;
	font-family: 'open_sansregular';
	line-height: 25px;
}
.typical_section .calender h6 {
	position: absolute;
	top: 30px;
	color: #dede27;
	font-size: 20px;
}
.choose_section {
	position: relative;
	width: 100%;
	float: left;
	margin: 0px 0px 50px 0px;
	padding: 0px;
	height: auto;
}
.choose_section h3 {
	color: #808028;
	font-size: 35px;
	text-align: center;
	font-family: 'ralewayextrabold';
	margin: 80px 0px 80px 0px;
}
.choose_section, .box img {
	text-align: center;
}
.choose_section .doler img {
	margin-top: 15px;
}
.choose_section .box, .choose_section .men, .choose_section .doler h4 {
	text-align: center;
	color: #808028;
	font-size: 20px;
	font-family: 'ralewayextrabold';
}
.choose_section .box h4, .choose_section .men h4, .choose_section .doler h4 {
	margin: 45px 0px 35px 0px;
}
.choose_section .box p, .choose_section .men p, .choose_section .doler p {
	color: #666;
	font-size: 14px;
	font-family: 'open_sansregular';
	text-align: center;
}
.top_things {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
}
.top_things h3 {
	text-align: center;
	margin: 70px 0px 40px 0px;
}
.top_things h3 a {
	text-decoration: none;
	color: #808028;
	font-size: 35px;
	font-family: 'ralewayextrabold';
}
.top_things .businesstable-content, .panel-heading h4 a {
	text-decoration: none;
	color: #666666;
}
.top_things .panel-pricing {
	border: .5px solid #eee;
	width: 350px;
	border-radius: 0px;
}
.top_things .panel-heading {
	padding: 0px 0px;
}
.top_things .panel-body p {
	color: #666;
	font-family: 'open_sansregular';
	line-height: 25px;
}
.top_things .panel-body h4 {
	color: #1d1d1d;
	margin: 40px 0px 25px 0px;
}
.top_things .panel-footer {
	background-color: #fff;
	border: none;
}
.top_things .panel-footer a {
	color: #666;
	text-decoration: none;
	font-family: 'open_sansregular';
}
.top_things .panel-footer a:hover {
	color: #808028;
}
.top_things h3 a {
	font-size: 35px;
	margin: 10px 0px 40px 0px;
}
.mobile {
	display: none;
}
.form_section h3 {
	color: #CC9900;
	font-size: 25px;
	font-family: 'ralewaymedium';
	margin: 20px 0px 45px 30px;
}
.form_section .form_content p {
	line-height: 25px;
	font-family: 'open_sansregular';
	color: #666;
	font-size: 16px;
}
.form_section .btn-default {
	color: #333;
	background-color: #808028;
	border-color: #ccc;
	border-radius: 0px;
	margin-left: 15px;
	padding: 10px 30px;
}
.footer {
	position: relative;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	height: auto;
	min-height: 180px;
	background-color: #3b1705 !important;
	color: #a0a0a0;
	background: url(../img/footer_img1.png) center center no-repeat;
	background-size: cover;
}
.footer_section h3 {
	text-decoration: underline;
	font-size: 20px;
}
.footer_section ul {
	list-style-type: none;
	margin-left: -40px;
}
.footer_section li {
	padding: 5px 0px;
}
.footer_section li a {
	color: #a0a0a0;
}
.footer_sub .social h3 {
	margin-top: 20px;
}
.footer_sub .social {
	float: left;
	position: relative;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	min-height: auto;
}
.footer_sub .social ul {
	list-style-type: none;
	margin-top: 10px;
	float: right;
}
.footer_sub .social li {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
}
.footer_sub .social li a {
	color: inherit;
}
.footer_sub .social li {
	background: #655853;
	border-color: #fff;
	color: #fff;
}
.footer_sub .social li:hover:nth-of-type(4) {
	color: #dd4b39 !important;
	background-color: #fff;
	border-color: #dd4b39;
}
.footer_sub .social li:hover:nth-of-type(3) {
	color: #bb0000 !important;
	background-color: #fff;
	border-color: #bb0000;
}
.footer_sub .social li:hover:nth-of-type(2) {
	color: #55acee !important;
	background-color: #fff;
	border-color: #55acee;
}
.footer_sub .social li:hover:nth-of-type(1) {
	color: #3b5998 !important;
	background-color: #fff;
	border-color: #3b5998;
}
.footer_section1 h3 {
	text-decoration: underline;
	font-size: 20px;
}
.footer_section1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.footer_section1 li {
	padding: 5px 0px;
}
.footer_section1 li a {
	color: #a0a0a0;
}
.footer_section1 li a:hover {
	text-decoration: underline;
	color: #a0a0a0;
}
.footer_section2 h3 {
	text-decoration: underline;
	font-size: 20px;
}
.footer_section2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.footer_section2 li {
	padding: 5px 0px;
}
.footer_section2 li a {
	color: #a0a0a0;
}
.footer_section2 li a:hover {
	color: #a0a0a0;
	text-decoration: underline;
}
.footer_section3 h3 {
	text-decoration: underline;
	font-size: 20px;
}
.footer_section3 .input-group-btn:last-child>.btn {
	border-color: #808028;
	border: 1px solid #808028;
	border-radius: 0px;
	background-color: #808028;
}
.footer_section3 .input-group .form-control {
	border-radius: 0px;
	border: 1px solid #808028;
}
.footer_sub {
	position: relative;
	display: block;
	margin: 0px;
	float: left;
	padding: 0px;
	width: 100%;
	height: auto;
	min-height: 40px;
	background-color: #706e6f;
}
.footer_sub p {
	color: #fff;
	padding: 17px 0 0 0;
	font-family: 'open_sansregular';
}
.ankgor_banner {
	position: relative;
	float: left;
	width: 100%;
	padding: 0px;
	margin: 100px 0px 0px 0px;
	height: auto;
	background: url(../img/banner.jpg) no-repeat;
	background-size: cover;
	background-color: #ffcc00;
	min-height: 400px;
	-webkit-box-shadow: inset 0px -30px 10px 4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 0px -30px 10px 4px rgba(0, 0, 0, 0.75);
	box-shadow: inset 0px -30px 10px 4px rgba(0, 0, 0, 0.75);
}
.ankgor_banner .heading h1 {
	color: #fff;
	font-size: 70px;
	font-family: 'MonotypeCorsiva';
	text-align: center;
	margin-top: 17.5%;
}
.ankgor_banner .breadcrumb {
	width: 100%;
	position: relative;
	float: left;
	margin: 108px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	background-color: transparent;
}
.ankgor_banner .breadcrumb h5 a {
	color: #fff;
	text-decoration: none;
	font-family: 'ralewayregular';
	font-size: 16px;
	font-weight: 600;
}
.ankgor_banner .breadcrumb h5 span {
	color: #c7c71c;
	font-family: 'ralewayregular';
	font-size: 16px;
	font-weight: 600;
}
.ankgor_banner .breadcrumb h5 .coloum {
	color: #fff;
	padding: 0px 5px;
}
.ankgor_content {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.ankgor_content h2 {
	color: #808028;
	font-size: 25px;
	font-family: 'ralewaymedium';
	margin: 50px 0px 20px 0px;
}
.ankgor_content h3 {
	color: #666;
	font-family: 'open_sanssemibold';
	font-size: 18px;
}
.ankgor_content p {
	color: #666;
	line-height: 30px;
	font-family: 'open_sansregular';
	font-size: 16px;
}
.ankgor_content h4 {
	color: #666;
	font-size: 18px;
	font-family: 'open_sanssemibold';
	margin: 30px 0px 10px 0px;
}
.ankgor_img {
	position: relative;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: auto;
}
.ankgor_img img {
	margin: 50px 0px 40px 0px;
}
.ankgor_content1 {
	position: relative;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: auto;
}
.ankgor_content1 h3 {
	color: #666;
	font-size: 25px;
	margin: 10px 0px 30px -15px;
	font-family: 'ralewaymedium';
}
.privacy_policy h5 {
	color: #666;
	font-size: 18px;
	margin: 10px 0px 30px -15px;
	font-family: 'ralewaymedium';
}
.privacy_policy h3 {
	margin-top: 30px;
}
.ankgor_content1 p {
	color: #666;
	line-height: 30px;
	font-family: 'open_sansregular';
	font-size: 16px;
	margin: 0px 0px 20px -15px;
}
.ankgor_content1 h4 {
	color: #666;
	font-size: 25px;
	font-family: 'ralewaymedium';
	margin: 55px 0px 25px -15px;
}
.ankgor_content1 p:nth-last-child(1) {
	margin-bottom: 60px;
}
.travel_banner {
	position: relative;
	padding: 0px;
	margin: 100px 0px 0px 0px;
	float: left;
	width: 100%;
	height: auto;
	min-height: 400px;
	background: url(../img/travel_banner.jpg)center center no-repeat;
	background-size: cover;
	-webkit-box-shadow: inset 0px -30px 10px 3px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 0px -30px 10px 3px rgba(0, 0, 0, 0.75);
	box-shadow: inset 0px -30px 10px 4px rgba(0, 0, 0, 0.75);
}
.travel_banner .heading h1 {
	color: #fff;
	font-size: 70px;
	font-family: 'MonotypeCorsiva';
	text-align: center;
	margin-top: 17.5%;
}
.travel_banner .breadcrumb {
	width: 100%;
	position: relative;
	float: left;
	margin: 108px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	background-color: transparent;
}
.travel_banner .breadcrumb h5 a {
	color: #fff;
	text-decoration: none;
	font-family: 'ralewayregular';
	font-size: 16px;
	font-weight: 600;
}
.travel_banner .breadcrumb h5 span {
	color: #c7c71c;
	font-family: 'ralewayregular';
	font-size: 16px;
	font-weight: 600;
}
.travel_banner .breadcrumb h5 .coloum {
	color: #fff;
	padding: 0px 5px;
}
.travel_content {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.travel_content h2 {
	color: #808028;
	font-size: 25px;
	font-family: 'ralewaymedium';
	margin: 50px 0px 20px 0px;
}
.travel_content h3 {
	color: #666;
	font-family: 'open_sanssemibold';
	font-size: 18px;
}
.travel_content p {
	color: #666;
	line-height: 30px;
	font-family: 'open_sansregular';
	font-size: 16px;
	margin-bottom: 30px;
}
.travel_content p:nth-last-child(n) {
	margin-bottom: 50px;
}
.travel_content h4 {
	color: #666;
	font-size: 18px;
	font-family: 'open_sanssemibold';
	margin: 30px 0px 10px 0px;
}
.travel_content ul {
	margin-bottom: 50px;
	list-style-type: none;
}
.travel_content li:before {
	content: "";
	border-color: transparent #cc9900;
	border-style: solid;
	border-width: 0.45em 0 0.45em 0.45em;
	display: block;
	height: 0;
	width: 0;
	left: -1em;
	top: 22px;
	position: relative;
}
.travel_content li {
	font-size: 16px;
	color: #666;
	font-family: 'open_sansregular';
	line-height: 30px;
}
.book_banner {
	position: relative;
	float: left;
	width: 100%;
	padding: 0px;
	margin: 100px 0px 0px 0px;
	height: auto;
	background: url(../img/book_banner.jpg)center center no-repeat;
	background-size: cover;
	background-color: #ffcc00;
	min-height: 400px;
	-webkit-box-shadow: inset 0px -30px 10px 4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 0px -30px 10px 4px rgba(0, 0, 0, 0.75);
	box-shadow: inset 0px -30px 10px 4px rgba(0, 0, 0, 0.75);
}
.book_banner .heading h1 {
	color: #fff;
	font-size: 70px;
	font-family: 'MonotypeCorsiva';
	text-align: center;
	margin-top: 15%;
}
.book_banner .breadcrumb {
	width: 100%;
	position: relative;
	float: left;
	margin: 108px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	background-color: transparent;
}
.book_banner .breadcrumb h5 a {
	color: #fff;
	text-decoration: none;
	font-family: 'ralewayregular';
	font-size: 16px;
	font-weight: 600;
}
.book_banner .breadcrumb h5 span {
	color: #c7c71c;
	font-family: 'ralewayregular';
	font-size: 16px;
	font-weight: 600;
}
.book_banner .breadcrumb h5 .coloum {
	color: #fff;
	padding: 0px 5px;
}
.form_section {
	position: relative;
	float: left;
	width: 100%;
	padding: 0px;
	margin: 30px 0px;
}
.form_section .form-control {
	border-radius: 0px;
}
.form-group {
	margin-bottom: 25px;
}
.form-control {
	border: 2px solid transparent;
	height: 50px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	-ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	-o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	-webkit-transition: all 150ms ease-in-out 0s;
	-moz-transition: all 150ms ease-in-out 0s;
	-ms-transition: all 150ms ease-in-out 0s;
	-o-transition: all 150ms ease-in-out 0s;
	transition: all 150ms ease-in-out 0s;
}
.form-control:focus {
	border-color: #171717;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.form-control:focus {
	border-color: #4c9cef;
	border-width: 2px;
}
.margin-top-bottom {
	margin-top: 100px;
	margin-bottom: 100px;
}
.custom-margin {
	margin-top: 80px;
}
.form_section .main_from {
	margin-bottom: 0px;
}
.map_section {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.map_section h3 {
	color: #808028;
	font-size: 25px;
	margin: 70px 0px 20px 15px;
	font-family: 'ralewaymedium';
}
.map_section p {
	line-height: 24px;
	color: #666;
	font-size: 16px;
	font-family: 'open_sansregular';
}
.map_section img {
	margin: 50px 0px 100px 0px;
	width: 100%;
	height: auto;
	border: 1px solid #666;
}
.sticky-container {
	padding: 0px;
	margin: 0px;
	position: fixed;
	right: -119px;
	top: 350px;
	width: 200px;
	z-index: 1;
}
.sticky li {
	list-style-type: none;
	background-color: #808028 !important;
	color: #fff;
	height: 40px;
	padding: 0px;
	margin: 0px 0px 1px 0px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	cursor: pointer;
}
.sticky li:hover {
	background-color: #CC9900 !important;
	margin-left: -10px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
}
.sticky li img {
	float: left;
	margin: 9px 10px;
	margin-right: 10px;
}
.temple_of_angkor {
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: auto;
	background: url(../img/bg.jpg);
	background-size: cover;
	background-position: fixed;
	background-attachment: fixed;
}
.temple_of_angkor_bg {
	background-color: rgba(0, 0, 0, 0.65);
}
.bg_opcity {
	background-color: #fff;
	opacity: 0.7;
	margin: 50px 0px 50px 0px;
}
.temple_of_angkor img {
	padding: 133px 0px 0px 65px;
}
.temple_of_angkor p {
	text-align: justify;
	color: #666;
	font-size: 16px;
	line-height: 25px;
	padding: 0px 75px 35px 0px;
}
.temple_of_angkor2 p {
	margin-bottom: 50px;
}
.temple_of_angkor h3 {
	color: #333;
	padding: 20px 0px;
}
.temple_of_angkor .img_temple img {
	margin: -48px 0px 0px -30px;
}
.temple_of_angkor .p_temple p {
	padding: 10px 0px 35px 65px;
}
.temple_of_angkor .p_temple h3 {
	padding: 20px 0px 0px 65px;
}
.temple_of_angkor .img_temple1 img {
	margin: -20px 0px 0px 0px;
}
.temple_of_angkor .p_temple1 p {
	padding: 10px 75px 35px 0px;
}
.temple_of_angkor .img_temple2 img {
	padding: 110px 0px 0px 35px;
}
.temple_of_angkor .p_temple2 p {
	padding: 10px 0px 35px 65px;
}
.temple_of_angkor .p_temple2 h3 {
	padding: 20px 0px 0px 65px;
}
.temple_of_angkor .img_temple3 img {
	padding: 110px 0px 0px 65px;
}
.temple_of_angkor .p_temple3 p {
	padding: 10px 75px 35px 0px;
}
.temple_of_angkor .p_temple3 h3 {
	padding: 20px 0px 0px 0px;
}
.temple_of_angkor .img_temple4 img {
	padding: 95px 0px 0px 35px;
}
.temple_of_angkor .p_temple4 p {
	padding: 10px 0px 35px 65px;
}
.temple_of_angkor .p_temple4 h3 {
	padding: 20px 0px 0px 65px;
}
.temple_of_angkor .img_temple5 img {
	padding: 95px 0px 0px 65px;
}
.temple_of_angkor .p_temple5 p {
	padding: 10px 75px 35px 0px;
}
.temple_of_angkor .p_temple5 h3 {
	padding: 20px 0px 0px 0px;
}
.temple_of_angkor .img_temple6 img {
	padding: 45px 0px 50px 35px;
}
.temple_of_angkor .p_temple6 p {
	padding: 10px 0px 35px 65px;
}
.temple_of_angkor .p_temple6 h3 {
	padding: 20px 0px 0px 65px;
}
.temple_of_angkor .img_temple7 img {
	padding: 45px 0px 50px 65px;
}
.temple_of_angkor .p_temple7 p {
	padding: 10px 75px 35px 0px;
}
.temple_of_angkor .p_temple7 h3 {
	padding: 20px 0px 0px 0px;
}
.temple_of_angkor .img_temple8 img {
	padding: 45px 0px 50px 35px;
}
.temple_of_angkor .p_temple8 p {
	padding: 10px 0px 35px 65px;
}
.temple_of_angkor .p_temple8 h3 {
	padding: 20px 0px 0px 65px;
}
.about_choose {
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: auto;
}
.about_choose h3 {
	color: #808028;
	margin: 50px 0px 40px 0px;
	margin-bottom: 50px;
	text-align: center;
}
.about_choose p {
	line-height: 28px;
	color: #666;
	text-align: center;
	margin: 0px 0px 40px 0px;
	font-size: 16px;
}
.about_choose_point {
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: auto;
}
.about_choose_point h3 {
	text-align: center;
	color: #808028;
}
.about_choose_point p {
	color: #666;
	font-size: 16px;
	text-align: center;
	line-height: 28px;
	margin-bottom: 50px;
}
.about_choose_point img {
	text-align: center;
}
.error {
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: auto;
}
.error img {
	padding: 200px 0px 50px 0px;
}
.error .error_link a {
	border: 1px solid #ffcc00;
	text-decoration: none;
	padding: 8px 25px;
	color: #808028;
}
.error .error_link .hvr-bounce-to-right:before {
	background-color: #cc9900;
}
.oops {
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: auto;
}
.oops h1 {
	color: #808028;
}
@media (max-width:1199px) {}
@media (min-width:992px) and (max-width:1199px) {
	.owl_demo .businesstable-content {
		width: 100%;
		margin: 0px;
		padding: 0px;
		height: auto;
	}
	.menu .navbar-default .navbar-nav li:first-child {
		margin-left: 0px;
	}
	.menu .navbar-default .navbar-nav li {
		margin-left: 14px;
		font-size: 14px;
	}
	.menu .navbar-default .navbar-nav li a {
		font-size: 12px;
	}
	.dham_section .side_img img {
		margin-top: -10px;
	}
	.dham_section .side_bottom img {
		margin-top: 25px !important;
	}
	.dham_section .side_bottom .btn-lg {
		margin-top: 20px !important;
	}
	.ankgor_img img {
		width: 100%;
	}
	.form_content img {
		width: 100%;
	}
	.travel_bnner .breadcrumb {
		margin-top: 149px;
	}
	.book_banner .breadcrumb {
		margin-top: 167px;
	}
	.banner .icon img {
		margin-top: 250px;
	}
	.header .social ul {
		margin-top: 30px;
	}
	.header ul {
		margin-left: -20px;
	}
	.menu .navbar-default {
		margin-top: 20px;
	}
	.temple_of_angkor img {
		width: 100%;
	}
	.temple_of_angkor .img_temple2 img {
		padding: 95px 35px 0px 0px;
	}
	.temple_of_angkor .img_temple4 img {
		padding: 95px 35px 0px 0px;
	}
	.typical_section {
		min-height: 0;
		height: auto;
		padding: 0px 0px 80px 0px;
	}
}
@media (max-width:991px) {
	.btn_open {
		display: block;
		margin-top: 10px;
	}
	.mobile .social {
		margin-top: 25px;
	}
	.mobile .social .btn-default {
		color: #fff;
		background-color: #808028;
		border-color: #808028;
		border-radius: 0px;
	}
	.mobile .form-control {
		border-radius: 0px;
		border-color: #808028;
	}
	.owl_demo .businesstable-content {
		width: 100%;
		margin: 0px;
		padding: 0px;
		height: auto;
	}
	.menubar img {
		margin-bottom: 15px;
		margin-left: 40px;
	}
	.banner .heading h1 {
		font-size: 90px;
	}
	.dham_section .side_img img {
		margin-top: -10px;
	}
	.dham_section .side_bottom img {
		margin-top: 20px !important;
	}
	.dham_section .side_img .side_bottom .btn-lg, .dham_section .side_img .btn-lg {
		margin-top: 25px;
	}
	.dham_section .side_img .btn-lg {
		margin-top: -1px !important;
	}
	.dham_section .side_bottom .btn-lg {
		margin-top: 20px !important;
	}
	.dham_section .plan_img img {
		height: 320px;
	}
	.ankgor_img img {
		width: 100%;
	}
	.form_content img {
		width: 100%;
	}
	.ankgor_banner .breadcrumb, .travel_banner .breadcrumb {
		margin-top: 149px;
	}
	.book_banner .breadcrumb {
		margin-top: 167px;
	}
	.banner .icon img {
		margin-top: 250px;
	}
	.banner .icon img {
		margin-top: 280px;
	}
	.banner, .book_banner, .travel_banner, .ankgor_banner {
		margin: 0px;
	}
	.temple_of_angkor img {
		width: 100%;
	}
	.temple_of_angkor .img_temple2 img {
		padding: 95px 35px 0px 0px;
	}
	.temple_of_angkor .img_temple4 img {
		padding: 95px 35px 0px 0px;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.header {
		display: none;
	}
	.mobile {
		display: block;
	}
	.menu .navbar-default .navbar-nav:first-child {
		margin-left: 10px;
	}
	.menu .navbar-default .navbar-nav li {
		margin-left: -17px;
		font-size: 14px;
	}
	.menu .navbar-default .navbar-nav li a {
		font-size: 15px;
	}
	.typical_section .calender h6 {
		left: 36%;
		position: relative;
		margin-bottom: 45px;
	}
	.typical_section .calender p {
		text-align: center;
		position: relative;
		color: #d0d0d0;
		top: 0;
		font-family: 'open_sansregular';
	}
	.owl_demo .businesstable-content {
		width: 100%;
		margin: 0px;
		padding: 0px;
		height: auto;
	}
}
@media (max-width:767px) {
	body, html p {
		font-size: 13px;
	}
	.header {
		display: none;
	}
	.mobile {
		display: block;
	}
	.mobile .btn_open {
		margin-left: 15px;
		margin-top: 15px;
	}
	.mobile .social {
		float: right;
		margin-top: -15px;
	}
	.mobile .menubar img {
		margin-left: 0px !important;
	}
	.menubar {
		text-align: center;
	}
	.banner {
		min-height: auto;
		margin: 0px;
	}
	.banner .heading h1 {
		text-align: center;
		font-size: 39px;
		font-family: 'LaoUI-Bold';
	}
	.banner .heading span {
		font-size: 20px;
		right: 4%;
		top: -20px;
	}
	.banner .heading1 h2 {
		font-size: 26px;
	}
	.banner .heading2 h3 {
		font-size: 30px;
	}
	.banner .icon i {
		margin: 22px 0px 10px 0px;
	}
	.banner .icon img {
		display: none;
	}
	.banner .banner_button {
		margin-top: -30px;
	}
	.banner .banner_button a {
		font-size: 11px;
		padding: 5px 10px;
	}
	.aboutus h4 {
		font-size: 30px;
		margin: 25px 0px 25px 0px;
	}
	.aboutus .about_img img {
		width: 100%;
		margin: 20px 0px 20px 0px;
	}
	.dham_section h5 {
		font-size: 21px;
		margin: 25px 0px 30px 0px;
	}
	.dham_section .plan_img h6 {
		text-align: center;
		font-size: 14px;
		margin-left: 0;
	}
	.dham_section .side_img {
		width: 100%;
		margin: 20px 0px 0px 0px;
		height: auto;
	}
	.dham_section .side_img h4 {
		text-align: center;
		margin-left: 0;
	}
	.dham_section .side_img h5 {
		left: 15%;
	}
	.dham_section .side_img p {
		left: 15%;
		font-size: 15px;
	}
	.dham_section .side_img h6 {
		font-size: 15px;
		text-align: center;
		margin-right: 30px;
		margin-top: 20px;
	}
	.dham_section .side_img h3 {
		margin-left: 0;
		text-align: center;
		margin-top: 35px;
		font-size: 18px
	}
	.dham_section .side_bottom .btn-lg {
		margin-bottom: 15px !important;
	}
	.dham_section .plan_img img {
		height: auto;
	}
	.dham_section .side_bottom img {
		margin-top: 35px;
	}
	.dham_section .side_img .side_bottom .btn-lg, .dham_section .side_img .btn-lg {
		margin-top: 0px;
	}
	.typical_section .food p {
		margin-bottom: 20px;
	}
	.typical_section {
		min-height: 0px;
		height: auto;
		padding: 0px 0px 50px 0px;
	}
	.typical_section .calender img {
		left: 43%;
		top: -25px;
	}
	.typical_section .calender h6 {
		top: 0;
		left: 50px;
	}
	.dham_section .side_img .btn-default {
		margin-top: -22px;
	}
	.typical_section h3 {
		font-size: 25px;
		margin: 25px 0px;
	}
	.typical_section .hotel1 p {
		margin-top: 10px;
		font-size: 13px;
		line-height: 23px;
	}
	.typical_section .food p, .typical_section .budget p, .typical_section .hotel_car p {
		line-height: 23px;
	}
	.hotel1 span img {
		margin-top: -10px;
	}
	.typical_section .hotel1 span h4 {
		margin-top: 0px;
		font-size: 18px;
	}
	.budget span img {
		margin-top: -15px;
	}
	.typical_section .budget span h5 {
		top: -12px;
		font-size: 18px;
	}
	.typical_section .food span h4 {
		font-size: 18px;
		top: 10px;
	}
	.typical_section .hotel_car span h5 {
		font-size: 18px;
		top: -7px;
	}
	.typical_section .hotel_car p {
		text-align: justify;
	}
	.typical_section .calender span img {
		position: absolute;
		left: 46.5%;
		text-align: center;
	}
	.typical_section .calender span h6 {
		left: 15%;
		position: relative;
		margin-bottom: 45px;
	}
	.typical_section .calender p {
		text-align: left;
		position: relative;
		color: #d0d0d0;
		top: 40px;
		font-family: 'open_sansregular';
		line-height: 23px;
	}
	.top_things h3 {
		margin: 30px 0px 30px 0px;
	}
	.typical_section {
		margin: 0px;
	}
	.top_things h3 a {
		font-size: 25px;
	}
	.choose_section h3 {
		margin: 50px 0px;
	}
	.footer_section3 .input-group {
		margin-bottom: 20px;
	}
	.owl_demo .businesstable-content {
		width: 100%;
		margin: 0px;
		padding: 0px;
		height: auto;
	}
	.book_banner, .travel_banner, .ankgor_banner {
		margin: 0px;
	}
	.ankgor_banner {
		height: auto;
		min-height: inherit;
	}
	.ankgor_content1 h4 {
		font-size: 22px;
	}
	.ankgor_content1 h3 {
		font-size: 22px;
	}
	.ankgor_content p {
		font-size: 14px;
		line-height: 25px;
	}
	.ankgor_content1 p {
		font-size: 14px;
		line-height: 25px;
	}
	.ankgor_img img {
		width: 100%;
	}
	.ankgor_banner .heading h1 {
		font-size: 37px;
	}
	.ankgor_content h2 {
		font-size: 16px;
		margin: 25px 0px 20px 0px;
	}
	.travel_banner {
		height: auto;
		min-height: inherit;
	}
	.travel_content p:nth-last-child(n) {
		line-height: 25px;
		font-size: 14px;
		text-align: justify;
	}
	.book_banner {
		height: auto;
		min-height: inherit;
	}
	.book_banner .heading h1 {
		font-size: 36px;
	}
	.form_content img {
		width: 100%;
	}
	.mobile .social li:hover:nth-of-type(3) {
		color: #fff !important;
		background-color: #bb0000;
		border-color: #bb0000;
	}
	.mobile .social li:hover:nth-of-type(2) {
		color: #fff !important;
		background-color: #55acee;
		border-color: #55acee;
	}
	.mobile .social li:hover:nth-of-type(1) {
		color: #fff !important;
		background-color: #3b5998;
		border-color: #3b5998;
	}
	.sticky-container {
		top: 135px;
		right: -129px;
	}
	.sticky li {
		height: 30px;
	}
	.sticky li img {
		margin: 4px 4px;
	}
	.temple_of_angkor img {
		padding: 0px;
		width: 100%;
	}
	.temple_of_angkor h3 {
		text-align: center;
		padding: 0px;
	}
	.temple_of_angkor p {
		padding: 0px 10px 10px 10px;
	}
	.temple_of_angkor .p_temple h3 {
		text-align: center;
		padding: 0px;
	}
	.temple_of_angkor .p_temple p {
		padding: 10px;
	}
	.temple_of_angkor .img_temple img {
		margin: 10px 0px 0px 0px;
		width: 100%;
	}
	.temple_of_angkor .p_temple1 p {
		padding: 10px;
	}
	temple_of_angkor .p_temple2 h3 {
		padding: 0px;
		text-align: center;
	}
	.temple_of_angkor .p_temple2 p {
		padding: 10px;
	}
	.temple_of_angkor .p_temple2 h3 {
		padding: 0px;
		text-align: center;
	}
	.temple_of_angkor .img_temple2 img {
		width: 100%;
		padding: 0px;
	}
	.temple_of_angkor .p_temple3 h3 {
		padding: 0px;
		text-align: center;
	}
	.temple_of_angkor .p_temple3 p {
		padding: 10px;
	}
	.temple_of_angkor .img_temple3 img {
		padding: 0px;
		width: 100%;
	}
	.temple_of_angkor .p_temple4 h3 {
		padding: 0px;
		text-align: center;
	}
	.temple_of_angkor .p_temple4 p {
		padding: 10px;
	}
	.temple_of_angkor .img_temple4 img {
		padding: 0px;
		width: 100%;
	}
	.temple_of_angkor .img_temple5 img {
		padding: 0px;
		width: 100%;
	}
	.temple_of_angkor .p_temple5 h3 {
		padding: 0px;
		text-align: center;
	}
	.temple_of_angkor .p_temple5 p {
		padding: 10px;
	}
	.temple_of_angkor .img_temple6 img {
		padding: 0px;
		width: 100%;
	}
	.temple_of_angkor .p_temple6 h3 {
		padding: 0px;
		text-align: center;
	}
	.temple_of_angkor .p_temple6 p {
		padding: 10px;
	}
	.temple_of_angkor .img_temple7 img {
		padding: 0px;
		width: 100%;
	}
	.temple_of_angkor .p_temple7 h3 {
		padding: 0px;
		text-align: center;
	}
	.temple_of_angkor .p_temple7 p {
		padding: 10px;
	}
	.temple_of_angkor .img_temple8 img {
		padding: 0px;
		width: 100%;
	}
	.temple_of_angkor .p_temple8 h3 {
		padding: 0px;
		text-align: center;
	}
	.temple_of_angkor .p_temple8 p {
		padding: 10px;
	}
	.footer_sub .social ul {
		float: none;
		text-align: center;
	}
	.footer_sub p {
		text-align: center;
	}
	.faq_section .panel-default .panel-heading h4 a {
		font-size: 14px;
	}
	.faq_section h2 {
		margin: 0px 0px 30px 0px;
		font-size: 24px;
		text-align: center;
	}
	.travel_banner .heading h1 {
		font-size: 50px;
	}
	.error img {
		padding: 100px 0px 50px 0px;
	}
	.oops h1 {
		font-size: 21px;
	}
}
/*.location_map{position:relative;float:left;margin:20px 0px 10px 0px;padding:0px;width:100%;height:auto;}*/

.red {
	color: red;
}
.form-area {
	background-color: #FAFAFA;
	padding: 10px 40px 60px;
	margin: 0px 0px 60px;
	border: 1px solid GREY;
}
.form-area p {
	text-align: center;
	color: #808028;
	line-height: 25px;
}
.form_section .form_content3 h4 {
	color: #cc9900;
	font-size: 20px;
}
.form_section .form_content3 p {
	margin-bottom: 0px;
	line-height: 30px;
	color: #666;
	font-family: 'open_sansregular';
}
.form_section .form_content3 p a {
	text-decoration: none;
	color: #cc9900;
}
.form_section .form_content3 iframe {
	margin-top: 20px;
}
.boximg:hover {
	animation: bounce 0.82s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}
.boximg1:hover {
	animation: bounce 0.82s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}
.boximg2:hover {
	animation: bounce 0.82s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}
.circleimg {
	position: absolute;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -30px;
	top: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
}
@-webkit-keyframes circleimg {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
	}
}
@-moz-keyframes circleimg {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-30px);
	}
	60% {
		-moz-transform: translateY(-15px);
	}
}
@-o-keyframes circleimg {
	0%, 20%, 50%, 80%, 100% {
		-o-transform: translateY(0);
	}
	40% {
		-o-transform: translateY(-30px);
	}
	60% {
		-o-transform: translateY(-15px);
	}
}
@keyframes circleimg {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-30px);
	}
	60% {
		transform: translateY(-15px);
	}
}
.no-padding {
	padding: 0px !important;
}
.no-padding-left {
	padding-left: 0px !important;
}
.no-padding-right {
	padding-left: 0px !important;
}
#newsletter_form .input-group-btn {
	position: absolute !important;
	font-size: 0 !important;
	white-space: nowrap !important;
	right: 0 !important;
	top: 0!important;
}
.faq_section {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 60px 0px 40px 0px;
	padding: 0px;
}
.faq_section .panel-default .panel-heading h4 {
	color: #333 !important;
	font-family: 'open_sansregular';
	font-size: 16px;
	text-decoration: none !important;
}
.faq_section .panel-default .panel-body p {
	font-family: 'open_sansregular';
	line-height: 25px
}
.faq_section .panel-heading {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
}
.faq_section h2 {
	color: #808028;
	margin: 20px 0px 40px 20px;
}
.blog_section {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 50px 0px 50px 0px;
	padding: 0px;
}
.blog_section h2 {
	color: #808028;
	margin: 20px 0px 40px 0px;
	font-size: 26px;
}
.blog_section img {
	margin: 0px 0px 20px 0px;
	width: 100%;
}
.blog_section h4 {
	font-size: 17px;
	color: #CC9900;
}
.blog_section p {
	line-height: 28px;
	color: #666;
	font-family: 'open_sansregular';
	text-align: justify;
	margin-bottom: 20px;
}
.blog_section a {
	text-decoration: none !important;
	border: 1px solid #cc9900;
	padding: 8px 25px;
	color: #cc9900;
	font-family: 'open_sansregular';
}
.blog_section .hvr-bounce-to-right:before {
	background-color: #cc9900;
}
.blog_section .latest_post h4 a {
	color: #cc9900;
	text-decoration: none;
	border: none;
}
.latest_post p {
	line-height: 23px;
}
.latest_post p a {
	line-height: 23px;
	text-align: justify;
	text-decoration: none;
	border: none;
	color: #666;
}
.blog_section .latest_post .company {
	color: #cc9900;
	text-align: right;
}
.blog_section .secifics ul {
	list-style: none;
}
.blog_section .secifics li {
	line-height: 30px;
	font-family: 'open_sansregular';
	color: #666;
	text-align: justify;
}
.blog_section .secifics li:before {
	content: "";
	border-color: transparent #cc9900;
	border-style: solid;
	border-width: 0.45em 0 0.45em 0.45em;
	display: block;
	height: 0;
	width: 0;
	left: -1em;
	top: 20px;
	position: relative;
}
.scroll-top-wrapper {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
	background-color: #808028;
	color: #eeeeee;
	width: 40px;
	height: 40px;
	line-height: 30px;
	right: 50px;
	bottom: 30px;
	padding-top: 2px;
	border-radius: 0px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #cc9900;
}
.scroll-top-wrapper.show {
	visibility: visible;
	cursor: pointer;
	opacity: 0.9;
}
.contact_us_map {
	width: 100%;
	height: 250px;
	border: 0px;
}
.btn_open {
	font-size: 30px;
	cursor: pointer;
	color: #808028;

}



/*newsblog css*/


.site-heading h3{
    font-size : 40px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.border {
    background: #cc9901;
    height: 2px;
    width: 165px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}
/* Blog-CSS */
.blog-box {
    padding: 0 0px;
    transition: .5s;
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
    transition: all 600ms ease-in-out;
}
.blog-box:hover{
    box-shadow: 0px 7px 6px 5px rgba(0, 0, 0, 0.25);
}

.blog-box-content h4 a {
    font-size: 20px;
    padding: 0px 0 0px;
    text-transform: uppercase;
    color:#2b2b2b;
     text-decoration:none;
    
}
.blog-box-content h4:hover {
    color:#000;
     text-decoration:none;
    
}

.blog-box-content {
padding: 0 20px 20px;
}
.blog-box-text h4 a {
    color: #333;
}

.amet_two{
	    text-align: center;
    color: #808028;
    border: 1px solid #cc9901; 
    padding: 8px 25px;
    background-color: #fff;
    text-decoration: none;

    font-family: 'open_sansregular';
}

a.amet_two{
	text-decoration: none;
}
.amet_two:before{
    background-color: #cc9900 !important;

    }

    .heref {
    display: inline-block;
    margin: 50px 0px;
}

.trust ul {
    position: relative;
}

.trust ul li {
    list-style: none;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 5px;
    display: block;
    border-bottom: 4px solid #cc9901;
}

.trust ul li:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #cc9901;
    position: absolute;
    left: -24px;
    margin-top: 5px;
    transform: rotate(45deg);
}

h2.news_links {
    text-align: center;
    color: #fff;
    background-color: #cc9901;
    padding: 9px 5px;
    cursor: pointer;
    border-radius: 3px;
    border-bottom: 5px solid #1f1f1f;
}

.trust ul li a {
    text-decoration: none;
    color: #000;
    display: block;
    font-size: 12px;
}

.trust{
    display: inline-block;
    margin-bottom: 50px;
}

.title_seam {
    padding-top: 60px;
    padding-bottom: 10px;
}

img.img-responsive.ncompass {
    margin: 0 auto;
    border-radius: 5px;
    padding: 6px;
    border: 4px solid #cc9901;
    margin-bottom: 30px;
}

.about_choose{
	display: block;
	margin-bottom: 30px;
}

.title_seam h3 {
    margin: 20px;
}

.prayagari p {
    text-align: justify;
    line-height: 29px;
}
.blog-box-image img{width: 100%;height: 163px;}