/*******************Reset Css****************/

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  /* -webkit-font-smoothing: antialiased; */
  -moz-osx-font-smoothing: grayscale;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}

p {
  margin: 0;
}

html,
body {
  padding: 0;
  margin: 0;
  border-radius: 0;
  overflow-x: hidden;
}

em {
  font-style: normal;
}



body {
  font-size: 16px;
  font-family: 'AvenirLTStd-Light';
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

a,
button,
input,
input[type="buttton"],
input[type="submit"],
.btn {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  outline: none !important;
  text-decoration: none;
  border: none;
  font-style: normal;
  text-decoration: none;
}

input {
  width: 100%;
}

img,
figure {
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  line-height: 100%;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'AvenirLTStd-Light';
  font-weight: 600;
}

input,
textarea {
  padding: 5px 10px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

/*Buttons*/

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #b6b6b6;
}

input.form-control:-moz-placeholder,
textarea.form-control:-moz-placeholder {
  opacity: 1;
  color: #b6b6b6;
}

input.form-control::-moz-placeholder,
textarea.form-control::-moz-placeholder {
  opacity: 1;
  color: #b6b6b6;
}

input.form-control:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
  opacity: 1;
  color: #b6b6b6;
}

textarea.form-control {
  resize: none;
}

.noradius {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                supported by Chrome and Opera */
}

.pointerNone {
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
}

.relative {
  position: relative;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

/* common button */
.basic_btn{
  line-height: 50px;
  padding: 0 35px;
  transition: all 0.3s ease-in-out;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  display: inline-block;
  border-radius: 30px;
  text-align: center;
  background-image: linear-gradient(0deg, #414d5d 0%, #878f9b 100%);
  border: 3px solid #fff;
  font-family: 'AvenirLTStd-Book';
  box-shadow: 14.052px 15.606px 29.5px rgba(0,0,0,0.21);
}
.basic_btn:hover{
  background-image: linear-gradient(0deg, #878f9b 0%, #414d5d 100%);
  color: #fff;
}
/* common button */

.all_svg{
  display: none;
}

/*******************Reset Css****************/

/* header */
.header-wrapper{
position: absolute;
z-index: 5;
left: 0;
right: 0;
top: 0;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.header-wrapper.shrink{
position: fixed;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
z-index: 9;
background-color: rgba(0,0,0,0.7);
box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.header-wrapper.scnd_hdr.shrink{
background-color: #fff;
}
.header-wrapper.shrink .nav_menu.navbar{
padding: 15px 0;
}
.header-wrapper.shrink .nav_menu .navbar-brand img{
width: 75%;
}
.nav_menu.navbar{
padding: 35px 0;
transition: all 0.3s ease-in-out;
}
.nav_menu .navbar-brand{
padding: 0;
margin: 0;
}
.nav_menu .navbar-brand img{
width: 85%;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.nav_menu .navbar-nav{
font-size: 0;
}
.nav_menu .nav-item{
display: inline-block;
padding: 0 20px;
position: relative;
}
.nav_menu .nav-item a.nav-link{
font-size: 20px;
line-height: 24px;
color: #fff;
display: inline-block;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
padding: 0;
text-transform: capitalize;
position: relative;
font-family: 'AvenirLTStd-Roman';
}
/*Changes - 3.7.20*/
.nav_menu .nav-item a.nav-link::after{
content: "";
position: absolute;
bottom: -18px;
left: -15px;
right: -15px;
height: 3px;
border-radius: 20px;
background-color: #fff;
transition: all 0.3s ease-in-out;
opacity: 0;
}
.nav_menu .nav-item a.nav-link::before{
content: "";
position: absolute;
bottom: -15px;
left: 50%;
-webkit-transform:translateX(-50%);
-ms-transform:translateX(-50%);
transform:translateX(-50%);
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
transition: all 0.3s ease-in-out;
opacity: 0;
}
.scnd_hdr .nav_menu .nav-item a.nav-link::before{
display: none;
}
.scnd_hdr .nav_menu .nav-item a.nav-link::after{
content: "";
position: absolute;
bottom: -22px;
left: -20%;
right: auto;
transition: all 0.8s ease-in-out;
opacity: 0;
background-image: url("../images/web_bar.png");
width: 100%;
height: 15px;
background-position: center center;
background-repeat: no-repeat;
background-size: 100%;
border-radius: 0;
}
.nav_menu .nav-item a.nav-link:hover, .nav_menu .nav-item.active a.nav-link{
text-decoration: none;
color: #fff;
}
.nav_menu .nav-item a.nav-link:hover::after, .nav_menu .nav-item.active a.nav-link::after{
opacity: 1;
}
.scnd_hdr .nav_menu .nav-item a.nav-link:hover::after, .scnd_hdr .nav_menu .nav-item.active a.nav-link::after{
opacity: 1;
left: 0;
}
.nav_menu .nav-item a.nav-link:hover::before, .nav_menu .nav-item.active a.nav-link::before{
opacity: 1;
}
.header_btn_area{
margin-left: 10px;
}
.header_btn_area .basic_btn{
line-height: 50px;
height: 58px;
padding: 0 15px;
transition: all 0.3s ease-in-out;
color: #fff;
font-size: 26px;
display: inline-block;
border-radius: 20px;
text-align: center;
background-color: rgba(0, 35, 73, 0.1);
border: solid #fff 6px;
font-family: 'Avenir-Heavy';
background-image: none;
}
.header_btn_area .basic_btn:hover{
background-color: rgba(0, 35, 73, 1);
border-color: rgba(0, 35, 73, 1);
color: #fff;
}
.scnd_hdr .basic_btn {
border-color: #002349;
color: #002349;
background-color: #fff;
box-shadow: none;
}
.scnd_hdr .nav_menu .nav-item a.nav-link{
color: #002349;
}
/* .scnd_hdr .nav_menu .nav-item a.nav-link::after{
background-color: #002349;
} */
.scnd_hdr .nav_menu .nav-item a.nav-link::before{
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #002349;
}
.scnd_hdr .nav-item a.nav-link:hover, .scnd_hdr .nav-item.active a.nav-link{
color: #002349;
}
/*Changes - 3.7.20*/
/* .scnd_hdr .basic_btn{
border-color: #002349;
color: #002349;
background-color: #fff;
}
.scnd_hdr .basic_btn:hover{
color: #fff;
background-color: #002349;
} */
/* .header_btn_area .basic_btn{
background-image: linear-gradient(0deg, #878f9b 0%, #414d5d 100%);
box-shadow: none;
}
.header_btn_area .basic_btn:hover{
background-image: linear-gradient(0deg, #414d5d 0%, #878f9b 100%);
} */
/* header */

/* Banner */
.top_bnr{
position: relative;
background-color: #fff;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
height: 670px;
}
.top_bnr .container{
height: 100%;
}
.bnr_inner{
position: relative;
height: 100%;
}
.bnr_txt{
position: absolute;
right: 0px;
left: 0;
z-index: 1;
text-align: center;
top: 50%;
transform: translateY(-50%);
}
.bnr_txt h1 {
color: #ffffff;
text-shadow: 8.03px 8.918px 3.5px rgba(0,0,0,0.34);
font-size: 90px;
line-height: 84px;
font-family: 'AvenirLTStd-Black';
}
/* Banner */

/* About area */
.about_area_outr{
padding: 50px 0 55px;
}
.about_txt p{
font-size: 24px;
letter-spacing: -0.4px;
line-height: 38px;
color: #323436;
font-family: 'AvenirLTStd-Book';
}
.about_txt p span{
font-family: 'Avenir-Heavy';
font-size: 43px;
}
.about_txt p h3{
  font-family: 'Avenir-Heavy';
  font-size: 43px;
  }
.learn_more{
margin-top: 15px;
text-align: center;
}
.learn_more .basic_btn{
font-size: 20px;
}
/* About area */

/* Product item area */
.product_itm_row{
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
padding: 0 3px;
}
.product_itm{
width: 50%;
padding: 0 3px;
margin-bottom: 6px;
}
.product_itm_innr{
position: relative;
}
.product_itm_innr img{
width: 100%;
}
.product_itm_txt{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 35, 73, 0.5);
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
}
.product_itm_txt h4{
font-size: 60px;
line-height: 84px;
color: #fff;
font-family: 'AvenirLTStd-Black';
}
/* Product item area */

/* Descripsion area */
.descrip_outr{
padding: 65px 0 35px;
}
.descrip_inner{
display: flex;
align-items: flex-end;
}
.descrip_list{
width: 40%;
}
.description_hdng{
text-align: center;
}
.description_hdng h6{
margin-bottom: 20px;
font-size: 60px;
line-height: 84px;
color: #414d5e;
font-family: 'AvenirLTStd-Black';
}
.description_hdng h6 span{
font-size: 34px;
text-transform: uppercase;
font-family: 'AvenirLTStd-BlackOblique';
}
.descrip_list ul{
font-size: 0;
}
.descrip_list ul li{
position: relative;
font-size: 22px;
color: #323436;
padding: 8px 0 8px 27px;
line-height: 25px;
font-family: 'AvenirLTStd-Book';
}
.descrip_list ul li::after{
content: "";
position: absolute;
top: 10px;
left: 0;
width: 22px;
height: 22px;
background-image: url("../images/icon_img1.png");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.descrip_img{
width: 60%;
}
.descrip_img img{
width: 100%;
}
/* Descripsion area */

/* instagram area */
.insta_outr{
background-color: #ececec;
padding: 35px 0 45px;
}
.insta_outr .description_hdng h6{
margin-bottom: 40px;
}
.insta_row{
display: flex;
flex-wrap: wrap;
margin: 0 -1px;
}
.insta_itm{
width: 20%;
padding: 0 1px;
margin-bottom: 2px;
}
.insta_btn_area{
padding-top: 35px;
display: flex;
align-items: center;
justify-content: center;
}
.insta_btn_area .basic_btn{
margin-right: 18px;
font-size: 20px;
line-height: 40px;
height: 53px;
display: flex;
align-items: center;
justify-content: center;
}
.insta_btn_area .basic_btn:last-child{
margin-right: 0;
}
.insta_btn_area .basic_btn span{
font-size: 26px;
margin-right: 8px;
}
/* instagram area */

/* Testimoneal area */
.testimoneal_outr{
position: relative;
height: 650px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.testimoneal_outr .container{
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 2;
}
.testimoneal_outr .ovrlay{
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.73);
z-index: 1;
}
.slider_inner{
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
left: 0;
}
.slider_itm{
text-align: center;
}
.slider_itm h4{
font-size: 20px;
letter-spacing: 2px;
line-height: 25px;
color: #ffffff;
text-transform: uppercase;
margin-bottom: 30px;
font-family: 'AvenirLTStd-Black';
}
.slider_itm h5{
font-size: 60px;
line-height: 60px;
color: #fff;
margin-bottom: 35px;
font-family: 'AvenirLTStd-Black';
}
.slider_itm h2{
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 35px;
  font-family: 'AvenirLTStd-Black';
  }
.slider_itm p{
font-size:24px;
line-height:40px;
color: #fff;
margin-bottom: 30px;
font-family: 'AvenirLTStd-Roman';
}
.slider_itm p em{
font-family: 'CooperFiveOpti-Black';
font-size:40px;
line-height: 34px;
display: inline-block;
}
.slider_itm p em:first-child{
margin-right: 20px;
}
.slider_itm p em:last-child{
margin-left: 20px;
}
.slider_itm h6{
font-size:20px;
line-height: normal;
color: #fff;
font-family: 'AvenirLTStd-Black';
}
.testi_slider .slick-dots{
font-size: 0;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
right: 0;
bottom: -90px;
cursor: pointer;
}
.testi_slider .slick-dots li{
width: 12px;
height: 12px;
border-radius: 50%;
background-color: #fff;
margin: 0 5px;
}
/* Testimoneal area */

/* Footer */
.ftr_wrapper{
background-color: #002349;
padding: 45px 0 0;
}
.ftr_top_outer{
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
/* align-items: center; */
padding-bottom: 30px;
border-bottom: 1px solid #1a395c;
}
.ftr_col{
width: 33.33%;
padding: 0 15px;
}
.ftr_logo{
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.ftr_logo a{
display: inline-block;
}
.ftr_link_outer{
margin-left: 65px;
}
.ftr_link_outer h6{
font-size: 18px;
line-height: 27px;
color: #ffffff;
font-family: 'Avenir-Heavy';
margin-bottom: 10px;
}
.links_list ul{
font-size: 0;
display: flex;
flex-wrap: wrap;
}
.links_list ul li{
padding: 6px;
width: 50%;
}
.links_list ul li a{
color: #fff;
font-size: 16px;
line-height: 22px;
display: inline-block;
transition: all 0.3s ease-in-out;
font-family: 'AvenirLTStd-Roman';
}
.ftr_link_outer ul li a:hover{
color: #fff;
}
.ftr_social_link ul{
padding-left: 25px;
margin-top: 10px;
font-size: 0;
}
.ftr_social_link ul li{
padding: 0 8px;
display: inline-block;
}
.ftr_social_link ul li a{
font-size: 25px;
color: #fff;
transition: all 0.3s ease-in-out;
}
.ftr_address{
display: flex;
}
.ftr_address p{
color: #fff;
font-size: 18px;
line-height: 22px;
font-family: 'Avenir-Heavy';
padding-left: 12px;
}
.ftr_address span{
display: flex;
align-items: flex-start;
}
.ftr_address p em{
font-size: 16px;
font-family: 'AvenirLTStd-Roman';
display: block;
}
.ftr_btm_outer{
padding: 20px 0;
}
.ftr_btm_inr{
display: flex;
align-items: center;
flex-wrap: wrap;
margin: 0 -30px;
}
.ftr_cpyrght{
width: 30%;
padding: 0 15px;
}
.ftr_cpyrght p{
color: #fff;
font-size: 14px;
line-height: 22px;
font-family: 'AvenirLTStd-Roman';
}
.site_link{
width: 70%;
padding: 0 15px;
text-align: right;
}
.site_link ul{
font-size: 0;
}
.site_link ul li{
padding-right: 30px;
display: inline-block;
}
.site_link ul li:last-child{
padding: 0;
}
.site_link ul li a{
line-height: 22px;
display: inline-block;
font-size: 14px;
color: #fff;
font-family: 'AvenirLTStd-Roman';
transition: all 0.3s ease-in-out;
}
.site_link ul li a:hover{
color: #fff;
}
/* Footer */

/* Cocktail page */
.cocktail_bnr .top_bnr{
height: 475px;
}
.cocktail_about{
padding: 70px 0 60px;
}
.cocktail_about .about_txt p{
margin-bottom: 35px;
}
.page_hdng{
text-align: center;
margin: 0 auto 45px;
}
.page_hdng h1{
font-size:60px;
color:#414d5e;
line-height: 55px;
font-family: 'AvenirLTStd-Black';
margin: 0;
}
.page_hdng h2{
  font-size:60px;
  color:#414d5e;
  line-height: 55px;
  font-family: 'AvenirLTStd-Black';
  margin: 0;
  }
.capacity_outr {
background-color: #ececec;
padding: 100px 0 55px;
position: relative;
}
.capacity_outr .page_hdng h2{
font-family: 'Avenir LT Std';
}
.capacity_outr .page_hdng h1{
  font-family: 'Avenir LT Std';
  }
.capacity_outr .about_txt{
margin-bottom: 60px;
}
.capacity_list_inner{
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
}
.capacity_list{
width: 60%;
padding: 0 15px;
}
.hdng_area h5{
font-size:36px;
letter-spacing:0.05em;
color:#414d5e;
font-family: 'Raleway', sans-serif;
font-weight: 700;
margin-bottom: 25px;
}
.capacity_list_itm{
margin-bottom: 40px;
position: relative;
padding-left: 30px;
}
.capacity_list_itm:last-child{
margin-bottom: 0;
}
.capacity_list_itm:after{
position: absolute;
content: "";
left: 0;
top: 0;
height: 24px;
width: 24px;
background: url(../images/circle-bulet.png) no-repeat center;
}
.capacity_list_itm h6{
font-size:23px;
letter-spacing:0;
/* color:#002347; */
color:#6c757d;
line-height: 28px;
font-family: 'Avenir-Heavy';
margin-bottom: 10px;
}
.capacity_list_itm p{
font-size:19px;
color:#717b8a;
line-height: 28px;
}
.capacity_img{
width: 40%;
padding: 0 15px;
}
.capacity_img_itm{
margin-bottom: 50px;
box-shadow: 0px 5px 4px 0px rgba(153,153,151,0.5);
border: 1px solid #fff;
border-radius: 3px;
overflow: hidden;
}
.capacity_img_itm:last-child{
margin: 0;
}
.capacity_img_itm img{
width: 100%;
}
.speciality_outr{
padding: 50px 0;
}
.speciality_row{
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
justify-content: space-between;
}
.speciality_itm{
width: 33.33%;
padding: 0 15px;
margin-bottom: 30px;
}
.speciality_itm_inner{
  border: 2px solid #dadee2;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 0 30px rgba(0,0,0,0.18);
  min-height: 210px;
}
.speciality_itm_inner h6{
font-size:26px;
color:#575d66;
font-family: 'Avenir-Heavy';
font-weight: 600;
margin-bottom: 10px;
}
.speciality_itm_inner p{
font-size:22px;
color:#575d66;
font-family: 'AvenirLTStd-Roman';
}
.cocktail_carosel_area{
padding: 0
}
.cocktail_slide_itm{
padding: 0 6px;
}
.cocktail_slide_img{
position: relative;
box-shadow: 0px 5px 4px 0px rgba(153,153,151,0.5);
border: 1px solid #fff;
border-radius: 3px;
overflow: hidden;
}
.cocktail_slide_img img{
width: 100%;
}
.cocktail_slide_img::after{
content: "";
position: absolute;
left: 0;
top: 0;
right: 0;
background-color: #fff;
opacity: 0.5;
transition: all 0.3s ease-in-out;
height: 100%;
}
.cocktail_slide_img:hover::after{
height: 0;
}
.cocktail_slider .slick-arrow{
background-color: transparent;
color: #ececec;
font-size: 75px;
line-height: 65px;
position: absolute;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
z-index: 2;
}
.cocktail_slider .slick-arrow.next{
right: -5%;
}
.cocktail_slider .slick-arrow.prev{
left: -5%;
}
.cocktail_slider .slick-list{
padding: 15px 0;
}
.down_arrow{
width: 85px;
height: 85px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background-color: #fff;
position: absolute;
top: -40px;
left: 50%;
transform: translateX(-50%);
}
.down_arrow a{
font-size: 50px;
line-height: 40px;
display: block;
color: #757575;
}
/* Cocktail page */

/* Package area */
.scnd_main{
margin-top: 128px;
}
.package_outr{
padding: 65px 0 45px;
background-color: #ececec;
}
.package_outr .page_hdng, .package_dtls_outr .page_hdng{
max-width: 100%;
padding-bottom: 30px;
margin: 0 auto 30px;
}
.top_area{
margin-bottom: 50px;
}
.pack_row{
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
}
.pack_itm{
width: 33.33%;
padding: 0 15px;
}
.pack_itm_innr{
background-color: #fff;
padding: 30px 25px;
box-shadow: 0 0 20px rgba(0,0,0,0.19);
border-radius: 3px;
height: 100%;
}
.pack_itm_innr h5{
font-size:43px;
line-height: 52px;
color:#646b76;
font-weight:700;
font-family: 'Avenir-Heavy';
margin-bottom: 15px;
}
.pack_itm_innr h5 span{
font-weight: 400;
}
.pack_list{
padding-bottom: 30px;
 min-height: 337px;
}
.pack_list ul{
font-size: 0;
}
.pack_list ul li{
font-size:18px;
line-height: 21px;
color:#323436;
font-weight:400;
font-family: 'AvenirLTStd-Book';
padding: 0 0 0 25px;
position: relative;
margin-bottom: 15px;
}
.pack_list ul li:last-child{
margin-bottom: 0;
}
.pack_list ul li::after{
content: "";
position: absolute;
width: 15px;
height: 15px;
background-image: url("../images/icon_img2.png");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
left: 0;
top: 3px;
}
.pack_list ul li:nth-child(6)::after, .pack_list ul li:nth-child(7)::after, .pack_list ul li:nth-child(8)::after{
background-image: url("../images/icon_img7.png");
}
.pack_list ul li:nth-child(9)::after{
background-image: url("../images/icon_img3.png");
}
.price_area {
padding-top: 20px;
border-top: 1px solid #e5e5e5;
width: 100%;
}
.price_area h6{
color:#414d5e;
font-size:38px;
line-height: 53px;
/* font-family: 'AvenirLTStd-Black'; */
/* font-family: 'inherit'; */
}

.frm_outr{
padding: 20px;
background-color: #8c8c8c;
/* border-radius: 6px; */
}
.package_frm{
display: flex;
align-items: center;
}
.white_bxArea {
width: 80%;
/* background-color: #ffffff; */
border-radius: 40px;
/* margin-right: 20px; */
display: flex;
align-items: center;
}
.input_div{
width: 50%;
padding-right: 10px;
/* border-right: 1px solid #ccc; */
height: 50px;
}
.input_div:last-child{
border: 0;
}
.package_frm .select_picker .dropdown-toggle{
padding: 0 25px 0 50px;
line-height: 50px;
border-radius: 0;
font-size: 19px;
color: #000000 !important;
background-image: url("../images/pin.png");
background-position: left 25px center;
background-repeat: no-repeat;
font-family: 'Avenir LT Std';
font-weight: 500;
/* border-radius: 40px; */
}
.input_div .dropdown-toggle::after{
border-top: 0.4em solid #8c8c8c;
}
.package_frm .select_picker .dropdown-toggle:hover, .package_frm .select_picker .dropdown-toggle:focus, .package_frm .select_picker.show .btn-light.dropdown-toggle{
background-color: #fff;
outline: 0 !important;
box-shadow: none;
}
.package_frm .date_picker{
padding: 0 25px 0 50px;
line-height: 45px;
border-radius: 0;
font-size: 19px;
color: #000;
font-family: 'Avenir LT Std';
font-weight: 500;
background-image: url("../images/calender.png");
background-position: left 20px center;
background-repeat: no-repeat;
/* border-radius: 40px; */
height: 50px; 
}
.package_frm .date_picker::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #000000;
}
.package_frm .date_picker::-moz-placeholder { /* Firefox 19+ */
color: #000000;
}
.package_frm .date_picker:-ms-input-placeholder { /* IE 10+ */
color: #000000;
}
.package_frm .date_picker:-moz-placeholder { /* Firefox 18- */
color: #000000;
}
.datepcker_fill{
position: relative;

}
.datepcker_fill:after{
position: absolute;
content: "";
height: 15px;
width: 17px;
background: url(../images/arw_slct.png) no-repeat center;
right: 8px;
top: 50%;
transform: translateY(-50%);
background-size: 11px;
}
.price_btn_area{
width: 20%;
}
.srch_price_btn{
padding: 0 15px;
line-height: 50px;
background-color: #ffd966;
color: #002349;
text-transform: capitalize;
font-size:19px;
font-family: 'Avenir LT Std';
font-weight: 500;
cursor: pointer;
transition: all 0.3s ease-in-out;
/* border-radius: 40px; */
}
.srch_price_btn:hover{
background-color: #002349;
color: #fff;
}
.package_dtls_outr{
padding: 55px 0 60px;
}
.package_dtls_area{
margin-bottom: 55px;
}
.package_dtls_area:last-child{
margin-bottom: 0;
}
.package_dtls_hdng{
position: relative;
display: inline-block;
margin-bottom: 25px;
}

.package_dtls_hdng h5{
font-size:40px;
color: #666666;
font-family: 'AvenirLTStd-Black';
position: relative;
}

.package_dtls_hdng h3{
  font-size:40px;
  color: #666666;
  font-family: 'AvenirLTStd-Black';
  position: relative;
  }


.package_dtls_hdng h5:after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  background: transparent;
  border: 9px solid;
  border-color: transparent transparent transparent #666666;
  bottom: -7px;
  right: -27px;
  }

  .package_dtls_hdng h3:after {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    background: transparent;
    border: 9px solid;
    border-color: transparent transparent transparent #666666;
    bottom: -7px;
    right: -27px;
    }
  
  .package_dtls_hdng h5:before {
  content: "";
  position: absolute;
  left: 0;
  right: -10px;
  bottom: 1px;
  height: 2px;
  background: #666;
  }

  .package_dtls_hdng h3:before {
    content: "";
    position: absolute;
    left: 0;
    right: -10px;
    bottom: 1px;
    height: 2px;
    background: #666;
    }

.package_dtls_hdng h5 span{
font-family: 'AvenirLTStd-Roman';
font-weight: 400;
}

.package_dtls_hdng h3 span{
  font-family: 'AvenirLTStd-Roman';
  font-weight: 400;
  }
.package_dtls_itm{
margin-bottom: 30px;
}
.package_dtls_itm:last-child{
margin-bottom: 0;
}
.package_dtls_itm p span{
font-size:30px;
color:#646b76;
font-family: 'Avenir-Heavy';
display: inline-block;
}
.package_dtls_itm p{
font-size:24px;
color:#323436;
line-height: 32px;
font-family: 'AvenirLTStd-Book';
}
.line_arw{
display: block;
margin-top: 30px;
}
/* Package area */

/* About us */
.about_us_outr{
padding: 60px 0 80px;
}
.about_us_outr .page_hdng{
max-width: 100%;
padding: 0;
border-bottom: 0;
}
.about_us_img{
border-radius: 3px;
box-shadow: 0px 5px 4px 0px rgba(153,153,151,0.5);
border: 1px solid #fff;
overflow: hidden;
}
.about_us_img img{
width: 100%;
}
.about_us_row{
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
}
.left_about{
width: 60%;
padding: 0 15px;
}
.right_about{
width: 40%;
padding: 0 15px;
}
.left_about .about_txt{
max-width: 560px;
}
.left_about .about_txt p{
margin-bottom: 45px;
}
.left_about .about_txt p:last-child{
margin-bottom: 0;
}
.core_outr{
background-color: #002349;
padding: 50px 0;
}
.core_outr .page_hdng{
max-width: 100%;
border-color: #fff;
}
.core_outr .page_hdng h2{
color: #fff;
}
.core_row{
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
justify-content: space-between;
align-items: center;
}
.core_itm{
margin-bottom: 40px;
width: 290px;
text-align: center;
padding: 0 15px;
}
.info_outr{
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.info_outr .container{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.info_inner{
max-width: 570px;
background-color: rgba(255,255,255,0.93);
height: 100%;
padding-top: 140px;
}
.info_area{
padding: 40px 40px;
height: 100%;
}
.user_area{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin-bottom: 25px;
max-width: 570px;
position: relative;
z-index: 9;
padding: 40px 40px 0;
}
.user_itm{
padding-right: 15px;
}
.info_img img{
width: 100%;
}
.user_itm:last-child{
padding: 0;
}
.user_img{
cursor: pointer;
}
.user_txt h6{
font-size:36px;
color:#575d66;
line-height: 43px;
font-weight:normal;
font-family: 'Avenir-Heavy';
margin-bottom: 25px;
}
.user_txt p{
font-size:21px;
color:#575d66;
letter-spacing:0.4px;
margin-bottom: 30px;
line-height: 31px;
font-family: 'AvenirLTStd-Roman';
}
.user_txt p:last-child{
margin-bottom: 0;
}
/* About us */

/* Contact us */
.contact_us_outr{
padding: 55px 0 100px;
}
.contact_us_outr .page_hdng{
max-width: 100%;
border: 0;
}
.contact_us_outr .page_hdng h2{
margin-bottom: 30px;
}
.contact_us_outr .page_hdng p{
font-size:24px;
color:#646b76;
line-height: 38px;
font-weight: 500;
/* font-family: 'Avenir LT Std'; */
font-family: inherit;
}
.contact_frm_area{
display: flex;
flex-wrap: wrap;
margin: 0px auto;
max-width: 976px;
}
.input_filed{
width: 50%;
padding: 0 24px;
}
.input_area label{
font-size: 21px;
color: #474747;
font-weight: 500;
font-family: 'Avenir LT Std';
margin-bottom: 10px;
line-height: 20px;
}
.input_area .form-control{
font-size: 16px;
color: #666;
font-weight: normal;
font-family: 'AvenirLTStd-Book';
line-height: 40px;
border:1px solid #cecece;
padding: 0 12px;
height: auto;
background-color: transparent;
border-radius: 0px;
letter-spacing: 0.3px;
background: #fbfbfb;
}
.input_area .form-control:focus, .input_area .dropdown-toggle:focus, .input_area .select_picker.show .dropdown-toggle{
outline: none !important;
box-shadow: none;
border-color: #757575;
background-color: transparent;
}
.input_area{
margin-bottom: 26px;
}
.input_area .dropdown-toggle, .input_area .date_picker_new{
font-size: 16px;
color: #666;
border:1px solid #cecece;
font-weight: normal;
font-family: 'AvenirLTStd-Book';
line-height: 40px;
border-radius: 0 !important;
padding: 0 12px;
height: auto;
background-color: transparent;
/* border-radius: 50px; */
}
.input_area .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: -12px;
vertical-align: 0;
z-index: 9;
content: "";
border-top: 8px solid #8c8c8c;
border-right: 5px solid transparent;
border-bottom: 0;
border-left: 5px solid transparent;
}
.input_outr{
display: flex;
align-items: center;
justify-content: space-between;
}
.input_area_itm{
width: 48%;
}
.input_area .date_picker_new{
border-radius: 0px;
z-index: 2;
position: relative;
background: #fbfbfb
}
.input_area .date_picker_new:focus{
border-color: #757575;
}
.input_area textarea.form-control{
height: 240px;
line-height: 22px;
padding: 15px;
border-radius: 0px;
}
.send_btn_area{
text-align: right;
margin: 29px auto 0px;
max-width: 976px;
padding:0px 24px;
}
.send_btn{
background-image: linear-gradient(0deg, #878f9b 0%, #414d5d 100%);
box-shadow: none;
color: #fff;
font-weight: 500;
font-family: 'Avenir LT Std';
font-size: 20px;
padding: 0 15px;
letter-spacing: 0.3px;
text-align: center;
border-radius: 10px;
line-height: 40px;
height: auto;
transition: all 0.3s ease-in-out;
cursor: pointer;
display: inline-block;
width: 143px;
}
.send_btn:hover{
background-image: linear-gradient(0deg, #414d5d 0%, #878f9b 100%);
}
/* Contact us */

/* Wedding */
.wedding_bnr .top_bnr::after{
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.43);
}
/*Changes - 3.7.20*/
.wedding_bnr .bnr_txt h1{
text-align: center;
font-size: 60px;
line-height: 67px;
font-family: 'Avenir LT Std';
font-weight: 500;
text-shadow: none;
}
.wedding_bnr .bnr_txt h1 span{
display: block;
font-family: 'AvenirLTStd-Black';
font-weight: normal;
}
/*Changes - 3.7.20*/
.wedding_list_outr{
padding: 90px 0 90px;
}
.wedding_list_hdng h2{
color:#414d5e;
font-weight: normal;
font-family: 'AvenirLTStd-Black';
font-size:50px;
line-height: 90px;
text-align: center;
}
.wedding_list_itm{
padding: 65px 0;
display: flex;
margin: 0 -15px;
flex-wrap: wrap;
position: relative;
margin-bottom: 30px;
}
.wedding_list_itm:last-child{
margin-bottom: 0;
padding-bottom: 0;
}
.wedding_list_itm::after{
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 14px;
background-image: url("../images/after_img.png");
background-position: center center;
background-repeat: no-repeat;
background-size: 100%;
}
.wedding_list_itm:last-child::after{
width: 0;
height: 0;
}
.wedding_list_img{
padding: 0 15px;
width: 35%;
}
.wedding_list_txt{
padding: 0 15px;
width: 65%;
}
.wedding_list_img_inner{
width: 349px;
height: 349px;
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
border-radius: 50%;
border: 12px solid #fff;
background-color: #fff;
overflow: hidden;
margin: 0 auto;
}
.wedding_list_img_inner img{
width: 100%;
height: 100%;
}
.wedding_list_itm:nth-child(odd) .wedding_list_img{
order: 1;
}
.wedding_list_itm:nth-child(odd) .wedding_list_txt{
order: 2;
}
.wedding_list_itm:nth-child(even) .wedding_list_img{
order: 2;
}
.wedding_list_itm:nth-child(even) .wedding_list_txt{
order: 1;
}
.bar_img_itm{
text-align: center;
}
.bar_img_itm img{
margin: 0 auto;
}
.bar_img_area{
padding: 100px 0 90px;
}
.bar_img_slider .slick-arrow{
background-color: transparent;
position: absolute;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
z-index: 2;
}
.bar_img_slider .slick-arrow.next{
right: 0;
}
.bar_img_slider .slick-arrow.prev{
left: 0;
}
.wedding_about_right .about_us_img{
margin-bottom: 37px;
}
.wedding_about_left .about_txt{
max-width: 100%;
}
.wedding_testimoneal{
padding: 70px 0;
background-color: #ececec;
}
.rating_img{
text-align: center;
margin-bottom: 30px;
}
.rating_img img{
margin: 0 auto;
}
.comment_txt{
text-align: center;
max-width: 975px;
margin: 0 auto 40px;
}
.comment_txt p{
font-size: 36px;
color: #000;
font-weight: normal;
font-family: 'Avenir LT Std';
font-style: italic;
line-height: 42px;
}
.comment_name{
text-align: center;
}
.comment_name h6{
font-size:21px;
color: #000;
font-weight: normal;
font-family: 'Avenir LT Std';
line-height: 25px;
text-transform: uppercase;
}
.wedding_testi_slider .slick-arrow{
background-color: transparent;
position: absolute;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
z-index: 2;
}
.wedding_testi_slider .slick-arrow.next{
right: 0;
}
.wedding_testi_slider .slick-arrow.prev{
left: 0;
}
.plus_minus_icon_area{
display: flex;
align-items: center;
justify-content: center;
margin-top: 20px;
}
.zoom_hldr{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 65px;
padding: 0 21px;
border-radius: 10px;
background-color: #fff;
}
.ZoomOut_icon{
padding-right: 30px;
}
.plus_minus_icon_area .ZoomOut_icon a{
width: 35px;
transition: all 0.3s ease-in-out;
display: inline-block;
}
.plus_minus_icon_area .ZoomOut_icon a svg{
width: 100%;
height: 100%;
transition: all 0.3s ease-in-out;
fill: #cccccc;
display: block;
}
.plus_minus_icon_area .ZoomOut_icon a:hover svg{
fill: #002349;
}
.plus_minus_icon_area .ZoomIn_icon a{
width: 35px;
transition: all 0.3s ease-in-out;
display: inline-block;
}
.plus_minus_icon_area .ZoomIn_icon a svg{
width: 100%;
height: 100%;
transition: all 0.3s ease-in-out;
fill: #cccccc;
display: block;
}
.plus_minus_icon_area .ZoomIn_icon a:hover svg{
fill: #002349;
}
.contact_info{
padding: 35px 0 35px;
}
.contact_info_row{
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
}
.contact_info_itm{
width: 33.33%;
padding: 0 15px;
margin-bottom: 30px;
}
.contact_info_itm:nth-last-child(-n+3){
margin-bottom: 0;
}
.contact_info_inner{
height: 100%;
padding: 42px 15px;
}
.contact_info_itm:nth-child(odd) .contact_info_inner{
background-color: #0f3256;
}
.contact_info_itm:nth-child(even) .contact_info_inner{
background-color: #535b63;
}
.img_area{
height: 115px;
display: flex;
align-items: flex-end;
justify-content: center;
}
.txt_area{
text-align: center;
padding-top: 28px;
}
.txt_area a{
transition: all 0.3s ease-in-out;
font-size:36px;
line-height: 42px;
display: inline-block;
color: #fff;
font-family: 'Avenir-Heavy';
}
.txt_area a:hover{
color: #ececec;
}
/* Wedding */

/* Back to top */
.back_to_top{
position: fixed;
z-index: 99;
bottom: 50px;
right: 50px;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease-in-out;
border-radius: 50%;
overflow: hidden;
}
.back_to_top a{
display: inline-block;
}
.back_to_top.show {
opacity: 1;
visibility: visible;
}
/* Back to top */

/**========********Contact Us Page Modification 2.7.20********========**/
.scnd_hdr{
-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.16);
box-shadow: 0 0 30px rgba(0,0,0,0.16);
background: #fff;
}
/* .scnd_hdr .header_btn_area .basic_btn {
background-image: linear-gradient(0deg, #878f9b 0%, #414d5d 100%);
box-shadow: none;
color: #fff;
border-color: #fff;
}
.scnd_hdr .header_btn_area .basic_btn:hover {
background-image: linear-gradient(0deg, #414d5d 0%, #878f9b 100%);
}   */
.cntct_hdr .nav_menu .nav-item a.nav-link{
color: #000;
}
.cntct_hdr .nav_menu .nav-item a.nav-link::after{
background-color: #000;
}
.input_area .form-control::placeholder{
color: #8d8d8d;
}
.input_filed .input_area:last-child{
margin-bottom: 0;
}
.dte_pckr_hldr{
position: relative;
}
.dte_pckr_hldr::after {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
  width: 0;
  height: 0;
  content: "";
  border-top: 11px solid #8c8c8c;
  border-right: 8px solid transparent;
  border-bottom: 0;
  border-left: 8px solid transparent;
}
.input_area_itm .dropdown-toggle{
border-radius: 0px;
}
.input_area .bootstrap-select>.dropdown-toggle{
border: 1px solid #cecece;
background: #fbfbfb;
}
.input_area .bootstrap-select .dropdown-menu li a span.text{
 font-size: 15px;
}
.input_area .bootstrap-select .dropdown-item.active, .input_area .bootstrap-select .dropdown-item:active {
  color: #fff;
  background-color: #002349;
}
.input_area .bootstrap-select>.dropdown-toggle:active{
background-color: transparent;
border-color: #cecece;
}
.input_area_itm .bootstrap-select>.dropdown-toggle:active{
border-right-color: transparent;
}
/* .input_area_itm .bootstrap-select>.dropdown-toggle{
border-right-color: transparent;
} */
/**========********Contact Us Page Modification 2.7.20********========**/
/**========********About Us Page Modification 3.7.20********========**/
.about_us_outr .page_hdng h2{
font-family: 'AvenirLTStd-Black';
font-weight: normal;
font-size: 60px;
line-height: 65px;
}
.about_us_outr .page_hdng h1 {
  font-family: 'AvenirLTStd-Black';
  font-weight: normal;
  font-size: 60px;
  line-height: 65px;
}
.info_img_in{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 850px;
}
/**========********About Us Page Modification 3.7.20********========**/
/**========********Weddings Page Modification 6.7.20********========**/
.wedding_about_right .about_us_img:last-child{
margin-bottom: 0;
}
.wedding_about_left .about_txt p span,.wedding_list_txt .about_txt p span{
color: #646b76;
}
.wedding_about_left .about_txt p h3,.wedding_list_txt .about_txt p h3{
  color: #646b76;
  }
.bar_img_area .page_hdng h2{
font-size: 50px;
font-family: 'AvenirLTStd-Black';
font-weight: normal;
}
.bar_img_area .page_hdng h1 {
  font-size: 50px;
  font-family: 'AvenirLTStd-Black';
  font-weight: normal;
}
.wddngs_exp .page_hdng h2{
font-size: 50px;
line-height: 55px;
}

.wddngs_exp .page_hdng h1{
  font-size: 50px;
  line-height: 55px;
  }


.top_bnr {
  height: 100vh;
}
.wedding_banner{
  height: calc(100vh - 128px);
}

.imgDiv{
  height: 100vh;
}
.imgDiv img{
  width: 100% !important;
}

.wedding_bnr{
  position: relative;
}
.wedding_img{
  height: calc(100vh - 128px);
}
.wedding_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wedding_bnr .container{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
}
/**========********Weddings Page Modification 6.7.20********========**/