body {
	font-family:'Helvetica', Arial, sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:1.4em;
	color:none;
	background-color:#fff;
	overflow-x:hidden;
}

hi,h2,h3,h4,h5,h6 {
    line-height:1.1em;
    color:#7d7d7d;
}

p {
	color:#000;
        font-size: 14px;
}

a {
    text-decoration:none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
	color:#23527c;
}

a:hover {
	text-decoration: underline;
	color:#23527c;	
}

.btn {
	border-radius:0;
	background-color: #1452ff;
	text-transform:uppercase;
	border-color:#1452ff;
	font-size:14px;
        color:#fff;
}

.btn:hover {
	background-color: #1452ff;
	border-color:#1452ff;
	color:#fff;	
}
	
/*===========================
  Menu and Navigation
============================ */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand h1 {
	margin-top:9px;
	padding-top:5px;
	float: left;	
	font-size: 25px;	
	color:#fff;	
	text-transform:uppercase;
	font-weight:600;
}

.menu {
	font-size:12px;
	text-transform:uppercase;
	font-weight:300;
	text-align:right;
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 0px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

.menu ul.nav-tabs li {
	color:#fff;	
}

.nav-tabs {
	border-bottom: 0;
}

.nav-tabs > li {
	float: left;
	margin-bottom: 0;
}

.nav-tabs > li > a {	
	border-radius:0;
	color:#fff;
	text-decoration:none !important;
}

.nav-tabs > li > a:hover {
	color:#e2a11e;
	background:#fff;	
} 

.nav-tabs > li a.active {
	color: #e2a11e;
	cursor: default;
	background-color: #fff;
	border: 1px solid #fff;
	border-bottom-color:#fff;
	margin-right:2px;
}

.navbar-default {
	background-color: #d8b568;
	border-color:#34495E;
}

/*===========================
  slider
============================ */
.slider {
	position: relative;	
	margin-top:0px;
}

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -25px;
}

#carousel-slider a i {
	border-radius:50%;
	font-size: 30px;
	height: 50px;
	padding: 10px;
	position: absolute;
	top: 50%;
	width: 50px;
	color:#65AAF0;
	background:#000000;
	color:#fff;
}

#carousel-slider a i:hover {
	background:#d8b568;
	color:#fff;
	border: 1px solid #d8b568;
}

#carousel-slider 
.carousel-control {
	width:inherit;
}

#carousel-slider .carousel-control.left i {
	left:50px;
	top:165px;
}

#carousel-slider .carousel-control.right i {
	right: 50px;
	top:165px;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 300px;
	font-size:40px;
	left: 15%;
	z-index: 10;
	padding-bottom: 0px;
	color: #fff;
	text-align: center;
}

.carousel-caption  h2 {
	font-size:60px;
	color: #fff;
}

.carousel-caption  h2 span {
	font-size:60px;
	color: #fff;
}

.carousel-caption  p {
	font-size:30px;
	margin-top:30px;
	margin-bottom:20px;
	color:#fff;
	padding:10px;
	background:#65AAF0;
}

.carousel-inner .form-inline .form-group button[type="livedemo"]{
	padding:20px 60px;
	font-size:20px;
	background:#65AAF0;
	color:#fff;
	border-radius:0;
	border-color:#fff;
	text-transform:uppercase;
}

.carousel-inner .form-inline .form-group button[type="livedemo"]:hover {
	color:#272727;
	opacity: 0.8;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

.carousel-inner .form-inline .form-group button[type="getnow"]{
	padding:20px 60px;
	font-size:20px;
	background:#fff;
	color:#272727;
	border-radius:0;
	text-transform:uppercase;
	border: 1px solid #fff;
}

.carousel-inner .form-inline .form-group button[type="getnow"]:hover {
	color:#fff;
	border-color:#fff;
	background:#65AAF0;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

.form-inline {
	margin-top:50px;	
}

/*===========================
  Footer
============================ */

/*===========================
  gallery
============================ */
.gallery {
/*	padding-top:3px;*/
	background:#fff;
/*	padding-bottom:10px;*/
}

.gallery h2 {
	font-weight:bold;
	font-size:20px;
	color: #403f3f;
	margin-bottom:20px;
}

.gallery figure {
	position: relative;	
/*	margin-top:30px;*/
	text-align: center;
	cursor: pointer;
}

.gallery figure img {
	position: relative;
	display: block;
}

.gallery figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery figure figcaption::before,
.gallery figure figcaption::after {
	pointer-events: none;
}

/*---------------*/
/***** Marley *****/
/*---------------*/
figure.effect-marley figcaption {
	text-align: right;
}

figure.effect-marley h4,
figure.effect-marley p {
	position: absolute;
	right: 30px;
	left: 30px;
	padding: 10px 0;
}

figure.effect-marley p {
	bottom: 30px;
	color:#fff;
	line-height: 1.5;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-marley h4 {
	top: 30px;
	color:#fff;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-marley:hover h4 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-marley h4::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-marley h4::after,
figure.effect-marley p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h4::after,
figure.effect-marley:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.action {
  overflow: visible;
  padding: 0px;
  width: 100;
  background: #f2f2f2;
  position: relative;
}

.action .left-text {
  padding: 70px 0;
  padding-right: 60px;
  width: 50%;
}

.action .left-text h4 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}

.action .left-text p {
  padding-top: 20px;
}

.action .left-text em {
  font-size: 16px;
  color: #aaa;
  font-weight: 300;
  font-style: normal;
}

.action .right-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../img/7.jpg);
}

/*====================================================================================================================================*/
.navbar-default .navbar-nav>.active>a{
	color:#fff !important;
	background-color:transparent !important;
}

.navbar-default .navbar-nav>.active>a:before{
	content:"\f0da";
	font-family:FontAwesome;
	font-style:normal;
	font-weight:normal;
	text-decoration:inherit;
	color:#fff;
	font-size:16px;
	position:relative;
	padding-right:5px;
	top:1px;
}

.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{
	color:#000000 !important;
	background-color:transparent;
}

.carousel-indicators li{
	width:0px !important;
	height:0px !important;
	margin:0px !important;
}

.carousel-indicators .active{
	width:0px !important;
	height:0px !important;
	margin:0px !important;
}

.navbar{
	border-radius:0px !important;
	border: 0px solid transparent !important;
	margin-bottom:0px !important;
	min-height:30px !important;
        text-align: right;
/*        background-color: #f9f9f9;*/
background-color: #fafafa;
}


.navbar-nav>li>a:focus{
	background-color:#fff !important;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 15px;
  overflow: hidden;
  width: 40px;
  height: 22px;
  border: none;
  text-indent: 100%;
  background: url(../images/move-top.png) no-repeat 0px 0px;
}

.row{
	margin-right:0px !important;
	margin-left:0px !important;
}
tr>td>a{
    color: #333;
}
tr>td>a:hover{
    color: #333; 
}
@media (min-width: 320px){
.goog-te-gadget{
	margin-left:45px;
	margin-top:20px;
	margin-bottom:20px; 
}

.carousel .carousel-control {
    top:30%;
}
.page-header {
    color: #1452ff;
    font-weight: 200;
    border-bottom: none;
    font-size: 34px;
    margin-top: 0px !important;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.Subtext3 {
    border-top: 2px solid #1452ff;
    border-left: 2px solid #1452ff;
    border-right: 2px solid #1452ff;
    color: #1452ff;
    width: 69%;
    padding: 5px 0px 5px 10px;
    margin-bottom: 0px;
    font-size: 20px;
}
.hrline {
    background-color: #1452ff !important;
    height: 2px !important;
    margin-bottom: 10px;
}
.tbConWidth{
    width: 30%;
}
.tbConWidth2{
     width: 70%;
}
.Subtext {
    border-top: 2px solid #1452ff;
    border-left: 2px solid #1452ff;
    border-right: 2px solid #1452ff;
    color: #1452ff;
    width: 63%;
    padding: 5px 0px 5px 10px;
    margin-bottom: 0px;
    font-size:24px;
}
.Subtext2 {
    border-top: 2px solid #1452ff;
    border-left: 2px solid #1452ff;
    border-right: 2px solid #1452ff;
    color: #1452ff;
    width: 63%;
    padding: 5px 0px 5px 10px;
    margin-bottom: 0px;
    font-size: 24px;
}
.Subtext4 {
    border-top: 2px solid #1452ff;
    border-left: 2px solid #1452ff;
    border-right: 2px solid #1452ff;
    color: #1452ff;
    width: 42%;
    padding: 5px 0px 5px 10px;
    margin-bottom: 0px;
    font-size: 24px;
}
.Subtext5 {
    border-top: 2px solid #1452ff;
    border-left: 2px solid #1452ff;
    border-right: 2px solid #1452ff;
    color: #1452ff;
    width: 42%;
    padding: 5px 0px 5px 10px;
    margin-bottom: 0px;
    font-size: 24px;
}
.foot-1 {
    padding-left: 0px;
    width: 10%;
    padding-right: 0px;
}
.foot-11 {
    padding-right: 0px;
    padding-left: 0px;
    width: 90%;
}
.media-link{
    margin-left: 0px;
}
.newsletter{
    margin-left: 0px;
}
.footer-social a {
    padding: 26px 26px!important;
    font-size: 12px !important;
}
.fTourlink{
   padding-left: 15px;
}

.logoImg{
  max-width: 80%; 
  margin-left:0%;
  padding-right: 0px;
  padding-left: 0px;
}
.menubar{
    max-width: 100%;
    padding-right: 0px; 
    padding-left: 0px; 
    margin-top: -40px;
}
.logo {
  margin-left: 0%!important; 
  margin-top: -10px!important;
}
.offset-9{
    margin-left: 10%;
}
.video-size{
    height: 250px;
}
.foot-img{
    max-width: 14%;
}
a.navbar-brand img {
    max-width: 230px;
}
header#top-header.shrink a.navbar-brand img {
    max-width: 170px;
}
}

@media (min-width: 480px){
.goog-te-gadget{
	margin-left:65px;
	margin-top:20px;
	margin-bottom:20px; 
}
.navbar-toggle {
    display: block;
    width: 40px;
    padding: 15px;
    margin: 5px;
    margin-left: 45px; 
}
.navbar-default .navbar-toggle .icon-bar {
    background: #000;
}

.logoImg{
  max-width: 100%; 
  margin-left:0%;
  padding-right: 0px;
  padding-left: 0px;
}
.menubar{
    max-width: 100%;
    padding-right: 0px; 
    padding-left: 0px; 
    margin-top: -40px;
}
.logo {
  margin-left: 0%!important; 
  margin-top: -10px!important;
}
.page-header {
    color: #1452ff;
    font-weight: 200;
    border-bottom: none;
    font-size: 34px;
    margin-top: 0px !important;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.Subtext3 {
    border-top: 2px solid #1452ff;
    border-left: 2px solid #1452ff;
    border-right: 2px solid #1452ff;
    color: #1452ff;
    width: 38%;
    padding: 5px 0px 5px 10px;
    margin-bottom: 0px;
    font-size: 20px;
}
.hrline {
    background-color: #1452ff !important;
    height: 2px !important;
    margin-bottom: 10px;
}
.tbConWidth{
    width: 20%;
}
.tbConWidth2{
     width: 80%;
}
.Subtext {
    border-top: 2px solid #1452ff;
    border-left: 2px solid #1452ff;
    border-right: 2px solid #1452ff;
    color: #1452ff;
    width: 39%;
    padding: 5px 0px 5px 10px;
    margin-bottom: 0px;
    font-size:24px;
}
.Subtext2 {
    border-top: 2px solid #1452ff;
    border-left: 2px solid #1452ff;
    border-right: 2px solid #1452ff;
    color: #1452ff;
    width: 39%;
    padding: 5px 0px 5px 10px;
    margin-bottom: 0px;
    font-size: 24px;
}
.Subtext4 {
    border-top: 2px solid #1452ff;
    border-left: 2px solid #1452ff;
    border-right: 2px solid #1452ff;
    color: #1452ff;
    width: 25%;
    padding: 5px 0px 5px 10px;
    margin-bottom: 0px;
}
.Subtext5 {
    border-top: 2px solid #1452ff;
    border-left: 2px solid #1452ff;
    border-right: 2px solid #1452ff;
    color: #1452ff;
    width: 25%;
    padding: 5px 0px 5px 10px;
    margin-bottom: 0px;
}
.media-link{
    margin-left: 0px;
}
.newsletter{
    margin-left: 92px;
}
.fTourlink{
   padding-left: 15px;
}
.navbar-nav>li>a {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}
.navbar-nav>li>a{
	margin-right:50px;
}
.offset-9{
    margin-left: 25%;
}
.video-size{
    height: 220px;
}
.foot-img{
    max-width: 9%;
}
a.navbar-brand img {
    max-width: 260px;
}
header#top-header.shrink a.navbar-brand img {
    max-width: 170px;
}
}

@media (min-width: 768px){
.nav>li>a{
	padding-left:6px !important;
	padding-right:6px !important;
}
.navbar-nav>li-a{
	padding-top:8px !important;
	padding-bottom:8px !important;
} 

.goog-te-gadget{
	margin-top:40px;
}

.col-sm-5 {
    width: 23.999% !important;
}

.col-sm-1{
	width:72% !important;
}

.col-sm-2 {
    width: 28% !important;
}

.carousel .carousel-control {
    top: 35%;
}
.navbar-toggle {
    display: none;
}
.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 2px!important;
    padding-left: 2px!important;
}
.logo {
    z-index: 30;
    margin-top: -20px!important;
    margin-left: 0%!important;
    margin-right: 0%!important;
    padding-right: 5px;
    padding-left: 5px;
}
.navbar-collapse {
     padding-right: 0px; 
     padding-left: 0px; 
     width: 115%;
}
.logoImg{
  max-width: 22%; 
  margin-left:0%;
  padding-right: 0px;
    padding-left: 0px;
}
.menubar{
    max-width: 80%;
    padding-right: 0px; 
    padding-left: 0px; 
    margin-top: 0px;
}
.page-header {
    color: #1452ff;
    font-weight: 200;
    border-bottom: none;
    font-size: 34px;
    margin-top: 0px !important;
}
.Subtext3 {
    border-top: 2px solid #1452ff;
    border-left: 2px solid #1452ff;
    border-right: 2px solid #1452ff;
    color: #1452ff;
    width: 24%;
    padding: 5px 0px 5px 10px;
    margin-bottom: 0px;
    font-size: 20px;
}
.hrline {
    background-color: #1452ff !important;
    height: 2px !important;
    margin-bottom: 10px;
}
.tbConWidth{
    width: 28%;
}
.tbConWidth2{
     width: 72%;
}
.Subtext {
    border-top: 2px solid #1452ff;
    border-left: 2px solid #1452ff;
    border-right: 2px solid #1452ff;
    color: #1452ff;
    width: 38%;
    padding: 5px 0px 5px 10px;
    margin-bottom: 0px;
}
.Subtext2 {
    border-top: 2px solid #1452ff;
    border-left: 2px solid #1452ff;
    border-right: 2px solid #1452ff;
    color: #1452ff;
    width: 24%;
    padding: 5px 0px 5px 10px;
    margin-bottom: 0px;
    font-size: 24px;
}
.Subtext4 {
    border-top: 2px solid #1452ff;
    border-left: 2px solid #1452ff;
    border-right: 2px solid #1452ff;
    color: #1452ff;
    width: 25%;
    padding: 5px 0px 5px 10px;
    margin-bottom: 0px;
}
.Subtext5 {
    border-top: 2px solid #1452ff;
    border-left: 2px solid #1452ff;
    border-right: 2px solid #1452ff;
    color: #1452ff;
    width: 16%;
    padding: 5px 0px 5px 10px;
    margin-bottom: 0px;
}

.fTourlink{
   padding-left: 0px;
}
.media-link{
    margin-left: 100px;
}
.newsletter{
    margin-left: 0px;
}
.footer-social a {
    padding: 19px 16px!important;
    font-size: 12px !important;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 11px !important;
}
.navbar-expand-md .navbar-collapse {
     margin-left: 0%!important; 
}
.navbar-nav>li>a {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    
}
.navbar-dark .navbar-nav .nav-link {
    text-align: right;
}
.navbar-nav>li>a{
	margin-right:2px;
}
.offset-9{
    margin-left: 70%;
}
.video-size{
    height: 450px;
}
.foot-img{
    max-width: 12%;
}
a.navbar-brand img {
    max-width: 160px;
}
header#top-header.shrink a.navbar-brand img {
    max-width: 150px;
}
}

@media (min-width: 992px){
.col-md-offset-3 {
    margin-left: 30% !important;
}
}

@media (min-width: 1024px){
.navbar-nav>li>a {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 5px!important;
    padding-left: 5px!important;
}

.col-md-offset-3 {
    margin-left: 9% !important;
}

.col-sm-2 {
    width: 22% !important;
}
.carousel .carousel-control {
    top: 40%;
}
.navbar-toggle {
    display: none;
}
.logo {
    z-index: 30;
    margin-top: -20px!important;
    margin-left: 0%!important;
    margin-right: 0%!important;
     padding-right: 15px;
    padding-left: 15px;
}
.navbar-collapse {
     padding-right: 5px; 
     padding-left: 5px; 
       width: 100%;
}
.logoImg{
  max-width: 25%; 
  margin-left:3%;
  padding-right: 15px;
    padding-left: 15px;
}
.menubar{
    max-width: 71%;
     padding-right: 0px; 
     padding-left: 20px; 
     margin-top: 0px;
}
.page-header {
    color: #1452ff;
    font-weight: 200;
    border-bottom: none;
    font-size: 34px;
    margin-top: 0px !important;
}
.Subtext3 {
    border-top: 2px solid #1452ff;
    border-left: 2px solid #1452ff;
    border-right: 2px solid #1452ff;
    color: #1452ff;
    width: 18%;
    padding: 5px 0px 5px 10px;
    margin-bottom: 0px;
    font-size: 20px;
}
.hrline {
    background-color: #1452ff !important;
    height: 2px !important;
    margin-bottom: 10px;
}
.tbConWidth{
    width: 20%;
}
.tbConWidth2{
     width: 80%;
}
.Subtext {
    border-top: 2px solid #1452ff;
    border-left: 2px solid #1452ff;
    border-right: 2px solid #1452ff;
    color: #1452ff;
    width: 26%;
    padding: 5px 0px 5px 10px;
    margin-bottom: 0px;
}
.Subtext2 {
    border-top: 2px solid #1452ff;
    border-left: 2px solid #1452ff;
    border-right: 2px solid #1452ff;
    color: #1452ff;
    width: 17%;
    padding: 5px 0px 5px 10px;
    margin-bottom: 0px;
    font-size: 24px;
}
.Subtext4 {
    border-top: 2px solid #1452ff;
    border-left: 2px solid #1452ff;
    border-right: 2px solid #1452ff;
    color: #1452ff;
    width: 20%;
    padding: 5px 0px 5px 10px;
    margin-bottom: 0px;
}
.Subtext5 {
    border-top: 2px solid #1452ff;
    border-left: 2px solid #1452ff;
    border-right: 2px solid #1452ff;
    color: #1452ff;
    width: 13%;
    padding: 5px 0px 5px 10px;
    margin-bottom: 0px;
}
.fTourlink{
   padding-left: 15px;
}
.media-link{
    margin-left: 160px;
}
.newsletter{
    margin-left: 0px;
}
.footer-social a {
    padding: 26px 26px!important;
    font-size: 12px !important;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px !important;
}
.navbar-expand-md .navbar-collapse {
     margin-left: 0%!important; 
}
.navbar-nav>li>a {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}
.navbar-nav>li>a{
	margin-right:2px;
}
.offset-9{
    margin-left: 75%;
}
.video-size{
    height: 450px;
}
.foot-img{
    max-width: 12%;
}
a.navbar-brand img {
    max-width: 240px;
}
header#top-header.shrink a.navbar-brand img {
    max-width: 170px;
}
}

@media (min-width: 1280px){
.carousel-inner>.item>img{
	height:520px !important;
}
.navbar-toggle {
    display: none;
}
.logo {
    z-index: 30;
    margin-top: -20px!important;
    margin-left: 8%!important;
    margin-right: 6%!important;
     padding-right: 15px;
    padding-left: 15px;
}
.navbar-collapse {
     padding-right: 15px; 
     padding-left: 15px; 
       width: 100%;
}
.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 10px!important;
    padding-left: 10px!important;
}
.Subtext {
    border-top: 2px solid #1452ff;
    border-left: 2px solid #1452ff;
    border-right: 2px solid #1452ff;
    color: #1452ff;
    width: 23%;
    padding: 5px 0px 5px 10px;
    margin-bottom: 0px;
}
h3 {
    font-size: 24px;
}
.hrline {
    background-color: #1452ff !important;
    height: 2px !important;
    margin-bottom: 10px;
}
.Subtext2 {
    border-top: 2px solid #1452ff;
    border-left: 2px solid #1452ff;
    border-right: 2px solid #1452ff;
    color: #1452ff;
    width: 15%;
    padding: 5px 0px 5px 10px;
    margin-bottom: 0px;
}
.Subtext3 {
    border-top: 2px solid #1452ff;
    border-left: 2px solid #1452ff;
    border-right: 2px solid #1452ff;
    color: #1452ff;
    width: 18%;
    padding: 5px 0px 5px 10px;
    margin-bottom: 0px;
}
.page-header {
    color: #1452ff;
    font-weight: 200;
    border-bottom: none;
    font-size: 34px;
    margin-top: 0px !important;
}
.breadcrumb {
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    text-align: center;
    margin-top: 30px;
}
.logoImg{
  max-width: 25%; 
   margin-left:3%;
   padding-right: 15px;
    padding-left: 15px;
}
.menubar{
    max-width: 67%;
     padding-right: 15px; 
     padding-left: 30px;
     margin-top: 0px;
}
.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 5px!important;
    padding-left: 5px!important;
}
.Subtext4 {
    border-top: 2px solid #1452ff;
    border-left: 2px solid #1452ff;
    border-right: 2px solid #1452ff;
    color: #1452ff;
    width: 15%;
    padding: 5px 0px 5px 10px;
    margin-bottom: 0px;
}
.Subtext5 {
    border-top: 2px solid #1452ff;
    border-left: 2px solid #1452ff;
    border-right: 2px solid #1452ff;
    color: #1452ff;
    width: 10%;
    padding: 5px 0px 5px 10px;
    margin-bottom: 0px;
}
.fTourlink{
   padding-left: 15px;
}
.media-link{
    margin-left: 190px;
}
.newsletter{
    margin-left: 0px;
}
.footer-social a {
    padding: 26px 26px!important;
    font-size: 12px !important;
}
.navbar-expand-md .navbar-collapse {
     margin-left: 5%!important; 
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px !important;
}
.navbar-nav>li>a {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}
.navbar-nav>li>a{
	margin-right:2px;
}
.offset-9{
    margin-left: 80%;
}
.video-size{
    height: 450px;
}
.foot-img{
    max-width: 9%;
}
a.navbar-brand img {
    max-width: 260px;
}
header#top-header.shrink a.navbar-brand img {
    max-width: 170px;
}
}
@media (min-width: 1366px){
 .logoImg{
  max-width: 25%; 
  margin-left:6%;
  padding-right: 15px;
    padding-left: 15px;
}
.menubar{
    max-width: 67%;
     padding-right: 15px; 
     padding-left: 0px; 
     margin-top: 0px;
}
.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 14px !important;
}
.navbar-expand-md .navbar-collapse {
     margin-left: 6%!important; 
}
.navbar-nav>li>a {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}
.navbar-nav>li>a{
	margin-right:2px;
}
.video-size{
    height: 450px;
}
a.navbar-brand img {
    max-width: 260px;
}
header#top-header.shrink a.navbar-brand img {
    max-width: 170px;
}
}

@media (min-width: 1920px){
.carousel-inner>.item>img{
	height:600px !important;
}
.logoImg{
  max-width: 16%;  
  margin-left:19%;
  padding-right: 15px;
    padding-left: 15px;
}
.menubar{
    max-width: 67%;
     padding-right: 15px; 
     padding-left: 25px; 
}
.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 5px!important;
    padding-left: 5px!important;
}
.navbar-expand-md .navbar-collapse {
     margin-left: 5%!important; 
}
.navbar-nav>li>a {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}
.navbar-nav>li>a{
	margin-right:2px;
}
.video-size{
    height: 450px;
}
a.navbar-brand img {
    max-width: 260px;
}
header#top-header.shrink a.navbar-brand img {
    max-width: 170px;
}
}


.nav>li>a{
	padding-left:10px !important;
	padding-right:10px !important;
}



.col-md-offset-3 {
    margin-left: 23% !important;
}
.reservationBtn {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 84px !important;
    padding-right: 84px !important;
    background-color: #1452ff;
    border-color: #1452ff;
}

.logo {
    z-index: 30;
    margin-top: -20px;
    margin-left: 8%;
}

.goog-te-gadget{
	margin-left:25px;
	margin-top:40px;
}


.indexSpecialTxt{
	font-size:15px;
	font-weight:bold;
	margin-top:40px;
	color:#6a6a6a;
	text-align:center;
	margin-bottom:10px;
}

.accoheadin{
	color:#403f3f;
	font-size:20px;
	margin-bottom:15px;
	font-weight:bold;
}

.accoSubheadin{
	color:#403f3f;
	font-size:17px;
	margin-bottom:20px;
	font-weight:bold;
}

.accoImg{
	margin-bottom:15px;
}

.col-sm-6{
	padding-left:0px !important;
}

.faciliHeadin{
	font-size:15px;	
	font-weight:bold;
	margin:20px 0px 10px 0px;
}

.faciliSubHeadin{
	font-size:22px;	
	font-weight:500;
	margin:5px 0px 10px 0px;
	color:#34495E;
}

.faciliSubSubHeadin{
	font-size:15px;	
	/*font-weight:bold;*/
	margin:12px 0px 5px 0px;
	color:#34495E;
}

.galleryHeadin{
	font-size:15px;	
	font-weight:bold;
	margin:50px 0px 0px 0px;
}

.gallerySubHeadin{
	font-size:15px;	
	font-weight:bold;
	margin:10px 0px 0px 0px;
}

.col-md-4{
	padding-left:0px !important;
	padding-right:15px !important;
}

/*.col-sm-12{
	padding-right:0px !important;
}*/

.list{
	color: #828080;
    font-size: 14px;
    text-align: justify;
}

.list ul{
	padding-left:15px !important;
}

.list ul > li{
	margin-bottom:5px;
}

.accoHr{
	min-height:1px;
	background-color:#403f3f;
	margin:4px 0px 5px 0px;
}

.faciImg{
	margin-left:8px;
}

#login {
	border:1px  solid;
	color:#666l;
	border-radius:10px;
	padding:20px;
	background:#fbae04;
	color:#FFF;
	border:2px solid #666;
	margin-top:50px;
}
	
#login h3 {
	color:#fff;
	font-size:15px !important;
	font-weight:bold;
}

#login input, #login  textarea{width:100%; padding:8px; border:1px solid #5D5D5D; float:right; color:#333; margin-bottom:10px;}
#login input:focus, #login textarea:focus {
  border: 1px solid #2540FA;
  padding: 8px;
  width: 100%;
}

#login input[type="submit"],#login input[type="button"], #login input[type="reset"]{display:inline-block; width:auto; min-width:150px; margin:0; padding:8px 5px; cursor:pointer; color:#333;}

#sepline{
	height:1px;
	width:100%;
	background:#DDDDDD;
	margin-top:10px;
}

#msgDisplay{
	 font-family:Tahoma, Geneva, sans-serif;
	 font-size:14px;
	 color:#FF0000; font-weight:bold;
	 text-shadow:#191919;
	 font-size:18px;
	 font-weight:600;
}
 
.msgDisplay{
	color:#333;
	font-size:16px;
	font-weight:600;
}
	
.userName{
	color:#fbaa29;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
}

.userName a{
	padding-left:50px;
	text-decoration:none;
	color:#F00;
}

.userName a:hover{
	padding-left:50px;
	text-decoration:underline;
	color:#F00;
}

#sepline{
	height:1px;
	width:100%;
	background:#DDDDDD;
	margin-top:10px;
}

#sepline1{
	height:1px;
	width:100%;
	background:#DDDDDD;
	margin-top:10px;
}
	
.gridView{
	border:2px solid #666;
	border-radius:5px;
}
	
table tr td {
	font-size:14px;
	font-weight:600;
	font-family:Calibri, sans-serif !important;
}
	
.tblheading th{
	background:#fbaa29;
	color:#FFFFFF;
	text-align:left;
	font-family:Calibri, sans-serif !important;
}
	
.colorrow1 {
	color:#FFFFFF;
	background:#f9c067;
	font-family:Calibri, sans-serif !important;
}

.colorrow2{
	color:#333333;
	background:#f8cc87;
	font-family:Calibri, sans-serif !important;
}
	
td{
	padding:5px;	
}

th{
	padding:8px;
	background-color:#CCC;
}

.disMessage {
  border: 1px solid;
  border-radius: 6px;
  color: #800000;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
}

.disMessage span {
  color:#1748A2;
  font-weight:bold;
} 

.btnNew{
	float:right;
	background:#f9c067;
	font-size:16px;
	padding:15px 15px 15px 15px !important;
	margin-top:-30px;
	text-align:center;
	color:#ffffff;
}

.btnNew a{
	font-size:16px;
	padding:15px 15px 15px 15px !important;
	text-align:center;
	color:#ffffff;
}

.btnNew a:hover{
	font-size:16px;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
}

.adminBtnNew{
	background:#f9c067;
	font-size:16px;
	padding:15px 15px 15px 15px !important;
	margin-top:-30px;
	text-align:center;
	color:#ffffff;
	margin-left:80px;
}

.adminBtnNew a{
	font-size:16px;
	padding:15px 15px 15px 15px !important;
	text-align:center;
	color:#ffffff;
}

.adminBtnNew a:hover{
	font-size:16px;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
}

.popUpMsg{
	border-radius: 2px;
    background-color:#f9c067;
    display: block;
    font-size: 12pt;
	font-weight: bold;
    margin: auto;
    padding: 8px 10px 8px 30px;
    position: relative;
    vertical-align: middle;
	color: white;	
	width:600px;
	top:5px;
	z-index:9001;
	text-align:center;
}


.searchBtn{
	background:#f9c067;
	font-size:15px;
	padding:8px 15px 8px 15px !important;
	text-align:center;
	color:#ffffff;
	margin-left:20px;
	border-color:#f9c067;
	border-radius:4px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0){
input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
     line-height: 20px !important; 
}
}

.clanderAvaiBox{
	background:#079f19;
	width:10px;
	height:20px;
}

.clanderNotCmBox{
	background:#CF3;
	width:10px;
	height:20px;
}

.clanderBookigBox{
	background:#C30;
	width:10px;
	height:20px;
}

.clanderNoteTxt{
	font-size:11px;
}

.col-md-3{
	padding-left:10px !important;
	width: 20% !important;
}

.col-md-1{
	padding-right:10px !important;
}

/*.col-xs-4{
	padding-left:10px !important;
}*/

.col-lg-12{
	padding-left:0px !important;
}

.col-lg-6{
	padding-left:8px !important;
}

.col-lg-9{
	padding-left:8px !important;
}

.calenderHeading{
	font-size:20px;
	font-weight:500;
	padding-left:20px !important;
	color:#34495E;
}

.btn-primary:focus{
	background-color: #1452ff !important;
    border-color: #1452ff !important;
}

.accoRates{
	font-size:15px;
	font-weight:bold;
}
.img-bottom{
    margin-bottom: 20px;
}
/*=========================================================*/
.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-15 {
  margin-right: 15px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-0-i {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-90 {
  padding-left: 90px;
}

.p-40 {
  padding: 40px;
}
h2{
    text-align: center;
}
.navbar-dark .navbar-toggler {
    color: #1452ff!important;
    border-color: #1452ff!important;
    background-color: #1452ff!important;
    border-radius: 0px;
}
.navbar-dark .navbar-nav .nav-link {
     color: #1c1c1c; 
     text-transform: uppercase;
     font-size: 12px;
/*     text-align: center;*/
     background-color: #fafafa;
}
.navbar-dark .navbar-nav .nav-link:hover {
     color: #fff;
     background-color: #1452ff!important;
}

@media (min-width: 768px){

}
@media (min-width: 1280px){

}

.navbar {
 padding: .0rem 0rem; 
}
p {
/*    text-align: center;*/
    margin-bottom: 10px;
}
.footer-area {
    padding-top: 100px;
    background-color:#f6f6f6;
    margin-top: 50px;
}
@media (max-width: 991px){
.single-footer-widget {
    margin-bottom: 30px;
}}
.single-footer-widget {
/*    color: #1c1c1c;*/
    color:#434242;
    width: 100%;
}
.footer-bottom {
    padding-top: 50px;
}
.section-gap {
    /* padding: 120px 0; */
    padding-top: 50px;
    padding-bottom: 20px;
}
h6 {
    color: #248fff;
    font-size: 16px;
    font-weight: 600;
}
.foot-1 .fa {
/*    color: #d8b568;*/
    font-size: 20px!important;
}
.footer-social a {
    border: 1px solid #248fff;
    background: #f6f6f6;
/*    padding: 30px 35px!important;*/
}
.footer-social a:hover {
    background: #ffffff;
/*    color: #ffffff;*/
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-nav a{
    text-decoration: none;
    line-height:25px;
    color: #1c1c1c;
}
.footer-nav > li > a:hover{
     text-decoration: none;
}
.foot-11 > a:hover{
     text-decoration: none;
     color: #1c1c1c;
}
.foot-11 > a{
     text-decoration: none;
     color: #1c1c1c;
}
.foot-12{
    padding-left: 0px;
}
.social-network  a .fa-facebook {
    color: #39579a;
}
.social-network  a .fa-tripadvisor {
    color: #009900;
}
.social-network  a .fa-youtube {
    color: #cd201f;
}
.footer-text{
    color:#1c1c1c;
    font-size: 12px;
}
.footer-text a{
       color: #1452ff;
    text-decoration: none;
}
.footer-text a:hover{
    
    text-decoration: none;
}
.comingSoon{
    margin-top:10%;
    margin-bottom: 10%;
}
h2{
   font-size: 30px;
}
.navbar-dark .navbar-nav .show>.nav-link {
    color: #000;
    background-color: #fafafa;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 12px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0px;
}
h2 {
    text-align: center;
}
.more{
    margin-left: 15px;
}
.faqBtn {
    background-color: #1452ff;
    font-size: 16px;
    border-radius: 0px;
    text-transform: uppercase;
    border-style: none;
    margin-top: 20px;
    padding: 10px 14px 10px 14px;
    margin-left: 18px;
}
.bookNowbtn{
    background-color: #1452ff;
    font-size: 16px;
    border-radius: 0px;
    text-transform: uppercase;
    border-style: none;
    margin-top: 20px;
    padding: 10px 14px 10px 14px;
}
.bookNowbtn a {
    color: #FFF;
    font-weight: 700;
    text-decoration: none;
}
.contactbtn{
    background-color: #1452ff;
    font-size: 16px;
    border-radius: 0px;
    text-transform: uppercase;
    border-style: none;
   
    padding: 10px 30px 10px 30px;
}
.contactbtn a{
    color: #FFF;
    font-weight: 700;
    text-decoration: none;
}
.btn:hover{
   background-color: #1452ff !important;
    border-color: #1452ff !important;
    color: #fff;
}
.faqBtn a {
    color: #FFF;
    font-weight: 700;
    text-decoration: none;
}
.aco{
    color: #000;
    font-size: 16px;
}
.bolds{
    font-weight: bold;
}
.form-control {
    font-size: 14px;
    border: 1px solid #1452ff;
    border-radius: 0px;
    
}
.subheader{
    color: #248fff;
}
.subcontxt{
    color: #1452ff;
}
.faqlink{
    color: #000;
    font-size: 16px;
   margin-bottom: 10px;
    font-weight: 600;
}
.faqlink:hover{
    color: #000;
    font-size: 16px;
   margin-bottom: 10px;
    font-weight: 600;
}
.faqOL {
    counter-reset: item;
    padding-left: 10px;
}
.faqOL > li {
    display: block;
    margin-bottom: 5px;
}
.faqOL > li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
   
}

blockquote.testimonial:before {
    left: 7px;
    top: 5px;
    color: #0072bc;
    content: "\201C";
    font-size: 60px;
    font-style: normal;
    line-height: 1;
    position: absolute;
}
blockquote.testimonial {
    background: #f2f8fb;
    border-radius: 5px;
    border: 0;
    font-family: Georgia,serif;
    font-style: italic;
    margin: 0;
    padding: 20px 15px 20px 35px;
    position: relative;
}
.tdata{
    padding:5px 5px;
}
.trow{
    border:1px solid #ccc;
    padding-left: 0px;
    padding-right: 0px;
}
.entraceTxt{
    font-size:16px;
    font-weight: bold;
}
.qucheding{
    font-size:18px;
    color:#1452ff;
    font-weight: bold;
}
.qucSub{
    font-size:14px;
     color:#000; 
    font-weight: bold;
}
.qucSub a{
   color:#000; 
}
.localItaic{
    color: #000;
    font-weight: bold;
    font-size: 15px;
}
.faqTxtlink{
    color: #000;
}
.faqTxtlink:hover{
    color: #000;
}
.tablHeding h6{
    text-align: center;
    color: #ffffff;
}
.tablHeding{
    background-color: #000;
    
}
.gallery {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-width: 33%;
-moz-column-width: 33%;
column-width: 33%; }
.gallery .pics {
-webkit-transition: all 350ms ease;
transition: all 350ms ease; }
.gallery .animation {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }


@media (max-width: 480px) {
.gallery {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-width: 100%;
-moz-column-width: 100%;
column-width: 100%;
}
}

@media (max-width: 320px) {
.gallery {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-width: 100%;
-moz-column-width: 100%;
column-width: 100%;
}
}


@media (max-width: 400px) {
.btn.filter {
padding-left: 1.1rem;
padding-right: 1.1rem;
}
}
.top-home a{
    font-size: 14px;
    font-weight: bold;
    color: #f67f2b;
}
.moreDetails{
    font-size: 14px;
    font-weight: bold;
    color: #f67f2b;
}
.moreDetails:hover{
    font-size: 14px;
    font-weight: bold;
    color: #f67f2b;
}
.thankful{
    color: #f67f2b;
}
.meeting{
    color: #f67f2b; 
}
.eastCost{
    color: #1452ff;
}
.morePack a{
    color: #000;
    line-height: 2;
}
.morePack a:hover{
    color: #000;
}
.socialTxt{
/*    font-weight:600;*/
    font-size: 16px;
}
.foot-img{
    padding-left: 0px;
    padding-right: 0px;
    
}
header#top-header.shrink a.navbar-brand img {
/*    max-width: 170px;*/
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
header#top-header.shrink a.navbar-brand img {
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
header#top-header a.navbar-brand img {
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}
/*a.navbar-brand img {
    max-width: 261px;
}*/
header#top-header a.navbar-brand img {
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}
