

*{
  margin: 0;
  padding: 0;
}

html{
  font-size: 12pt;
  font-family: Poppins, Segoe UI, Tahoma,  sans-serif;
}
img{
  width: 100%;
}
p{

  font-family: "Poppins", sans-serif !important;
}
h2{
  font-family: "Figtree", sans-serif !important;
  font-size: 38px;
}
.btn-primary{
  background-color: none !important;
}

.mob-slider{
display: none !important;
}
.main-navbar {
  min-height: 75px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}


.main-navbar .row{

}
.main-navbar .logo-blk{
  width: 100%;
}



.navigation-blk{
  display: flex;
  justify-content: right;
  align-items: center;
  margin: 0 8px;
  width: 68%;
}
.navigation-blk li{
  list-style: none;
  margin-left: 35px;
}



.navigation-blk li a{ 
  text-decoration: none;
  color: #161b56;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
}


.navigation-blk li a:hover{
  color: #f18247;
}
.dropdown{
  background: none;
}
.dropdown .dropdown-menu{
  border: none;
  border-radius: 2px;
}
.dropdown .dropdown-menu .dropdown-item:active{
  background-color: #d6d6d6;
  color: #ffffff;

}
.dropdown .dropdown-menu li{
  margin: 0;

}
.dropdown .dropdown-menu li a{
  font-size: 14px;
}
.dropdown .dropdown-menu li a:hover{
color: #000;

}
.dropdown .dropdown-toggle{
    background: none;
    border: none;
    color: #000;
}
/*  */
.dropdown .dropdown-toggle:hover {
  color: #f18247;
  background: none;
}


.dropdown .dropdown-toggle:active{
  background-color: #000;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  border-radius: 2px;
  border: none;
}

nav svg{
  fill: var(--text-color);
}

#sidebar-active{
  display: none;
}

.open-sidebar-button, .close-sidebar-button{
  /* padding: 0 20px; */
  display: none;
}
/* @media(max-width: 450px){ */

.mob-nav{
  display: none !important;
}

.main-navbar .nav-btn{
  display: flex;
  justify-content: end;
}

.main-navbar .nav-btn .navbutton {
  background-color: #f18247;
  border-radius: 4px;
  border: none;
  margin: 0px 7px;
  padding: 5px 5px;
  color: #fff;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 32%;

  
 }
 .main-navbar .nav-btn .navbutton:hover{
  background-color: 130f40;
  color: #fff;
 }
 .main-navbar .nav-btn .loginbutton:hover{
  background-color: #ffffff;
  color: #161b56; 
 }
 .main-navbar .nav-btn   svg{
  color: #161b56;
  margin-right: 2px;
}
 

 .main-navbar .nav-btn .loginbutton {
  text-decoration: auto;
  border-radius: 25px;
  border: none;
  padding: 7px 39px;
  font-weight: 500;
  color: #ffffff;
  justify-content: center;
  display: flex;
  align-items: center;
  background: linear-gradient(77deg, rgba(250, 171, 43, 1) 0%, rgba(250, 117, 43, 1) 100%);

 }


@import url('https://fonts.googleapis.com/css?family=Raleway');



.title {
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	position: fixed;
	text-align: right;
	top: 0;
	right: 0;
	padding: 10px 15px;
	margin: 0;
	z-index: 100;
}
.home-slider{
  position: relative;
}

.feature-block{
  padding: 27px 0;
} 

.features-sec{
  height: 90vh;
  text-align: center;
 

}

.features-sec .container{
  height: 100%;
}
.features2{
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.myfeature {
  margin: 19px 0;
  height: 160px;
  padding: 11px 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  background: linear-gradient(77deg, rgba(250, 171, 43, 1) 0%, rgba(250, 117, 43, 1) 100%) ;
  box-shadow: 0px 0px 5px #c5c5c5;
  border-radius: 15px;
  transition: 1s !important;
}

.myfeature:hover{
  background: #002157;
  color: #fff;

  cursor: pointer;
}




.myfeature .feature-img {
  width: 27%;
}

.myfeature .feature-info {
  margin-top: 10px;
}
.myfeature .feature-info h2{
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}

.myfeature img {

}



.features2 {
  padding: 0 35px;
}


.ourservice h2 {
  color: #130f40;
  font-size: 43px;
  font-weight: 600;
  padding: 9px 0;
  position: relative;
  margin-bottom: 25px;


}
.ourservice .sub_title {

  margin-bottom: 29px;
  font-size: 24px;
  color: #000000;
  font-weight: 500;
}

.ourservice h2:after{
  content: "";
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  height: 2px;
  width: 145px;
  background-color: #002157;  

}





.ourservice p {

  font-weight: 400;
  margin-left: 30px;
  padding: 0;

}

.B2B H1 {
  color: #f18247;
  font-size: 23px;
  font-weight: 400;
  padding: 0;
}

.B2B p {
  color: #060606;
  font-size: 15px;
}


.list-services{
  padding: 0;
  margin: 0;
}

.list-services li {
  color: #808080;
  font-size: 15px;
  list-style: none;
}

.list-services button:hover{
  background: #130f40;
  color: #fff;
  transition: 0.5s;
}

.list-services button {
  margin-top: 26px;
  padding: 7px 23px;
  border: none;
  background: #fa7438;
  color: #fff;
}
.work-banner-sec{
  overflow: hidden;
  background: url(../img/object.png);
  background-repeat: no-repeat;
  height: 90vh;
  background-size: 100%;

}
.work-banner-sec .container{
  height: 100%;
}

.it-Works {
  color: #000;
  height: 100%;
  
}

.it-Works .row{

  height: 100%;
}

.it-Works .row .col-md-4{

  height: 100%;
}
.mobile{
  width: 85%;
  height: 100%;
  margin: 12px 74px;
  filter: grayscale(0);

}


/* animation */








.floating {  
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

}
@keyframes floating {
  from { transform: translate(0,  0px); }
  65%  { transform: translate(0, 15px); }
  to   { transform: translate(0, -0px); }    
}
.mobile:hover{
  filter:grayscale(1);
  transition: 0.2s;
}


.Enquary {
  text-align: left;
  margin-left: 70px;
}

.Enquary p{
  font-size: 18px;
  color: #000;
}
.Enquary h3{

  font-size: 20px;
  color: #fa7438;
  line-height: 20px;
}




.Enquary h1 {
  font-size: 59px;
  color: #130f40;
}

.Enquary h1 span{
  font-size: 75px;
  color: #fa7438;
}
.Enquary h1 span.eyes img{
  width: 9%;
}



.Enquary-list {
  padding: 0;
  margin: 0;
}



.Enquary-list li {
  font-size: 17px;
  padding: 6px 0;
  list-style: none;
  color: #000;
  font-family: "Poppins", sans-serif !important;
}

.our-enq {
  padding: 26px 0;
  margin: 0;
  display: flex;
}

.our-enq li{
  text-align: left;
  border-radius: 10px;
  color: #ffffff;
  margin: 0 3px;
  padding: 13px 17px;
  list-style: none;
  background: #002157;
  /* border: 2px solid #161040; */
  font-size: 14px;
  display: flex;
  font-weight: 500;

}



.our-enq li svg{
  color: #fa7438;
  margin-right: 6px;
  font-size: 20px;
}

.our-enq li .icon{


}
.our-enq li span{


}
.our-enq a{}
.our-enq h3 {
  font-weight: 500;
  font-size: 23px;
  padding: 5px;
}
.wtm-logo-sec{
  padding: 39px 0;
background: #f1f1f1;
position: relative;
}


.wtm-logo-sec .wtm-logo{
  width: 50%;
  position: relative;
  margin: auto;
}
.wtm-logo-sec .logo-caption{
  width: 396px;
  text-align: center;
  min-height: 190px;
  position: absolute;
  top: 20%;
  right:26%;
  background: #fbfbfb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 18px;
  line-height: 35px;
  box-shadow: 0px 0px 6px #d7d7d7;


}
.wtm-logo-sec .logo-caption h2{
font-size: 24px;
margin: 0;
}
.wtm-logo-sec .logo-caption h2 span{
  font-size: 36px;
  font-weight: 700;
  color: #d91883;
}

.wtm-logo-sec .logo-caption p{
font-weight: 600;
margin: 0;
}
.why-choose{
  overflow: hidden;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;

}
.why-choose .container{
  width: 70%;
}
.why-choose .text-heading{
  text-transform: uppercase;
}
.why-choose .text-heading h1{
  font-size: 40px;
  line-height: 66px;
}

.why-choose .text-heading h1 span{
  font-size: 65px;
  text-transform: uppercase;
  color: #ef6f39;
  font-family: "Akaya Kanadaka", system-ui !important;
}

.why-choose .choose-tour{

}

.why-choose .choose-tour p{
  margin: 11px 0;
  background: #002157;
  color: #fff;
  padding: 12px 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  text-align: center;
  font-size: 17px;
}
.trusted-gurantee{
  background: #f6f6f6;
  padding: 36px 1px;
}

.gurantee-box{
  width: 100%;
  border-radius: 48px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 68px;
  /* background: linear-gradient(77deg, #273dae 0%, #03A9F4 100%); */
  position: relative;
  overflow: hidden;
}
.gurantee-box .gurantee-icon{
  background: #153263;
  position: absolute;
  left: -6px;
  top: 0px;
  height: 69px;
  width: 68px;
  border-top-right-radius: 44px;
  border: 2px solid #fff;
}
.gurantee-box .gurantee-icon svg{
  height: 100%;
  width: 100%;
  padding: 0 18px;
  font-size: 35px;
  color: #fff;
}
.gurantee-box .gurantee-title {
  position: absolute;
  right: 0;
  padding: 0 23px;
}
.gurantee-box .gurantee-title h5{
  font-size: 18px;
  margin: 0;
}

.bg1{
    background: linear-gradient(77deg, rgba(255, 177, 20, 1) 0%, rgba(231, 17, 17, 1) 100%);
}
.bg2{
    background: linear-gradient(77deg, rgba(195, 34, 140, 1) 0%, rgba(255, 177, 20, 1) 100%);
}
.bg3{

        background: linear-gradient(234deg, rgba(67, 195, 34, 1) 0%, rgba(255, 177, 20, 1) 100%);
}


.plus {
  position: absolute;
  border: 1px solid red;
  background: linear-gradient(90deg, #fa7438 0, #891d9b);
  top: 0px;
  right: 100px;
  height: 240px;
  width: 200px;
  text-align: center;
}
 .plus img {
  display: block;
  margin-left:80px ;
  padding-bottom: 10px;
 }


 .more-reason {
  padding: 69px 0;
 }
 .reason{
text-align: center;
 }
 .reason h2 {
  font-size: 32px;
}
 

 .reason h5 {
  color: #ef6f39;
 }
 .reason h5 span {
  color: #161040;
}
 

 .reason p {

 }

 .tools {
  margin: 0px 0;
  padding: 16px 20px;
}

 .tools.custom-bg{
  color: #fff;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  /* background: linear-gradient(77deg, rgba(255, 177, 20, 1) 0%, rgba(231, 17, 17, 1) 100%); */
  background: linear-gradient(77deg, rgba(250, 171, 43, 1) 0%, rgba(250, 117, 43, 1) 100%) !important;

}
.tools.custom-bg2{
  color: #fff;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  /* background: linear-gradient(77deg, rgba(195, 34, 140, 1) 0%, rgba(255, 177, 20, 1) 100%); */
  background: linear-gradient(77deg, rgba(250, 171, 43, 1) 0%, rgba(250, 117, 43, 1) 100%) !important;
}
.tools.custom-bg3{
  color: #fff;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  background-color: #002157;
  /* background: linear-gradient(77deg, rgba(9, 203, 235, 1) 0%, rgba(255, 177, 20, 1) 100%); */
}
.tools.custom-bg4{
  color: #fff;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  background-color: #002157;
  /* background: linear-gradient(234deg, rgba(67, 195, 34, 1) 0%, rgba(255, 177, 20, 1) 100%); */
}


 .tools .tool-img {
  width: 13%;
  margin-bottom: 12px;
}

 
 .tools .tool-text {

 }
 .tools .tool-text p{
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
 .reason-tools {
  padding: 14px 0;
 }
 .reason-tools .row{
  width: 60%;
  margin: 19px auto;
}

 

 .reason-tools button {

  
 }

 /* testmonial cose css  */

 .bannar1 {
  background: url(/img//find-us-bg.312654f3.png) 50% no-repeat, linear-gradient(90deg, #983ca0 0, #891d9b);
  margin: 42px 0 0;
  padding: 44px 0;
  color: #fff;
  text-align: center;
  background-size: cover;

 }

 .bannar1 h1 {
  width: 280px;
 }

 .bannar1 img {
  background-color: white;
  padding: 20px;
  margin-left: 290px;
  margin-top: -150px;
  
 }
.counter{
  padding: 55px 0;

}
.counter .counter-blk{
  padding: 35px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 80%;
  background: #161040;
  color: #fff;
  margin: 39px auto;
  box-shadow: 0px 0px 3px #514f4f;
}
.counter .banner2-content{
  text-align: center;
}
.counter .banner2-content h2{
  font-size: 32px;

}

.counter .banner2-content p{
  margin: 0;

}

.counter .counter-blk h2{
  font-size: 42px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  line-height: 23px;
}
.counter .counter-blk h2 span{

  font-weight: 200;
  font-size: 18px;
}
 
 .travel {
  position: absolute;
  top: 200px;
  left: 60px;
 }

 .travel h1 {
  color: white;
  font-size: 60px;
 }

 .travel span {
  font-weight: 100;
  font-size: 26px;
  color: white;
 }


 .bannar3 {
  background: url(/img/award-bg.1cf3dc2b.png) 50% no-repeat, linear-gradient(90deg, #fa7438 0, #891d9b 50%);
  margin: 42px 0 0;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  background-size: cover;
  position: relative;
  top: 110px;
  height: 325px;
 }

 .bannar3 img {
  width: 100%;
  margin-left: 130px;
  width:250px;
 }
 .bg-change{
  background: linear-gradient(77deg, rgba(250, 171, 43, 1) 0%, rgba(250, 117, 43, 1) 100%) !important;
}
 

 /*footer*/
 footer{
  background: #002157;
  padding: 39px 0;
  color: #fff;
 }
 footer .footer-inn{
  padding: 0 19px;
 }
 footer .footer-inn h5{
  color: #ffffff;
  margin: 6px 0;
  font-size: 22px;
  border-bottom: 2px solid #f3942d;
  padding: 9px 0;
}


 

 footer .footer-inn p{
  margin: 0 0;
  padding: 2px 0;
  font-size: 16px;
}
 
 footer .footer-inn ul{
  padding: 0 0;
  margin: 0 0;
}
 
 footer .footer-inn ul li{
  list-style: none;
  font-family: "Poppins", sans-serif !important;
}
 
 footer .footer-inn ul li a{
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;

 }
.footer-bottom{
  text-align: center;
  margin-top: 26px;

}
.footer-bottom p{
  margin: 0 0;
  padding: 8px 0;
}
.footer-bottom p a{
  text-decoration: none;
  color: #f3942d;

}
.footer-bottom .social_footer_ul{
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-bottom .social_footer_ul li{
  list-style: none;
  margin: 0 7px;
  height: 40px;
  width: 40px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}

.footer-bottom .social_footer_ul li a{}
.footer-bottom .social_footer_ul li a svg{
  color: #002157;
}





/* media queriss --  */



/* marketpagecss */
/* bannar css =---  */

.banner {
  position: relative;
  height: 460px;
}
.banner img {
  height: 450px;
}

.banner-contain {
  position: absolute;
  top: 120px;
  left: 90px;
  
}

.banner-contain h1 {
  color: #130f40;
  letter-spacing: 1px;
  margin-top: 28px;
  font-size: 35px;
}



.banner-contain button {
  padding: 12px 20px 12px 20px;
  border-radius: 6px;
  font-size: 17px;
  color: white;
  margin-top: 60px;
  background: linear-gradient(90deg, #fa7438 0, #891d9b);
  border: none;
}

.computer-img img  {
width: 90%;
/* height: 50vh; */
margin-top: 30px;
}

.computer_content h1 {
  margin-top: 20px;
  color: #fa7438;

}

.computer_content p {
  color: gray;
  letter-spacing: 1px;
}
.computer_content button {
  margin-top: 30px;
}

.computer_content button {
  padding: 8px 18px 8px 18px;
  background: linear-gradient(90deg, #fa7438 0, #891d9b);
  border: none;
}

.Who-is-it-for {
  width: 100%;
  text-align: center;
  margin-top: 90px;
}

.hotel {
  width: 80%;
  margin-top: 29px;
  text-align: center;
  border: thin solid gray;
  box-shadow: 2px 2px 4px gray;
  margin-left: 20px;
  
}

.hotel img {
  width: 30%;
  margin-top: 20px;
  /* margin-left: 20px; */
}
.hotel p {
  color: gray;
  margin-top: 12px;
}

.how-to-work {
  background: linear-gradient(90deg, #fa7438 0, #891d9b);
  margin-top: 80px;
  text-align: center;
}

.work img {
  width: 100%;
margin-top: 80px;
}

.work h1 {
  color: white;
  margin-top: 15px;
}




/* Header */
.large-header{
  position: relative;
  width: 100%;
  background: #333;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  z-index: 1;
}


#large-header{
  background-image: url('https://www.marcoguglie.it/Codepen/AnimatedHeaderBg/demo-1/img/demo-1-bg.jpg')
}
  

.main-title{
  position: absolute;
  margin: 0;
  padding: 0;
  color: #f9f1e9;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
  


.demo-1 .main-title{
  text-transform: uppercase;
  font-size: 4.2em;
  letter-spacing: 0.1em;
}



.main-title .thin{
  font-weight: 200;
}
.contact-btn{
  text-decoration: none;
  color: #ffffff;
  padding: 11px 29px;
  border-radius: 29px;
  font-weight: 500;
  font-size: 18px;
  line-height: 0;
  margin: 0;
  background: linear-gradient(77deg, rgba(250, 171, 43, 1) 0%, rgba(250, 117, 43, 1) 100%);

}
.contact-btn:hover{
  color: #fff;
 background: linear-gradient(77deg, #273dae 0%, #03A9F4 100%);
 transition: 0.8s;
 cursor: pointer;
}
.contact-btn svg{
  margin-bottom: 4px;
}


.slider-banner-new{
  height: 100vh;
  position: relative;
  background: linear-gradient(77deg, rgba(254, 254, 254, 1) 0%, rgb(229 233 253) 100%);
  overflow: hidden;
}

.slider-banner-new .home-element{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
}
.slider-banner-new .container{
  height: 100%;
}
.slider-banner-new .row{
  height: 100%;
}
.slider-banner-new  .banner-inn{
  position: relative;
  z-index: 1;
  height: 100%;
}


.slider-banner-new  .banner-inn .slider-text{
  color: #ff8021;
  margin: 0;
}
.slider-banner-new  .banner-inn .slider-text h1{
  color: #161b56;
  font-size: 74px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Figtree", sans-serif !important;

}
.slider-banner-new  .banner-inn .slider-text h1 span{
  font-size: 74px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Figtree", sans-serif !important;
}
.slider-banner-new  .banner-inn .slider-text span{
  color: #fa7d2b !important;
  font-family: "Courgette", cursive ;
  font-size: 28px;
  line-height: 0;
  margin-left: 7px;
}
.slider-banner-new  .banner-inn .slider-text p{
  font-size: 18px;
  color: #413A6E;
  line-height: 28px;
  margin-bottom: 47px;
}
.showcase-image{
  position: absolute;
  top: 28%;
  right: -52px;
  z-index: 1;
  width: 46%;
}
.map-bg{
  position: absolute;
  /* top: 0; */
  left: 0;
  right: 0;
  height: 100%;
  width: 51%;
  opacity: 0.3;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;

}






.business_solution{
  height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #002157;
  position: relative;
  overflow: hidden;
}
.business_solution h2{
  font-size: 32px;
  padding: 14px 0;
  color: #fff;
  /* font-weight: 600; */
  font-family: 'Figtree';
}




.business_solution .business-travel-image{}
.business_solution .business-travel-image img{
  width: 82%;
}
.business_solution .travel-solution{}
.business_solution .travel-solution  .slider-banner{
  background: #fff;
  height: 250px;
  min-height: 250px;
  border-radius: 16px;
  padding: 35px 27px;
  margin: 11px 2px;
  position: relative;
  overflow: hidden;

}
.business_solution .travel-solution  .slider-banner .business-icon{}
.business_solution .travel-solution  .slider-banner .business-icon svg{
  color: #ef6f39;
  font-size: 50px;

}
.business_solution .travel-solution  .slider-banner .business-title{}
.business_solution .travel-solution  .slider-banner .business-title h2{
  font-size: 20px;
  color: #002157;
  font-weight: 600 !important;
  padding: 8px 0px;
  margin: 0 0;
  line-height: 23px;
  margin-bottom: 7px;

}
.business_solution .travel-solution  .slider-banner .business-title p{
  color: #000;
  font-size: 14px;

}

.globe{
  width: 40%;
  position: absolute;
  bottom: -57px;
  right: -156px;
  overflow: hidden;
  opacity: 0.1;
	animation: rotate-animation 30s infinite linear;


}

@keyframes rotate-animation {
	0% {
		transform: rotate(0deg);
  }
  50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}



.area{
    /* background: #4e54c8; */
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 1;
  
 
}

.circles{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}



.circles li:nth-child(1){
  animation-delay: 0s;
  left: 90px;
  top: 140px;
  animation: animationFramesRight 40s infinite linear;
} 


.circles li:nth-child(2){

	left: 90px;
	top: 140px;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
  animation: animationFramesRight 40s infinite linear;
  border-radius: 50%;
  box-shadow: 0px 0px 6px #3F51B5;
  border: 4px solid #3f51b52e;
  background: transparent;
}

.circles li:nth-child(3){

	left: 40%;
	bottom: 13%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
  animation: animationFramesLeft 40s infinite linear;
  border-radius: 50%;
  box-shadow: 0px 0px 6px #3F51B5;
  border: 4px solid #3f51b52e;
  background: transparent;
}

.circles li:nth-child(4){
	right: 28%;
	top: 14%;
  width: 30px;
  height: 30px;
  animation-delay: 0s;
  animation-duration: 18s;
  border-radius: 50%;
  box-shadow: 0px 0px 6px #3F51B5;
  border: 4px solid #3f51b52e;
  background: transparent;
  animation: animationFramesLeft 20s infinite linear;
}

.circles li:nth-child(5){
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
  animation: animationFramesRight 20s infinite linear;
  border-radius: 50%;
  box-shadow: 0px 0px 6px #3F51B5;
  border: 4px solid #3f51b52e;
  background: transparent;
}

.circles li:nth-child(6){
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
  border-radius: 50%;
  box-shadow: 0px 0px 6px #3F51B5;
  border: 4px solid #3f51b52e;
  background: transparent;
  animation: animationFramesLeft 20s infinite linear;
}

.circles li:nth-child(7){
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
  animation: animationFramesRight 20s infinite linear;
  border-radius: 50%;
  box-shadow: 0px 0px 6px #3F51B5;
  border: 4px solid #3f51b52e;
  background: transparent;
}

.circles li:nth-child(8){
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
  animation: animationFramesLeft 20s infinite linear;
  border-radius: 50%;
  box-shadow: 0px 0px 6px #3F51B5;
  border: 4px solid #3f51b52e;
  background: transparent;
}


.circles li:nth-child(9){
	left: 50%;
	top: 25%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
  animation: animationFramesLeft 20s infinite linear;
  border-radius: 50%;
  box-shadow: 0px 0px 6px #3F51B5;
  border: 4px solid #3f51b52e;
  background: transparent;
}

.circles li:nth-child(10){
  right: 5%;
  top: 63%;
  top: 110px;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  box-shadow: 0px 0px 6px #3F51B5;
  border: 4px solid #3f51b52e;
  background: transparent;
  animation-delay: 0s;
  animation-duration: 11s;
  animation: animationFramesLeft 20s infinite linear;

}

.circles{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 100%;
	width: 100%;
	z-index: 22;
}

.circles li {

  position: absolute;
  display: block;
  list-style: none;
  /* width: 20px; */
  /* height: 20px; */
  background: rgb(161 173 239 / 31%);
  animation: animate 50s linear infinite;
  bottom: -150px;
}


.left-circle-shape {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 52%;
	left: 0;
}



.left-circle-shape .circle-border {
  height: 400px;
  width: 400px;
  display: block;
  border: 2px dashed #6f6fd666;
  z-index: 1;
  position: absolute;
  border-radius: 50%;
  right: -1%;
  top: -10%;
  animation: waveRote 5s linear infinite;
  display: none;
}

.left-circle-shape .circle-fill {
  height: 600px;
  width: 600px;
  background: #fff3e0;
  display: block;
  border-radius: 50%;
  position: absolute;
  right: -18px;
  top: 0;
  animation: wave 10s linear infinite;
}




@keyframes animationFramesLeft {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
						transform: translate(0px, 0px) rotate(0deg);
	}
	20% {
		-webkit-transform: translate(-73px, 1px) rotate(-36deg);
						transform: translate(-73px, 1px) rotate(-36deg);
	}
	40% {
		-webkit-transform: translate(-141px, -72px) rotate(-72deg);
						transform: translate(-141px, -72px) rotate(-72deg);
	}
	60% {
		-webkit-transform: translate(-83px, -122px) rotate(-108deg);
						transform: translate(-83px, -122px) rotate(-108deg);
	}
	80% {
		-webkit-transform: translate(40px, -72px) rotate(-144deg);
						transform: translate(40px, -72px) rotate(-144deg);
	}
	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
						transform: translate(0px, 0px) rotate(0deg);
	}
}



@keyframes animationFramesRight {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
						transform: translate(0px, 0px) rotate(0deg);
	}
	20% {
		-webkit-transform: translate(73px, 1px) rotate(36deg);
						transform: translate(73px, 1px) rotate(36deg);
	}
	40% {
		-webkit-transform: translate(141px, 72px) rotate(72deg);
						transform: translate(141px, 72px) rotate(72deg);
	}
	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg);
						transform: translate(83px, 122px) rotate(108deg);
	}
	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg);
						transform: translate(-40px, 72px) rotate(144deg);
	}
	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
						transform: translate(0px, 0px) rotate(0deg);
	}
}

@keyframes wave {
	0% {
		-webkit-transform: rotateZ(0deg) translate3d(0, 3%, 0) rotateZ(0deg);
						transform: rotateZ(0deg) translate3d(0, 3%, 0) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateZ(360deg) translate3d(0, 3%, 0) rotateZ(-360deg);
						transform: rotateZ(360deg) translate3d(0, 3%, 0) rotateZ(-360deg);
	}
}


@keyframes waveRote {
	0% {
		-webkit-transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
						transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateZ(360deg) rotate(45deg) translate3d(0, 1%, 0) rotateZ(-360deg);
						transform: rotateZ(360deg) rotate(45deg) translate3d(0, 1%, 0) rotateZ(-360deg);
	}
}


@keyframes animateRight {
	49% {
		-webkit-transform: translateX(100%);
						transform: translateX(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
						transform: translateX(-100%);
	}
	51% {
		opacity: 1;
	}
}

@keyframes animationFramesOne {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
						transform: translate(0px, 0px) rotate(0deg);
	}
	20% {
		-webkit-transform: translate(73px, -1px) rotate(36deg);
						transform: translate(73px, -1px) rotate(36deg);
	}
	40% {
		-webkit-transform: translate(141px, 72px) rotate(72deg);
						transform: translate(141px, 72px) rotate(72deg);
	}
	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg);
						transform: translate(83px, 122px) rotate(108deg);
	}
	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg);
						transform: translate(-40px, 72px) rotate(144deg);
	}
	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
						transform: translate(0px, 0px) rotate(0deg);
	}
}



@keyframes animate {

  0%{
      transform: translateY(0) rotate(0deg);
      opacity: 1;
      border-radius: 0;
  }

  100%{
      transform: translateY(-1000px) rotate(720deg);
      opacity: 0;
      border-radius: 50%;
  }

}

.corner{
  position: absolute;
  top: -3px;
  right: -3px;
  background-color: #ef6f39;
  height: 55px;
  width: 55px;
  border-bottom-left-radius: 42px;
  border-bottom: 6px solid #002157;
  border-left: 6px solid #002157;
  display: none;

}

.text-orange{
  color: #fa7b2b;
}

.fbt_partners {
  padding: 20px 0
}
.fbt_partners .head-all{
text-align: center;
}
.fbt_partners .head-all h2{
  font-size: 38px;
  color: #002157;
}
.fbt_partners .head-all p{
  font-size: 16px;
  color: #002157;
}


.fbt_partners .fbt_partners_title {
  text-align: center
}

.fbt_partners .partners_wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 20px
}

.fbt_partners .partners_wrap .partner_logo {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  filter: none;
  transition: filter .5s;
  flex: 0 0 12.5%
}

.fbt_partners .partners_wrap .partner_logo:hover {
  cursor: pointer;
  filter: grayscale(100%);

}

.fbt_partners .partners_wrap .partner_logo img {
  opacity: 1;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  max-height: 100px;
  max-width: 110px
}

.Client_testimonial{
  /* background: linear-gradient(90deg, rgba(60, 3, 99, 1) 0%, rgba(0, 35, 92, 1) 50%); */
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-image: url(../img/testimonial-bg.jpg);
  background-attachment: fixed;
  background-position: center;
}
.Client_testimonial h2 {
  color: #fff;
  font-size: 38px;
  margin: 0;
  text-align: center;
}
.Client_testimonial p{
  color: #fff;
  font-size: 15px;
  margin-bottom: 18px;
  text-align: center;
}
.Client_testimonial .google-review-widget{

}

.Client_testimonial .client{
  padding: 14px 0;
  position: relative;
}
.Client_testimonial .client .owl-nav{
  position: absolute;
  top: -42px;
  right: 0;
  display: block !important;
  color: #00235c;

}
.Client_testimonial .client .owl-prev{
  background: #ffffff91 !important;
  height: 30px;
  width: 40px;
}
.Client_testimonial .client .owl-prev span{display: none;}
.Client_testimonial .client .owl-next{
  background: #ffffff91 !important;
  height: 30px;
  width: 40px;
}
.Client_testimonial .client .owl-next span{display: none;}
.Client_testimonial .client .testi-box{
  background: #fff;
  min-height: 250px;
  padding: 20px 10px;
  border-radius: 4px;
}
.Client_testimonial .client .testi-box .top-block{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Client_testimonial .client .testi-box .top-block .google-icon{
  width: 15%;
}
.Client_testimonial .client .testi-box .stars{}
.Client_testimonial .client .testi-box .stars svg{
  color: #fba71d;
}
.Client_testimonial .client .testi-box .review{
    padding: 0 0;
}
.Client_testimonial .client .testi-box .review p{
  margin: 0;
  padding: 10px 0;
  font-size: 14px;
  color: #000;
  text-align: justify;

}
.Client_testimonial .client .testi-box .client_name{
  padding: 6px 0;
}
.Client_testimonial .client .testi-box .client_name h5{
  margin: 0 0;
  font-size: 15px;
  color: #380663;
}
.Client_testimonial .client .testi-box .client_name p{

  margin: 0;
  font-size: 13px;
  color: #000;
}
/* 
whatsapp icon */

.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
  z-index: 9;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}


/* whatsapp icon css end */
.destination{
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.destination .destination_title{
  text-align: center;
  padding: 17px 0;


}
.destination .destination_title h2{
  margin: 5px 0;

}
.destination .destination_title p{
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: #002157;

}
.destination .country-inn{
  position: relative;
}
.destination .country-inn .country-landmark-carousel{
  position: relative;
}
.destination .country-inn .country_landmark{
  margin: 20px auto;
  height: 120px;
  width: 120px;
  box-shadow: 0px 0px 12px #e6e4e4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;

}

.destination .country-inn .country_landmark .landmark-img{
  width: 60%;
  margin-top: 0;
}
.destination .country-inn .country_landmark .landmark-name{
 
}
.destination .country-inn .country_landmark .landmark-name p{
  font-size: 12px;
  font-weight: 500;
}
.destination .owl-nav{
  display: none;
}
.destination .owl-dot{
  display: none;
}
.detail-info{

  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #eefcff;
  overflow: hidden;
}

.detail-info h2{

  background: linear-gradient(77deg, #3959ff 0%, #03A9F4 100%);
  width: 55%;
  font-size: 26px;
  padding: 13px 13px;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  margin-bottom: 25px;
}
.detail-info .important-list{
  position: relative;
  width: 80%;
  padding: 45px 45px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 0px 16px #b1b1b1;
}


 .detail-info .important-list .list-item{
  list-style: none;
  height: 60px;
  box-shadow: 0px 0px 15px #d3d3d3;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  margin: 20px 0;

}
.detail-info .important-list .list-item :hover{
  background-color: #000 !important;
}
 .detail-info .important-list .list-item span{
  background: linear-gradient(45deg, #F44336, #FF9800);
  border-bottom-left-radius: 38px;
  height: 33px;
  width: 40px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  border-right: 2px solid #b9c8e9;
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 15px;
  line-height: 23px;
  padding: 3px 0;
}
 .detail-info .important-list .list-item img{
  width: 12%;
  margin-right: 10px;
}
 .detail-info .important-list .list-item strong{
  font-size: 18px;
  color: #1429a0;
  text-transform: uppercase;
  font-family: 'Akaya Kanadaka';
}


.detail-info  .man-image{
  width: 44%;
  position: absolute;
  left: 80%;
  top: -185px;



}



.travovertax_faq{
  padding: 45px 0;
}
.travovertax_faq h2{
    text-align: center;
    padding: 6px 0;
    color: #1a1d56;
    font-weight: 600;
}

.travovertax_faq .accordion{
  width: 85%;
  margin: auto;
  padding: 14px 0;


}
.travovertax_faq .accordion .accordion-item{}
.travovertax_faq .accordion .accordion-item .accordion-header{
  padding: 0 0;
}
.travovertax_faq .accordion .accordion-item .accordion-header .accordion-button{
  font-size: 16px;
  font-weight: 600;
}

.travovertax_faq .accordion .accordion-item .accordion-header .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
  color: #031950;
}
.travovertax_faq .accordion .accordion-item .accordion-header .accordion-button::after  {
  background-image: url(../img/plus-icon.png);
  background-size: 52%;

}
.travovertax_faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #f1f1f1;
}
.travovertax_faq .accordion .accordion-item .accordion-collapse{}
.travovertax_faq .accordion .accordion-item .accordion-collapse .accordion-body{
  color: #000000;
  font-size: 16px;
  padding: 18px 28px;
}

@media only screen and (max-width: 768px){
  .demo-1 .main-title{
    font-size: 3em;
  }
 
}


@media only screen and (max-width: 600px) {
  .why-choose .container {
    width: 100%;
}
.why-choose .text-heading h1 {
  font-size: 30px;
  line-height: 39px;
}
.why-choose .text-heading h1 span {
  font-size: 42px;
  text-transform: uppercase;
  color: #ef6f39;
  font-family: "Akaya Kanadaka", system-ui !important;
}
.more-reason {
  padding: 0 0;
}
.reason h1 {
  font-size: 23px;
}
.reason h5 {
  color: #ef6f39;
  font-size: 15px;
}
.reason p {
  margin: 0;
}
.features2 {
  padding: 0 6px;
}
.ourservice h1 {
  font-size: 44px;
 
}
.wtm-logo-sec .wtm-logo {
  width: 100%;
  margin: 0 auto;
}
.reason-tools .row {
  width: 100%;
  margin: 10px auto;
}
.tools {
  margin: 8px 0;
}
.wtm-logo-sec .logo-caption {
  width: 85%;
  top: 51%;
  margin: 0 auto;
  left: 0;
  right: 0;
 
}
.wtm-logo-sec {

  height: 70vh;
}
.wtm-logo-sec .logo-caption h2 span {
  font-size: 30px;

}
.counter .banner2-content h2 {
  font-size: 22px;
}
.counter {
  padding: 37px 0;
}
.counter .counter-blk {
  padding: 29px 0;

  width: 100%;
  margin: 6px auto;

}
.navbar-brand{
  width: 38%;
  padding: 0;
  margin: 0;
}
.work-banner-sec{
  display: none;
}
.mob-nav{
  display: block !important;
}
.main-navbar{
  display: none !important;
}
.features-sec {
  height: auto;
  overflow: hidden;

 
}
.myfeature {
  margin: 10px 0;

}
.mob-nav.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
box-shadow: none;
background-color: #000;
}
.mob-nav.navbar-toggler:hover {
  text-decoration: none;
}
.mob-slider{
  display: block !important;
}
.home-slider{
  display: none;
}
.navbar-collapse{
  
}
.navbar-collapse .nav-item{

}
.navbar-collapse .nav-item a{
text-decoration: none;
color: #000;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
 box-shadow: none;
}
.business_solution {
  height: 100vh;

  margin: 51px 0;
}

.slider-banner-new .banner-inn .slider-text h1 {
  font-size: 54px;
}
.slider-banner-new .home-element {
  width: 100%;
}
.showcase-image { 
  top: 62%;
  right: 0;
  width: 46%;
}
.ourservice h2 {
  font-size: 33px;
  margin: 18px 0;
}
.B2B{
  
}
.B2B p{
  margin: 0 0;
  font-size: 14px;
  text-align: justify;
}
.Client_testimonial {
  height: 100vh;
}

.Client_testimonial .google-review-widget {
  width: 57%;
}


.why-choose {
  height: 70vh;

}
.gurantee-box {
  margin: 6px 0px;
}


.detail-info {
  height: 60vh;
 
}
.detail-info h2 {
  /* background: linear-gradient(77deg, #3959ff 0%, #03A9F4 100%); */
  width: 100%;
  background: none;
  margin: 0;
  font-size: 19px;
  color: #002157;
 
}
.detail-info .important-list {
 
  width: 87%;
  padding: 10px 10px;
  margin: 0 auto;
 
}
.detail-info .important-list .list-item {
 
  height: 35px;
  
  padding: 0 2px;
  margin: 11px 0;
}
.detail-info .important-list .list-item strong {
  font-size: 9px;
  color: #1429a0;
  text-transform: uppercase;
  font-family: 'Akaya Kanadaka';
}
.detail-info .man-image {

  display: none;
}


}

