.btn-3 {
    border: 1px solid #33468f;
    display: inline-block;
    padding: 5px 20px;
    font-size: 18px;
    color: #354994;
    font-weight: 400;
}


body{
	
	
}
.carousel-item img {
    width: 100%;
}
.caroul_content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    display: flex;
    margin: 0 auto;
    flex-flow: column;
    align-items: center;
}
.caroul_content h1 {
	font-size: 30px;
	line-height: 1.2;
	color: #eb1515;
	background: #fff;
	padding: 5px 20px;
}
.bg-dark {
    background-color: #ffffff!important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #5d5d5d;
    font-size: 18px;
    font-weight: 400;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(192, 19, 23);
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: rgb(192, 19, 23);
}
.navbar-collapse {
    justify-content: flex-end;
    flex-flow: column;
    align-items: flex-end;
}

.navbar{
	width:100%;
}
a.navbar-brand img {
    width: 170px;
}
li.nav-item {
    padding: 0 7 px;
}
header {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}



ul.navbar-nav li:last-child {
    padding-right: 0;
}
.owl-slider h2 {
    text-align: center;
    width: 100%;
    margin: 70px 0;
    font-size: 42px;
}
.img_box {
    /* width: 130px; */
    /* display: table; */
    margin: 0 auto;
    position: relative;
}


.circle-box {
    display: flex;
    background: white;
    border-radius: 172px;
    width: 100px;
    text-align: center;
    flex-flow: column;
    align-items: center;
    height: 100px;
    box-shadow: 0 0 10px 0px #0000001f;
    position: absolute;
    right: 10px;
    bottom: -50px;
    justify-content: center;
    color: #0732d6;
    font-size: 18px;
}
.circle-box span {
    font-size: 14px;
    color: #5a5a5a;
}



.owl-carousel blockquote {
    text-align: center;
}
a.read{
	position:relative;
	display: inline-block;
	padding:7px 30px;
	border: 1px solid #e2e2e2;
	text-decoration: none;
	color: #c55d51;
	transition: 0.5s;
}
a.read:hover{color: #fff;}
a.read:before {
    background: #9e2112;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    transition: opacity 0.42s, -webkit-transform 0.42s;
    transition: transform 0.42s, opacity 0.42s;
    transition: transform 0.42s, opacity 0.42s, -webkit-transform 0.42s;
    border-radius: inherit;
}
a.read:hover {
    color: #fff;
}

a.read:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.owl-item blockquote {
    text-align: center;
}
.owl-carousel p{    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;}


#about-1{
	
	/* background: url(../img/bg1.jpg); */
	
	padding: 50px 0;
	
	background-attachment: fixed;
	
	background-size: cover;
	
	background: #f7f7f7;
}
.detail {
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: center;
    align-items: center;
}


h2.wht1 {
    color: #737373;
    font-size: 36px;
}



p.para1 {
    color: #868686;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}
.large-12 {
	width: 100%;
}
.bg-acapulco:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #011b80c7;
    content: '';
    top: 0;
}

.bg-acapulco {
    background: url(../img/bg1.jpg);
    padding: 65px 0;
    background-attachment: fixed;
    background-size: cover;
    /* fill: #55bbeb; */
    /* padding: 60px 0; */
    /* background: #55bbeb; */
    background: -moz-linear-gradient(90deg, #55bbeb 0%, #84c450 100%);
    /* background: -webkit-linear-gradient(90deg, #55bbeb 0%, #84c450 100%); */
    background: -o-linear-gradient(90deg, #55bbeb 0%, #84c450 100%);
    background: -ms-linear-gradient(90deg, #55bbeb 0%, #84c450 100%);
    /* background: linear-gradient(90deg, #55bbeb 0%, #84c450 100%); */
    position: relative;
}
.bt1{
    color: rgb(255, 255, 255);
    background-color: transparent;
    border-color: rgb(255, 255, 255);
    border: 1px solid #fff;
    padding: 10px 30px;
    font-size: 24px;
    display: table;
    margin: 0 auto;
}
span.big {
    font-size: 36px;
    color: #fff;
    font-weight: 500;
}
a.brand img {
    width: 160px;
    height: auto;
}
ul.footer-classic-list {
    margin-top: 15px;
    padding-left: 0;
    list-style: none;
    color: #fff !important;
}
.footer-classic-main {
    background: #02081d;
    padding: 100px 30px 125px 0;
    /* background: url(../img/contact.jpg) left; */
    color: #fff;
}
ul.footer-classic-list li a {
    color: #fff;
    padding: 2px 0;
    display: block;
}
ul.faico {
    display: flex;
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

ul.faico li {
    padding: 0 10px;
}
a#return-to-top {
    font-size: 21px;
    background: rgb(235, 21, 21);
    /* border-radius: 50px; */
    width: 50px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    color: #fff;
    height: 50px;
    display: inline-block;
    right: 15px;
    bottom: 70px;
    z-index: 9999999999999999999999;
}

.top-menu {
    /* padding: 10px 0; */
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    z-index: 999;
    /* height: 120px; */
    transition: 0.5s ease;
}
.sticky {
    background: #ffffff;
    z-index: 999;
    top: 0;
}
.btn-2{
	/* border: 1px solid #fff; */
	/* display: inline-block; */
	padding: 7px 30px;
	font-size: 25px;
	/* color: #fff; */
}
.m_30{
	margin-bottom: 15px;
}

ul.faico li .fa {
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
}
ul.faico li:hover .fa {
	/* border: 2px solid #fff; */
	/* width: 45px; */
	/* height:  45px; */
	/* border-radius: 50px; */
	/* line-height: 45px; */
	/* font-size: 18px; */
	/* text-align: center; */
}
ul.faico li a{
	color:#fff;
}
.big {
    color: #fff;
}
.row.row-20.row-sm-35 a {
    color: #fff;
}

.sticky ul.list1 {
    display: none;
}
h2.let-hdg.w-100.text-center.mb-3 {
    color: #eb1515;
    font-size: 42px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
}
.sticky .navbar {
    margin: 0;
    padding: 0;
}
.owl-slider {
    padding-bottom: 60px;
}


/**/




.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 30px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/**/

.sticky .navbar-dark .navbar-brand img {
    width: 100px;
}
.navbar-dark .navbar-toggler {
    color: rgb(238, 23, 20);
    border-color: rgba(255, 45, 45, 0.1);
}
.sticky .navbar-dark .navbar-toggler {
    color: rgb(238, 23, 20);
    border-color: rgba(255, 45, 45, 0.1);
    top: 16px;
    right: 15px;
}
#slicl{
	
	padding: 50px 0 0;
}
button:hover, button:focus, .button:hover, .button:focus {
    background-color: #ffffff;
}

@media (max-width:767px){
	.caroul_content h1{
		font-size: 20px;
	}
	.icomn {
		flex-flow: column !important;
		text-align: center;
		padding: 15px 0;
		border-right: none !important;
	}
}
@media (max-width:991px){
    ul.list1{
		flex-flow: column;
		border: none;
		margin-bottom: 0;
		padding-bottom: 0;
		padding: 0;
	}
    .list1 li{
        border:none;
        padding-left: 20px;
	}
	.navbar-dark .navbar-nav .nav-link {
		font-weight: inherit;
		font-size: 14px;
	}
    
}

/*****************/
#contact-top{
	
	margin-top: 126px;
}

#contact-2{
	
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
	
	/* background: #f7f7f7; */
	
	padding: 50px 0;
}
.img-100{
	
	width:100%;
}
/*****************/

.owl-carousel.owl-drag .owl-item .small, .owl-carousel.owl-drag .owl-item small {
    font-size: 80%;
    font-weight: 400;
    clear: both;
    display: block;
    color: #3c3c3c;
}

.owl-dt {
    padding: 15px;
    background: #fdfdfd;
}



.owl-dt h5 {
    color: #354994;
}

.dest-add .fa {
    margin-right: 5px;
    color: #eb1515;
    font-size: 20px;
}

.dest-add {
    color: #3c3c3c;
}
section#owle-inner {
    background: url(../img/pattern.png);
    background-color: #f5516700;
    background-attachment: fixed;
}
.slick-slide .items-1{
    box-shadow: 0 0 10px 0px #efefef;
}
.items-1 .img_box img {
    display: block;
    width: 100%;
}
.icomn {
    display: flex;
    align-items: center;
    flex-flow: inherit;
    border-right: 1px solid #fff;
}

.icomn_img {
    flex: 0 0 60px;
}

.icomn_img > img {width: 50px;}

.icomn_del {
    flex: 100%;
}



.icomn_del span {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
}

.icomn_del p {
    color: #fff;
}
#fea{position: relative;z-index: 1;margin-top: -70px;}
section#fea .row {
    background: #354994;
    position: relative;
    top: 40px;
}
.box-1 {
    margin-bottom: 30px;
}
.kas img {
    width: 100%;
	transition:0.5s;
}

.box-1 img {
    width: 100%;
	transition:0.5s;
}

.box-2 img {
    width: 100%;
	transition:0.5s;
}


.box-1,.box-2, .kas {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}


.box-1:hover h4 ,.box-2:hover h4 , .kas:hover h4 {
	bottom:30px;
	
}
.box-1 h4 ,.box-2 h4 , .kas h4  {
	width: 100%;
	bottom: -100%;
	text-align: center;
	position: absolute;
	color: #fff;
	font-size: 30px;
	transition: 0.5s;
	z-index: 1;
	background: #354994;
	display: block;
	padding: 10px;
}

.box-1:before, .box-2:before, .kas:before {
    position: absolute;
    content: '';
    top: 0;
	left: 0;
	background: red;
	width: 100%;
	height: 100%;
	transition: 0.5s;
	opacity:0;
}


.box-1:hover:before, .box-2:hover:before, .kas:hover:before{
	opacity: 0.5;
	z-index: 1;
}
.kas:hover img , .box-2:hover img, .box-1:hover img{
    transform: scale(1.3);
}

section#popular {
    padding-bottom: 75px;
}
footer {
    position: relative;
}

footer:after {
    position: absolute;
    width: 100%;
    content: '';
    height: 164px;
    bottom: 0;
    background: url(../img/footer-large.png);
    z-index: 111;
}


.carousel-control-next .fa, .carousel-control-prev .fa{
    font-size: 30px;
    border-radius: 50px;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: white;
    opacity: 1;
}
.test > img {
    width: auto;
    margin: 0 auto;
    display: block;
}

.test {
    display: block;
    border-radius: 100%;
    overflow: hidden;
    width: 150px;
    height: 150px;
    box-shadow: 0 0 0px 3px #ffffff, 0 0 0px 6px #edeff7;
    margin: 0 auto;
    margin-bottom: 100px;
    margin-top: 30px;
}
div#demo1 {
    text-align: center;
    color: #475271;
    padding: 50px 0 50px 0;
    background: #fbfcff;
    position: relative;
    top: 50px;
}
div#demo1 .carousel-indicators {
    bottom: 110px;
}
div#demo1 .carousel-inner {
    margin-top: 0;
}


div#demo1 .carousel-indicators li , .carousel-indicators li {
    background: #354994;
}



div#demo1 .carousel-indicators .active, .carousel-indicators .active {
    background: red;
}
div#demo1 .carousel-control-next , div#demo1 .carousel-control-prev  {
	display:none;
}
.top-l {
    background: #02081d;
    padding: 10px 0;
}

a#tel {
    padding-right: 20px;
}

.call-l {
    justify-content: flex-end;
    display: flex;
    width: 100%;
    padding: 0 15px;
}

.call-l a {
    color: #fff;
    font-size: 12px;
}

.from-1 select{
    width: 100%;
    background: none;
    height: 40px;
    padding-left: 15px;
    border-color: #e8e8e8;
    color: rgba(0,0,0,0.75);
    font-size: 14px;
    margin-top: 0 !important;
}

.from-1 input {
    width: 100%;
    height: 40px;
    box-shadow: none !important;
    border-color: #e8e8e8 !important;
    margin: 0;
}
.top-hed {
    margin-top: 156px;
    position:relative;
}
.top-hed:before {
    background: #f5506aa6;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(to right, #f55069 , rgba(53, 73, 148, 0.5));
}

.link-h {
    position: absolute;
    display: flex;
    flex-flow: column;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
}

.link-h ul {
    display: flex;
    list-style: none;
}

.link-h ul li a {
    text-decoration: none;
    color: #fff;
}

.link-h h2 {
    color: #fff;
}
section.about-inner {
    background: #fdfbf6;
}

section.about-inner .abt {
    background: #fff;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0px 7px 1px #0000001a;
}
section.about-inner {
    background: #fdfbf6;
    padding: 70px 0;
}
section.about-inner .abt p {
    color: #8a8a8a;
    letter-spacing: -0.5px;
}
section.about-inner .abt [class*="col-"] {
    padding: 0;
}
.abt-in {
    padding: 15px 30px !important;
}

.exper {
    border: 1px solid #354994;
    padding: 15px;
    min-height: 250px;
}

.exper h4 {
    font-size: 20px;
    color: #354994;
    margin-bottom: 15px;
}

.exper p {
    color: #8a8a8a;
    letter-spacing: -0.5px;
    text-align: justify;
}
section#exp {
    padding-bottom: 50px;
}
.hot {
    border: #adbeff solid 1px;
    border-radius: 100%;
    width: 200px;
    height: 200px;
    display: flex;
    flex-flow: inherit;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    background: white;
    z-index: 1;
    transition: 0.5s;
}

.hot:hover {
    z-index: 999;
}
.hot img {
    width: 100px;
}
section#how-it {
    background: #354994;
    padding: 50px 0 75px 0;
    text-align: center;
    color: #fff;
}
.dis {
    background: #eb1515;
    padding: 15px;
    margin-top: -20px;
    border: 1px solid #fff;
    min-height: 152px;
    position: relative;
    z-index: 2;
}
section#how-it + section#fea {
    background: #354994;
}
section#himachal-tp {
    padding: 100px 0;
}
div#accordion .card {
    background: #354994;
    border-radius: 0;
    border-bottom: 1px solid #eb151503;
}

div#accordion .card a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

div#accordion .card-body {
    background: white;
}
div#accordion .card-body h4 {
    color: #33468f;
    font-size: 20px;
}

div#accordion .card-body p {
    color: #8a8a8a;
    letter-spacing: -0.5px;
}
.stiy{
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 175px;
    background: #354994;
    padding: 15px;
    transition: 0.5s;
}
.stiy select {
    background: #fff;
}

.stiy label {
    color: #fff;
}
.stiy h4 {
    color: #fff;
    text-align: center;
}
.btnn {
    display: block;
    margin: 0 auto;
    background: #354994;
    border: 1px solid #fff;
    padding: 10px 30px;
}

.btnn:hover {
    background: #eb1515;
}

.input-group-append {
    margin-left: -1px;
    background: #fff;
}
.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}
ul.list-1 {
    list-style: none;
    color: #6d6d6d;
    padding: 0;
}
ul.list-1 li {
    line-height: 30px;
    display: flex;
    margin-bottom: 15px;
}
.onefa {
    font-size: 24px;
    border: 1px solid #eb1515;
    color: #eb1515;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-right: 10px;
    align-items: center;
}
ul.list-1 li a {
    display: flex;
    color: #6d6d6d;
    text-decoration: none;
}
div#demo {
    margin-top: 156px;
}
.caroul_content span {
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: rgba(255, 0, 0, 0.6);
    padding: 0 20px;
    /* border-radius: 100px; */
}
.fooott {
    align-items: flex-end;
    background: #081131;
    padding: 10px 0;
    margin: 50px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.card-body ul {
    color: #8a8a8a;
}
.footer-classic-main a {
    color: #fff;
    text-decoration: none;
    display: block;
}
@media (max-width:767px){
	.top-l{
	display:none;}
	.top-hed {
		margin-top: 118px;
	}
	div#demo {
		margin-top: 118px;
	}
	.link-h h2 {
		color: #fff;
		font-size: 16px;
	}
	
	
}				


.title_heading>h5> a{
	text-decoration:none;
}

.title_heading>h3{
	color:#33468f;
}
.title_heading>h5{
	color:#33468f;
}