
:root {
  --theme-color: #ff681a;
  --theme-color2: #37d4d9;
  --secondary-color: #111330;
  --title-color: #1c1c1c;
  --body-color: #505050;
  --smoke-color: #f7f7f7;
  --black-color: #000000;
  --white-color: #ffffff;
  --yellow-color: #fec624;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #ffccb1;
  --bg-color1: #fff5f0;
  --bg-color2: #f5f5f5;
  --title-font: "Jost", sans-serif;
  --body-font: "Jost", sans-serif;
  --icon-font: "Font Awesome 5 Pro";
  --main-container: 1220px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 80px;
  --ripple-ani-duration: 5s;
}










.benefits--layout1 {
  position: relative;
  z-index: 1;
}





.destiniation-layout1 .slick-current .destination-style3 {
  width: 500px !important;
}
.destiniation-layout1 .slick-current .destination-style3::before,
.destiniation-layout1 .slick-current .destination-style3 .destination-info {
  opacity: 1;
  visibility: visible;
  transition: all ease 0.4s;
}
.destiniation-layout1 .slick-current .destination-style3::before .destination-text,
.destiniation-layout1 .slick-current .destination-style3 .destination-info .destination-text {
  visibility: visible;
  opacity: 1;
}
.destiniation-layout1 .slick-dots {
  margin: 100px 0 0px 0;
  z-index: 9;
}
.destiniation-layout1 .slick-dots button {
  font-size: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  line-height: 0;
  background-color: #D9D9D9;
  border: none;
  transition: all ease 0.4s;
  position: relative;
  display: inline-block;
  border-radius: 50%;
}
.destiniation-layout1 .slick-dots .slick-active button {
  border-radius: 10px;
  width: 50px;
  background-color: var(--theme-color);
}
.destiniation-layout1 .destination-list li {
  list-style: none;
  padding-top: 10px;
  padding-left: 0;
  position: relative;
}

.testimonial-style6 {
  padding-bottom: 240px;
}
.testimonial-style6 .title-area {
  margin-bottom: 75px;
}
.testimonial-style6 .title-area .sec-title {
  color: var(--white-color);
}
.testimonial-style6 .slick-arrow {
  background-color: transparent;
  color: var(--theme-color);
}
.testimonial-style6 .slick-arrow:hover {
  color: var(--theme-color2);
  border-color: var(--theme-color2);
}
.testimonial-style6 .testi-content {
  text-align: right;
  padding-left: 100px;
}
.testimonial-style6 .testi-content .testi-text {
  color: var(--white-color);
}
.testimonial-style6 .testi-content .testi-degi {
  color: var(--theme-color2);
}
.testimonial-style6 .testi-content .testi-name {
  color: var(--white-color);
}
.testimonial-style6 .testi-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonial-style6 .testi-style6 {
  border: 1px solid var(--white-color);
  background-color: var(--black-color);
  padding: 30px;
  border-radius: 30px 0;
  position: relative;
}
.testimonial-style6 .testi-avater {
  position: absolute;
  bottom: 0;
  left: 0;
}
.testimonial-style6 .testi-avater .img {
  position: relative;
}
.testimonial-style6 .testi-avater .img::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0px;
  width: 104%;
  height: 104%;
  background-color: var(--theme-color2);
  border-radius: 100%;
}
.testimonial-style6 .testi-avater img {
  width: 100%;
  border-radius: 70px 70px 70px 0px;
  position: relative;
  z-index: 1;
}

.blog-layout1 .blog-style3 {
  padding: 0;
  box-shadow: 0px 0px 15px rgba(50, 36, 29, 0.15);
}
.blog-layout1 .blog-style3 .blog-top {
  margin-bottom: 10px;
}
.blog-layout1 .blog-style3 .blog-top .blog-link svg {
  margin-right: 5px;
}
.blog-layout1 .blog-style3 .blog-top .blog-link:first-child {
  border-right: 1px solid #505050;
  line-height: 60%;
  display: inline-block;
  padding-right: 20px;
  margin-right: 10px;
}
.blog-layout1 .blog-style3 .blog-title {
  margin-bottom: 15px;
}
.blog-layout1 .blog-style3 .blog-text {
  margin-bottom: 25px;
}
.blog-layout1 .blog-style3 .blog-date {
  font-size: 24px;
  margin-right: 0;
  color: var(--white-color);
  background-color: var(--theme-color);
  padding: 10px;
  line-height: 60%;
  border-radius: 0 0 5px 5px;
  text-transform: uppercase;
}
.blog-layout1 .blog-style3 .blog-date span {
  margin-top: 5px;
  font-size: 14px;
  display: block;
}
.blog-layout1 .blog-style3 .blog-bottom {
  padding-top: 0;
}
.blog-layout1 .blog-style3 .blog-bottom .link-btn {
  color: var(--theme-color);
  margin-top: 16px;
}
.blog-layout1 .blog-style3 .blog-bottom .link-btn:hover {
  color: var(--theme-color2);
}
.blog-layout1 .blog-style3 .blog-bottom .link-btn::before {
  content: none;
}
.blog-layout1 .blog-style3 .blog-content {
  padding: 0px 35px 35px 35px;
}
.blog-layout1 .blog-style3 .blog-img {
  border-radius: 10px 10px 0px 0px;
}
.blog-layout1 .blog-style3 .blog-img img {
  width: 100%;
}
.blog-layout1 .slick-arrow i {
  color: var(--theme-color);
}
.blog-layout1 .slick-arrow:hover i {
  color: var(--white-color);
}

.benefits--layout1 .accordion-style1 .number {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-family: var(--body-font);
  background-color: var(--secondary-color);
  border-radius: 100%;
  color: var(--title-color);
  text-align: center;
  margin-right: 15px;
  font-size: 14px;
}
.benefits--layout1 .accordion-style1 .accordion-button {
  padding: 18px 80px;
  line-height: 32px;
  position: relative;
  max-width: 100%;
  color: var(--black-color);
  background-color: #F5F5F5;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  border: none;
  box-shadow: none;
  
  text-transform: capitalize;
}
.benefits--layout1 .accordion-style1 .accordion-button.collapsed .number {
  background-color: #315557;
  color: var(--white-color);
}
.benefits--layout1 .accordion-style1 .accordion-button::after {
  content: none;
}
.benefits--layout1 .accordion-style1 .accordion-button::before {
  content: "\f067";
  font-family: var(--icon-font);
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  font-weight: 300;
  transition: all ease 0.4s;
  width: 40px;
  height: 40px;
  display: block;
  background: var(--theme-color2);
  line-height: 40px;
  color: var(--white-color);
}
.benefits--layout1 .accordion-style1 .accordion-button:not(.collapsed):before {
  content: "\f068";
  color: var(--white-color);
}
.benefits--layout1 .accordion-style1 .accordion-body {
  padding: 3px 5px 0px 80px;
  background-color: var(--smoke-color);
}
.benefits--layout1 .accordion-style1 .accordion-item {
  padding: 0;
  margin: 0 0 15px 0;
  border: none;
  background-color: #F5F5F5;
  border-radius: 30px;
  overflow: hidden;
}
.benefits--layout1 .accordion-style1 .accordion-collapse {
  border: none;
}
.benefits--layout1 .img1 {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 46%;
  min-width: unset;
  max-height: 670px;
  min-height: unset;
  top: 0;
  left: 0;
  border-radius: 0 50px 50px 0;
}
.benefits--layout1 .meta-inner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
  background-color: var(--theme-color);
  border-radius: 60px;
  padding: 28px;
  margin-top: 120px;
  border: 2px solid var(--white-color);
  box-shadow: 0px 0px 15px rgba(50, 36, 29, 0.15);
}
.benefits--layout1 .meta-inner .img {
  margin-right: 28px;
}
.benefits--layout1 .meta-inner .content .content-title {
  color: var(--white-color);
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.benefits--layout1 .meta-inner .content .content-text {
  color: var(--white-color);
  margin-bottom: 0;
}

@media only screen and (max-width: 1820px) {
  .header-layout6 .main-menu {
    text-align: right !important;
  }
  .header-layout6 .vs-logo {
    left: 0;
  }
  .header-layout6 .header-btns {
    display: none;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .header-layout6 .main-menu {
    text-align: right;
  }
  .header-layout6 .vs-logo {
    left: 0;
  }
  .header-layout6 .header-btns {
    display: none;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .package-layout1 .package-content {
    margin-top: 20px;
  }
  .package-layout1 .package-content .package-text {
    margin-bottom: 15px;
  }
  .testimonial-style6 {
    padding-bottom: 120px;
  }
  .package-layout1 .package-title {
    font-size: 24px;
  }
  .about-layout1 {
    padding-bottom: 210px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .header-layout6 .sticky-wrapper {
    background-color: var(--white-color);
  }
  .header-layout6 .container::before {
    display: none;
  }
  .header-layout6 .vs-logo {
    position: relative;
    top: 0;
    transform: unset;
    left: 0;
    background-color: var(--theme-color);
    padding: 0px 20px;
    border-radius: 0;
  }
  .hero-layout3 .hero-bottom {
    display: none;
  }
  .hero-layout3 .hero-img {
    max-width: 300px;
    margin: 0 auto;
  }
  .hero-layout3 .hero-mask {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  .hero-layout3 .hero-content .hero-title {
    font-size: 62px;
  }
  .offer-layout1 .title-area {
    margin: 30px 15px;
  }
  
#header .head-cnt{
    float: right;
    margin-top: 13px;
}
#header .head-cnt ul{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
#header .head-cnt ul li{
    padding: 0 0 5px 35px;
    margin: 0px;
    list-style-type: none;
    font-size: 23px;
    position: relative;
}

#header .head-cnt ul li a{
    color: #1E73BE;
    text-decoration: none;
}

#header .head-cnt ul li i {
    position: absolute;
    left: 0;
    top:-2px;
}

#banner{
    position: relative;
    
    /*background-attachment: fixed;*/
    background-position: left top;
    background-repeat: no-repeat;


}

#banner .banner-warp{
    
}

#banner .banner-text h1 {
    font-size: 55px;
    font-family: 'proxima_nova_blblack';
    color: #fff;
    line-height: 60px;
    margin-bottom: 0px;
    margin-top: 15px;
}
#banner .banner-text h4 {
    font-size: 38px;
    color: #1E73BE;
    font-family: 'proxima_nova_rgbold';
    line-height: 36px;
    margin-bottom: 30px;
}

#banner .destination{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

 #banner .destination li {
    padding: 0 13px 0 0;
    color: #fff;
    font-size: 16px;
    margin: 0 10px 0 4px;
    list-style-type: none;
    display: inline-block;
    font-family: 'proxima_nova_ththin';
    border-right: solid 1px #1E73BE;
    line-height: 14px;
}
#banner .destination li:last-child {
    border-right: none;
}
#banner .trusted{
    padding: 0px;
    margin: 40px 0 0 0;
    list-style-type: none;
    display: inline-block;;
}

#banner .trusted li{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    border-bottom: solid 1px #fff;
    display: block;
    color: #fff;    
    font-size: 22px;
    line-height: 45px;
}

#banner .trusted li:last-child{
    border-bottom: none;
}

#banner .trusted li i{
    color: #1E73BE;    
}

#banner .free-quotes{
background-color: rgba(0, 0, 0, 0.7);
	margin-top:10px;
	margin-bottom:10px;
	border-radius: 12px;
   
	
}
#banner .free-quotes .get-free{
    color: #fff;
    text-align: center;
    padding: 5px 0;
    font-size: 26px;
    position: relative;
	border-radius:0px;
	
}



#banner .free-quotes .get-free-qoute{
    padding: 0px;
	background-color:#FFFFFF;
}
#banner .free-quotes .get-free-qoute .form-control{
    border-radius: 0;
}

.btn-enq{
    background: #1E73BE;
    border: none;
  color: #FFFFFF;
  text-align: center;
    font-size: 18px;
    padding:6px 21px;
    color: #fff;
    font-weight:500;
    text-transform: uppercase;
	transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.btn-enq span{
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn-enq span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.btn-enq:hover span {
  padding-right: 25px;
}

.btn-enq:hover span:after {
  opacity: 1;
  right: 0;
}


.banner-2 {
    background: #40C119;
    width: 100%;
    padding: 10px 0;
    margin-top: 13px;
}

.banner-2 ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    text-align: center;
}

.banner-2 ul li {
    padding: 0 22px 0 0;
    margin: 0 22px 0 0;
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
}

.banner-2 ul li:last-child {
    border-right: none;
}

.banner-2 .abt-cmpny{
    color: #fff;
    text-align: center;
}

.banner-2 .abt-cmpny h6{
    font-size: 17px;
}

#top-packages{
    padding: 50px 0;
}

.h1-global{
    font-size: 44px;
    font-family: 'proxima_novaregular';
}
.h1-global span{
    font-family: 'proxima_nova_rgbold';
    color: #1E73BE;
}
.packages {
    margin-top: 0px;
}
.packages figure{
    position: relative;  
    -webkit-transition: all 0.8s ease; /* Safari and Chrome */
    -moz-transition: all 0.8s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 0.8s ease; /* Opera */
    transition: all 0.8s ease;
    transform:scale(1);
}
.packages figure:hover{
  -webkit-transform:scale(1); /* Safari and Chrome */
    -moz-transform:scale(1); /* Firefox */
    -ms-transform:scale(1); /* IE 9 */
    -o-transform:scale(1); /* Opera */
     transform:scale(1.06);
}

.overlay
{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+18,000000+100&0+70,0.89+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 18%, rgba(0,0,0,0) 65%, rgba(0,0,0,2.89) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 18%,rgba(0,0,0,0) 65%,rgba(0,0,0,2.89) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 18%,rgba(0,0,0,0) 65%,rgba(0,0,0,0 2.89) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e3000000',GradientType=0 ); /* IE6-9 */
}
.packages .all-free {
    position: absolute;
    bottom: 83px;
    left: -1px;
    padding: 8px 0 8px 0;
    font-weight: bold;
}
.packages .special-honymoon {
    position: absolute;
    bottom: 0px;
    left: 10px;
    padding: 8px 0 0 0;
    color: #fff;
    right: 10px;
    font-size: 18px;
    text-align: center;
    line-height: normal;
}
.packages .tag {
    position: absolute;
    width: 108px;
    top: 23px;
	color:#fff;
    background: #FC5B62;
    left: 0;
    padding: 8px 0 8px 18px;
    font-weight: bold;
    font-size: 18px;
    -webkit-border-top-right-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomright: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
}

.packages .budget {
    position: absolute;
    top: -8px;
    right: -7px;
}

.packages h2{
    font-size: 21px;
    font-family: 'proxima_novaregular';
    font-weight: 400;
}
.packages h2 span{
    color: #1E73BE;
}
.packages h3{
    font-size: 17px; 
    margin-bottom: 10px;
}
.packages h3 span{
    color: #1E73BE;
}
.itnry{
    padding: 2px 0;
    margin: 0;
    list-style-type: none;
    border-bottom: solid 1px #cfcfcf;
    border-top: solid 1px #cfcfcf;
 }
.itnry li{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: inline-block;
    width: 19%;
    text-align: center;
    font-size: 14px;
    color: #1E73BE;
}
.itnry li.active{
    color: #a3a3a3;
}
.itnry li.active figure {
    opacity: 0.3;
}
.itnry li figure{
    padding: 0px;
    margin: 0px;
}
.itnry li p{
    padding: 0px;
    margin: 0px;
}
.inclusions{
    margin-top: 20px;
}
.inclusions h5{
    font-size: 20px;
    font-weight: 600;
}
.inclusions a{
    color: #1E73BE;
}
.pkg-incusion{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.pkg-incusion li{
    padding: 0 0 0 15px;
    margin: 0 0 3px 0;
	font-size:14px;
	color:#000000;
    list-style-type: none;
    display: block;
    position: relative;
    background-image: url(../images/arrow-orng.png);
    background-repeat: no-repeat;
    background-position: left 6px;
}
.pkg-incusion li i{
    position: absolute;
    left: 0;
    top: 3px;
    color: #1E73BE;
}
.inclusions .read-collpse {
    position: absolute;
    right: 20px;
    margin-top: -10px;
}
.inclusions .read-collpse span {
    display: block;
}
.inclusions .read-collpse[aria-expanded="false"] i{
  display: none;
}
.inclusions .read-collpse[aria-expanded="true"] span{
  display: none;
}
.inclusions .read-collpse[aria-expanded="true"] i{
  display: block;
}

.price-tag {
    border-bottom: solid 1px #cfcfcf;
    border-top: solid 1px #cfcfcf;
    padding: 10px 0;
    margin-top: 20px;
    float: left;
    width: 100%;
}
.price-tag .price{
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    margin-top: 6px;
}
.price-tag .price small {
    display: block;
    text-decoration: line-through;
    color: #333;
}

.price-tag .price small i {
    text-decoration: line-through;
}

.btn-detail {
    display: inline-block;
    float: right;
    margin-top: 5px;
}

.btn-detail .btn{
    background: #1E73BE;
    border: none;
  color: #FFFFFF;
  text-align: center;
    font-size: 18px;
    padding:6px 21px;
    color: #fff;
    font-weight:500;
    text-transform: uppercase;
	transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.btn-detail .btn span{
cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;	
	
}

.btn-detail .btn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.btn-detail:hover span {
  padding-right: 25px;
}

.btn-detail:hover span:after {
  opacity: 1;
  right: 0;
}

#confused{
     background-image: url(../images/color-of-india.jpg);
    background-attachment: fixed;
    background-position: left top;
    background-repeat: no-repeat;
    padding: 50px 0;
	background-size: cover;
}
.white-color{
    color: #fff!important;
}
.requirement{
    background: #AE1819;
    border-radius: 8px;
    font-size: 20px;
	font-weight:600;
    padding: 10px 50px;
    color: #fff;
    text-transform: uppercase;
}
.requirement:hover{
    background: #1E73BE;
    color: #fff;
}

#book-online
{
    padding: 50px 0;
}
.why-book {
    border-right: dotted 1px #333;
    text-align: center;
    margin: 50px 0;
    height: 70%;
    padding: 0 20px;
}

.logo img
 {
    margin: 0 auto;
 } 
#thank-you {
    padding: 20px 0;
}      
}


