.no-padding {
    padding: 0
}
.orderone {
    order: 1
}
.slider {
    position: relative;
    z-index: 1
}
.form_inner .form-control {
    margin-bottom: 7px;
	margin-top: 7px;
    padding: 7px;
}
.from-banner h1 {
    text-align: center;
    font-family: sans-serif;
    font-weight: 700;
    display: grid;
    font-size: 27px;
    margin-bottom: 8px;
    color: #004298;
	background: -webkit-linear-gradient(329deg, #00c02a, #09009f 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.from-banner h2 {
    text-align: center;
    font-family: sans-serif;
    font-weight: 600;
    display: grid;
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}
.from-banner h3 {
    text-align: center;
    font-family: sans-serif;
    font-weight: 600;
    display: grid;
    font-size: 22px;
    margin-bottom: 8px;
    color: #333
}
.from-banner h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 15px;
    text-transform: uppercase
}
.from-banner h4 span {
    display: inline-block;
}
.from-banner {
    padding: 0px 0px;
}
.main-hdng11 {
    background-color: #646464;
    width: 100%;
    margin: auto;
    color: #fff;
    padding: 0px 0;
	display: grid;
    align-items: center;
    /*  background: #ffffff;
   background-image: linear-gradient(45deg, #ececec 50%, #ffffff 50%);
    background-size: 4px 4px;	 */
}
.main-hdng11 article {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-evenly;
}
.main-hdng11 h4:nth-child(1) {
    border-right: 1px solid #ccc;
}
.main-hdng11 h4 small{
	font-size:75%;
	font-weight:700;
	color: #fff;
}
.main-hdng11 h4 {
   /*  font-size: 21px; */
    margin-top: 5px;
    margin-bottom: 0;
    color: #fff;
	width: 50%;
    font-size: 20px;
    border-top: 1px solid #c5c5c5;
    padding: 15px;
    padding-top: 25px;
	padding-left: 5px;
    letter-spacing: 1px;
    line-height: 30px;
    text-align: center;
}
.from-banner h4.getin {
    margin-top: 14px;
}
@media(max-width:768px) {
.from-banner {
    padding: 0;
}
.from-banner h1 {
    font-size: 24px;
}
.from-banner h2 {
    font-size: 18px;
}
.main-hdng11 {
        width: 100% !important
    }
.headdings{
	display:none;
}
}

@media (max-width:1600px) {
    .from-banner h4.getin {
        padding: 15px 0
    }
}

@media (max-width:1605px) {
    .from-banner h4 {
        margin-bottom: 4px;
        margin-top: 8px;
		width: auto;
    }
}

@media (max-width:1366px) {
    .from-banner h4 {
        margin-bottom: 10px;
        margin-top: 9px;
        font-size: 15px;
		padding-top: 5px;
		line-height: 15px;
    }
}
@media (max-width:1600px) {
    .from-banner h4 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }
}

.trip-head {
    overflow: hidden
}
.trip-head img {
    background-position: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%
}
.trip-head img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}
.trip-details {
    padding: 20px
}
.trip-details {
    padding: 20px 8px;
    box-shadow: 0 12px 18px 2px #cecece;
    position: relative;
    text-transform: uppercase
}
.trip-details h2 {
    font-size: 21px;
    margin: 0;
    font-weight: 600;
    color: #7db44e
}
.trip-details h4 {
    font-size: 16px;
    margin: 10px 0 0
}
.trip-details p {
    text-align: center;
    font-size: 17px;
    line-height: unset;
    margin: 15px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    color: #272727
}
.trip-details h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0
}
.trip-details a {
    text-align: center;
    display: block;
    color: #fff;
    padding: 10px 0;
    text-decoration: none;
    margin-top: 15px;
    width: 100%;
	font-size:20px;
}
.text-form input {
    width: 100%;
    padding: 10px;
    border: 1px solid#dbddde;
    margin-bottom: 15px;
    border-radius: 5px;
    height: 40px
}
.text-mesg input {
    width: 100%;
    padding: 10px;
    border: 1px solid#dbddde;
    border-radius: 5px;
    height: 50px
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}
.modal-body.inq-form select#sources2 {
    margin-top: 20px;
    border-radius: 0;
    border: 1px solid #015aa8;
    outline: 0;
    color: #000;
    height: 45px;
    width: 100%;
    margin-top: 10px
}
.formbox2 h1 {
    text-align: center;
    font-size: 24px;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px
}
.formbox2 h6 {
    text-align: center;
    font-weight: 600;
    font-size: 16px
}
.formbox2 h1 span {
    display: block;
    padding-top: 10px;
    text-align: center;
    font-size: 14px
}
.top_form h2 {
    font-size: 24px;
    margin: 0;
    text-align: center;
    color: #fff;
    padding: 10px;
    letter-spacing: 1px;
    font-weight: 600;
    background: #002844;
}
.form-control1 {
    border: none;
    border-radius: 0;
    border: 1px solid #015aa8;
    outline: 0;
    color: #888;
    height: 45px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    overflow: hidden
}
.form_inner1 input[type=submit] {
    border-radius: 0;
    margin-top: 20px;
    background: #002844;
    border: 0 solid;
    color: #fff;
    height: 45px;
    font-size: 22px
}
.from-banner .puchdes h2 {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
}
@media (min-width: 768px){
.modal-dialog{
width:465px;
}
}
@media (max-width: 768px){
.top_form h2{
	font-size: 22px;
}
}
/* Price Box */
#pricelist{
	/* background-color:#646464; */
}
#main-heding{
	text-align: center;
    font-weight: 600;
    color: #fff;
	margin-top: 15px;
}
#main-heding h1{
	margin-bottom: 30px;
    text-transform: uppercase;
}
#main-heding p{
	color: #fff;
    font-weight: 500;
}
.section-content-gallery{
    outline: 0;
    width: 91.5%;
}
.section-sub-title-big {
    font-size: 2em;
    color: #1f7b13;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 2px;
}
.pricepading{
	padding-bottom:15px;
}
.price-box{
	padding: 20px 20px;
    position: relative;
    text-transform: capitalize;
	color: #212529;
    box-shadow: 0 3px 6px rgb(217 235 249), 0 3px 6px rgb(209 232 249);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    background-color: #012638;
    color: #fff;
	text-align: left;
}
.price-box h4{
	text-align: center;
    border-radius: 5px;
    background: #002844;
    color: #fff;
    border: 5px solid#fff;
    padding: 10px;
    font-size: 26px;
}
.price-box span.badge.bg-warning {
	background-color: #4da903;
	font-size: 17px;
	padding: 0.35em 0.65em;
}
.price-box .strprice{
	background: linear-gradient(-45deg,#4da903,#022a3fc7,#073453,#1f6ea5,#60ade3);
    background-size: 400% 400%;
    animation: Gradient 3s ease infinite, rocking 3s ease infinite;
    animation-delay: 2s;
}
.price-box h4.fist{
    padding: 18px 10px;
}
.price-box p{
	text-align: center;
    font-size: 24px;
    line-height: 28px;
	color: #212529;
	
}
.price-box p a{
    font-size: 16px;
    margin-top: 10px;
}
.price-box h3{
	text-align: left;
    margin-bottom: 18px;
    font-size: 22px;
	color: #fff;
}
@media (min-width: 1200px){
	.price-box{
		height: auto;
	}
}
.img-fluid1 {
    max-width: 100%;
    height: auto;
}
.desktop-view {
    display: block;
	box-shadow: 0 12px 18px 2px #cecece;
}
.mobile-view {
    display: none;
}
@media (min-width: 200px) and (max-width: 520px){
.desktop-view {
    display: none;
}
.mobile-view {
    display: block;
	box-shadow: 0 12px 18px 2px #cecece;
}
.img-fluid1 {
    max-width: 100%;
    height: auto;
	padding:29px;
}
}

.pd-50{
padding: 70px 0px;
} 
.bg-gray-dark{
background-color: #e8e8e8;
}
.main-heding h1 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.bg-white{
    background-color:#3c3e3b;
    padding: 50px;
    margin-top: 50px;
    box-shadow: 20px 20px 20px 0px #0000006b;
}
.loc-text li {
    line-height: 34px;
}
.row.docs-pictures {
    text-align: center;
}
.floor1 img {
width: 100%;
margin-bottom: 25px;
border: 1px solid#dddbdc;
}
h3.custom{
    position: relative;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
	margin: 37px 20px 15px 0;
    padding-bottom: 15px;

}
h2.custom:after {
    content: " ";
    display: block;
    margin: 8px auto;
    border-bottom: 4px double #DF1219;
    width: 20%;
}
h3.custom:after {
    content: " ";
    display: block;
    margin: 8px auto;
    border-bottom: 4px double #DF1219;
    width: 20%;
}
.img{
	width: 100%;
	height:100%;
	padding: 20px 8px;
    display: grid;
    place-content: center;
    place-items: center;
	box-shadow: 0 12px 18px 2px #cecece;
}
.img:hover{box-shadow: 0 1px 8px 3px #efc3c3;
    transform: scale(1.0);}
.img img{
	width:100%;
}
.text {
    width: 100%;
    height: 100%;
    padding: 2rem;
    display: grid;
    place-content: center;
    place-items: center;
	box-shadow: 0 0 2px #cf2027;
}

#flexorder .row {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 0;
    display: flex;
   flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}
.order-2 {
    order: 2!important;
}
.order-1 {
    order: 1!important;
}
@media (min-width: 768px){
.order-md-1 {
    order: 1!important;
	}
.order-md-2 {
	order: 2!important;
	}
}
@keyframes blinkingText{
    0%{     color: #3591db;    }
    49%{    color: #3591db; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #3591db;    }
}
.blinking {
    animation: blinkingText 1.2s infinite;
}
.locationfit.column {
    width: 30%;
}
.column, .columns {
    float: left;
    margin: 0 1% 40px;
}
.locafact {
    text-align: center;
}
.locafact .number-wrapper {
    font-size: 40px;
    line-height: 25px;
}
.locafact .number {
    color: #b17f4a;
}
.locafact hr {
    width: 40%;
}
hr.hr_narrow {
    width: 20%;
}
hr {
    display: block;
    border: none;
    outline: none;
    height: 1px;
    width: 100%;
    margin: 0 auto 15px;
    clear: both;
}
@media (max-width: 520px){
.locationfit.column {
    float: left;
}
.locationfit.column .des{
	width:90%;
}
.locationfit.column .des h5{
	text-transform: capitalize;
}
h3.custom{

    font-size: 18px;
    

}

}
#Overview{
/* padding-top: 100px;
padding-bottom: 350px;
background-repeat: no-repeat;
background-image: url(../images/logo/creative.jpg);
background-position: left top;
background-size: cover; */
padding:0;
/* background: url(../images/logo/img_bg_dsk.jpg); */
    background-size: 100% auto;
    background-repeat: no-repeat;
	background-position: 50% 53%;
    height: 320px;
    margin: 0px 0;

}
#Overview .about_us{
	background-color: #020200d1;
    height: 450px;
    width: 100%;
	opacity: 0.8;
}
@media (max-width: 768px){
#Overview{
/* padding-top: 100px;
padding-bottom: 100px;
background-repeat: no-repeat;
background-image: url(../images/logo/creative.jpg);
background-position: left top;
background-size: cover;
 */
padding:0;
	/* background: url(../images/logo/img_bg_m.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    margin: 0px 0;
}
#Overview .about_us{
	background-color: #020200d1;
    height: auto;
    width: 100%;
	opacity: 0.8;
}
}
.img-size{
	width: auto;
}
.zoom{
transition: transform .2s;
}
.zoom:hover{
transform: scale(1.1);
}


#Overview_a{
padding:0;
background: url(../images/logo/img_bg_dsk1.jpg);
	background-size: cover;
    background-position: center 80%;
    margin: 0px 0;

}
#Overview_a .about_us{
	background-color: #020200d1;
    height: 608px;
    width: 100%;
	opacity: 0.8;
}
#Overview_a .innerdiv{
	opacity: 1;
	width:100%;
	text-align:center;
	margin:auto;
}
#Overview_a .fristpra{
	width:100%;
}
#Overview_a .secondpra{
	width:100%;
}
#Overview_a .fristpra p{
	padding:2% 0;
}
#Overview_a .left-hed-last {
    display: table;
    width: 35%;
    float: left;
}
#Overview_a .right-txt-last {
    display: table;
    width: 50%;
    float: right;
    padding: 10px;
    color: #fff;
}
@media (max-width: 800px){
#Overview_a{
padding:0;
background: url(../images/logo/img_bg_m1.jpg);
    background-size: cover;
	background-position: 47.8% 0;
    height: 729px;
    margin: 0px 0;
}
#Overview_a .fristpra{
	width:auto;
}
#Overview_a .secondpra{
	width:auto;
}
#Overview_a .about_us{
	background-color: #020200d1;
    height: 729px;
    width: 100%;
	opacity: 0.8;
}
#Overview_a .left-hed-last {
    display: table;
    width: 35%;
    float: left;
}
#Overview_a .right-txt-last {
    display: table;
    width: 50%;
    float: right;
    padding: 10px;
    color: #fff;
}
}

.banner_desktop-view {
    display: block;
	box-shadow: 0 12px 18px 2px #cecece;
}
.banner_mobile-view {
    display: none;
}
@media (min-width: 200px) and (max-width: 1024px){
.banner_desktop-view {
    display: none;
}
.banner_mobile-view {
    display: block;
	box-shadow: 0 12px 18px 2px #cecece;
}
}


#formsection{
/* background: url(../images/logo/footer-bg.jpg); */
background:#002844;
background-repeat: no-repeat,repeat;
}
.pdd-100 {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.footer-heading img {
    position: absolute;
    top: 30%;
    left: 25%;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.footer-bg-img{
	/* background-image: url(../images/logo/footer.jpg); */
    height: 350px;
    background-repeat: no-repeat,repeat;
    border-radius: 10px;
}
.form-colm {
    padding: 90px;
}
.form-colm input {
    margin-bottom: 10px;
    background: transparent;
    border: 2px solid#fff;
    color: #fff;
}
.form-colm select {
    margin-bottom: 10px;
    background: transparent;
    border: 2px solid#fff;
    /* color: #fff; */
}
.form-colm textarea {
    margin-bottom: 10px;
    background: transparent;
    border: 2px solid#fff;
    color: #fff;
}
.footer-heading h2 {
    margin: 200px 0;
    font-size: 42px;
    font-weight: 600;
    color: #e7d8d8;
    position: relative;
    font-family: 'FontAwesome';
}
.footer-heading h2 span {
    display: block;
    font-size: 36px;
    font-weight: 400;
	margin-left: 45px;
}
@media screen and (max-width: 999px){
.pd-100 {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
.footer-heading img {
    position: absolute;
    top: -54px;
    left: 36%;
}
.footer-heading h2 {
    margin: 100px 0;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    position: relative;
}
.footer-heading h2 span {
	margin-left: 2px;
}
.form-colm {
    padding: 10px;
}
}