body{
	font-size:16px;
	color:#000;
	font-family: 'Roboto', sans-serif;
}
h1{
	font-size:60px;
}
h2{
	font-size:50px;
}
h3{
	font-size:40px;
}
h4{
	font-size:30px;
}
h5{
	font-size:25px;
}
h6{
	font-size:20px;
}
p{
	line-height:30px;
}
li{
	line-height:30px;
}
a{
	color:#000;
}
a:hover{
	text-decoration:none;
}
.head{
	padding:15px 0px;
}
.free-ticket{
	text-align:center;
}
.free-ticket h5{
	color:#FF0E00;
	text-transform: uppercase;
	font-size:26px;
	font-weight: 700;
    line-height: 38px;
    margin: 0;
}
.banner{
	position:relative;
}
.mailid {
	padding: 0;
}
.mailid p{
	font-size:19px;
	font-weight:500;
	padding-left:25px;
}
.mailid p img{
	padding-right: 10px;
}
.banner .floating{
	padding: 0px 40px;
	position: absolute;
	right:2%;
	top: 15%;

}
.system-banner{
	display:block;
}
.mobile-banner{
	display:none;
}
.formpage{
	border:5px solid #F06314;
	border-radius: 10px;
	
}
.formpage h5{
    text-align: center;
    /* background-color: #F06314; */
    color:#fff;
    margin: 0;
    padding: 10px;
    font-size: 30px;
    font-weight: 700;
    border-radius: 5px 5px 0px 0px;
    position:relative;
}
/* .formpage h5:after {
	content:'';
	position: absolute;
	bottom: -23px;
    left: 50px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 25px solid #F06314;
} */
.formpage form{
	padding: 30px 30px 50px;
	margin:0;
	background-color: #fff;
}
.formpage input{
	width:100%;
	padding: 7px;
    margin-bottom: 17px;
}
.formpage input:focus{
   border:1px solid #F06712;
    box-shadow:0px 0px 0px;
    outline: 0;
    padding: 8px;
}
.formpage input:last-child{
	margin:0;
}
.formpage input::placeholder{
	color:#A3A3A3;
}
.formpage .btn-submit{
	float: right;
    background-color: #F36922;
    border: 0;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 18px;
}
.scrolling{
    background-color:#F06314;
    color: #fff;
    padding: 10px 0;
    
}
.topmargin{
	margin-top:50px;
}
.about-us p{
	text-align:justify;
}
.align-items-center
{
	display: flex;
	align-items: center;
	align-self: center;
}
.all-header h3{
	text-align: left;
	color:#eb3b09;
	position: relative;
	margin-bottom: 30px;
	margin-top: 0px;
}
.all-header h3:after{
	content: '';
    position: absolute;
    bottom: -8px;
    left: 0%;
    width: 100px;
    height: 2px;
    background-color: #E84700;
}
.tour-packages{
	border: 1px solid #E5E4E4;
	border-radius: 5px 5px 0px 0px;
}

.tour-packages ul.nav-pills{
	width:100%;
}
.tour-packages ul.nav-pills li{
	width:50%;
	text-align: center;
}
.tour-packages ul.nav-pills li a{
	color:#fff;
	background-color:#eb3b09;
}
.tour-packages ul.nav-pills li.active a{
	background-color:#110e24bf;
}
.tour-packages ul.nav-pills li:nth-child(1) a {
    border-radius: 0px 40px 40px 0px;
}
.tour-packages ul.nav-pills li:nth-child(2) a{
	border-radius: 40px 0px 0px 40px;
}

.tour-packages .nav-pills>li+li{
	margin:0px;
}
.alltour {
    padding: 20px 15px;
    background-color: #fff;
    margin-top: 20px;
}
.alltour p{
	text-align:justify;
}

h6.day {
    font-weight: 600;
    font-size: 16px;
    /* text-decoration: underline; */
    color: #ffffff;
    text-transform: uppercase;
    background-color: #eb3b09;
    width: 20%;
    padding: 5px;
}

h6.qtip {
    font-weight: 600;
    font-size: 16px;
    /* text-decoration: underline; */
    color: #ffffff;
    text-transform: uppercase;
    background-color: #494758;
    width:35%;
    padding: 5px;
}
.stylechange{
	padding: 5px 0px;
}
.list-text{
	padding: 0px;
	text-align: justify;
}
.list-text li{
	margin-bottom: 5px;
	font-size: 15px;
}
#more {display: none;}

.top-images h6{
text-align: center;
color:#2d63a1;
position: relative;
margin-bottom: 20px;
}
.top-images h6:after{
	content: '';
    position: absolute;
    bottom: -8px;
    left: 30%;
    width: 130px;
    height: 2px;
    background-color:#000000;
}
.strip-img{
	padding: 20px 0px;
}
.touramt{
	width:100%;
	display:table;
	border-top: 1px solid #B7B7B7;
/* 	border-bottom: 1px solid #B7B7B7; */
	margin: 20px 0px;
    padding: 9px 0px;
}
.touramt h5 {
    font-size: 16px;
    background-color: #eb3b09;
    padding: 10px;
    color: #fff;
    border-radius:5px 20px ;
}

.touramt div{
	display: table-cell;
	
	vertical-align: middle;
}
.btn-enquiry{
	border: 0;
    background-color: #1d183d;
    color: #fff;
    padding: 10px 15px;
    border-radius: 20px 5px;
     float: right;
     margin-right: 10px;
     font-weight: 600;
}
.btn-enquiry a{
    color:white;
	font-size:14px;
}

.row {
	display: flex;
	flex-wrap: wrap;
  }
  .row [class*='col-md-4'] {
	display: flex;
	flex-direction: column;
  }
.btn-enquiry a:hover{
    text-decoration:none;
    color:inherit;
}
.touramt h5 i{
	margin-right:5px;
}
.carousel-backg{
	background: url("../../img/slider/slide1.jpg") ;
   background-position: top center;
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;

}

.carousel-backg:before {
	content: "";
	position: absolute;
	left: 0; right: 0;
	top: 0; bottom: 0;
	background: rgba(0,0,0,.5);
	z-index: 1030;
  }

.carousel-backg h3{
text-align: center;
color:#FDC308;
text-transform: uppercase;
font-weight:600;
}

.carousel-backg .item{
	color: #fff;
    top: 0;
  
}
.carousel-backg .carousel-inner .item p {
    font-weight: 500;
    font-size: 14px;
    text-transform: none;
    line-height: 35px;
    text-align: center;
    padding: 30px 25px;
    color: #000;
}
.carousel-backg .carousel-inner  h6{
	float: right;
	color: #FDC307;
	font-weight:600;
}
.carousel-backg .carousel-inner{
	  width: 100%;
  margin: 0 auto;
  background-color: #ededed;
  padding: 15px;
}

.carousel-control.left {
    left: 50px;
}

.carousel-control.right {
    left: 100px;
}

.fa-chevron-left:before {
    content: "\f053";
    background-color: #ef3e3e;
    padding: 5px 7px;
    border-radius: 50%;
    /* width: 100%; */
}

.fa-chevron-right:before {
   
    background-color: #ef3e3e;
    padding: 5px 7px;
    border-radius: 50%;
    /* width: 100%; */
}
.carousel-backg .carousel-control.left,.carousel-backg .carousel-control.right{
	background-image: inherit;
}
.carousel-backg .carousel-control{
	width:0;
	top:85%;
	opacity:1;
}
.btn-review{
	border: 0;
    background-color: #FDC307;
    color: #000;
    padding: 10px 25px;
    border-radius: 9px;
     margin-right: 10px;
     font-weight: 600;
}
.more-reviews{
	text-align: center;
	padding-top: 30px
}

.footer{
	background-image:url(../../img/footer_bg.jpg);
	background-size: cover;
}
.footer-text{
	padding: 30px 0px;
	color:#fff;
}
.footer-text a{
    color:#fff;
        font-size: 15px;
    line-height: 24px;
}
.footer-text h5{
	position:relative;
	color:#FDC307;
	text-transform: uppercase;
	font-size: 20px;
}
.footer-text h5:after{
	content: '';
    position: absolute;
    bottom: -13px;
    left: 0%;
    width: 80px;
    height: 2px;
    background-color:#FDC307;
}

.alltour ul{
	padding:0px;
}
.footer-text ul{
	padding:25px 25px 0px;
	list-style-type: none;
	color:#fff;
}
.footer-text ul li{
	font-size:18px;
}
.footer-text img{
	padding: 25px 0px;
}
.location{
color: #fff;
    padding: 10px 0px 0px 0px;
    font-size: 15px;
    line-height: 24px;
}
.footer-first li{
position:relative;
font-size:24px;
font-weight:600;
}
.footer-first li:nth-child(1):before{
	position:absolute;
	content:"\f095";
	font-family:FontAwesome;
	left: -27px;

}
.footer-first li:nth-child(2):before{
	position:absolute;
	content:"\f232";
	font-family:FontAwesome;
	left: -27px;
}
.footer-second li{
position:relative;
}
.footer-second li:before{
	position:absolute;
	content:"\f052";
	font-family:FontAwesome;
	left: -27px;
	font-size: 19px;
    color: #FDC307;
}
.footer-second li a{
    color:#fff;
}
.footer-second li a:hover{
    color: #FDC307;
    text-decoration:none;
}
.footer-bottom{
    background-color:#1A1818;
}
.footer-bottom p{
    color:#fff;
    margin-bottom:0px;
    padding:5px 0px;
}
.footer-bottom .develop p a{
    color:#F5A102;
    padding-left:5px;
}
.footer-bottom .develop p a:hover{
    text-decoration:none;
}
#more-day1-first{
	display:none;
}
#more-day1-second{
	display:none;
}
#more-day2-first{
	display:none;
}
#more-day2-second{
	display:none;
}
#more-day3-first{
	display:none;
}
#more-day3-second{
	display:none;
}

#more-day4-first{
	display:none;
}
#more-day4-second{
	display:none;
}
#more-day5-first{
	display:none;
}
#more-day5-second{
	display:none;
}
#more-day6-first{
	display:none;
}
#more-day6-second{
	display:none;
}
#more-day7-first{
	display:none;
}
#more-day7-second{
	display:none;
}
#more-day8-first{
	display:none;
}
#more-day8-second{
	display:none;
}
#more-day9-first{
	display:none;
}
#more-day9-second{
	display:none;
}
#more-day10-first{
	display:none;
}
#more-day10-second{
	display:none;
}
#more-day11-first{
	display:none;
}
#more-day11-second{
	display:none;
}
#more-day12-first{
	display:none;
}
#more-day12-second{
	display:none;
}
#more-day13-first{
	display:none;
}
#more-day13-second{
	display:none;
}
#more-day14-first{
	display:none;
}
#more-day14-second{
	display:none;
}
#more-day15-first{
	display:none;
}
#more-day15-second{
	display:none;
}
#more-day16-first{
	display:none;
}
#more-day16-second{
	display:none;
}
#more-day17-first{
	display:none;
}
#more-day17-second{
	display:none;
}
#more-day18-first{
	display:none;
}
#more-day18-second{
	display:none;
}
#more-day19-first{
	display:none;
}
#more-day19-second{
	display:none;
}
#more-day20-first{
	display:none;
}
#more-day20-second{
	display:none;
}
#more-day21-first{
	display:none;
}
#more-day21-second{
	display:none;
}
#more-day22-first{
	display:none;
}
#more-day22-second{
	display:none;
}
#more-day23-first{
	display:none;
}
#more-day23-second{
	display:none;
}
#more-day24-first{
	display:none;
}
#more-day24-second{
	display:none;
}
#more-day25-first{
	display:none;
}
#more-day25-second{
	display:none;
}
#more-day26-first{
	display:none;
}
#more-day26-second{
	display:none;
}
#more-day27-first{
	display:none;
}
#more-day27-second{
	display:none;
}

.btn-read{
	text-align: right;
}
.btn-read button {
    border: 0;
    background-color: inherit;
    color: #ffffff;
    
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    background-color: #000;
    padding: 2px 10px;
    border-radius: 20px;
}
.btn-read button:hover {
  
    border-radius: 0px;
}

.btn-read span
{
color: #fffc5c;
}

button.btn-enquiry:hover
{
	transform: scale(1.04);
	color:#fff;
	background-color: #eb3b09;
	border-radius: 5px 20px;
}

button.btn-enquiry a
{
	color:#fff;
}
.btn-read button:focus{
	outline:0;
}
.alltour p{
	font-size:13px;
}
.last-point{
	margin-bottom: 0px;
}
.package-point{
	margin-bottom: 20px;
}
.packageimg{
        transition: transform .2s linear;
}
/* .packageimg:hover{
    transform: scale(1.04);
} */
.blinking{
	animation:blinkingText 0.8s infinite;
}
@keyframes blinkingText{
	0%{		color: #FF0E00;	}
	50%{	color: blue;	}
	100%{	color: #FF0E00;	}
}
.scrollup{
    border-radius: 50%;
    height: 40px;
    width: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: fixed;
    bottom: 65px;
    right: 30px;
    cursor: pointer;
    display: none;
    z-index: 2;
    background:#F06712;
}
.scrollup i{
        line-height: 35px;
}
.phone{
    display:none;
}
.footer-first li a{
    color:#fff;
}
.footer-first li a:focus{
    text-decoration:none;
}
/*.zEWidget-launcher{*/
/*    left:0;*/
/*}*/
/*responsive*/
@media(max-width:767px){
    .phone{
    display:block;
}
.computer{
    display:none;
}
	.banner .floating{
		position: inherit;
		padding-top: 30px;
	}
	.top-images img{
		margin:0 auto;
	}
	.carousel-backg .carousel-inner .item p{
		font-size:14px;
	}
	.mobile-border{
	    margin-top: 50px;
	    border:1px solid #b5b1b1;
	    border-bottom:0px;
		
			background-color: #4affde59 !important;
			padding: 10px !important;
			border-radius: 20px !important;
		}
	.touramt{
	    margin:0px;
	}
	.touramt h5 {
	    padding-left: 10px;
    }
    .firstdaymobile{
        margin-top:0px;
    }
	.tourgallery img{
       margin:0 auto;
       padding-top:20px;
	}
	.alltour p{
	    text-align:left;
	}
	.logo img{
		width:60%;
		margin: 0 auto;
	}
	.free-ticket h5{
		font-size:21px;
		padding-top:5px;
	}
	.mailid p{
		font-size:15px;
		padding-left:0px;
      	text-align: center
	}
	.carousel-backg{
		padding:20px 0px 30px 0px;
	}
	.more-reviews{
		padding-top: 10px;
	}
	.system-banner{
		display:none;
	}
	.mobile-banner{
	display:block;
	    margin-top: -30px;
	}
	.topmargin{
	margin-top:30px;
    }
    .all-header h3{
    font-size:30px;
    }
   .footer-bottom p{
    text-align:center;   
   }
   .footer-text{
	padding: 10px 0px;
   }
   .about-us p{
	font-size:12px;
    }
}
@media(max-width:480px){
	.all-header h3:after{
		left:38%;
	}
	.top-images h6:after{
		left: 33%;
	}
}
@media (max-width: 390px){
    .touramt h5{
        font-size:15px;
    }
}
@media (max-width: 360px){
	.mailid p{
		padding-left:0px;
      	text-align: center;
	}
	.tour-packages ul.nav-pills li a{
		padding:5px;
	}

}
@media (max-width: 340px){
	.tour-packages ul.nav-pills li a{
		padding:0px;
	}

}


.mySlides {display: none;}
/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
}
/* Fading animation */
.fade {
  opacity: 1;
  animation-name: fade ;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


header {
  background-color: #00b6e3;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}

header h1 {
  font-size: 2.5em;
  font-weight: 500;
  letter-spacing: 1px;
}

nav {
	background-color: #eb3b09;
    box-shadow: 0 3px 10px rgba(204, 204, 204, 0.5);
    position: sticky;
    top: 0;
    transition: background-color 250ms linear;
    width: 100%;
    z-index: 999;
    padding: 10px;
}

.is-fixed { /* JS will apply this for IE11 / Edge 15 */
  position: fixed;
}

nav ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  line-height: 50px;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav a {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 25px;
  display: block;
  transition: all 150ms linear;
}

nav a:hover, nav a:focus {
    background-color: #00b013;
    color: snow;
    border-radius: 5px;
    padding: 5px 25px;
}

nav li:active {
    background-color: #00b013;
    color: snow;
 
}

@media (max-width:600px)
{
	nav{
	display: none;
	}
	nav a:hover, nav a:focus {
		background-color: #00b013;
		color: snow;
		border-radius: 5px;
		padding: 5px 25px;
	}
	  
	ul.list-items {
		display: block !important;
		justify-content: flex-end;
		padding: 10px 0;
		text-align: center;
		
	}
	
	ul.list-items li>a
	{
		text-align: center;
		font-size: 14px;
	}
	
	.floating {
		padding: 0px 15px;
	 margin-top:20px;
	  
	}
	
	.formpage h5 {
		text-align: center;
	 
		color: #000;
	}

	.touramt h5 {
		font-size: 12px;
	}

	.btn-enquiry a {
		color: white;
		font-size: 12px;
	}

	.btn-enquiry {
	
		padding: 8px 15px;
	}

	.tour-packages ul.nav-pills li:nth-child(1) a {

		font-size: 12px;
	}

	.tour-packages ul.nav-pills li:nth-child(2) a {
		
		font-size: 12px;
	}


	h6.day {
		
		width: 28%;
	}
  }
  

  .nav-bar {
	min-height: 4.375em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 1.5em;
  }
  
  .nav-branding {
	font-size: 2rem;
	font-weight: 600;
	transition: color 500ms ease;
  }
  
  .nav-branding:hover, .nav-branding:focus {
	color: dodgerblue;
  }
  
  .nav-menu {
	position: fixed;
	left: -100%;
	top: 3.375em;
	flex-direction: column;
	background-color: #eb3b09;
	width: 100%;
	
	text-align: center;
	transition: 750ms;
  }

  

  .nav-menu.active {
	left: 0;
  }
  
  .nav-item {
	margin:14px 0;
	line-height: 24px;
  }
  
  .nav-link {
	transition: 400ms ease;
  }
  
  .nav-link:hover, .nav-link:focus {
	color: dodgerblue;
  
  }
  
  .hamburger {
	cursor: pointer;
  }
  
  .bar {
	display: block;
	background-color: #fff;
	width: 24px;
	/* The following 2 properties are essential in creating the "X" when the hamburger is clicked. If you change just 1 of the 2, then you need to find the proper combination for the other one */
	height: 2px;
	margin: 6px auto;
  
	/*    -webkit-transition: all 300ms ease;  */
	transition: all 300ms ease-in-out;
  }
  
  .hamburger.active .bar:nth-child(2) {
	opacity: 0
  }
  
  .hamburger.active .bar:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
  }
  
  .hamburger.active .bar:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
  }

  @media (min-width:991px)
  {
	.nav-bar
	{
		display: none;
	}
  }
  
  @media (min-width: 600px) {
  
	.nav-menu {
	  position: static;
	  display: flex;
	  flex-direction: row;
	  justify-content: space-between;
	  align-items: center;
	  gap: 1em;
	  width: auto;
	}

	section::before {
		display: block;
		content: " ";
		margin-top: -120px;
		height: 120px;
		visibility: hidden;
		pointer-events: none;
	  }
  
	.hamburger {
	  display: none;
	}
  }
.is-scrolled {
  background-color: #00b6e3;
  transition: background-color 250ms linear;
}

.is-scrolled a {
  color: #fff;
}

.is-scrolled a:hover,
.is-scrolled a:focus,
.is-scrolled a:active,
.is-scrolled a.is-selected {
  /* 2020-02-26 */
  background-color: snow;
  color: #00b6e3;
}

section::before {
	display: block;
	content: " ";
	margin-top: -100px;
	height: 100px;
	visibility: hidden;
	pointer-events: none;
  }

html
{
	scroll-behavior: smooth;
}

body{
	overflow-x: hidden;
	overflow-y: auto;
}

ul.list-items
{
	display: flex;
	justify-content: flex-end;
}

ul.list-items li {
    padding: 5px 10px;
    list-style-type: none;
}

@media (max-width:600px)
{
   .head
	{
		display: none;
	}

	nav
	{
		background-color: #e1e1e1;
	}

	.bar {
		display: block;
		background-color: #eb3b09;
	}
	.conditions hr
{
	display: none;
}
.conditions h6
{
	margin: 10px 0px auto;
}
}

.conditions h6
{
	margin: 5px 0px auto;
}


.mobile-border{
	margin-top: 10px;
	border:1px solid #b5b1b1;

	
		background-color: #f7faff !important;
		padding: 10px !important;
		
	}

	.nav>li>a {
		position: relative;
		display: block;
		font-size: 14px;
		padding: 10px;
	}

	.flexslider .slides>li {
		display:inline !important;
		
	}

	.flexslider {
		width: 100%;
		margin: 0 auto;
		box-shadow: none;
		border:0px !important;
	}

.flexslider li {
		position: relative;
}

.flexslider li .meta {
		position: absolute;
		bottom: 90px;
		left: 35px;
		color: white;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		font-family: 'Roboto', sans-serif;
}

.flexslider li h1 {
		background: rgba(51, 51, 51, 0.5);
		padding: 12px 18px 12px;
		margin-bottom: 0;
		font-size: 1.8em;
		font-weight: 300;
}

.flexslider li h2 {
		background: rgba(51, 51, 51, 0.5);
		padding: 13px 18px 11px;
		font-size: 1.1em;
		margin-bottom: 0;
		font-weight: 300;
}

.flexslider li .category {
		display: flex;
		flex-direction: row;
		margin-top: 30px;
}

.flexslider li .category p {
		background: #e43837;
		margin-right: 7px;
		font-size: 1.1em;
		padding: 12px 18px 10px;
		font-weight: 300;
}

.flexslider li .category span {
		background: #e43837;
		margin-top: 17px;
		padding: 8px 12px 0;
		font-size: 0.9em;
		font-weight: 300;
		height: 26px;
}

.flexslider li h1,
.flexslider li h2,
.flexslider li .category p,
.flexslider li .category span {
		-webkit-animation-duration: .6s;
		animation-duration: .6s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeOutLeft;
		animation-name: fadeOutLeft;
}

.flexslider li.flex-active-slide .meta h1,
.flexslider li.flex-active-slide .meta h2,
.flexslider li.flex-active-slide .meta .category p,
.flexslider li.flex-active-slide .meta .category span {
		-webkit-animation-delay: .4s;
		animation-delay: .4s;
		-webkit-animation-duration: .6s;
		animation-duration: .6s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeInLeft;
		animation-name: fadeInLeft;
}

.flexslider li.flex-active-slide .meta h2 {
		-webkit-animation-delay: .5s;
		animation-delay: .5s;
}

.flexslider li.flex-active-slide .meta .category p {
		-webkit-animation-delay: .6s;
		animation-delay: .6s;
}

.flexslider li.flex-active-slide .meta .category span {
		-webkit-animation-delay: .8s;
		animation-delay: .8s;
}

.flex-direction-nav {
    position: absolute;
    top: 40%;
    left: 30px;
}

.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 15px !important;
}

.flexslider:hover .flex-next {
    opacity: 0.7;
    left: 60px !important;
}

.flex-direction-nav a:before {

    font-size: 30px !important;
    display: inline-block;
    content: '\f001';
    line-height: 35px !important;
    color: #fff;
}

.flex-direction-nav a {
		text-decoration: none;
		display: block;
		width: 30px;
		height: 30px;
		background-color: #333;
		margin: -20px 0 0;
		position: absolute;
		top: 50px;
		z-index: 10;
		overflow: hidden;
		opacity: .5;
		cursor: pointer;
		color: #fff;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
		text-align: left;
		left: -10px;
}

.flex-direction-nav .flex-next {
		text-align: right;
		left: 30px;
}

.flexslider:hover .flex-prev {
		left: -10px;
}

.flexslider:hover .flex-next {
		left: 30px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
		opacity: 1;
}

.flex-direction-nav a:before {
		font-family: FontAwesome;
		content: '\f104';
		font-size: 25px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		top: 0;
		padding: 2px;
		font-size: 19px;
    line-height: 27px;
}

.flex-direction-nav a.flex-next:before {
		content: '\f105';
}

@-webkit-keyframes fadeInLeft {
		0% {
				opacity: 0;
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
		100% {
				opacity: 1;
				-webkit-transform: none;
				transform: none;
		}
}

@keyframes fadeInLeft {
		0% {
				opacity: 0;
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
		100% {
				opacity: 1;
				-webkit-transform: none;
				transform: none;
		}
}

@-webkit-keyframes fadeOutLeft {
		0% {
				opacity: 1;
		}
		100% {
				opacity: 0;
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
}

@keyframes fadeOutLeft {
		0% {
				opacity: 1;
		}
		100% {
				opacity: 0;
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
}


#about
{
	background-color: #f1f1f1;
}

.photo-gallery {
	color:#313437;
	background-color:#fff;
  }
  
.photo-gallery .photos img{
	width: 100%;
  }
  
 
  
.photo-gallery .photos img:hover{
    transform: scale(1.04);
	border-radius: 25px;
	opacity: 0.8;
  }
  
.photo-gallery .photos img:hover{
    transform: scale(1.04);
	border-radius: 25px;
	opacity: 0.8;
  }   
  
 
  .photo-gallery .photos {
	padding-bottom:20px;
  }
  
  .photo-gallery .item {
	padding-bottom:30px;
  }
  

  @media (min-width: 991px)
  {
  .container {
	  width: 1200px;
  }
}
  

  @media (max-width: 600px)
  {

	.flexslider li .meta {
	
		left: 120px;
	}

	.flexslider {
		margin: 0px !important;
	}
	.flexslider li .meta{
		position: absolute;
		top: 0 !important;
	
	}

	.flexslider li h1
	{
		font-size:12px !important;
		padding: 0;
		background-color: transparent;
	}
	.flexslider li h2
	{
		font-size:10px !important;
		padding: 0;
		margin-top: 15px;
		background-color: transparent;
	}

	.flexslider li .category a{
		font-size: 12px;
	
	}
	.flexslider li .category {
		display: flex;
		flex-direction: row;
		margin-top: 10px;
		
	}

	
.flexslider li .category p {
    background: #e43837;

    font-size: 12;
	padding: 0 10px;
    font-weight: 300;
}

.flexslider li .category p>a
{
color: #fff;
}

.flex-direction-nav
{
	display: none;
}

.banner .floating {
    padding: 0px 20px;
}

.all-header h3 {
    text-align: center;
    color: #eb3b09;
    position: relative;
    margin-bottom: 15px;
    margin-top: 0px;
	font-size: 24px !important;
}

.all-header h3:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 25%;
    width: 150px;
    height: 2px;
    background-color: #E84700;
}
}

.logo img
{
	width: 220px;
	height: auto;
}