@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Rajdhani:300,400,700|Roboto:300,400,700&amp;display=swap');
/* =====================================    

    font-family: 'Rajdhani', sans-serif  ;

    font-family: 'Open Sans', sans-serif ;

    font-family: 'Roboto', sans-serif ;
========================================*/

body{
	 
}
.btn-blue {
    background: #193880 !important; 
    color: #fff; 
}
.btn-blue:hover {
    background-color: #0c204d !important;
    color: #FFF !important;
}

.btn-dangert {
    background: #FFF !important; 
    color: #000;
	border:#910101 1px solid; 
}
.btn-dangert:hover {
    background-color: #910101 !important;
    color: #FFF !important;
	border:#910101 1px solid;
}
.img-fullwidth{
	width:100%;		
}
 
/*===============================
	Header CSS 
=================================*/
.header{
	background-color:#fff; 
}
/* Topbar */
.header .topbar {
	background-color: #FAC81E;
	padding: 8px 0px;
}
.header .content {
	 text-align:right;
}
.header .content li {
	display: inline-block;
	color: #000;
	font-family: 'Raleway', sans-serif;
	margin-right: 15px;
	font-weight:500;
}
.header .content li:last-child{
	margin-right: 0px;
	padding-right:0px;
	border-right:0px;
}
.header .content li i {
	margin-right: 5px;
}
.header .content li a {
	color: #fff;
}
.header .social{
	float:right;
	color:#FFF;
}
.header .social li {
	display: inline-block;
	margin: 0;
	font-size:14px;
	margin-right:10px;
}
.header .social li:last-child{
	margin-right:0px;
}
.header .social li a {
	color: #fff;
}
.header .social li i{
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:#FAC81E;
	border-radius:50%;
}
.header .navbar-collapse{
	padding:0;
} 
/* Logo */
.header .logo {
	float: left;
	margin:14px 0;
}
.header .header-widget {
	float: right;
	padding: 30px 0;
}
.header .single-widget {
	position: relative;
	display: inline-block;
	padding-left: 60px;
	margin-right: 20px;
	font-family: 'Lato', sans-serif;
}
.header .single-widget:last-child {
	margin-right: 0px;
	border-right: 0px;
	padding-right: 0px;
}
.header .single-widget i {
	position: absolute;
	text-align: center;
	font-size: 18px;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;   
	border-radius:50%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}
.header .single-widget:hover i{
	border-color:transparent;
}
.header .single-widget h4 {
	font-weight: 500;
	font-size: 16px;
}
.header .single-widget h4 span {
	color: #666;
	font-weight: 400;
	display: block;
	margin-top: 5px;
	font-size: 15px;
}
.header .single-widget h4 a{
	color:#000;
} 
.hsocial{
	margin:0;
	padding:0;	
}
.hsocial ul{
	margin:0;
	padding:0;	
}
.hsocial ul li{
	margin:0;
	padding:0;
	display:inline-block;	
}
.hsocial ul li a{
	color:#FFF !important;	
}
.hsocial ul li i {
	position: relative !important;
	text-align: center;
	font-size: 18px; 
	width: 40px;
	height: 40px;
	line-height: 40px;  
	border:#FAC81E 1px solid;
	background:#FAC81E;
	border-radius:50%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color:#fff;
}
.header .header-menu { 
	z-index: 3333;
	margin:  0;
	background:#FAC81E; 
}
.header .navbar {
	background: none;
	box-shadow: none;
	border: none;
	position: relative;
	padding: 0;
}
.navbar-nav {
	display: block;
}
.header .nav li {
	float: left;
	position: relative;
	margin-right: 2px; 
}
.header .nav li:last-child{
	margin-right:0px; 
}
.header .nav li a {
	color: #000;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;  
	padding: 10px 10px;
	display: block; 
	position: relative; 
	text-shadow: none;
}
.header .nav li:hover a, 
.header .nav li.active a {
	color: #fff;
	background:#000;
}
.header .nav li a i {
	margin-left: 5px;
}
.header .nav li .dropdown {
	background: #fff;
	width: 250px;
	position: absolute;
	left: 0;
	list-style:none;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	transform:scale(0.5);
	-webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.header .nav li:hover .dropdown{
	transform:scale(1.0);
	opacity:1;
	visibility:visible;
}
.header .nav li .dropdown li{
	float:none;
	margin:0;
	border:none;
}
.header .nav li .dropdown li a {
	padding: 10px 15px;
	color: #252525;
	display: block;
	font-weight: 300;
	text-transform: capitalize;
	background: transparent;
}
.header .nav li .dropdown li i{
	float:right;

}
.header .nav li .dropdown li:hover a{
	color:#252525;
}
.header .nav li .dropdown.submenu{
	left:100%;
	top:0;
	opacity:0;
	visibility:hidden;
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	transform:scale(0.5);
}
.header .nav li .dropdown li:hover .dropdown.submenu{
	opacity:1;
	visibility:visible;
	transform:scale(1.0);
}
.header .nav li .dropdown li .dropdown.submenu li a {
	color: #777;
	background: transparent;
}
.header .nav li .dropdown li .dropdown.submenu li:hover a{
	color:#252525;
} 
 
/* Header Sticky */
.header.sticky .header-menu{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	background:#FAC81E ;
	z-index:999;
	transition:all 0.4s ease;
	animation: fadeInDown 1s both 0.2s;
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.30);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.30);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.30);
}
/*===============================
	End Header CSS 
=================================*/	 

/*===============================
	Slider CSS 
=================================*/
.home-slider{ 
}
.home-slider .single-slider {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat; 
	border: none;
}
.home-slider .single-slider:before{
	opacity:0.1;
}
.home-slider .single-slider .slider-text {
	margin: 255px 0 0;
}
.home-slider .single-slider h1 {
	font-size: 55px;
	line-height: 70px;
	text-transform: capitalize;
	color: #fff;
	font-weight: 800;
	margin-bottom: 20px;
}
.home-slider .single-slider p {
	font-size: 16px;
	color: #ccc;
	padding-right: 100px;
}
.home-slider .single-slider .text-center p {
	font-size: 16px;
	color: #ccc;
	padding:0 100px;
}
.home-slider .single-slider .text-right p {
	font-size: 16px;
	color: #ccc;
	padding:0 0 0 100px;
}
.home-slider .single-slider .button{
	margin-top:50px;
}
.home-slider .single-slider .btn {
	margin-right: 15px;
	color: #252525;
	background: #fff;
	position: relative;
	z-index: 3;
	text-transform: uppercase;
	border-radius: 50px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.home-slider .single-slider .btn:hover{
	background:transparent;
	color:#fff;
}
.home-slider .single-slider .btn.primary{
	color:#fff;
}
.home-slider .single-slider .btn.primary:before{
	background:#fff;
}
.home-slider .single-slider .btn.primary:hover{
	color:#252525;
	background:transparent;
}
.home-slider .single-slider .btn:last-child{
	margin-right:0px;
}
/* Slider Meta */
.home-slider .owl-carousel .owl-nav div {
	height: 55px;
	width: 55px;
	line-height: 55px;
	top: 50%;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	margin: -30px 0 0 0;
}
.home-slider .owl-carousel .owl-nav div:hover{
	background:#016fd6;
}
.home-slider .owl-carousel .owl-nav .owl-prev{
	left:15px;
}
.home-slider .owl-carousel .owl-nav .owl-prev:hover{
	left:25px;
}
.home-slider .owl-carousel .owl-nav .owl-next{
	right:15px;
}
.home-slider .owl-carousel .owl-nav .owl-next:hover{
	right:25px;
}

/* Slider Animation */
.home-slider .owl-item.active .slider-text h1{
	animation: fadeInUp 1s both 0.8s;
}
.home-slider .owl-item.active .slider-text p{
	animation: fadeInUp 1s  both 1s;
}
.home-slider .owl-item.active .slider-text .button{
	animation: fadeInUp 1s  both 1.2s;
}
/*===============================
	End Slider CSS 
=================================*/

 
/*=============================
	About US CSS
===============================*/
.about-us { 
	padding: 30px 0 60px;
	background:#FAC81E; 
} 
.about-us .enroll-form { 
	text-align: left;
	background: #eaeaea; 
	padding: 0;
	border:#730003 1px solid;
}
.about-us .enroll-form h2{
	margin:0;
	padding: 10px;
	color:#FFF;
	font-size:18px;
	background:#000;
}
 
.about-us  form {
	padding: 15px;
}
.about-us .form-group {
	margin-bottom: 20px;
}  
.about-us .form-group input {
	width: 100%;
	height: 40px;
	color: #000;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border-bottom: 1px solid #e2e2e2;
	font-weight: 500;
	border-radius: 0px;
	padding: 0 0 0  10px;
}
.about-us .form-group input:hover,
.about-us .form-group textarea:hover{
	padding-left:15px;
}
.about-us .form-group textarea {
	height: 80px;
	color: #000;
	box-shadow: none;
	text-shadow: none;
	border: none;
	resize: none;
	border-bottom: 1px solid #e2e2e2;
	font-weight: 400;
	margin-bottom: 0px;
	padding: 0 0 0 10px;
	border-radius: 0px;
}
.about-us .form-group .btn {
	width: 100%;
	background: #e7cb7c;
	color: #000;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	padding: 18px 0;
	border-radius: 3px;
	border: none;
}
.about-us .form-group .btn:before{
	display:none;
}  
 
.about-us .about-text h3 {
	font-size:30px; 
	margin-bottom:15px;
	padding-bottom:15px; 
	position:relative;  
	letter-spacing:2px;
	text-transform:uppercase;
	color:#fff;
	background:url(../images/wel-border.jpg) left bottom no-repeat; 
} 
  
.about-us .about-text p{
	margin-bottom:15px; 
	line-height:30px; 
	font-size:16px;
	text-align:justify;
	color:#fff;
}
.about-us .about-text p:last-child{
	margin:0;
}
.about-us .about-text .button{
	margin-top:15px;
}
.about-us .about-text .btn{
	color:#fff;
	background:#000; 
}
.about-us .about-text .btn:before{
	background:#000;
} 
/*=============================
	End About US CSS
===============================*/
 
.we-offer{
	padding:30px 0;
	background:#fff; 
	font-family: 'Montserrat', sans-serif;
}
.we-offer h2 {
	font-size:30px; 
	margin-bottom:15px;
	padding-bottom:15px; 
	position:relative; 
	text-align:center;
	font-weight:bold;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#000;
	background:url(../images/kali-patti.jpg) center bottom no-repeat; 
}
.we-offer h2 span{
	color:#FAC81E; 
}
.weBox{
	margin:15px 0;
	padding:0;
	text-align:center;	
}
.weBox h4{
	background:#000;
	color:#FFF;
	padding:8px 0;
	font-size:16px;
}

.services{
	padding:30px 0;
	background:#fff; 
	font-family: 'Montserrat', sans-serif;	
}
.services h2 {
	font-size:30px; 
	margin-bottom:15px;
	padding-bottom:15px; 
	position:relative; 
	text-align:center;
	font-weight:bold;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#000;
	background:url(../images/kali-patti.jpg) center bottom no-repeat; 
}
.services h2 span{
	color:#FAC81E; 
}
.serMain{
	margin:25px 0;
	padding:0;	
}
.serMain h3{
	margin:10px 0;
	padding:0 0 15px 0;
	font-size:24px;
	text-transform:uppercase;
	color:#000;	
	background:url(../images/border.jpg) left bottom no-repeat;	
}
.serMain h3 span{
	color:#FAC81E;	
}
.serMain-img{
	border:#FAC81E 9px solid;	
}
.tcatBox{
	margin: 15px 0;
	padding:0px;
	text-align:center;
	border:#ebebea 1px solid; 
}
.tcatBox h4{
	margin:0;
	padding:5px 0 ;
	color:#484747;
	font-size:16px;
	line-height:30px;
	
}

.why-choose{
	background:#FAC81E;
	margin:0;
	padding:30px 0; 	
}
.why-choose h2{
	font-size:30px; 
	margin-bottom:15px;
	padding-bottom:15px; 
	position:relative;  
	font-weight:bold;
	letter-spacing:2px; 
	color:#fff;
	background:url(../images/wel-border.jpg) left bottom no-repeat;	
}
.why-box {
	padding-top: 30px;
	text-align: left;
}

.why-box .why-box-icon {
	width: 60px;
	height: 60px;
	margin: 5px auto; 
	background: #fff;   
    font-size: 22px;
    color: #FAC81E;
    line-height: 60px;
    text-align: center; 
    -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
}

.why-box h3 {
	margin-top: 0;
	padding: 0 0  0px 0;
	color:#fff;
	font-size:24px;
	font-family: 'Rajdhani', sans-serif  ;
} 
.why-box h3 a{
	color:#fff;
}
.why-box p{
	color:#fff;
	margin:0;
	padding:0;	
}
/*=============================
	start testimonial CSS
===============================*/
 
/*=============================
	Footer CSS
===============================*/
.footer {
	background: url('../images/footer-bg.jpg');
	background-position: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 10px 0  0 0;
	font-family: 'Rubik', sans-serif;
}
.footer::before {
	opacity: 0.9;
}
.footer a,
.footer p{
	color:#fff;
	font-weight:400;
}
.footer .fadd{
	padding:  0; 	
}
.footer .fadd p{
	margin:12px 0;	
}


.footer .footer-top {
	padding: 20px 0 ;
}
.footer .foonav{
	border-top:#434343 1px solid;
	border-bottom:#434343 1px solid;
	padding:10px 0;
	margin-top:15px; 	
}
.footer .foonav ul{
	margin:0;
	padding:0;
	text-align:center;	
}
.footer .foonav ul li{
	display:inline-block;
	text-transform:uppercase;
	margin:5px 10px;	
}

.footer .single-widget{
	margin-top:30px;
}
.footer .single-widget h2 {
	font-size: 22px;
	margin-bottom: 20px;
	padding-bottom: 16px;
	color: #fff; 
	font-weight:bold;
	letter-spacing:1px;
	position: relative;
}
.footer .single-widget h2:before{
	position:absolute;
	bottom:-1px;
	left:0;
	content:"";
	width:50px;
	height:2px;
	background:#fff;
}
.footer .about p {
	margin-top: 20px;
	color:#4a4a4a;
}
.footer .list{
	margin-top:20px;
}
.footer .list ul{
	list-style:none;	
}
.footer .list li {
	line-height: 30px;
	color: #4a4a4a; 
}
.footer .list li a{
	color:#4a4a4a;
}
.footer .list li i {
	margin-right: 15px;
	color:#FFF;
}
.footer .useful-links ul{
	list-style:none;	
}
.footer .useful-links ul li {
	position: relative;
	line-height: 36px;
	width:49%;
	float:left;
	
}
.footer .useful-links ul li a {
	color: #fff;
	font-size: 15px;
}
.footer .useful-links ul li a:hover{
	color:#fff;	
}
.footer .useful-links ul li i{
	margin-right:10px;
}
 
.footer .bottom-head {
	padding:8px 0; 
	background:#0e0e0e; 
}
.footer .social { 
	 
}
.footer .social li {
	display: inline-block;
	margin-right: 5px;
}
.footer .social li:last-child{
	margin:0;
}
.footer .social li a {
	display: block;
	height: 45px;
	width: 45px;
	line-height:45px;
	background:#FAC81E;
	text-align: center;
	margin: 0;
	padding: 0;
	border-radius: 100%;
	color: #fff;
}
.footer .social li a:hover{
	background:#000;
}
.footer .copyright {
	text-align: center; 
}
.footer .copyright p {
	font-size: 15px;
	color: #a6a6a6;
	line-height:34px;
	text-transform: capitalize;
}
.footer .copyright a{
	color:#a6a6a6;
}
/*=============================
	End Footer CSS
===============================*/
 

	
	.inner{
		margin:15px 0;
		padding:0;
		color:#000;	
	}
	.inner p{
		margin:0;
		padding:0;
		line-height:26px;
		text-align:justify;	
	}
	.inner p span{
		color:#FAC81E;
		font-size:18px;
	}
	.inner ul{
		margin:0;
		padding:0; 	
	}
	.inner ul li{
		margin:0 0 0 20px;
		padding:0;		
	}
	
h2.sidebarTitle { 
    font-size: 16px;
	color:#FFF;
	padding:0px 0px 0px 10px;
    font-weight: normal;
    line-height: 40px;
    margin-bottom: 5px; 
	background:#000 ;
}
div.widget_nav_menu ul {
    list-style-type: none;
    margin: 0px 0px 20px 0px;
    padding: 0;
}
div.widget_nav_menu ul li{
	margin:0;
	padding:0;	
}
div.widget_nav_menu a {
    background-color: #FAC81E ;
    color: #FFF;
    display: block; 
	font-size:14px;
    margin-bottom: 2px;
    padding: 12px 10px;
}

div.widget_nav_menu a:hover{
    background-color: #e77918;
    color: #FFF !important;
    text-decoration: none !important;
}
.pageRight{margin:0px; padding:10px;   min-height:300px; border:#600000 1px dashed;    }
h1.pageContentTitle{   
    border-bottom: 1px solid #0d204a;
    color: #585858;
    font-size: 22px;
    margin-bottom: 15px;
    padding:0px 0px 5px 0;
    text-align: left;
}
.inner .table th a {
	color:#FFF; 
}
.inner .table a:hover{
	color:#FAC81E;	
}
.inner .table td a, .inner p a{
	color:#FAC81E;	
}
.strip_all_tour_list {
    margin-bottom: 30px;
    background-color: #fff;
	display: block;
	padding:5px;
	color:#777;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}
.ribbon_3{position:absolute;left:10px;top:-5px;z-index:1;overflow:hidden;width:75px;height:75px;text-align:right}
.ribbon_3 span{font-size:10px;font-weight:700;color:#FFF;text-align:center;line-height:20px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);width:100px;display:block;background:#79a70a;background:linear-gradient(#9bc90d 0,#79a70a 100%);box-shadow:0 3px 10px -5px rgba(0,0,0,1);text-shadow:1px 1px 2px rgba(0,0,0,.25);position:absolute;top:19px;left:-21px}
.ribbon_3 span::after,.ribbon_3 span::before{content:"";position:absolute;top:100%;z-index:-1;border-bottom:3px solid transparent;border-top:3px solid #638908}
.ribbon_3 span::before{left:0;border-left:3px solid #638908;border-right:3px solid transparent}
.ribbon_3 span::after{right:0;border-left:3px solid transparent;border-right:3px solid #638908}
.ribbon_3.popular span::after,.ribbon_3.popular span::before{border-bottom:3px solid transparent;border-top:3px solid #a3362a}
.ribbon_3.popular span{background:linear-gradient(#FAC81E 0,#cb4335 100%)}
.ribbon_3.popular span::before{border-left:3px solid #a3362a;border-right:3px solid transparent}
.ribbon_3.popular span::after{border-left:3px solid transparent;border-right:3px solid #a3362a} 
.img_list{overflow:hidden; position:relative}
.img_list img{ } 
.img_list a:hover img{-webkit-transform:scale(1);transform:scale(1)}
.img_list .short_info{padding:5px;text-align:left;min-height:38px}

.tour_list_desc {
    padding: 10px 20px 0 0;
    border-right: 1px solid  #ededed; 
    line-height: 18px;
    margin: 20px 0;
}
.tour_list_desc h4 {
    font-size: 24px;
    line-height: 26px;
    margin-top: 0;
	color:#434b55;
    margin-bottom: 10px;
	text-transform:uppercase;
}
.tour_list_desc p {
    font-size: 16px;
    line-height:30px;
}
.tour_list_desc ul li{
	margin:5px 0;
	line-height:35px;
	list-style:none;	
}
.tour_list_desc ul li i{
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 5px;
	border: 1px solid #ccc;
	margin-right:5px;
}
.price_list {
    display: table;
    height: 150px;
    font-size: 20px;
    color:#FAC81E;
    width: 100%;
	padding-top:25px;
    margin-left: -15px;
}
.price_list div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.price_list p {
    margin: 20px;
	text-align:center !important;
}
.btn_1, a.btn_1 {
    border: 0;
    font-family: inherit;
    color:  #fff;
	background: #FAC81E;
    cursor: pointer;
    padding: 7px 20px;
    display: inline-block;
    outline: 0;
    font-size: 12px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
}


/*=============================
	Events CSS
===============================*/
.events .single-event {
	margin:15px 0; 
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background:#239bf1  ;
}
.events .single-event h6{
	margin:0;
	padding:5px;
	color:#fff; 
	text-align:center;
	font-size:16px;	
}
.events .single-event:hover {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.events .single-event .head{
	position:relative;
}
.events .single-event .head img{border:#239bf1  2px solid; }
.events .single-event .head .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	line-height: 50px;
	padding: 0;
	margin: -25px 0 0 -25px;
	color: #fff;
	transition: ;
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	transform: scale(3);
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	z-index:35;
}
.events .single-event:hover .head .btn{
	transform:scale(1);
	opacity:1;
	visibility:visible
}
.events .single-event .head .btn:hover{
	background:#fff;
	color:#252525;
}
.events .single-event .head.overlay:before{
	opacity:0;
	visibility:hidden;
	z-index:34;
}
.events .single-event:hover .head.overlay:before{
	opacity:0.5;
	visibility:visible;
} 
/*=============================
	End Events CSS
===============================*/
.table th{
	background:#b90030 ;
	color:#FFF;	
}
.table td{
	background:#cecece ;	
}
.table-bordered td, .table-bordered th {
    border: 5px solid #e9ecef !important;
}


.category{
	background:#f9f9f9;
	padding:15px;
	margin-bottom:25px;	
	border-radius: 6px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}
.category img{
	border-radius:5px;	
}
.category h2{
	margin:0 0 5px 0;
	padding:5px 10px;
	font-size:20px;
	border-radius:5px 5px 0 0 ;
	background: #FAC81E;
	color:#FFF; 
} 

.category h4{
	margin:0 0 5px 0;
	padding:0;
	font-size:16px;
	color: #444;
	line-height:26px;	
}
.category ul{
	list-style:none !important;
	margin:0;
	padding:0;	
}
.category ul li{
	margin:5px 0;
	line-height:35px;	
}
.category ul li i{
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 5px;
border: 1px solid #ccc;
margin-right:5px;
}
.category p{
	font-size:16px;
	line-height:26px;
	margin:10px 0;	
}
.category p a{
	color:#a33a52;	
}

.contact .contact-bottom {
    margin-top: 30px;
}
.contact .contact-info {
    margin-top: 30px;
    padding-left: 100px;
    position: relative;
    text-align: left;
}
.contact .contact-info .icon {
    left: 0;
    position: absolute;
}
.contact .contact-info .icon i {
    border: 1px solid #000;
    border-radius: 100%;
    font-size: 25px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}
.contact .contact-info h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px;
}
.contact .contact-info a {
    color: #000;
}
.contact .contact-info p {
    color: #000;
    font-size: 15px;
}
.contact .contact-map {
    margin-top:  0px;
}
.contact .contact-map #map {
    height: 466px;
}
.contact .contact-head {
    overflow: hidden;
}
.contact .form-head {
    margin-top: 30px;
}
.contact .form-head .form-group:last-child {
    margin: 0;
}
.contact .form-head .form-group input {
    border: 1px solid #eeeeee;
    box-shadow: none;
    color: #666666;
    font-size: 15px;
    height: 50px;
    padding-left: 15px;
    text-shadow: none;
    width: 100%;
}
.contact .form-head .form-group input:hover, .contact .form-head .form-group textarea:hover {
    padding-left: 25px;
}
.contact .form-head .form-group textarea {
    border: 1px solid #eeeeee;
    box-shadow: none;
    color: #666666;
    font-size: 15px;
    height: 192px;
    padding-left: 15px;
    padding-top: 18px;
    resize: none;
    text-shadow: none;
    width: 100%;
}
.contact .form-head .form-group .button {
    margin-top: 20px;
}
.contact .form-head .form-group button {
    color: #fff;
    transition: all 0.3s ease 0s;
	background:#b9002f;
}
.contact .form-head .form-group button::before {
    background: #252525 none repeat scroll 0 0;
}
.contact .form-head .form-group button:hover {
    background: transparent none repeat scroll 0 0;
} 

.contact-info {
    margin-top: 30px;
    padding-left: 100px;
    position: relative;
    text-align: left;
}
.contact-info .icon {
    left: 0;
    position: absolute;
}
.contact-info .icon i {
    border: 1px solid #000;
    border-radius: 100%;
    font-size: 25px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}
.contact-info h3 {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 5px;
}
.contact-info a {
    color: #000;
}
.contact-info p {
    color: #000;
    font-size: 15px;
}

.fairBox{
	margin:15px 0;
	padding:10px 0 ;
	border-bottom:#333 1px dashed;	
}
.fairBox h3{
	margin:10px 0;
	padding:0;
	font-size:22px;
	color:#FAC81E;	
}
.fairBox h4{
	font-size:18px;	
}

 
.best{
	padding:30px 0;
	background:#dcdcd1; 
	font-family: 'Montserrat', sans-serif;
}
.best h2 {
	font-size:30px; 
	margin-bottom:15px;
	padding-bottom:15px; 
	position:relative; 
	text-align:center;
	font-weight:bold;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#000;
	background:url(../images/kali-patti.jpg) center bottom no-repeat; 
}
.best h2 span{
	color:#FAC81E; 
} 
.bestBox{
	margin:15px 0;
	padding:0;
	text-align:center;	
}
.bestBox img{ 
	border:#cccccc 1px solid;
}

.testimonial{
    margin: 0 20px 40px;
}
.testimonial .testimonial-content{
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #e1e1e1;
    position: relative;
}
.testimonial .testimonial-content:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}
.testimonial-content .testimonial-icon{
    width: 50px;
    height: 45px;
    background: #FAC81E ;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}
.testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid #FAC81E ;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}
.testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: #000;
    line-height: 23px;
    margin: 0;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #ff4242;
}