body{
	overflow-x: hidden !important;
}
section{
    padding: 100px 100px;
}
a{
    outline: none;
    transition: 0.5s;
}
a:focus{
    outline: none !important;
}
.cnt-img{
    width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1 / 1; display: block;
}

header .item {
  /* height:650px; */
  height: 100%;
  position: relative;
}
header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .item .cover {
  padding: 0 0 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
}
header .item .cover .header-content {
padding: 0px 200px;
  overflow: hidden;
  text-align: center;
  margin-top: 100px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
header .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
header .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
header .item .cover .header-content h1 {
    font-family: 'GT America Trial Cm Bl';
    font-size: 4.5rem;
    line-height: 5rem;
    font-weight: bold;
    letter-spacing: -.02em;
    text-transform: uppercase !important;
    margin: 0px !important;
    color: #fff;
}
header .item .cover .header-content h4 {
  font-size: 23px;
  font-family: 'Tahoma';
  font-weight: normal;
  line-height: 38px;
  color: #fff;
  margin: 0 0 30px 0;
}
header .item .cover .header-content p{
    font-family: 'GT America Trial Md';
    font-size: 1.5rem !important;
    line-height: 2.5rem;
    font-weight: 500 !important;
    margin: 30px 0px 40px !important;
}
header .item .cover .header-content p a.btn{
    background: #FFC719 !important;
    color: #202020 !important;
    font-family: 'GT America Trial Rg';
    font-weight: 600;
    transition: 0.5s;
    border: 1px solid #FFC719 !important;
    border-radius: 0px !important;
    text-transform: uppercase;
    padding: 12px 30px 10px !important; 
    font-size: 1rem;
}
header .item .cover .header-content p a:hover.btn{
    border: 1px solid #FFC719 !important;
    background: #003A66 !important;
}
header .item .cover .header-content p a.whiteLink{
  color: #fff;
  margin: 0 0 10px 10px;
}
header .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
header .owl-item.active p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
header .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(255, 199, 25, 1) !important;
  width: 40px;
  cursor: pointer;
  height: 45px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
  border: 1px solid rgba(255, 199, 25, 1);
}
header .owl-nav .owl-prev span {
  font-size: 1.8875rem;
  color: #000;
  line-height: 20px;
}
header .owl-nav .owl-prev:focus {
  outline: 0;
}
header .owl-nav .owl-prev:hover {
  background: #003A66 !important;
  border: 1px solid rgba(255, 199, 25, 1);
	color: #fff !important;
}
header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(255, 199, 25, 1) !important;
  width: 40px;
  cursor: pointer;
  height: 45px;
  display: block;
  z-index: 1000;
  border-radius: 0;
  border: 1px solid rgba(255, 199, 25, 1);
}
header .owl-nav .owl-next span {
  font-size: 1.8875rem;
  color: #000;
  line-height: 20px;
}
header .owl-nav .owl-next:focus {
  outline: 0;
}
header .owl-nav .owl-next:hover {
  background: #003A66 !important;
  border: 1px solid rgba(255, 199, 25, 1);
	color: #fff !important;
}
header:hover .owl-prev {
  left: 0px;
  opacity: 1;
	color: #fff !important;
}
header:hover .owl-next {
  right: 0px;
  opacity: 1;
	color: #fff !important;
}
header .owl-nav .owl-next:hover span, header .owl-nav .owl-prev:hover span {
	color: #fff !important;
	
}


.bdr-radius-img{
    border-radius: 30px;
}
/*.sticky-top .navbar-nav img{
    margin-top: 18px;
}*/
.sticky-top .translation-links li {
    display: inline-block;
    margin-top: 3px;
}
.bgWhite{
    background: #fff !important;
}
.home-bt:hover, a:hover.home-bt{
    border: 1px solid #FFC719;
    background: #003A66 !important;
}
.navbar-light .navbar-nav .nav-link:hover:before, .navbar-light .navbar-nav .nav-link.active:before {
    top: 15px;
    opacity: 1;
}
/* {
    padding: 90px 100px;
    background: #fff;
} */
.paddLeftRight0{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.bglightGrey {
    background: #faf8f5 !important;
}
.rightPara{
    padding: 100px 0 10px 100px;
}
.rightPara.leftText{
    padding: 100px 100px 10px 0 !important;
}
.rightPara h2{
    font-size: 46px;
    line-height: 46px;
/*letter-spacing: .008rem;
	font-family: 'Canela', serif !important;
    font-weight: normal;*/
	font-family: 'GT America Trial Cm Bl';
    font-weight: bold;
    margin-bottom: 2.5rem;
    /* text-transform: capitalize; */
    text-transform: uppercase;
}
.rightPara p,  p{
    font-family: 'Riviera Nights Trial';
    font-size: 18px;
    font-weight: 300;
    color: #000;
    line-height: 1.5rem;
    margin-bottom: 25px;
}
.rightPara ul{
	padding: 0;
	margin: 0;
}
.rightPara ul li{
	list-style: none;
	background: url(../img/listingpoint.png) no-repeat left 3px;
	padding-left: 30px;
	margin: 10px 0;
	font-size: 18px;
	color: #000;
	display: block;
}
a.btnReadmore, .btnReadmore{
    border:1px solid #003a66;
    color: #003a66;
    background: transparent;
    margin: 20px 0 0 0;
    padding: 12px 50px 10px 50px;
    line-height: 20px;
    border-radius: 50px;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Riviera Nights Trial';
    display: inline-block;
    font-weight: 300;
}
a:hover.btnReadmore, .btnReadmore:hover, a:focus.btnReadmore, .btnReadmore:focus{
    border:1px solid #003a66;
    color: #fff;
    background: #003a66;
}
 h2{
/*	font-size: 3.8rem;
	font-size: 3.5rem;*/
	font-size: 3.3rem;
    line-height: 4rem;
    color: #00123a;
    text-transform: uppercase;
    font-family: 'GT America Trial Cm Bl';
}
 h2.headingGallery{
    font-size: 48px !important;
    font-family: 'Kepler Std Display', serif !important;
    font-weight: normal;
    color: #00123a;
    /* margin-bottom: 60px !important; */
	text-transform: inherit !important;
}
.swiper-slider img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges; 
}
.swiper-button-next::after, .swiper-button-prev::after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 1rem;
  width: 2rem;
  height: 2rem;
  opacity: 0.75;
  border-radius: 50%;
  color: #fff;
  background: #00123a;
}
.hideOnTab{
    display: block;
}
.hideOnDesk{
    display: none;
}
.hideOnTab1{
    display: block;
}
.hideOnDesk1{
    display: none;
}
.margBotimg{
    margin-bottom: 25px;
}
.subPageBotBanner{
    background: url(../img/endless-summer-charter-seychelles-the-catamaran-botbanner.jpg);
    background-size: cover;
    padding: 140px 50px 120px 50px;
    text-align: center;
    min-height: 590px;
    position: relative;
}
.subPageBotBanner.contactBot{
	background: url(../img/endless-summer-charter-seychelles-the-catamaran-contact-botbanner.jpg);
    background-size: cover;
}
.subPageBotBanner .home-sec5-inner{
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    bottom: auto;
    transform: none;
}
.listingPoints{
    border-top:2px solid #00123a;
    border-bottom: 2px solid #00123a;
    padding:15px 0;
     margin: 10px 0 20px 0;
}
.listingPoints ul{
    padding: 0;
    margin: 0;
    width: 100%;
    display: block;
    position: relative;
}
.listingPoints ul li{
    list-style: none;
    width: 49%;
    display: inline-block;
    color:#00123a;
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 5px;
    font-family: 'Riviera Nights Trial';
    font-weight: 400;
    background: url(../img/listicon.jpg) no-repeat left 7px;
}
.uniqueExperience{
    background: url(../img/endless-summer-charter-seychelles-catamaran-cruise-unique-experience.jpg) no-repeat center top;
    background-size: cover;
    padding: 120px 50px;
    text-align: center;
    min-height: 600px;
    position: relative;
	display: block;
}
.paddTopSect{
	padding-top: 165px !important;
}
.uniqueExperience .home-sec5-inner{
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    bottom: auto;
    transform: none;
}
.uniqueExperience .home-sec5-inner p{
    font-size: 1.8rem;
    line-height: 2.5rem;
}
 h4{
    text-transform: uppercase;
    font-size: 35px;
    font-family: 'GT America Trial Cm Bl';
    font-weight: bold;
}
.margTopHeading{
	margin-top: 40px !important;
}
 p.smlText{
    color:#000;
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
    padding-right: 20px;
}
.home-sec2.visitNaturalPara {
    background-image: url(../img/endless-summer-charter-seychelles-catamaran-cruise-visit-natural-paradise.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 100px 0px !important;
}
.home-sec2-inner.borderBox{
    border:1px solid #fff;
}
.roundedImg{
    border-radius: 40px;
    width: 80%;
    margin-top: 20px;
}
.margBotImg{
    margin-bottom: 50px;
}
/*-- Google Translate --*/
/* #google_translate {
  /*  border: 1px solid red;
float: right; 
  width: 180px;
  padding: 20px;
  margin-left: 15px;  
} */

#google_translate_element {
  clear: both;
  margin-bottom: 10px;
}
#google_translate span { 
  margin-top: 5px;
  margin-right: 10px;
}
#goog-gt-tt {
  display: none;
  visibility: hidden;
}
.navbar-nav img{
	margin-top: 0;
	margin-right: 0;
}
/* google translater */ 
.cn, .de, .fr, .it, .jp, .mx, .pt, .ru,
.usa { display: inline-block; background: url('https://image.ibb.co/kLebiR/languages.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }
.cn { background-position: -0px -0px; width: 32px; height: 32px; }
.de { background-position: -32px -0px; width: 32px; height: 32px; }
.fr { background-position: -64px -0px; width: 32px; height: 32px; }
.it { background-position: -0px -32px; width: 32px; height: 32px; }
.jp { background-position: -32px -32px; width: 32px; height: 32px; }
.mx { background-position: -64px -32px; width: 32px; height: 32px; }
.pt { background-position: -0px -64px; width: 32px; height: 32px; }
.ru { background-position: -32px -64px; width: 32px; height: 32px; }
.usa { background-position: -64px -64px; width: 32px; height: 32px; }
.translation-links { list-style: none; padding: 0; margin: 0; border: 0; }
.translation-links li{display: inline-block; margin-top: 13px;}
.translation-links li a div { vertical-align: middle; border-radius: 50px; margin-right: 10px; height: 25px; width:25px; background: none !important; text-indent: 0 !important; }
.translation-links li a div img{width: 100%; height: auto;}
.translation-links li a { text-decoration: none; }
/*---------------------------*/

.home-sec2.weddingCruisebg{
	background: url(../img/endless-summer-charter-seychelles-soak-up-seychellois-culture.jpg) no-repeat center top !important;
	background-size: cover !important;
}
.home-sec2.grandLaDigueBeach{
	background: url(../img/endless-summer-charter-seychelles-grandla-diguebeach.jpg) no-repeat center top !important;
	background-size: cover !important;
}
.home-sec2.anseMarronlaDigue{
	background: url(../img/endless-summer-charter-seychelles-the-beautiful-beaches-anse-marron-de-la-digue.jpg) no-repeat center top !important;
	background-size: cover !important;
}
.home-sec2.theMostPopularDishes{
	background: url(../img/endless-summer-charter-seychelles-cooking-the-most-popular-dishes.jpg) no-repeat center top !important;
	background-size: cover !important;
}
.home-sec1 h4{
	color: #00123a;
    text-transform: uppercase;
    font-family: 'GT America Trial Cm Bl';
	padding: 0;
	margin: 10px 0 15px 0;
	font-size: 40px;
	font-weight: bold;
}
.home-sec1 .home-sec3-inner h4{
	 font-size: 1.7rem !important;
    line-height: 2rem !important;
    color: #00123a;
    text-transform: uppercase;
    font-family: 'GT America Trial Cm Bl';
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 500;
}
.home-sec1 .home-sec3-inner p.textSmall{
	font-size: 1.1rem;
    line-height: 1.7rem;
}
.priceSect{
	text-align: left;
	padding: 20px;
	margin: 0 20px 60px 20px;
	background: #faf8f5;
	border-radius: 10px;
	border: 2px solid #fff;
	box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.2);
-webkit-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.2);
}
.priceSect p{
	margin: 25px 0 15px 0;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
.priceSect p span{
	font-style: italic;
	font-weight: normal;
	color: #003a66;
}
.priceSect h2{
	font-size: 40px;
}
.priceSect ul{
	padding: 0;
	margin: 0;
}
.priceSect ul li{
	list-style: none;
	background: url(../img/listingpoint.png) no-repeat left 3px;
	padding-left: 30px;
	margin: 10px 0;
	font-size: 18px;
	color: #000;
	width: 49%;
	display: inline-block;
}
.newsSect, a.newsSect{
	text-align: left;
	padding: 20px;
	margin: 0 20px 60px 20px;
	background: #faf8f5;
	border-radius: 10px;
    display: block  ;
	border: 2px solid #fff;
    text-align: center;
	box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.2);
}
.newsSect:hover, a:hover.newsSect{
    background: #faf8f5;
    border: 2px solid #fff;
    box-shadow: -1px 0px 7px 0px rgba(0,0,0,0.7);
    -webkit-box-shadow: -1px 0px 7px 0px rgba(0,0,0,0.7);
    -moz-box-shadow: -1px 0px 7px 0px rgba(0,0,0,0.7);
}
.newsSect h2, a.newsSect h2{
    font-size: 32px;
    padding: 0;
    margin: 15px 0 5px 0;
}
.contactForm{
	padding: 0 0 0 50px;
}
.textinput{
	width: 100%;
	border: 1px solid #ddd;
	padding: 15px 0 15px 15px;
	margin: 0 0 20px 0;
	font-size: 15px;
	color: #444;
    background-color: #fff;
	display: block;
}
.textinput:focus{
	border-color: #bbb;
	outline: none;
}
.contactForm label {
    display: inline-block;
    cursor: pointer;
    color: #444;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 0 5px 1px;
    width: 100%;
}
.contactInfo{
	background: #2B3A42;
    color: #fff;
	padding: 40px 15px;
}
.contactInfo h2{
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
    font-size: 37px;
    padding: 0;
	margin-bottom: 45px;
	display: block;
	text-align: center;
	font-family: 'GT America Trial Cm Bl';
}
.contactInfo h4{
    border-bottom: 1px solid rgba(240,240,240,.15);
    width: 100%;
    padding: 0 0 10px;
    margin: 0 0 20px 0;
	display: block;
	color: #fff;
	font-family: 'GT America Trial Cm Bl';
	text-transform: uppercase;
}
.contactInfo p{
	font-size: 16px;
	padding: 0;
	margin: 0 0 20px 0;
    color: #fff !important;
}
.mapG{
	height: 750px;
}
.spaceRight{
	padding-right: 30px;
}
.spaceRight a{
	color: #fff;
	text-decoration: none;
	word-wrap: break-word;
}
.spaceRight a:hover, .spaceRight a:focus{
	text-decoration: underline;
	color: #fff;
}
/* .spaceRight span{
	background-color: #FFC719;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    padding: 8px 0 0 0;
	font-size: 14px;
	line-height: 10px;
    color: #00123a;
	transition: 0.5s;
	text-align: center;
	float: left;
	display: inline-block;
	margin: 0 10px 10px 0;
} */


.spaceRight span {
    width: 30px;
    height: 30px;
    color: #00123a;
    transition: 0.5s;
    text-align: center;
        display: flex;
    align-items: center;
    justify-content: center;
        background-color: #FFC719;
    border-radius: 100%;
    padding: 0px !important;
    margin-right: 10px;
}
.spaceRight span svg {

    width: 30px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.spaceRight a.socialLink{
	display: inline-block;
	background-color: #FFC719;
    border-radius: 50px;
    width: 40px;
    height: 40px;
	font-size: 18px;
	padding: 8px 0 0 0;
	margin: 0 10px 10px 0;
	text-align: center;
	color: #00123a;
	transition: 0.5s;
}
.spaceRight a:hover.socialLink, .spaceRight a:focus.socialLink{
	text-decoration: none;
	color: #FFC719;
	background: #00123a;
}
/* .pushdownHead30{
	margin-top: 30px;
}
.pushdownHead40{
	margin-top: 40px;
}
.pushdownHead50{
	margin-top: 50px;
}
.pushdownHead{
	margin-top: 65px;
}
.pushdownHead75{
	margin-top: 75px;
}
.pushdownHead85{
	margin-top: 85px;
}
.pushUpHeading{
	margin-top: -30px;
}
.pushUpHeading50{
	margin-top: -50px;
} */
.selectInput{
	background: url(../img/arrowinput.jpg) no-repeat right 7px !important;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none; 
	
}
.selectInput:after{
	content: none;
}
.home-bt:hover, a:hover.home-bt {
color: #fff !important;
}
.btn.btn.btn-primary:hover {
    color: #fff !important;
}
header .item .cover .header-content p a:hover.btn{
	color: #fff !important;
}
.dropdown .dropdown-menu a:hover {
    color: #fff !important;
}
.dropdown-item{
	padding: 12px 16px;
	border-bottom: 1px solid #ccc;
}
.dropdown-item:last-child{
	border-bottom: none !important;
}


/*--- Media Css ---*/
@media(max-width:1440px){
    .rightPara{
        padding: 100px 0 50px 50px;
    }
    .rightPara.leftText{
        padding: 100px 50px 50px 0 !important;
    }
 
	.rightPara{
		padding-top: 0;
	}
	.rightPara.leftText{
		padding-top: 0 !important;
	}
}
@media(max-width:1400px){
     h4{
        font-size: 25px;
    }
     p.smlText{
        font-size: 16px;
        line-height: 24px;
    }
}
@media(max-width:1366px){
    .navbar-light .navbar-nav .nav-link{
        font-size: .80rem;
    }
	.contactForm{
    	padding: 0;
	}
	 h2.headingGallery br{
		display: none;
	}
	.home-sec1 p br, .home-sec2 p br{
		display: none;
	}
}
@media(max-width:1280px){
    .navbar-light .navbar-nav .nav-link{
        font-size: 12px;
        margin-right: 10px;
    }
    .rightPara{
        padding: 30px 0 50px 30px;
    }
    .rightPara.leftText{
        padding: 30px 30px 50px 0 !important;
    }
     h2.headingGallery br{
        display: none;
    }
	.pushdownHead {
		margin-top: 0px;
	}
	.pushdownHead85 {
		margin-top: 0px;
	}
	 h2 {
		font-size: 2.5rem;
		line-height: 3.2rem;
	}
}
@media(max-width:1024px){
    .navbar-light .navbar-nav .nav-link{
        font-size: 10px;
        margin-right: 10px;
        padding: 20px 0;
    }
    #navbarCollapse .btn.btn-primary{
        font-size: 12px;
        padding: 5px 5px !important;
    }
    #navbarCollapse .top-search{
        margin-right: 10px !important;
    }
    .navbar-light .navbar-brand img {
        max-height: 40px;
        transition: .5s;
    }
    .sticky-top .navbar-light .navbar-brand img {
        max-height: 40px;
    }
/*
    .navbar-nav img{
        margin-top: 20px;
    }
*/
    header .item .cover .header-content h1{
        font-size: 3.2rem;
        line-height: 4rem;
    }
    header .item .cover .header-content h4 {
        font-size: 20px;
    }
    header .item .cover .header-content p a.btn{
        padding: 7px 20px 5px !important;
        font-size: 14px;
    }
    .home-sec1 h2, .home-sec2 h2, .home-sec4 h2, .home-sec5 h2,  h2{
        font-size: 2.5rem;
		line-height: 3.2rem;
    }
    .home-sec1 p, .home-sec2 p, .home-sec5 p{
        font-size: 1.1rem;
        line-height: 1.8rem;
        margin: 20px 0px 20px;
    }
     h2.headingGallery{
        font-size: 36px !important;
    }
     .rightPara{
        padding: 0 0 50px 30px;
    }
    .rightPara.leftText{
        padding: 0 30px 50px 0 !important;
    }
    .rightPara p{
        font-size: 16px;
    }
    a.btnReadmore, .btnReadmore{
        font-size: 15px;
        font-weight: 400;
    }
    .rightPara p{
        margin-bottom: 15px;
    }
    a.btnReadmore, .btnReadmore{
        margin-top: 5px;
    }
	.home-sec1 p br, .home-sec2 p br, .home-sec5 p br{
		display: none;
	}
	.translation-links li{
		margin-top: 0;
	}
	video{
		height: auto !important;
	}
}
@media(max-width:1000px) {
    .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link, .sticky-top .navbar-light .navbar-nav .nav-link{
        padding: 6px 0;
    }
    .navbar-light .navbar-brand img{
        max-height: 55px;
        transition: .5s;
    }
    .home-sec1 br{
        display: none;
    }
    .home-sec1 p, .home-sec2 p, .home-sec5 p{
        font-size: 1rem;
    }
    .home-sec2-inner{
        padding: 30px !important;
    }
    .home-sec4-inner{
        padding: 15px;
    }
    .home-sec4 h5{
        font-size: 1rem;
        line-height: 1rem;
    }
	.spaceRight{
		margin-top: 30px;
	}
	.hideDiv{
		display: none;
	}
}
@media(max-width:990px){
	.navbar-light .navbar-nav .nav-link {
       font-size: 15px;
		padding: 12px 15px;
	}
	.navbar.navbar-expand-lg .navbar-toggler:focus{
		outline: none;
		box-shadow: none;
	}
	.tabViewLang{
		position: absolute;
		right: 63px;
		top: 15px;
	}
	.navbar .btn-primary{
	padding: 3px 3px !important;
    margin: 15px 0 0 0;
    margin-bottom: 0px;
    position: absolute;
    right: 172px;
    top: 0;
  
	}
	.top-search{
		position: absolute;
		right: 135px;
		top: 18px;
	}
	.home-sec1 p, .home-sec2 p, .home-sec5 p {
        font-size: 1.2rem;
    }
	.navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 15px;
	}
	.hideOnTab1{
        display: none;
    }
    .hideOnDesk1{
        display: block;
    }
}

@media(max-width:768px){

    .subPageBotBanner{padding: 120px 5px;   }

    section {
  padding: 40px 0px;
}
.uniqueExperience .home-sec5-inner p {
  font-size: 24px;
  line-height: 30px;
}

header .item .cover .header-content p{margin-top: 0px !important;}


 header .item .cover .header-content{padding: 0px;}

    header .item .cover .header-content h1 {
        font-size: 2.8rem;
        line-height: 3.1rem;
    }
    header .item .cover .header-content h4 {
        font-size: 16px; line-height: 24px;
    }
    .home-sec5-inner {
        position: absolute;
        top: 50%;
        left: 30%;
        transform: translate(-15%, -50%);
    }
    video{
        height: auto;
    }
    header .item {
        height: 370px;
    }
    .home-sec4-inner img{
        width: 35px;
    }
    .rightPara, .rightPara.leftText{
        padding: 0 !important;
    }
    .rightPara h2{
        margin-bottom: 2rem;
        margin-top: 2rem;
    }
    
     h2.headingGallery {
        font-size: 28px !important;
        line-height: 38px;
    }
    .uniqueExperience .home-sec5-inner br{
        display: none;
    }
    .roundedImg{
        border-radius: 10px;
    }
    .home-sec2 h2 br{
          display: none;
    }
    .visitNaturalPara p br{
        display: none;
    }
	.contactForm{
    	padding: 0;
		margin-bottom: 50px;
	}
	.hideOnTab{
        display: none;
    }
    .hideOnDesk{
        display: block;
    }
}
@media(max-width:600px){
	.navbar-light .navbar-brand img {
        max-height: 40px;
        transition: .5s;
    }
	 .home-sec1 p, .home-sec2 p, .home-sec5 p{
        line-height: 1.5rem;
    }
	.rightPara p {
        font-size: 19px;
        line-height: 30px;
    }
	header .item .cover .header-content h4 br{display: none}
}
@media(max-width:550px){
    .home-sec1 h2, .home-sec2 h2, .home-sec4 h2, .home-sec5 h2,  h2{
        font-size: 2.5rem;
        line-height: 3rem;
    }
   
    .home-sec5-inner {
        position: absolute;
        top: 50%;
        left: 10%;
        transform: translate(-0%, -30%);
    }
}