
/*======================================



    font-family: 'Lato', sans-serif;

    font-family: 'Open Sans', sans-serif;

    font-family: 'Roboto', sans-serif;
	
	font-family: 'Josefin Sans', sans-serif;


========================================*/

/*===============================
	Header CSS 
========================================*/
.header{
	background-color:#1c4562;
	border-top:#2f4e71 2px solid;
}
.header .navbar-collapse{
	padding:0;
}
/* Topbar */
.header .topbar {
	background-color: #252525;
	padding: 12px 0px;
}
.header .content {
	float: left;
	font-family: 'Josefin Sans', sans-serif;
	margin:17px 0;
}
.header .content li { 
	color: #fff;
	margin-right: 10px;
	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;
	margin:14px 0;
}
.header .social li {
	display: inline-block;
	margin:10px 5px 10px 0;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	background:#CCC; 
	border-radius:50%;
}
.header .social li:last-child{
	margin-right:0px;
}
.header .social li a {
	color: #2f4e71;
}
/* Logo */
.header .logo { 
	margin: 10px 0;
	float: none;
	text-align:center;
}
 
.header .header-menu {
	background: #f6f6f6;
	z-index: 111;
}
.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: 4px;
}
.header .nav li:last-child{
	margin-right:0px;
}
.header .nav li a {
	color: #252525;
	font-size: 14px;
	text-transform: uppercase;
	padding: 15px 10px;
	display: block;
	position: relative;
	text-shadow: none;
}
.header .nav li:hover a, 
.header .nav li.active a {
	color: #2e4e70;
}
.header .nav li a i {
	margin-left: 5px;
}
.header .nav li .dropdown {
	background: #fff;
	width: 275px;
	position: absolute;
	left: 0;
	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;
}
.header .nav li .dropdown li a {
	padding: 10px 15px;
	color: #666;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	background: transparent;
}
.header .nav li .dropdown li i{
	float:right;
}
.header .nav li .dropdown li:hover a{
	color:#2e4e70;
}
.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:#2e4e70;
}
.header .button {
	position: absolute;
	top: 0;
	right: 0;
}
.header .button .btn {
	margin-top: 8px;
	color: #fff;
	border-radius: 50px;
	box-shadow:none;
	border:1px solid transparent;
}
.header .button .btn:hover{
	color:#252525;
	background:transparent;
	border-color:#e6e6e6;
}
.header .button .btn i{
	margin-right:5px;
}
/* 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:#fff;
	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{
	height: 538px;
}
.home-slider .single-slider {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 538px;
	border: none;
}
.home-slider .single-slider:before{
	opacity:0.5;
}
.home-slider .single-slider .slider-text {
	margin: 250px 0 0;
}
.home-slider .single-slider h1 {
	font-size: 40px;
	line-height: 70px;
	text-transform: capitalize;
	color: #fff; 
	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:#fff;
}
.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 
=================================*/


/*===============================
	Courses CSS
=================================*/
.services .course-slider {
	margin-top: 15px;
}
 

 
.services .single-course {
	margin-top: 10px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	margin: 5px;
	background:#1c4562;
	border-bottom:#ff7240 5px solid;
}
.services .single-course:hover{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
	background:#08283f;
}
.services .single-content {
	padding: 15px;
}
.services .course-head{
	position:relative;
	overflow:hidden;
}
.services .course-head::before {
	opacity:0;
	visibility: hidden;
	background:#252525;
	z-index: 5;
}
.services .single-course:hover .course-head:before{
	opacity:0.5;
	visibility:visible;
}
.services .course-head a {
	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: 10;
	background:#1c4562;
}

.services .single-course .btn {
	color: #fff;
	margin-top: 10px;
	padding: 12px 30px;
	background:#ff7240;
}
.services .single-course .btn:before{
	background:#d9592b;
}
.services .single-course .btn i{
	margin-left:5px;
}
.services .single-course img{
	height:100%;
	width:100%;
}
.services .single-course h4 {
	font-size: 20px;
	padding:10px;
	text-align:center;
}
.services .single-course h4 a{
	color:#fff;
}
 
.services .single-course p {
	color: #fff;
}
 
/* Slider Meta */
.services .owl-nav {
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.services:hover .owl-nav{
	opacity:1;
	visibility:visible;
}
.services .owl-carousel .owl-nav div {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	background: #666;
	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-top: -24px;
	
}
.services .owl-carousel .owl-nav div:hover{
	color:#fff;
	background:#1c4562;
}
.services .owl-carousel .owl-nav .owl-prev{
	left:-75px;
}
.services .owl-carousel .owl-nav .owl-prev:hover{
	left:-65px;
}
.services .owl-carousel .owl-nav .owl-next{
	right:-75px;
}
.services .owl-carousel .owl-nav .owl-next:hover{
	right:-65px;
}
 
/*===============================
	End Courses CSS
=================================*/ 



/*===============================
	Enroll CSS
=================================*/
.enroll-form {
	margin-top: 10px;
	text-align: left;
	background: #fff;
	border-radius: 5px;
}
.enroll-form .form-title {
	padding: 10px 10px;
	border-radius: 5px 5px 0px 0px;
	background:#ff7b4d;
}
.enroll-form .form-title h2 {
	padding: 0;
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: 300;
	color: #fff;
}
.enroll-form .form-title p {
	color: #fff;
}
.enroll-form .form {
	padding: 10px;
}
.enroll-form .form-group {
	margin-bottom: 10px;
}
.enroll-form .form-group:last-child{
	margin-bottom:0px;
}
.enroll-form .form-group label {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0px;
}
.enroll-form .form-group input {
	width: 100%;
	height: 40px;
	color: #999999;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border-bottom: 1px solid #e2e2e2;
	font-weight: 500;
	border-radius: 0px;
	padding: 0;
}
.enroll-form .form-group input:hover,
.enroll-form .form-group textarea:hover{
	padding-left:15px;
}
.enroll-form .form-group textarea {
	height: 60px;
	color: #999999;
	box-shadow: none;
	text-shadow: none;
	border: none;
	resize: none;
	border-bottom: 1px solid #e2e2e2;
	font-weight: 400;
	margin-bottom: 0px;
	padding: 0;
	border-radius: 0px;
}
.enroll-form .form-group .btn {
	width: 100%;
	background: #1c4562;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	padding: 12px 0;
	border-radius: 3px;
	border: none;
}
.enroll-form .form-group .btn:before{
	display:none;
}
.enroll-form .section-title {
	text-align: left;
	padding: 0;
}
.enroll-form .section-title h2 {
	color: #fff;
	margin-bottom: 30px;
	padding: 0;
	font-size: 32px;
}
.enroll-form .section-title h2:before,
.enroll-form .section-title h2:after{
	display:none;
}
.enroll-form .section-title p {
	color: #fff;
	padding: 0;
}
 
/*===============================
	End Enroll CSS
=================================*/


/*=============================
	About US CSS
===============================*/
.about-us {
	background: #fff;
	padding: 10px 0 20px;
}
.about-us .single-image,
.about-us .about-text{
	margin-top:30px;
}
.about-us .single-image{
	position:relative;
}
.about-us .single-image:before{
	opacity:0;
	visibility:hidden;
}
.about-us .single-image:hover:before{
	opacity:0.6;
	visibility:visible;
}
.about-us .single-image img {
	width: 100%;
}
.about-us .single-image .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: #fff;
	color: #252525;
	padding: 0;
	font-size: 26px;
	border-radius: 100%;
	margin: -35px 0 0 -35px;
	opacity:0;
	visibility:hidden;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	transform:scale(0);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.about-us .single-image:hover .btn{
	opacity:1;
	visibility:visible;
	transform:scale(1);
}
.about-us .single-image .btn:hover{
	color:#fff;
}
.about-us .about-text h2 {
	font-size:42px;
	font-weight:300;
	margin-bottom:20px;
	padding-bottom:20px;
	position:relative;
	color:#1c4562;
}
.about-us .about-text h2 span{
	color:#ff7240;
	font-weight:bold;	
}
 
.about-us .about-text h2:before{
	position:absolute;
	left:0;
	bottom:-1px;
	width:60px;
	height:2px;
	content:"";
	background:#ff7240;
}
.about-us .about-text p{
	margin-bottom:15px;
	text-align:justify;
}
.about-us .about-text p:last-child{
	margin:0;
}
.about-us .about-text .button{
	margin-top:20px;
}
.about-us .about-text .btn{
	color:#fff;
	background:#ff7240;
}
.about-us .about-text .btn:before{
	background:#d9592b;
}
.about-us .signature{
	margin-top:35px;
}
.about-us .signature .name {
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
	text-transform: uppercase;
}
.about-us .signature .name span {
	display: block;
	color: #777;
	margin-top: 5px;
	font-size: 15px;
}
/*=============================
	End About US CSS
===============================*/


/*===============================
	Tour CSS
=================================*/
.tourPackages{
	margin:0;
	padding: 15px 0 25px;
	background:#FFF;	
}
.tourPackages h1{
	margin:0 0 20px 0;
	padding:0 0 15px 0;
	font-size:40px;
	font-weight:300;
	color:#373d45;
	text-align:center;	
	line-height:25px;
	background:url(../images/tborder.png) center bottom no-repeat;	
}
.tourPackages h1 span{
	color:#ce325f;
	font-weight:bold;
}
.tourPackages small{
	margin:0;
	padding:0;
	font-size:15px;
	color: #666;	
}
.tour{
	background-image: url('../images/tour-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-attachment:scroll;
	padding:0 0 20px 0; 
}
.tour .single-feature{
	background:#fff;
	margin-top:30px;
}
.tour .feature-head{
	position:relative;
	overflow:hidden;
	border-bottom:#c4315b 2px solid;
}
.tour .feature-head .duration{
	position:absolute;
	z-index:111;
	bottom:0;
	right:0;
	background:#c4315b;
	padding:10px;
	color:#FFF;
	font-weight:300;	
}
.tour .single-feature img{
	width:100%;
	
}
.tour .single-feature img:hover{
	transform:scale(1.2) rotate(5deg);
}
.tour .single-feature h2 {
	font-size: 22px;
	margin: 5px 0;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
}
.tour .single-feature h2 a{
	color:#000;	
}
.tour .single-feature  p{
	color:#626262;	
}
.tour .single-feature .button{
	margin:0px;
}
.tour .single-feature .btn{
	color:#fff;
	background:#c4315b; 
	width:100%;
	text-transform:capitalize;
	letter-spacing:1px;
}
.tour .single-feature .btn:before{
	background:#252525; 
}
/*===============================
	End Tour CSS
=================================*/



 

/*=============================
	Teachers CSS
===============================*/
h4.card-title {
	margin: 0;
	font-family: "Open Sans";
	font-size: 1rem;
	background:#1c4562;
	color:#FFF;
}
h4.card-title a{
	color:#FFF;	
}
.card-header {
	padding: 0;
}
.card-body{
	padding:10px;	
}


.tourCat {
	padding:30px 0 45px;
}

 
.tourCat .nav-tabs {
    border-bottom: 1px solid #ddd;
}
.tourCat .nav-tabs .nav-item {
    margin:10px 0;
}
.tourCat .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
	color:#000;
	font-size:18px;
	text-transform:uppercase;
	padding:0.5rem 1.5rem;
}
.tourCat .nav-tabs .nav-link:focus, .tourCat .nav-tabs .nav-link:hover {
    border-color: transparent;
	color:#000;
}
.tourCat .nav-tabs .nav-link.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #868e96;
}
.tourCat .nav-tabs .nav-item.show .nav-link, .tourCat .nav-tabs .nav-link.active {
    background-color: #1c4562;
    border-color: #ddd #ddd #fff;
    color: #FFF;
}
 
.tourCat .team-button{
	padding-left: 20px;
	margin-top:45px;
}
.tourCat .button .btn{
	color:#fff;
}
.tourCat .button .btn:before{
	background:#252525;
}
.tourCat .button .btn:hover{
	background:transparent;
	color:#fff;
}
.tourCat .single-team {
	position: relative;
	margin-top: 0px;
}
.tourCat .row{
	margin:0px;	
}
.tourCat .col-lg-3, .tourCat .col-md-6, .tourCat .col-12{
	padding:0;	
}
.tourCat .single-team img{
	height:100%;
	width:100%;
	text-align:center; 
}
.tourCat .team-hover {
	position: absolute;
	left:10px;
	top: 10px;
	padding: 75px 20px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
	bottom:10px;
	right:10px; 
	border:#FFF 2px solid;
	background:rgba(0,0,0,.5);
}
.tourCat .single-team:hover .team-hover,
.tourCat .single-team.active .team-hover{
	transform:scale(1.0);
	opacity:1;
	visibility:visible;
}
.tourCat .team-hover h4 {
	color: #fff;
	font-size: 20px;
	letter-spacing:1px;
}
.tourCat .team-hover h4 a{
	color:#FFF;	
}
.tourCat .team-hover h4 span {
	display: block;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	margin-top: 5px;
}
.tourCat .team-hover p {
	color: #fff;
	margin: 20px 0;
}
.tourCat .team-hover .social{
	padding-bottom:42px;
}
.tourCat .team-hover .social li {
	display: inline-block;
	margin-right: 10px;
}
.tourCat .team-hover .social li:last-child{
	margin:0;
}
.tourCat .team-hover .social li a{
	color:#fff;
	font-size:14px;
}
.tourCat .team-hover .social li a:hover{
	opacity:0.6;
}
 
/*=============================
	End Teachers CSS
===============================*/

 

/*===============================
    Call To Action CSS
=================================*/
.cta{
	background:#FFF;
}
.cta .events {
	margin:0;
	padding:0;
}

 
 
/*=============================
	Events CSS
===============================*/
.events .single-event {
	margin-top: 30px;
	margin: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-align:center;
	border:#d2d2d2 1px solid;
	background:#eceded;
}
.events .single-event h4 {
	font-size: 18px;
	margin: 0;
	padding:8px 0;
	background:#1c4562;
}
.events .single-event h4 a{
	color:#fff; 
}
.events .single-event:hover h4{
	background:#ff7b4d;	
}
.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{}
.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;
}
.events .event-content {
	margin-top:5px;
	padding: 10px;
}
.events .event-content .meta{}
.events .event-content .meta span {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #e6e6e6;
	font-weight: 500;
	display: inline-block;
}
.events .event-content .meta span:last-child{
	margin:0;
	padding:0;
	border:none;
}
.events .event-content .meta span i{
	margin-right:5px;
}

.events .event-content p{}
.events .event-content .btn {
	margin-top: 20px;
	border: 2px solid;
	padding: 5px 22px;
}
.events .event-content .btn:hover{
	background:transparent;
	border-color:transparent;
	color:#fff;
}
.events .event-content .meta span i,.events .event-content .btn,.events.single .event-content h2:hover a{
	color:#ff7b4d;
}
.events .single-event .head .btn,.events .event-content .btn:before{
	background:#ff7b4d;	
}
/* Event Nav */
.events .owl-nav {
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.events:hover .owl-nav{
	opacity:1;
	visibility:visible;
}
.events .owl-carousel .owl-nav div {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	background: #666;
	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-top: -24px;
}
.events .owl-carousel .owl-nav div:hover{
	color:#fff;
}
.events .owl-carousel .owl-nav .owl-prev{
	left:-75px;
}
.events .owl-carousel .owl-nav .owl-prev:hover{
	left:-65px;
}
.events .owl-carousel .owl-nav .owl-next{
	right:-75px;
}
.events .owl-carousel .owl-nav .owl-next:hover{
	right:-65px;
}

.cta .trip{
	text-align:center;	
}
/*=============================
	End Call To Action CSS
===============================*/

/*=============================
	Testimonials CSS
===============================*/
.testimonials {
	background-image:url('../images/testimonial-bg.jpg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
} 
.testimonials .single-testimonial {
	text-align: left;
	background: rgba(28,69,98,.9);
	padding: 30px;
	position: relative;
	margin-top: 37px;
	margin-bottom: 20px;
	box-shadow: inherit;
}
.testimonials .single-testimonial img{
	position:absolute;
	left:50%;
	margin-left:-37px;
	top:-37px;
	height:80px;
	width:80px;
	border-radius:100%;
	border:5px solid #fff;
	-webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.12);
	-moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.12);
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.12);
}
.testimonials .single-testimonial:hover img{
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	transform:rotate(360deg);
	border:5px solid #fff;
}
.testimonials .single-testimonial p {
	font-size: 15px;
	position: relative;
	z-index: 4;
	color:#FFF;
	text-align: left;
}
.testimonials .main-content {
	position: relative;
	z-index: 4;
	margin: 35px 0;
}
.testimonials .main-content:before,
.testimonials .main-content:after{
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 32px;
	z-index: -4;
}
.testimonials .main-content::before {
	left: 0;
	top: -33px;
	color:#FFF;
	content: "\f10d";
}
.testimonials .main-content::after {
	right: 0;
	bottom: -33px;
	content: "\f10e";
	color:#FFF;
}
.testimonials .single-testimonial h4 {
	font-weight: 700;
	font-size: 20px;
	color:#FFF;
	position: relative;
	margin-bottom: 15px;
}
.testimonials .owl-nav{
	top:50%;
	margin-top:-20px;
    position:absolute;
    width: 100%;
}
.testimonials .owl-carousel .owl-nav div {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	margin-top: -24px;
	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%;
}
.testimonials .owl-carousel .owl-nav div:hover{
	background:#fff;
}
.testimonials .owl-carousel .owl-nav .owl-prev{
	left:-75px;
}
.testimonials .owl-carousel .owl-nav .owl-next{
	right:-75px;
}
.testimonials.no-bg{
	background:#f6f6f6;
}
.testimonials.no-bg:before{
	display:none;
}
.testimonials.no-bg .single-testimonial img{
	box-shadow:none;
}
/*=============================
	End Testimonials CSS
===============================*/
  

/*=============================
	Blogs CSS
===============================*/
.blog {
	background: #fff;
}
.blog h1{
	margin:0 0 20px 0;
	padding:0 0 15px 0;
	font-size:40px;
	font-weight:300;
	color:#373d45;
	text-align:center;	
	line-height:25px;
	background:url(../images/tborder.png) center bottom no-repeat;	
}
.blog h1 span{
	color:#ce325f;
	font-weight:bold;
}
.blog small{
	margin:0;
	padding:0;
	font-size:15px;
	color: #666;	
}
.blog .blog-slider{
	margin-top: 10px;
}
.blog .single-blog {
	position: relative;
	margin: 30px 0 0;
	background: #fff;
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.12);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.12);
	margin:5px;
}
.blog .blog-head{
	overflow:hidden;
}
.blog .blog-head:before{
	z-index:35;
	opacity:0;
	visibility:hidden;
}
.blog .single-blog:hover .blog-head:before{
	opacity:0.5;
	visibility:visible;
}
.blog .single-blog img{
	width:100%;
}
.blog .single-blog:hover img{
	transform:scale(1.2) rotate(5deg);
}
.blog .blog-head .date {
	position: absolute;
	left: 12px;
	top: 12px;
	text-align: center;
	border-radius: 100%;
	width: 70px;
	height: 70px;
	line-height: 70px;
	z-index: 33;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	opacity:0;
	visibility:hidden;
	z-index:36;
	background:#ce325f;
}
.blog .single-blog:hover .date{
	transform: scale(1);
	opacity:1;
	visibility:visible
}
.blog .blog-head .date h4 {
	font-size: 25px;
	font-weight: 300;
	color: #fff;
	padding-top: 10px;
}
.blog .blog-head .date h4 span {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	display: block;
}
.blog .blog-main {
	margin-top: 50px;
	background: #f6f6f6;
	position: relative;
}
.blog .blog-content {
	padding: 20px;
}
.blog .blog-content .blog-title {
	font-size: 18px;
	margin-bottom: 5px;
}
.blog .blog-content .blog-title a{
	color:#252525;
}
.blog .blog-content .btn {
	color: #fff;
	margin-top: 20px;
	padding: 12px 30px;
	background:#ce325f;
}
.blog .blog-content .btn:before{
	background:#252525;
}
.blog .blog-content .btn i{
	margin-left:5px;
}
.blog .blog-info{
	margin-bottom:5px;
}
.blog .blog-info a {
	color: #777;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #e7e7e7;
	font-weight: 500;
}
.blog .blog-info a:last-child{
	border-right:0px;
	margin-right:0px;
	padding-right:0px;
}
.blog .blog-info a i {
	margin-right: 5px;
	text-align: center;
	border-radius: 100%;
	font-size: 13px;
}
.blog .owl-nav{
width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.blog:hover .owl-nav{
	opacity:1;
	visibility:visible;
}
.blog .owl-carousel .owl-nav div {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	background: #666;
	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-top: -24px;
}
.blog .owl-carousel .owl-nav div:hover{
	color:#fff;
}
.blog .owl-carousel .owl-nav .owl-prev{
	left:-75px;
}
.blog .owl-carousel .owl-nav .owl-prev:hover{
	left:-65px;
}
.blog .owl-carousel .owl-nav .owl-next{
	right:-75px;
}
.blog .owl-carousel .owl-nav .owl-next:hover{
	right:-65px;
}
.blog .owl-dots{
	margin-top:50px;
}
.blog .owl-dots .owl-dot{
	margin-right:5px;
}
.blog .owl-dots .owl-dot:last-child{
	margin-right:0px;
}
.blog .owl-dots .owl-dot span{
	width: 12px;
	height: 12px;
	line-height: 12px;
	margin:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.blog .owl-dots .owl-dot.active span {
	border-color: transparent;
	width: 30px;
	height: 12px;
}
.blog .owl-carousel .owl-nav div:hover, .blog .owl-dots .owl-dot span, .blog .owl-dots .owl-dot.active span{
	background:#ce325f;
}
 
/*=============================
	End Blogs CSS
===============================*/

 
 

/*=============================
	Footer CSS
===============================*/
.footer {
	background-image:url(../images/footer-bg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	padding: 0;
	margin-top:15px;
}
.footer::before {
	opacity: 0.9;  
}
.footer a,
.footer p{
	color:#eee;
	font-weight:400;
}
.footer .footer-top {
	padding: 30px 0 45px;
	background:rgba(0,0,0,0.9);
	 
}
.footer .single-widget{
	margin-top:30px;
}
.footer .single-widget h3 {
	font-size: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px; 
	letter-spacing:1px;
	color: #ff7240;
	position: relative;
	
}
.footer .single-widget h3:before{
	position:absolute;
	bottom:-1px;
	left:0;
	content:"";
	width:50px;
	height:2px;
	background:#ff7240 none repeat scroll 0 0;
}
.footer .about p {
	margin-top: 20px;
}
.footer .list{
	margin-top:20px;
}
.footer .list li {
	line-height: 30px;
	color: #fff;
	margin:5px 0;
}
.footer .list li a{
	color:#fff;
}
.footer .list li i {
	margin-right: 10px;
	background:#ffffff;
	color: rgba(0, 0, 0, 0.6);
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	border-radius:3px;
}
.footer .useful-links ul li {
	position: relative;
	line-height: 28px;
	float:left;
	width:49%;
	margin-right:1%;
}
.footer .useful-links ul li a {
	color: #fff;
	font-size: 15px;
}
.footer .useful-links ul li i{
	margin-right:10px;
}
.footer .single-news {
	position: relative;
	padding-left: 65px;
	margin-bottom: 15px;
}
.footer .single-news:last-child{
	margin:0;
}
.footer .single-news img {
	width: 55px;
	height: 55px;
	position: absolute;
	left: 0;
	border-radius: 50px;
	top: 10px;
}
.footer .single-news h4 a {
	color: #fff;
	font-size: 15px;
}
.footer .single-news p{
	padding-right:50px;
}
.footer .newsletter .title{
	font-size:26px;
	font-weight:600;
	color:#fff;
}
.footer .newsletter .form{
	position:relative;
	margin-top:20px;
}
.footer .newsletter .form input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #2c2c2c;
	box-shadow: none;
	text-shadow: none;
	border: none;
	padding: 0px 50px 0px 20px;
	font-size: 16px;
	border-radius: 0px;
}
.footer .newsletter .button {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 50px;
	color: #fff;
	box-shadow: none;
	font-size: 20px;
	text-shadow: none;
	border: none;
	border-radius: 0px;
	border-left:1px solid transparent;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.footer .newsletter .button:hover{
	background:#fff;
	border-left-color:#e7e7e7;
	color:#252525;
}
.footer .footer-bottom{
	background:#1c4562;	
}
.footer .bottom-head {
	padding: 10px 0; 
}
.footer .social {
	text-align: center;
}
.footer .social li {
	display: inline-block;
	margin-right: 8px;
	margin-top: 10px;
}
.footer .social li:last-child{
	margin:0;
}
.footer .social li a {
	display: block;
	height: 34px;
	width: 34px;
	line-height: 37px;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	margin: 0;
	padding: 0;
	border-radius: 100%;
	color: #fff;
}
.footer .social li a:hover{
	background:#fff;
	color:#ff7240;
}

.footer .flink {
	text-align: center;
}
.footer .flink li {
	display: inline-block;
	margin-right: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.footer .flink li:last-child{
	margin:0;
}
.footer .flink li a {
	display: block; 
	line-height: 37px; 
	text-align: center;
	margin: 0;
	padding: 0;
	font-size:16px;
	border-radius: 100%;
	color: #fff;
}
.footer .flink li a:hover{ 
	color:#ce325f;
}
.footer .copyright {
	text-align: center; 
	 
}
.footer .copyright h5 {
	font-size: 15px;
	color: #fff;
	text-transform: capitalize;
}
.footer .copyright a:hover{
	color:#fff;
}
/*=============================
	End Footer CSS
===============================*/




















.catTitle h2, .tourBox h2 {
    font-family: "Roboto Condensed",sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.innerBanner, .innerBanner img {
    margin: 0;
    padding: 0;
}
.innerBanner img {
    width: 100%;
}

.btn-brm {
    background-color: #003f84;
    border-color: #01336a;
    color: #fff;
}
.btn-brm:hover {
    background-color: #01336a;
    color: #fff;
}
.breadcrumb{background:#F3F3F3; padding:10px;}


.breadcrumb > li + li {
    color: #000;
}

.breadcrumb > li + li::before {
    color: #ccc;
    content: "/ ";
    padding: 0 5px;
}
.breadcrumb > .active {
    color: #777;
}
.breadcrumb > li a {
    color: #000 !important;
    font-size: 13px;
    padding: 0 5px;
}
.inner {
    border: 1px solid #f2f2f2;
    margin: 15px 0;
    padding: 10px;
}
.catTitle {
    border-bottom: 1px dotted #ccc;
    margin: 0 0 10px;
    padding: 0 0 5px;
}
.tourBox, .tourtxt {
    border: 1px solid #e5e5e5;
    position: relative;
}
.catTitle h2 {
    color: #003f84;
    line-height: 34px;
    margin: 0;
    padding: 0;
}
.inner h3 {
    color: #003f84;
    line-height: 34px;
    margin: 10px 0 15px;
    padding: 0;
}
.inner p, .inner ul li {
    line-height: 24px;
    padding: 0;
}
.inner p {
    margin: 5px 0;
    text-align: justify;
}
.inner p a, .inner p span, .inner p strong {
    color: #ea6c10;
    margin: 0 0 10px;
}
.tourBox h2, .tourBox h2 a {
    color: #e66027;
}
.inner ul {
    list-style: outside none disc;
    margin: 0 0 0 8px;
    padding: 0;
}
.inner ul li {
    margin: 0 0 0 10px;
}
.tourpart {
    margin: 15px 0;
    padding: 0;
}
.tourpart .row {
    margin-left: -5px;
    margin-right: -5px;
}
.tourpart .col-sm-6 {
    padding-left: 5px;
    padding-right: 5px;
}
.tourBox {
    margin: 5px 0;
    padding: 5px 10px;
}
.tourBox h2 {
    line-height: 30px;
    margin: 0;
    padding: 0;
}
.tourBox h2 a:hover {
    color: #4cae4c;
}
.tourBox h6 {
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 7px;
    padding: 4px;
}
.tourtxt {
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.tourtxt .day_night {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    color: #000;
    overflow: hidden;
    padding: 14px 16px;
    position: absolute;
    right: -12%;
    text-align: center;
    top: 12%;
    transform: rotate(45deg);
    width: 275px;
    z-index: 0;
}
.tourTrans {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    margin: 0;
    padding: 15px;
    position: absolute;
    width: 100%;
    z-index: 888;
}
.carBox ul li, .carCat ul li, .featurelists ol li, .featurelists ul li {
    vertical-align: top;
    width: 46%;
}
.tourhighlight {
    margin: 5px 0;
    padding: 0;
}
.tourhighlight ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.tourhighlight ul li {
    color: #fff;
    display: inline-block;
    font-size: 10px;
    margin: 0 3px;
    padding: 0;
    text-align: center;
}
.inner .bottom_contact {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    display: table;
    margin: 0;
}
.carBox p span, .carBox ul li, .carCat ul li, .featurelists ol li, .featurelists ul li, .tinhigh ul li {
    display: inline-block;
}
.bottom_contact legend {
    background: #363534 none repeat scroll 0 0;
    border-bottom: 5px solid #757372;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 12px 19px;
}
.pform-badawala {
    background: #fff none repeat scroll 0 0;
    border-radius: 8px;
    margin: 10px;
    padding: 15px;
}
.tinhigh, .tour-bt {
    border: 1px solid #ccc;
}
.carBox, .carCat h4 {
    background: #ededed none repeat scroll 0 0;
}
.tour-bt {
    margin: 10px 0;
    padding: 8px;
}
.tour-bt .row {
    margin-left: -8px;
    margin-right: -8px;
}
.tour-bt .col-sm-5, .tour-bt .col-sm-7 {
    padding-left: 8px;
    padding-right: 8px;
}
.tour-slide {
    margin: 0;
    padding: 0;
}
.tour-fd {
    margin: 10px 0;
    padding: 0;
}
.tour-fd .row {
    margin-left: -8px;
    margin-right: -8px;
}
.tour-fd .col-sm-4, .tour-fd .col-sm-8 {
    padding-left: 8px;
    padding-right: 8px;
}
.tinhigh {
    border-radius: 5px;
    margin: 0 0 10px;
    padding: 5px;
}
.carBox p, .carCat h4 {
    border-bottom: 1px solid #dedede;
}
.tinhigh ul {
    margin: 0;
    padding: 0;
}
.tinhigh ul li {
    font-size: 11px;
    margin: 0 3px;
    padding: 0;
    text-align: center;
}
.carpart {
    margin: 10px 0;
    padding: 0;
}
.carCat {
    border: 1px solid #dedede;
    margin: 15px 0;
    padding: 0;
}
.carCat h4 {
    border-top: 1px solid #dedede;
    margin: 0 0 10px;
    padding: 10px 6px;
    text-transform: uppercase;
	font-size: 18px;
	font-weight:normal;
}
.carCat ul {
    margin: 0;
    padding: 0;
}
.carCat ul li {
    font-size: 14px;
    line-height: 20px;
    margin: 3px;
    padding: 2px 10px;
}
.carCat a {
    color: #1e1e1e;
}
.cbPart {
    margin: 15px 0;
    padding: 0;
}
.carBox {
    margin: 15px 0;
    padding: 12px;
}
.carBox h4 {
    color: #e66027;
    font-size: 14px;
    font-weight: 700;
    margin: 8px 0;
    padding: 0;
    text-transform: uppercase;
}
.carBox p {
    font-size: 12px;
    margin: 5px 0;
    padding: 0;
}
.carBox p span {
    background: #e66027 none repeat scroll 0 0;
    color: #fff;
    padding: 0 6px;
}
.carBox ul li {
    background: rgba(0, 0, 0, 0) url("../images/ic_car_rentals.png") no-repeat scroll 0 0;
    font-size: 13px;
    margin: 3px 2% 0 0;
    padding: 0 0 0 33px;
}
.carBox ul li.ic_passenger {
    background-position: 0 0;
}
.carBox ul li.ic_luggage {
    background-position: 0 -40px;
}
.carBox ul li.ic_ac {
    background-position: 0 -81px;
}
.carBox ul li.ic_fuel {
    background-position: 0 -120px;
}
.carBox ul li.ic_gps {
    background-position: 0 -161px;
}
.carBox ul li.ic_airbag {
    background-position: 0 -201px;
}
.cdPart {
    margin: 10px 0;
    padding: 0;
}
.featurelists, .featurelists ul {
    margin: 0;
    padding: 0;
}
.featurelists ul li {
    background: #f0f0f0 url("../images/ic_car_rentals.png") no-repeat scroll 0 0;
    font-size: 12px;
    margin: 3px 2% 0 0;
    padding: 4px 4px 4px 33px;
}
.featurelists ul li.ic_passenger {
    background-position: 0 0;
}
.featurelists ul li.ic_luggage {
    background-position: 0 -40px;
}
.featurelists ul li.ic_ac {
    background-position: 0 -81px;
}
.featurelists ul li.ic_fuel {
    background-position: 0 -120px;
}
.featurelists ul li.ic_gps {
    background-position: 0 -161px;
}
.featurelists ul li.ic_airbag {
    background-position: 0 -201px;
}
.featurelists ul li.ic_heater {
    background-position: 0 -241px;
}
.featurelists ol {
    border-top: 1px solid #ededed;
    font-size: 12px;
    list-style: outside none none;
    margin: 20px 0 0;
    padding: 20px 0;
}
.featurelists ol li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 3px 2% 0 0;
    padding: 3px;
}
.desti-pic {
    margin: 0;
    padding: 0;
}
.desti-pic .row {
    margin-left: -5px;
    margin-right: -5px;
}
.desti-pic .col-sm-3 {
    padding-left: 5px;
    padding-right: 5px;
}
.destiBox {
    border: 1px solid #a9a9a9;
    margin: 5px 0;
    padding: 0;
}
.destiBox img {
    margin: 0;
    padding: 4px;
}
.destiBox img:hover {
    background: #999 none repeat scroll 0 0;
}
.how_to_reach {
    margin: 16px 0;
}
.how_to_reach fieldset {
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 4px 4px 0 #ccc;
    margin: 0 0 10px;
    padding: 0 2%;
    width: 99%;
}
.how_to_reach legend, .tour_guide legend {
    background: #333232 none repeat scroll 0 0;
    text-align: center;
    width: auto;
}
.how_to_reach legend {
    border-bottom: 3px solid #ccc;
    border-top-left-radius: 0;
    border-top-right-radius: 1px;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    margin: -12px 33px 0;
    padding: 7px 28px;
}
.how_to_reach ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.how_to_reach ul li {
    border-bottom: 1px solid #ccc;
    display: block;
    margin: 0;
    min-height: 80px;
    padding: 10px;
}
.how_to_reach ul li:last-child {
    border-bottom: 0 solid #ccc;
}
.how_to_reach ul li img {
    display: inline-block;
    float: left;
    margin: 0 14px 12px 0;
}
.how_to_reach ul li strong {
    color: #ed7f49;
    font-size: 18px;
    font-weight: 400;
    margin-right: 7px;
}
.tour_guide {
    margin: 16px 0;
}
.tour_guide fieldset {
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 4px 4px 0 #ccc;
    margin: 0 0 38px;
    padding: 0 2%;
}
.tour_guide legend {
    border-bottom: 3px solid #ccc;
    border-top-left-radius: 0;
    border-top-right-radius: 1px;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    margin: -12px 33px 0;
    padding: 7px 28px;
}
.tour_guide ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.tour_guide ul li {
    display: block;
    line-height: 124%;
    margin: 0;
    padding: 7px 0;
    width: 100%;
}
.tour_guide ul li label {
    color: #ed7f49;
    display: inline-block;
    float: left;
    margin: 0;
    width: 30%;
}
.ptvisit_itinerary ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.ptvisit_itinerary ul li {
    border-bottom: 1px solid #ccc;
    display: block;
    line-height: 24px;
    margin: 0;
    padding: 14px 0;
    width: 100%;
}
.ptvisit_itinerary ul li > div {
    display: table-cell;
    vertical-align: top;
}
.ptvisit_itinerary ul li > div:first-child {
    max-width: 204px;
    padding-right: 14px;
    width: 30%;
}
.ptvisit_itinerary ul li img {
    border: 1px solid #ccc;
    max-width: 100%;
    padding: 7px;
}
.ptvisit_itinerary ul li h3 {
    color: #eb7136;
    font-size: 18px;
    margin: 0;
    padding: 0;
    text-transform: none;
}
.ctitle, .ctitle h5 {
    font-size: 20px !important;
}
.ptvisit_itinerary ul li p {
    margin: 6px 0;
}
.ctitle {
    border-bottom: 1px solid #ccc;
    color: #dc2128;
    font-family: "Varela Round",sans-serif;
    margin: 0;
    padding: 0;
    position: relative;
}
.ctitle::after, .ctitle::before {
    content: "";
    display: inline-block;
    position: absolute;
}
.ccon {
    margin: 20px 0 30px;
    padding: 0;
}
.ccon h6, .ctitle h5 {
    padding: 0 0 5px 5px;
}
.ctitle h5 {
    margin: 0;
}
.ccon h6 {
    font-size: 16px !important;
    line-height: 30px;
}
.ccon h6 a{ color:#000;}
.ctitle::before {
    bottom: -4px;
    height: 10px;
    left: 20px;
    width: 75px;
}
.ctitle::after {
    background-color: #393939;
    bottom: -2px;
    height: 3px;
    left: 0;
    width: 20%;
}
.emailthis {
    color: #000;
    cursor: pointer;
    float: right;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    padding-top: 13px;
    text-transform: none;
}
.cantquite {
    margin: 0;
    padding: 0;
    text-align: center;
}
.cantquite h2 {
    font-size: 24px;
}
.cantquite p {
    line-height: 24px;
    margin: 0;
    padding: 0;
}
.testiboxs {
    border: 1px solid #2a416e;
    box-shadow: 0 0 10px #ccc;
    margin: 10px 0;
    padding: 10px;
}
.testiboxs img {
    border: 4px double #999;
    float: left;
    margin: 0 10px 10px 0;
    padding: 0;
}
.testiboxs h2 {
    color: #2a416e;
    font-size: 18px;
    margin: 0;
    padding: 0;
}
.testiboxs h2 small {
    color: red;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.testiboxs p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    text-align: justify;
}
.service, .service-left {
    font-family: "Open Sans",sans-serif;
    margin: 15px 0;
}
.tcont, .thankupage, .thankupage h2 {
    text-align: center;
}
.service {
    background: #fff none repeat scroll 0 0;
}
.service-img {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 5px #ccc;
    float: left;
    padding: 5px;
}
.serviceevent-img {
    overflow: hidden;
    position: relative;
}
.serviceep-img {
    float: left;
    width: 50%;
}
.service-description {
    background: #fff none repeat scroll 0 0;
    float: left;
    min-height: 218px;
    padding: 15px 15px 0;
    position: relative;
    width: 50%;
    z-index: 111111;
}
.service-description h4 {
    border-bottom: 1px solid #e9e9e9;
    color: #3c3c3c;
    padding-bottom: 5px;
}
.service-description h4 a {
    color: #3c3c3c;
    font-family: Roboto,sans-serif;
    font-size: 14px;
}
.tLinks a, .tbooking span, .tcont, .thankupage {
    font-family: "Open Sans",sans-serif;
}
.service-description h3 {
    margin-top: 10px;
}
.service-description h3 a {
    background: #fc3000 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
}
.service-description p {
    color: #3c3c3c;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    margin-top: 10px;
}
.galPics .col-sm-3 {
    padding: 1px;
}
.thankupage {
    background: #fff none repeat scroll 0 0;
    margin: 0 20px;
    padding: 15px 0;
}
.thankupage h2 {
    color: #6d4b1d;
    font-size: 48px;
    font-weight: 700;
    margin: 20px 0;
    padding: 0;
}
.tbooking, .tcont {
    margin: 20px 0 0;
    padding: 0;
}
.btn-white, .tbooking span, .tcont {
    font-style: italic;
    font-weight: 300;
}
.tbooking {
    font-size: 18px;
}
.tbooking span {
    color: #3bb54a;
    font-size: 26px;
}
.btn-white {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #5e6265 !important;
    border-radius: 25px !important;
    color: #5e6265;
    font-size: 16px !important;
}
.btn-white:hover {
    background-color: #5e6265;
    color: #fff !important;
}
.tcont {
    font-size: 16px;
    line-height: 24px;
}
.tcont a {
    color: #d50000;
    margin: 0;
    padding: 0;
}
.tLinks {
    margin: 0 auto;
    padding: 15px 20px;
    width: 480px;
}
.tLinks a {
    display: block;
    padding: 10px;
    text-transform: uppercase;
}
.tLinks a.bgGrey:hover {
    background: #7b76b3 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    color: #fff;
}
.tLinks a.bgBlue:hover {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #7b76b3;
    color: #585858;
}
.orSrv {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #ffffff inset;
    margin: 10px 0;
    padding: 5px;
    text-align: center;
}
.orSrv i {
    color: #fff;
    font-size: 36px;
    margin: 0;
    padding: 0;
}
.orSrv h3 {
    color: #ff5a60;
    font-size: 16px;
    margin: 10px 0 0;
    padding: 0;
    text-transform: uppercase;
}
.orSrv p {
    color: #2e2e2e;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}
.thankupage {
    background: #fff none repeat scroll 0 0;
    margin: 0 20px;
    padding: 15px 0;
}
.thankupage h2 {
    font-size: 48px;
    font-weight: 700;
    margin: 20px 0;
    padding: 0;
}
.grTour {
    border: 1px solid #dedede;
    margin: 15px 0;
    padding: 0;
}
.grTour a {
    color: #1e1e1e;
}
.grTour h4 {
    background: #ededed none repeat scroll 0 0;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    font-size: 15px;
    margin: 0 0 10px;
    min-height: 53px;
    padding: 10px 6px;
    text-align: center;
}
.srvBox {
    border: 1px solid #dedede;
    margin: 15px 0;
    padding: 0;
}
.srvBox a {
    color: #1e1e1e;
}
.srvBox h4 {
    background: #ededed none repeat scroll 0 0;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    font-size: 18px;
    margin: 0 0 10px;
    min-height: 50px;
    padding: 10px 6px;
    text-align: center;
}
.offer-box {
    margin: 15px 0;
    transition: all 0.4s ease 0s;
}
.offer-img {
    background: white none repeat scroll 0 0;
    border: 1px solid #e6e7e8;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.offer-box:hover .offer-img img {
    transform: scale(1.15);
    transition: all 0.4s ease 0s;
}
.offer-title {
    background: #faa61a none repeat scroll 0 0;
    color: #1e1e1e;
    padding: 10px 20px 12px;
}
.offer-info h3 {
    font-size: 18px;
    font-weight: 600;
    margin-right: 8px;
    position: relative;
}




.tourpart {
	padding:30px 0 45px;
}

 
.tourpart .nav-tabs {
    border-bottom: 1px solid #ddd;
}
.tourpart .nav-tabs .nav-item {
    margin:10px 0;
}
.tourpart .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
	color:#000;
}
.tourpart .nav-tabs .nav-link:focus, .tourpart .nav-tabs .nav-link:hover {
    border-color: transparent;
	color:#000;
}
.tourpart .nav-tabs .nav-link.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #868e96;
}
.tourpart .nav-tabs .nav-item.show .nav-link, .tourpart .nav-tabs .nav-link.active {
    background-color: #1c4562;
    border-color: #ddd #ddd #fff;
    color: #FFF;
}

.btn-orange {
    background: #ff7240 none repeat scroll 0 0 !important;
    color: #fff;
}
.btn-orange:hover {
    background-color: #fd4200 !important;
    color: #fff !important;
}
.btn-black {
    background: #141414 none repeat scroll 0 0 !important;
    color: #fff;
}
.btn-black:hover {
    background-color: #000000 !important;
    color: #fff !important;
}
#CDSWIDSSP{width:100% !important;}