/*
Theme Name: TravelWP Child
Theme URI: http://travelWP.physcode.com/
Author: Physcode
Author URI: http://physcode.com/
Description: Description
Version: 1.0.1
Template:  travelwp
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: travelWP
Tags: two-columns, left-sidebar, right-sidebar, editor-style, rtl-language-support, sticky-post, theme-options, translation-ready, translation-ready

 */
/*Investors Page*/
.lgt_pdf_container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}
.lgt_pdf_box{
    background: #fff;
    display: flex;
    align-items: center;
    color: #000;
    padding: 10px 50px 10px 10px;
    border-radius: 3px;
    position: relative;
    border-bottom: 4px solid #ccc;
    border: 1px solid #000;
    overflow: hidden;
    position: relative;
    transition: 0.2s ease-in-out;
}
.lgt_pdf_box:hover{
    box-shadow: 1px 1px 10px #77baf7;
    border-color: transparent;
}
.lgt_pdf_box img{
    position: absolute;
    right: 15px;
    font-size: 22px;
    width: 25px;
    top: 8px;
}

ul.thim-social-media, .elementor-widget-container ul
{
	margin: 0px;
}

.elementor-widget-container ul
{
	list-style-type: none;
}

.elementor-widget-container ul li
{
	line-height: 30px;
}

.elementor-widget-container ul li a
{
	color: #4f5e71;
	font-size: 15px;
	font-weight: 600;
}

.elementor-widget-container h3.widget-title
{
	font-size: 24px;
}

.elementor-widget-container aside
{
	margin-bottom: 40px;
}

/*faqs*/
/*.elementor-11201 #lgt-faq .elementor-element.elementor-element-68ca3b8 .thim-accordion-sections .accordion-section:last-child{
    border-bottom:1px solid;
}
.elementor-11201 #lgt-faq .elementor-element.elementor-element-68ca3b8 .thim-accordion-sections .accordion-section:last-child .accordion-title[aria-selected=false]{
    padding-bottom:15px;
}
.elementor-11201 #lgt-faq .elementor-element.elementor-element-68ca3b8 .thim-accordion-sections .accordion-section:first-child .accordion-title{
    padding-top:15px;
}*/
:where( .elementor-11201 .elementor-element.elementor-element-6f9e163 > .elementor-widget-container > .e-n-accordion > .e-n-accordion-item ) > .e-con:nth-child(n-1) {
    border-width: 0px 0px 0px 0px;
    --padding-top: 0px;
    --padding-right: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
}

/* Corporate Travels - Our Travel Services section*/

.lgt_corporate_services .service-item-loop .asb-content,
.lgt_corporate_services .service-item-loop.active_accrodian .asb-content
{
    opacity: 1;
}

.lgt_corporate_services .service-item-loop .pt-plus-button-wrapper
{
    display: none;
}


.lgt_corporate_services .service-item-loop.active_accrodian .asb-content,
.lgt_corporate_services .service-item-loop.active_accrodian .pt-plus-button-wrapper
{
    display: flex;
}

.lgt_corporate_services .service-item-loop .asb-content div.asb-title
{
    transform: rotate(-0.25turn);
    margin-bottom: 60px;
}

.lgt_corporate_services .asb_wrap_list .service-item-loop:nth-child(2) .asb-content div.asb-title
{
    margin-bottom: 45px;
}

.lgt_corporate_services .service-item-loop.active_accrodian .asb-content div.asb-title,
.lgt_corporate_services .asb_wrap_list .service-item-loop.active_accrodian:nth-child(2) .asb-content div.asb-title
{
    transform: rotate(360deg);
    margin-bottom: 10px;
}

/*Code by Jerson*/
.destination-column .destination-image .elementor-widget-container:before {
    content: "";
    position: absolute;
  /*  background: linear-gradient(0deg, #00000075 0%, #00000075 100%);*/
	 box-shadow: 0 0 200px rgba(0 0 0 / 70%) inset;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.elementor-widget-slider_revolution .rev-btn{
    font-family: Urbanist, sans-serif !important;
}
.home-popular-tours .slick-arrow:hover {
    transform: translateY(-13px);
}
.home .main-header{
	display:none;
}
.transparent-header{
	display:none;

}
body.home .transparent-header{
	 border-bottom: 1 !important;
   border-color: #ffffff45 ;
}
.transparent-header i{
	color: #fff
}
.home .transparent-header{
	display:block;
}
.home-popular-tours .slick-arrow:hover:before {
        opacity: 1;
}
.destination-button, .home-destination-button{
	z-index: 0;
	  position: absolute;
    bottom: 0px;

}
.home-best-tours .elementor-widget-container{
	  overflow: hidden;
    border-radius: 20px;
}
.home-best-tours .elementor-widget-container a:hover{
	      transform: scale(1.1);
    transition: .3s;
}
.about-why-choose-us .elementor-widget-container{
	-webkit-mask-image: url(https://lgtholidays.wizi.work/wp-content/uploads/2024/11/home2-about-img-bg-vector.png);
    position: relative;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}
.lgt-contact-us .destination-button{
	  left: 31%;
}
.destination-column:hover .home-destination-button{
z-index: 2 !important;
    transition: all .5s;
    transform: translateY(-40px);
}
.destination-column:hover .destination-button{
z-index: 2 !important;
    transition: all .5s;
    transform: translateY(-100px);
}
.timeline-right-content .timeline-item{
	    opacity: 1 !important;
}
.contact-section .destination-image .elementor-widget-container:before {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.sticky-form{
	    display: block !important;
}
.sticky-form .elementor-element{
	    position: sticky !important;
    top: 10%;
}
.career-testimonials .elementor-testimonial-wrapper .elementor-testimonial-content {
    padding: 30px;
    background: #019982;
    border-radius: 10px;
    color: #fff;
}
.career-testimonials .elementor-testimonial-wrapper .elementor-testimonial-content:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 41%;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #019982;
}
.career-testimonials .swiper-pointer-events{
	padding-bottom: 20px;
}

#career-popup {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 1000;
}
.career-content {
background: white;
margin: 6% auto;
width: 50%;
border-radius: 10px;
}
.career-header{
background: #019982;
padding: 20px;
text-align: center;
color: #fff;
font-weight: bold;
}
.career-enquire-body{
padding: 30px;
}
.close_button {
float: right;
cursor: pointer;
font-size: 25px;
}
.career-header p {
font-size: 18px;
margin: 0;
}
.career-enquirenow .wpforms-submit-container .wpforms-submit{
background-color: #019982 !important;
}
.career-enquirenow .wpforms-submit-container .wpforms-submit:focus:after{
	border: unset !important;
}
.career-testimonials  .thim-slider-pagination{
	    padding-top: 0px;
}
.career-banner-popup, .career-popup-btn{
	 padding: 10px 25px;
    background: #fff;
    border-color: #019982;
    color: #019982;
    font-weight: bold;
	border-radius: 5px;
}
.corporate-travel-content{
	position: absolute;
     bottom: 85px;

}
.home-travel-horizontal-content{
	position: absolute;
    bottom: 50px;
}
.destination-column:hover .home-travel-horizontal-content{
  bottom: 120px;
	    transition: all .5s;
    transform: translateY(0px);
}
.home-travel-horizontal-title{
	position: absolute;
  bottom: 90px;
}
.destination-column:hover .home-travel-horizontal-title{
bottom: 155px;
	    transition: all .5s;
    transform: translateY(0px);

}
.destination-column:hover .corporate-travel-title{
bottom: 215px;
	    transition: all .5s;
    transform: translateY(0px);

}
.destination-column{
	justify-content: center;
	align-items: center;
}
.corporate-travel-title{
	position: absolute;
  bottom: 120px;

}
.destination-column:hover .corporate-travel-content{
  bottom: 180px;
	    transition: all .5s;
    transform: translateY(0px);
}
.corporate-travel-testiminials .thim-ekits-testimonial__quote-icon svg{
	    height: 3em;
    width: 2em;
}
.corporate-services .animted-content-inner a{
	    background: #fff;
    border-radius: 30px;
}
#ImageAccordion1 .corporate-services .animted-content-inner a span:before, #ImageAccordion1 .corporate-services .animted-content-inner a:after{
	      right: 30px;
}
#ImageAccordion1 .corporate-services .animted-content-inner a span:after{
	      right: 42px;
    top: 50.5%;
}
.corporate-number-counter:before, .corporate-number-counter:after{
	content: "";
    position: absolute;
    bottom: 0%;
    left: 93%;
    top: 70%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-sizing: content-box;
    background-color: #01aa90;
}
.corporate-number-counter-top:before, .corporate-number-counter-top:after{
	content: "";
    position: absolute;
    bottom: 0%;
     left: 87%;
    top: 16%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-sizing: content-box;
    background-color: #01aa90;
	   
}
.corporate-number-counter-top:after{
/*	-webkit-animation-duration: var(--ripple-ani-duration);
    animation-duration: var(--ripple-ani-duration);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple3;
    animation-name: ripple3;*/
	position: absolute;
    top: 14%;
    left: 85.3%;
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 50%;
    background-color: rgba(28, 168, 203, 0.2);
    z-index: 2;
}
.corporate-number-counter:after{
/* -webkit-animation-duration: var(--ripple-ani-duration);
animation-duration: var(--ripple-ani-duration);
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-name: ripple3;
animation-name: ripple3;*/
	position: absolute;
    top: unset;
    bottom: 69px;
    left: 91.3%;
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 50%;
    background-color: rgba(28, 168, 203, 0.2);
    z-index: 2;
}
.home-popular-tours .info-box-bg-box {
	
    box-shadow: 0 0 200px rgba(0 0 0 / 70%) inset;
	align-items: end !important;
}

.contact-page-map a:hover {
    color: #ED1B24;
}
.elementor-element .why-choose-us:hover .elementor-image-box-content .elementor-image-box-title, .elementor-element .why-choose-us:hover .elementor-icon-box-content .elementor-icon-box-title
, .elementor-element .why-choose-us:hover .elementor-image-box-content .elementor-image-box-description{
    color: #fff;
}
.tour-item .term-india-tour-package, .tour-item .term-international-holiday-packages, .packages-main-page .elementor-icon-list-text a, .tour-item .term-coastal-destinations,
.tour-item .term-popular-tours, .tour-item  .term-africa-tour-packages, .tour-item .term-america-tour-packages, .tour-item .term-asia-tour-packages{
    border: 1px solid #ed1b24; 
    background: #ed1b2400 !important;
    color: #000 !important;
}
.tour-item .term-india-tour-package:hover, .term-international-holiday-packages:hover, .packages-main-page .elementor-icon-list-text a:hover, .tour-item .term-coastal-destinations:hover,
.tour-item .term-popular-tours:hover, .tour-item  .term-africa-tour-packages:hover, .tour-item .term-america-tour-packages:hover, .tour-item .term-asia-tour-packages:hover{
	border: 1px solid #ed1b24;
    background: #ED1B24 !important;
    color: #fff !important;
}
.europe-best-visit .post-inner-loop .slick-list {
    display: flex;
    justify-content: center;
}
.europe-slider .ekits-iconbox .boxes-icon {
    height: unset;
    margin-bottom: 0px;
}
.subscribe-get-code .subscribe-submit input:hover{
    background: #ED1B24;
}
.footer-form .wpforms-container-full .wpforms-submit:hover{
	background: unset;
}
.footer-form .wpforms-container-full .wpforms-submit:focus:after{
	border: unset;
}
.footer-form .wpforms-submit-container{
	text-align: center;
}
.footer-info a:hover{
	color: #ED1B24;
}
.page .home-popular-tours.visa-flag .slick-next.style-3:hover:before {
    background-image: url(/wp-content/uploads/2024/11/right-white-arrow.svg) !important;
 }
 .visa-flag .slick-prev.style-3:before, .page .home-popular-tours.visa-flag .slick-next.style-3:before {
 content: "";
 background-image: url(/wp-content/uploads/2024/11/black-left-arrow.svg) !important;
     position: relative;
     background-color: unset !important;
     background-repeat: no-repeat !important;
     background-size: contain !important;
        background-position: center !important;
     position: relative;
     width: 72%;
 }
 .home-popular-tours.visa-flag .slick-nav.style-3{
	top: -45px;
}

.visa-flag .slick-prev.style-3:hover, .visa-flag .slick-next.style-3:hover {
    background: #ED1B24;
}
.visa-flag .slick-prev.style-3:hover:before {
   background-image: url(/wp-content/uploads/2024/11/left-arrow.svg) !important;
}
.visa-flag .slick-next.style-3:hover:before {
   background-image: url(/wp-content/uploads/2024/11/right-white-arrow.svg) !important;
}
.visa-flag .slick-prev.style-3 { 
	  right: 80px; 
	background: #F2F4F4;
    border-radius: 50px;
}
.visa-flag .slick-nav.style-3:hover:before {
    opacity: 1;
}

.visa-flag .slick-next.style-3:before, .page .home-popular-tours.visa-flag .slick-next.style-3:before {
content: "";
background-image: url(/wp-content/uploads/2024/11/right-black-arrow.svg) !important;
    position: relative;
    background-color: unset !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
       background-position: center !important;
    position: relative;
    width: 72%;
}

.visa-flag .slick-nav.style-3{
    width: 50px;
    height: 50px;
    position: absolute;
	background: #F2F4F4;
	border-radius: 50px;
	transform: translateY(-25px);
	opacity: 1;
}
.not-found .search-form{
    max-width: 600px;
    margin: 20px auto;
}
.not-found .search-form label .search-field {
    height: 50px;
 }
.not-found .search-form:after {
    top: 15px;
}
.home-popular-tours .info-box-bg-box {
	
    box-shadow: 0 0 200px rgba(0 0 0 / 70%) inset;
	align-items: end !important;
}
.mice-company span{
    color: #ED1B24;
}
.mice-meeting li .elementor-tab-title:hover img, .mice-meeting li .active img, .lgt-mice-overview .elementor-tab-desktop-title:hover span img,
 .lgt-mice-overview .elementor-tab-desktop-title.active span img  {
	filter: brightness(0) invert(1);
}
.page .lgt-overview .e-n-tab-title {
    padding: 5px 10px;
}
.page .lgt-overview .e-n-tab-title svg{
    width: 45px !important;
    height: 40px !important;
}
.page .lgt-mice-overview.lgt-overview .e-n-tab-title:hover svg path, .page .lgt-overview .e-n-tab-title[aria-selected="true"] svg path{
    fill: #fff;
}

.page .lgt-overview .e-n-tab-title[aria-selected="true"] svg:nth-child(1), .page .lgt-overview .e-n-tab-title[aria-selected="false"] svg:nth-child(2){
display: none;
}
.contact-number-section  .elementor-image-box-title{
margin-top: 0px;
}
.food-to-try .elementor-tab-title img{
    border-radius: 20px;
}
.food-to-try .elementor-tab-title.active, .food-to-try .elementor-tab-title:hover{
    background-image: linear-gradient(to right, #ED1B24, #9f0f04);
}
.food-to-try .elementor-widget-tp-tabs-tours .elementor-widget-tp-gallery-listout .slick-slide .post-content-bottom{
    border-radius: 0px 0px 20px 20px;
}
.gallery-list-content .post-hover-content{
display: block !important;
}
.elementor-widget-thim-ekits-list-tours .tour-item .elementor-widget-container ul li span, 
.packages-main-page .elementor-widget-icon-list .elementor-widget-container ul li span{
font-size: 12px !important;
}
.contact-info-icons .elementor-widget-container{
    display: flex;
}
.contact-info-icons .elementor-widget-container .elementor-icon{
    border: 2px solid #ed1b24;
}
.contact-info-icons .elementor-widget-container:hover .elementor-icon{
    background-color: transparent !important;
    color: #ed1b24;
    fill: #ed1b24;
}
.elementor-widget-thim-ekits-list-tours .list-tours-slider .elementor-element.elementor-element-3ffe87c1,
.packages-main-page .thim-ekit-archive-tours__inner .elementor-element.elementor-element-3ffe87c1{
display: none;
}
.pt-plus-timeline-list .timeline-item-wrap:hover .point-icon .timeline-tooltip-wrap img{
    filter: brightness(0) invert(1);
}
.home .thim-ekit__header{
    position: absolute;
    width: 100%;
}
.gallery {
    margin: 0px 0px 1.5em 00px;
}
.transparent-header .menu-item .sub-menu .thim-ekits-menu__icon{
    color: #000;
}
.footer-info .elementor-icon {
    margin-top: 5px;
}
.footer-info .elementor-icon-box-content p a{
    color: #AAAFB6;
}
.footer-info .elementor-icon-box-content p a:hover{
    color: #ED1B24;
}
@media (max-width: 767px) {
.career-content {
    width: 90%;
	    margin: 30% auto;
}
body .thim-ekit__header{
    position: relative !important;
    width: 100%;
}
.food-to-try .elementor-tab-title{
    text-align: left;
}
.food-to-try .elementor-tab-title span{
    margin-left: 20px;
}
.career-testimonials .elementor-testimonial-wrapper .elementor-testimonial-content:after {
    top: 55%;
}
.page .contact-number-section .elementor-image-box-img:before{
    position: relative;
}
.elementor-element  .about-time-line .timeline-text{
	 left: 20% !important;
}
.home .main-header{
	display:block !important;
}
.home .transparent-header{
	display:none !important;
}
.destination-column:hover .home-travel-horizontal-title {
    bottom: 120px;
}
.destination-column:hover .home-travel-horizontal-content {
    bottom: 88px;
}
.destination-column:hover .home-destination-button {
    transform: translateY(-12px);
}
.nav-pos-hor-right{
    left: 113% !important;
}
.elementor .corporate-number-counter:after {
    position: relative;
}
.elementor .corporate-number-counter-top:after {
    position: relative;
    background-color: #ffffff00;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.career-content {
width: 100%;
}
.career-testimonials .elementor-testimonial-wrapper .elementor-testimonial-content:after {
  top: 45%;
}
.elementor .corporate-number-counter:after {
    bottom: 93px;
    left: 91.5%;
}
.elementor .corporate-number-counter-top:after {
    top: 15%;
    left: 85.3%;
}
.home .thim-ekit__header {
 position: relative !important;
    width: 100%;
}
}

@media (min-width: 1930px) {
.home-slider-big-screen{
    display: block;
}
.home-slider-small-screen{
    display: none;
}
}