/*
Theme Name: Bootstrap Basic4
Theme URI: http://rundiz.com
Author: Vee Winch, christianoliff
Author URI:
Description: Bootstrap v.4 basic theme for developers to build their new theme very fast and easy. (WordPress 5 or Gutenberg ready.) The concept is to keep it basic, no rich features, no additional functions; all of these for theme developers will be easier to start develop their theme. To follow what was changed, please look for <a href="https://github.com/Rundiz-WP/bootstrap-basic4" target="commits">commits</a> of this theme at Github or changelog.md file that come with the theme. Please read notice on Bootstrap Basic 4 Help page in Dashboard &gt; Appearance &gt; Bootstrap Basic4 Help or in readme.txt file in this theme package.
Version: 1.3.4
Requires PHP: 5.5
Requires at least: 5.0
Tested up to: 5.9
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: bootstrap-basic4
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, post-formats, threaded-comments, translation-ready, editor-style, blog

This theme built with Twitter Bootstrap v.4. It is basic theme with basic style for build new theme with Bootstrap.

*/


/*
Required WordPress CSS
*/

/* WordPress gallery */
.gallery-caption {
}
.gallery {
	margin-bottom: 1.6em;
}
.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


.sticky {
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}


/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*  */


/* General */

.entry-title{
	display:none;
}
html{
	overflow:auto;
}
body{
	overflow-x:hidden;
	font-family: 'Outfit', sans-serif;
}
.page-header {
    margin-bottom: 0px !important;
}
#main .post, #main .page {
     border: none !important; 
     margin-bottom: 0px !important; 
    overflow-x: auto;
     padding: 0px !important; 
}
.row-with-vspace {
    margin-bottom: 0px !important;
}
.entry-meta{
	display:none;
}
#sidebar-right{
	display:none;
}



/* General */

/*header section  */
.navgation-1 {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
    align-items: center;
}

.social-icons {
    gap: 10px;
    display: flex;
	font-size: 24px;
}
.contact-details {
    background-color: #0f3b5f;
	padding: 11px;
	
}

.social-icons i {
    color: white;
}


.mob a {
    color: #f3d231;
    font-size: 24px;
    font-weight: 500;
}
.contact-details button {
    padding: 5px 20px 3px 20px;
    font-weight: 800;
    font-size: 22px;
    background-color: #f8d730;
    border-radius: 10px;
    border: none;
    color: #0d3a5d;
}
.second-menu {
    display: flex;
    justify-content: flex-end;
/* 	padding: 20px 0px; */
}
.header {
    background: transparent;
    z-index: 999;
/*     position: absolute; */
    width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link { 
	
	font-weight: 400;
	
}
/* #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
   
    font-weight: 500; 
}
 */
@media (max-width: 425px){ 
.contact-details {
    
    padding: 5px;
}
.navgation-1 {
  
    gap: 10px;
	} 
	.social-icons {
   
    font-size: 15px;
}
.mob a {
   
    font-size: 15px; 
} 
	.contact-details button {
    padding: 5px 15px 3px 15px;
   
    font-size: 15px;
   
}
}
.logo {
    width: 25%;
} 
.nav-menu {
    display: flex;
    justify-content: flex-end;
    width: 76%;
} 
#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge {
  
    display: flex;
    justify-content: flex-end;


}








/*end of header section  */
/*footer section  */

.foooter-section{ 
   background-image:url(../../uploads/2024/04/footer.jpg); 
  
    min-height: 100vh;    
    width: 100%; 
	padding: 20px;
} 
 
.foooter-content { 
    display: flex; 
    justify-content: space-between; 
    gap: 71px; 
    list-style: none; 
    line-height: 40px; 
} 
 
 
.para-logo {
	width: 50%;
/*     width: 38%; */
    text-align: justify;
    line-height: 24px;
    font-size: 21px;
    color: #737272;
    
}
 
.quick.link { 
    width: 25%; 
} 
.palces { 
    width: 10%; 
} 
.address-details { 
    width: 25%; 
} 
 
.container.foooter-content a { 
    color: #474646; 
    text-decoration: none; 
} 
 
.last-icon i{ 
    color: blue; 
} 
 
.foooter-content { 
    
    margin-top: 2%; 
} 
@media (max-width: 768px){ 
.container.foooter-content { 
    flex-direction: column; 
} 
.para-logo { 
    width: 100%; 
     
} 
 
.quick.link { 
    width: 100%; 
     
} 
.palces { 
    width: 100%; 
     
} 
.address-details { 
    width: 100%; 
     
} 
 
 
} 
@media (max-width: 425px){ 
.foooter-content { 
    
/*     padding: 20px;  */
    gap: 10px; 
} 
	
	
	.foooter-section{ 
 
	padding: 20px;
} 
} 


.foooter-section a {
    font-size: 21px;
    line-height: 57px;
}
.foooter-section h3 {
    color: #0d3b5f;
    /* font-weight: 600; */
}


/* end of footer section */
 
 /* section-2 */ 
.section-2{ 
/*     background-color: whitesmoke;  */
    min-height: 100vh; 
    width: 100%; 
} 

.yellow-box {
    display: flex;
    gap: 70px;
    align-items: center;
    padding: 20px;
    width: 100%;
}
.travel {
    width: 25%;
    text-align: center;
   
}
.outbond {
    width: 25%;
    text-align: center;
}
.adventure { 
     text-align: center;
    width: 25%; 
} 
.cab { 
	 text-align: center;
    width: 25%; 
} 
 
 
 
.travel img {
   
    background-color: transparent;
    border: 3px solid #0f3b5f;
    border-radius: 50%;
    padding: 12px 11px;
}
 
.outbond img {
    
    background-color: transparent;
 
    border-radius: 50%;
    padding: 12px 11px;
    border: 3px solid #0f3b5f;
}
 
.adventure img {
   
    background-color: transparent;
 
    border-radius: 50%;
    border: 3px solid #0f3b5f;
    padding: 12px 11px;
}
 .cab img {
   
    background-color: transparent;
   
    border-radius: 50%;
    padding: 12px 11px;
    border: 3px solid #0f3b5f;
}
.box {
    width: 90%;
    display: flex;
    padding: 7px;
    background-color: #f8d730;
    border-radius: 22px;
}
 
.star { 
    position: relative; 
     left: 10%;
    top: -39px; 
} 
.inner-box { 
    display: flex; 
	gap: 30px;
} 
/* card content */ 
.day { 
    width: 25%; 
    text-align: center; 
	 
} 
.Hourly { 
    width: 25%; 
    text-align: center; 
	
} 
.Airport { 
    width: 25%; 
    text-align: center; 
	
} 
.Corprate { 
    width: 25%; 
    text-align: center; 
	
} 
 
.day img { 
    width: 70%; 
    border-radius: 54%; 
	
} 
.Hourly img { 
    width: 70%; 
    border-radius: 54%; 
} 
.Airport img { 
    width: 70%; 
    border-radius: 54%; 
} 
.Corprate img { 
    width: 70%; 
    border-radius: 54%; 
} 
.day button { 
     
    margin-bottom: 21%; 
} 
/* responsive  */ 
@media (max-width: 425px){ 
.inner-box { 
     
   padding: 0px;
        flex-wrap: wrap;
        gap: 10px;
} 
.day { 
    width: 48%; 
    
} 
.Hourly { 
    width: 100%; 
    
} 
.Airport { 
    width: 100%; 
   
} 
.Corprate { 
    width: 100%; 
     
} 
} 

.section-2 h1 {
    color: #eeefee;
    font-size: 89px;
    font-weight: 500;
    letter-spacing: 9px;
}

.section-2 hr {
    width: 8%;
    margin: 0;
    border: 1px solid #365a79;

}
.up-letter {
    position: relative;
    top: -50px;
}
.sr-hd{
	color: #08428a;
    font-size: 40px;
}

.service p {
    font-size: 22px;
    color: #878486;
}

.four-box h3 {
    margin-top: 7%;
    font-size: 28px;
    color: #0c3a5e;
    font-weight: 600;
}


.four-box p {
    font-size: 15px;
   
}

.four-box button {
    background: transparent;
    border: 1px solid #1b4265;
    padding: 0px 14px;
    color: #626262;
    font-weight: 700;
    font-size: 21px;
    border-radius: 7px;
}
/* end of section-2 */
/* section-3 */
.section-3 {
    background-color: #0f3a5e;
    min-height: 155vh;
}
.inne-sec3 {
    padding: 30px 0px;
} 


.section-3 h2 {
    color: #3e5875;
    font-size: 95px;
    font-weight: 500;
    letter-spacing: 9px;
} 
.sec3-upletter h4 {
    color: #fffffe;
    font-size: 42px;
   
}

.section-3 hr {
    width: 8%;
    margin: 0;
    border: 1px solid #fffffe;
}
.sec3-upletter {
    position: relative;
    top: -53px;
}
.section-3 p {
    color: #a4a6a7;
    font-size: 22px;
}  
/* btn sec */
.btn-section {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.btn-section a {
    background-color: #fffefe;
    padding: 8px 30px;
    border-radius: 7px;
    font-size: 25px;
    font-weight: 700;
    color: #0f3a5e;
    text-decoration: none;
} 


.btn-section a:hover {
    background-color: #f8d730;
	  text-decoration: none;
} 
.card-sec {
    display: flex;
    margin-top: 4%;
    justify-content: space-between;
}

.place {
    width: 23%;
}
.place img{
    width: 100%;
} 
.content-sec {
    background-color: white;
	line-height: 10px;
    padding: 10px;
} 
.content-sec h3 {
    color: #0f3a5e;
    font-size: 20px;
}
.place p {
    font-size: 15px;
    color: #6b6a6b;
} 
.left-pl {
    display: flex;
    justify-content: space-between;
} 
.content-sec span {
    font-size: 18px;
    color: black;
    font-weight: 700;
} 
.content-sec a {
    text-decoration: none;
    color: gray;
} 
@media (max-width: 768px){ 
.card-sec {
  
    flex-direction: column;
	gap: 20px;
    padding: 20px;
}
.place {
    width: 100%;
} 
	
	
	
	
}

@media (max-width: 425px){ 
.section-3 h2 {
  
    font-size: 55px;
	
	}

.sec3-upletter h4 {
   
    font-size: 28px;
} 
	
.sec3-upletter {
  
    top: -43px;
} 
	.section-2 h1 {
   
    font-size: 51px; 
	} 
	.sr-hd {
    
    font-size: 28px;
} 
	.up-letter {
   
    top: -39px;
} 
	.btn-section {
   
    flex-wrap: wrap; 
	}
	
}

.five-form {
    display: flex;
    gap: 10px;
	margin-top: 2%;
}
select.wpcf7-form-control.wpcf7-select {
    padding: 2px 20px;
	border-radius: 10px;
    border: none;
    background-color: #d1b01b;
    color: #a38e3a;
    font-weight: 600;
    font-size: 20px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  
    width: 100%;
	border-radius: 10px;
    border: none;
    background-color: #d1b01b;
    color: #a38e3a;
    font-weight: 600;
    font-size: 20px;
}
/* input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel {
    width: 100%;
	border-radius: 10px;
    border: none;
    background-color: #d1b01b;
    color: #a38e3a;
    font-weight: 600;
    font-size: 20px;
}
 */
.form-box {
    background-color: #f9d731;
    padding: 5px 20px;
    border-radius: 20px;
	position: relative;
    top: -45px;
   
}
.form-box h2 {
    color: #eacb2f;
    font-size: 80px;
    font-weight: 500;
    letter-spacing: 9px;
}
.form-box h3 {
    color: #0f3a5e;
    font-weight: 600;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-size: 20px;
    font-weight: 600;
    padding: 0px 11px;
    background-color: #0f3a5e;
    color: white;
    border: none;
    border-radius: 10px;
}

.all-btn {
    display: flex;
    justify-content: center;
}
.view a {
    padding: 10px 43px;
    border: 2px solid white;
    font-size: 30px;
    color: white;
    border-radius: 6px;
    text-decoration: none;
}
.view {
    display: flex;
    justify-content: center; 
}
.inn-form {
    position: relative;
    top: -34px;
}

/*end of section-3  */
/*home page testimonial  */
.ti-widget.ti-wp-testimonial-1 .ti-review-header .ti-profile-img{
	border: 2px dashed #0e3b5e;
    border-radius: 50%;
    padding: 9px;
}

/*home page testimonial  */

.testing h2 {
    color: #e4e4e5;
    font-size: 82px;
    font-weight: 640;
    letter-spacing: 13px;
}

.gallery-up h3 {
    color: #0f3b5f;
    font-size: 40px;
}

.gallery-up {
    position: relative;
    top: -51px;
}

.section-4 {
    background-color: #f5f4f4;
}



.ti-widget.ti-wp-testimonial-1 .ti-review-item>.ti-inner, .ti-widget.ti-wp-testimonial-1 .ti-load-more-reviews-container .ti-load-more-reviews-button {
   
    background-color: transparent !important;
  
}

/*section-3  */

.various img {
    background-color: #0e3b5e;
    padding: 12px 10px;
    border-radius: 50px;
    height: 80px;
    width: 80px;
}

.var-adv {
    display: flex;
    gap: 70px;
	margin-top: 0%;
}

.various {
    display: flex;
    gap: 20px;
	width: 41%;
}
.border-img {
    border: 2px dashed #0e3b5e;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.special {
    width: 62%;
/*     margin-right: 0;
    margin-left: auto; */
}
.section-5 {
/*     background: url(https://tamiltours.in/wp-content/uploads/2024/04/bg.jpg); */
    min-height: 80vh;
    width: 100%;
	background-image: url(../../uploads/2024/05/home-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
	
}
.special h2 {
    color: #dbdbdd;
    font-size: 88px;
    font-weight: 640;
    letter-spacing: 10px;
}
.special h3 {
    color: #0f3b5f;
    font-size: 40px;
} 

.tour-up {
    position: relative;
    top: -54px;
}

.var-content h4 {
    color: #0f3a5e;
    font-size: 25px;
}


.var-content p {
    font-size: 20px;
    color: #878486;
	text-align: justify;
}


.var-content {
    width: 67%;
}

@media (max-width: 1440px){ 

.various {
   
    width: 50%;
}
	.special h3 {
    
    font-size: 35px;
}
	.var-content h4 {
   
    font-size: 26px;
}
	.var-content p {
    font-size: 20px;
    color: #878486;
}
}
@media (max-width: 1024px){ 
.special {
    width: 90%;
  
}

}
@media (max-width: 768px){ 
.var-adv {
    display: flex;
    gap: 32px;
    flex-direction: column;
	margin-top:0%;
}
.various {
    width: 100%;
}
	.special h2 {
   
    font-size: 42px; 
		
	}
	.special h3 {
    font-size: 23px;
}
	.tour-up {
    
    top: -28px;
}
	.form-box h2 {
   
    font-size: 38px; 
	} 
	
	.five-form {
    
    flex-direction: column;
}

	.form-box {
    background-color: #f9d731;
    padding: 31px 28px; 
	}
	input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel {
    width: 100%;
}
	select.wpcf7-form-control.wpcf7-select {
    padding: 3px 76px;
    width: 100%;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
}
}


.box h4 {
    font-size: 23px;
	margin-top: 7%;
}
/*tour travel box responsive  */


@media (max-width: 425px){ 
.star {
    position: relative;
    left: 0%;
    top: 3px;
}
	.box {
    width: 100%;
    border-radius: 10px;
}
	.yellow-box {
		flex-wrap: wrap;
    gap: 39px; 
	}
	.travel {
    width: 36%;
}
.outbond {
    width: 48%;
}
	.adventure {
    width: 43%;
}
	.cab {
   
    width: 38%;
}
	.box h4 {
    font-size: 18px;
  
}

}


#fot-sec {
    margin-top: 0%;
}

/* contact page */
.banner {

	background-image: url(../../uploads/2024/05/inner-banner-final.jpg);

	height:250px;
    width: 100%;
    
    background-repeat: no-repeat;
    background-size: 100% 100%;
/* 	background-attachment: fixed; */
}
.banner h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
	color: white;
}
.Contacting {
    display: flex;
    justify-content: space-evenly;
}
.c-box1 {
    border: 1px solid #80808029;
    width: 26%;
    padding: 40px 40px;
    line-height: 30px;
    text-align: center;
   background-color: #fefeff;
  
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.c-box1 a {
    color: gray;
}
.c-box1 i {
 
    padding: 30px 30px;
    border-radius: 50%;
    
    position: relative;
    top: -68px;
     background-color: #fefeff;
  
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.c-box1 h5 {
    color: #0e3a5f;
    font-weight: 700;
}


.Contact-box {
    position: relative;
    top: -40px;
}


.contact-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background-color: whitesmoke;
	width: 97%;
border-radius: 3px;
}

.contact-form {
    background-color: #0f3a5e;
    width: 50%;
    padding: 40px 53px;
	line-height: 16px;
}

.form {
    display: flex;
    
    justify-content: center;
}


.contact-form h4 {
    color: white;
    
}

.contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #f8d631;
    color: #0e3b5e;
    padding: 10px 30px;
    
    border-radius: 3px;
    font-weight: 700;
}




/*end of contact page  */





#sp-wp-tabs-wrapper_163.sp-tab__lay-default > .sp-tab__tab-content .sp-tab__tab-pane {
    border: none; 
}

#sp-wp-tabs-wrapper_163.sp-tab__lay-default > .sp-tab__tab-content .sp-tab__tab-pane {
  
    background-color: #0e3a5f;
}
#sp-wp-tabs-wrapper_163.sp-tab__lay-default > ul {
    border-bottom: none;
}
.aigpl-img-desc.aigpl-center {
    background-color: white;
    line-height: 20px;
    text-align: left;
    padding: 6px 19px;
	padding-bottom: 33px;
}

.btntab-section h3 {
    color: #0f3a5e;
    font-size: 22px;
}

.btntab-section p {
    font-size: 17px;
	color
}

.aigpl-design-1 .aigpl-img-wrp {
   
    height: 234px;
   
}
.btntab-section span {
    color: black;
    font-weight: 700;
}
/*inner page tab section  */
.innerpage-section-1 {
    background-color: #f0f4f7;
    min-height: 100vh;
    width: 100%;
}
.sect-tab {
    display: flex;
    
    padding: 60px;
    gap: 30px;
}
.left-tab {
    width: 65%;
}
.right-form {
    width: 35%;
    padding: 10px;
}
.divide {
    display: flex;
    gap: 10px;
	margin-top: 3%;
	margin-left: -2%;
}
.form-img img {
    width: 100%;
}

.pading {
    padding: 0px 20px;
}
.right-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border-radius: 2px;
    padding: 8px;
	background-color: white;
    border: 1px solid gray;
	font-size:16px;
}

.pading input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel {
    background-color: white;
	color: #8080806e;
/*     color: gray; */
    border: 1px solid gray;
    border-radius: 2px;
    padding: 5px;
}


.pading select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    background-color: white;
/*   color: #8080806e; */
	 color: gray;
    border: 1px solid #8080806e;
    border-radius: 2px;
	margin-top: 0%;
    font-size: 16px;
    padding: 8px;
    width: 100%;
}

.pading input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border-radius: 0px;
    padding: 8px;
    width: 100%;
	margin-top: 0%;
}


.rig-form {
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.sect-tab .entry-title {
    display: block;
}

.single-tour .tour-meta-bar .tour-tags .tag-price .tour-price-tag {
    transform: rotate(90deg); 
}

.price-tag svg {
    transform: rotate(90deg);
}


.price-tag {
    padding: 16px 20px;
    background-color: #f9d630;
    width: 60%;
    text-align: center;
    color: #0f3b5f;
    font-size: 28px;
    font-weight: 700;
    gap: 10px;
    display: flex;
	margin-top: 33%;
}


.left-tab h2 {
    color: #08428a;
    font-size: 30px;
}

.overley {
    position: absolute;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
}

.form-img {
    position: relative;
}
.overley i {
    background-color: #f8d631;
    padding: 17px 15px;
    border-radius: 50px;
    transform: rotate(-46deg);
    font-size: 28px;
  
}


.left-tab #sp-wp-tabs-wrapper_196.sp-tab__lay-default > .sp-tab__tab-content .sp-tab__tab-pane {
    background-color: white;
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.divide input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel {
	color: gray;
/*     color: #8080807d; */
    font-size: 16px;
    padding: 8px;
}



.left-tab #sp-wp-tabs-wrapper_196.sp-tab__lay-default > ul > li > label, #sp-wp-tabs-wrapper_196.sp-tab__lay-default > ul > li > a {
   
   
    padding-top: 7px;
    padding-right: 20px;
    padding-bottom: 7px;
    padding-left: 20px;
   
}


.para-section {
    padding: 26px;

}


@media (max-width: 425px){ 

.sect-tab {
   gap: 0px;
    flex-direction: column;
}
.left-tab {
    width: 100%;
}
	.right-form {
    width: 100%;
    
}

}
.btntab-section ul#sp-tab__ul {
    display: flex;
    justify-content: center;
}

.btntab-section #sp-wp-tabs-wrapper_163.sp-tab__lay-default > ul .sp-tab__nav-item .sp-tab__tab_title, #sp-wp-tabs-wrapper_163.sp-tab__lay-default label > .sp-tab__card-header {
    line-height: 8px;
	padding: 0px 20px
}
.btntab-section #sp-wp-tabs-wrapper_163.sp-tab__lay-default > ul > li label, #sp-wp-tabs-wrapper_163.sp-tab__lay-default > ul > li a, #sp-wp-tabs-wrapper_163.sp-tab__lay-default > ul > .sp-tab__nav-item {
    border-radius: 10px;
}



.btntab-section #sp-wp-tabs-wrapper_163.sp-tab__lay-default > ul .sp-tab__nav-item .sp-tab__tab_title, #sp-wp-tabs-wrapper_163.sp-tab__lay-default label > .sp-tab__card-header{
	font-size: 22px;
	color: #0e3a5f;
    font-weight: 700;
}


.btntab-section #sp-wp-tabs-wrapper_163 > .sp-tab__nav-tabs > .sp-tab__nav-item.show .sp-tab__nav-link, #sp-wp-tabs-wrapper_163 > .sp-tab__nav-tabs > .sp-tab__nav-item .sp-tab__nav-link.sp-tab__active, #sp-wp-tabs-wrapper_163.sp-tab__lay-default label > .sp-tab__card-header:hover {
    background-color: #f9d630;
}

.left-tab h2 {
    color: #0f3b5f;
    font-size: 35px;
}

.para-section ol li {
    
    padding-top: 11px;
}

.pading input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    margin-top: 2%;
}

.btntab-section a {
    text-decoration: none;
}

/* contact page */



@media (max-width: 768px){ 
.Contacting {
    gap: 40px;
    flex-direction: column;
}

.c-box1.aos-init.aos-animate {
    width: 100%;
}
.Contact-box {
   
    top: 37px;
}
	.contact-form {
  
    width: 100%;
	}
	.contact-form textarea {
    width: 100%;
}
	.form {
   
    margin-top: 16%;
}
}

/*car section  */

.fst-fr {
    display: flex;
    justify-content: space-between;
    gap: 26px;
    margin-top: 3%;
}

.car-shift img {
    width: 100%;
}

/*destination form hide  */


.form-box {
   
    display: none;
}


/*end of destination form hide  */

.car-shift h4 {
    color: #0e3a5f;
    font-size: 19px;
    text-align: center;
    font-weight: 700;
	margin-bottom: 0px;
}


/*package tab section  */
.tab ul#sp-tab__ul {
    display: flex;
    flex-direction: column;
	
}
.tab .sp-tab__tab-content {
    display: none;
}

.tab {
  
    background-color: #0e3a5f;
    padding: 60px 40px;
	margin-top: -12%;
}




.pac-overlay i {
    background-color: #f8d631;
    border: 2px soli red;
    border: 10px solid #f0f4f7;
    padding: 22px 28px;
    border-radius: 50px;
    font-size: 31px;
}
.pac-overlay {
    display: flex;
    justify-content: center;
    position: relative;
    bottom: -5px;
   
}

.tab div#sp-wp-tabs-wrapper_272 {
    width: 100%;
    display: flex;
    justify-content: center;
}
.tab #sp-wp-tabs-wrapper_272.sp-tab__lay-default > ul > li > label, #sp-wp-tabs-wrapper_272.sp-tab__lay-default > ul > li > a{
	padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    background-color: #f9d630;
   
}

.tab #sp-wp-tabs-wrapper_272 > .sp-tab__nav-tabs .sp-tab__nav-link.sp-tab__active .sp-tab__tab_title, #sp-wp-tabs-wrapper_272.sp-tab__lay-default label > .sp-tab__card-header {
    
    color: #0f3a5e;
    font-weight: 700;
}

.tab #sp-wp-tabs-wrapper_272 > .sp-tab__nav-tabs > .sp-tab__nav-item.show .sp-tab__nav-link, #sp-wp-tabs-wrapper_272 > .sp-tab__nav-tabs > .sp-tab__nav-item .sp-tab__nav-link.sp-tab__active, #sp-wp-tabs-wrapper_272.sp-tab__lay-default label > .sp-tab__card-header {
    background-color: #f9d630;
}
.tab #sp-wp-tabs-wrapper_272.sp-tab__lay-default > ul .sp-tab__nav-item .sp-tab__tab_title, #sp-wp-tabs-wrapper_272.sp-tab__lay-default label > .sp-tab__card-header {
   
    color: #0f3a5e;
   
    font-weight: 700;
}

.tab #sp-wp-tabs-wrapper_272.sp-tab__lay-default > ul .sp-tab__nav-item {
   
    margin-top: 15px;
}
.sgcar-img img {
    width: 100%;
}
/* car slider */
.para-section strong {
    color: #0e3b5e;
}


.car-section {
  
    margin-bottom: 4%;
}

@media (max-width: 425px){
.fst-fr {
    flex-wrap: wrap;
/*     flex-direction: column; */
	margin-top: -4%;
}


}
.car-shift {
    width: 46%;
}
  

.shape-box {
    background-color: #f8d631;
    clip-path: polygon(15% 0, 100% 0, 84% 100%, 0% 100%);
    padding: 10px 12px;
   
}
@media (max-width: 1440px){
.car-shift h4{
	font-size: 16px;
}

}
/*cr  */
.star {
   
    display: none;
}

.service {
    padding: 20px 20px;
    margin-top: 2%;
}

/* test cr */
.ti-profile-img {
    display: none;
}


.ti-date {
    display: none;
}
.tab {
   
     display: none; 
}

.pac-overlay {
    display: none;
   
}

.mobile-slider {
    display: none;
}




@media (max-width: 425px){

.mobile-slider {
    display: block;
}

	.desktop-slider{
		display: none;
	}

.service p {
  
    text-align: justify;
}
.inne-sec3 {
    padding: 30px 14px;
}
.section-3 p {
   
    text-align: justify;
}
	    .special {
        width: 100%;
        padding: 12px 23px;
    }
	.var-content h4 {
        font-size: 20px;
    }

	

}

@media (max-width: 381px){

	.btntab-section #sp-wp-tabs-wrapper_163.sp-tab__lay-default > .sp-tab__tab-content .sp-tab__tab-pane{
		padding-right: 0px;
    padding-left: 0px;
	}
.btntab-section	.aigpl-column, .aigpl-columns{
		padding: 10px 0px;
	}
.testing h2 {
  
    font-size: 63px; 
	}
}
@media (max-width: 425px){
.various {
    flex-direction: column; 
	align-items: center;
	text-align: center;
	}
	.var-content {
    width: 100%;
}
.var-adv {
      
        gap: 0px 
	}
	.special h2 {
        font-size: 28px;
    }
	.btntab-section .aigpl-img-desc.aigpl-center {
  
    padding-bottom: 4px;
}
.btntab-section h3 {

    font-size: 20px;
}	
	
	.second-menu {
   
    margin-top: 5%;
}
	
	.logo {
    width: 75%;
}
	.nav-menu {
    width: 25%;
}
	.logo img {
    width: 100%;
}
	
	
}

.left-tab h2{
	display: none;
}


.inner-section5 {
    display: flex;
}




.left-dumy {
    width: 38%;
}
@media (max-width: 1440px){

.special {
    width: 68%;
}

.left-dumy {
    width: 32%;
}

.special h2 {
   
    font-size: 70px; 
	}
    .special h3 {
        font-size: 27px;
    }
	.var-content h4 {
        font-size: 20px;
    }
	    .var-content p {
        font-size: 16px;
      
    }
	.inner-section5 {
    display: flex;
    padding: 0px 31px;
}
	.inner-section5 {
    
    padding: 0px 31px;
}
	.tour-up {
   
    top: -40px;
}
	
}

@media (max-width: 425px){


    .special {
        width: 100%;
    }
.special h2 {
        font-size: 40px;
    }
.special h3 {
        font-size: 21px;
    }
	.section-5{
		background-image: none;
	}
	
}
@media (max-width: 1440px){
/* .section-5 {
   
    min-height: 131vh;
	} */

}
@media (max-width: 425px){

  .car-shift h4 {
        font-size: 13px;
    }

.four-box h3 {
  
    font-size: 18px; 
	}
}

a.adr-ln-hg {
    line-height: 0px;
}



@media (max-width: 425px){

.special h2 {
        font-size: 28px;
    }
.special h3 {
        font-size: 19px;
    } 
	.tour-up {
        top: -23px;
    }
.inner-section5 {
        padding: 0px 13px;
    }
}



/* 
#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge li#mega-menu-item-488{
	
	display: flex;
	justify-content: space-between;
}
 */


.card-gall {
    padding: 20px 20px;
}

.card-gall .aigpl-img-count.aigpl-center {
    display: none;
}
.card-gall .aigpl-img-title.aigpl-center {
    color: #0e3b5e;
    font-weight: 700;
}

/*about page  */
.inner.abt-sec {
    display: flex;
    padding: 36px 0px;
    margin-top: 7%;
}
.abt-left {
    width: 50%;
}
.abt-right {
    width: 50%;
}


.abt-left img {
    width: 89%;
}
.abt-right h4 {
    font-size: 34px;
    color: #0e3b5e;
    font-weight: 700;
}



.abt-sec2 {
    display: flex;
	gap: 50px;
}
.abt2sec-lf {
    width: 70%;
}
.abt2sec-rg {
    width: 30%;
}

.abt-right h3 {
    color: #0e3b5e;
    font-weight: 600;
    font-size: 25px;
}


.abt2sec-lf h3{
	 color: #0e3b5e;
    font-weight: 600;
    font-size: 25px;
}

.abt-right p {
    color: gray;
    text-align: justify;
	font-size: 17px;
}

.abt2sec-lf p {
    color: gray;
    text-align: justify;
	font-size: 17px;
}

.abt-sec2whole p {
    color: gray;
	font-size: 17px;
}

@media (max-width: 425px){

.inner.abt-sec {
    flex-direction: column; 
	padding: 20px;
}

.abt-left.aos-init.aos-animate {
    width: 100%;
}
	.abt-right.aos-init.aos-animate {
    width: 100%;
}
.abt-right.aos-init.aos-animate {
    width: 100%;
}
	.abt-sec2 {
    flex-direction: column;
		padding: 20px;
    
}
	.abt2sec-lf.aos-init.aos-animate {
    width: 100%;
}
	.abt2sec-rg {
    width: 100%;
}
	.abt-right h4 {
    font-size: 20px; 
	}
	.abt-right h3 {
   
    font-size: 18px;
}
	.abt2sec-lf h3 {
   
    font-size: 18px;
}
}


.last-icon {
    display: flex;
    gap: 20px;
	justify-content: center;
}

.last-icon i {
    font-size: 30px;
    color: #0e3b5e;
}

.abt2sec-rg.aos-init.aos-animate img {
    width: 100%;
}



/* .ph-no i {
    font-size: 30px;
    padding: 10px;
    color: color: #0e3b5e;
    color: #0e3b5e;
} */
.ph-no {
    display: flex;
    gap: 20px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {
   
    border-bottom: 1px solid #0f3a5e;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	
	  border-bottom: 1px solid #0f3a5e;
	
	
	
}





















