/* header css start*/
header {
    box-shadow: 2px 10px 27px -4px rgb(0 0 0 / 21%);
    -webkit-box-shadow: 2px 10px 27px -4px rgb(0 0 0 / 21%);
    -moz-box-shadow:2px 10px 27px -4px rgb(0 0 0 / 21%);
    background: #fff;
	position: fixed;
    width: 100%;
	padding:20px 0;
	z-index: 9;
}
.top_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hdmenu ul {
    display: flex;
    margin: 0px;
    padding: 0px;
    padding-left: 40px;
}
.hdmenu ul li {
    list-style: none;
    padding-right: 40px;
}
.hdmenu ul li:last-child {
    padding-right:0px;
}
.hdmenu ul li a {
   color: #000;
   font-size: 15PX;
   text-decoration: none;
}
.hdLogo img {
	margin-top:-7px;
    width: 125px;
}
.hdcontact {
    display: flex;
    align-items: center;
}
.hdlogoarea {
    display: flex;
    align-items: center;
}
.hdmail span {
    color: #00acac;
    font-size: 14px;
	font-family: 'PoppinsBold';
}
.hdmail p {
    margin-top: 0;
    margin-bottom: 0;
    color: #000;
	font-size: 15px;
	line-height: 15px;
}
.hdGetTouch {
    background: #f68a20;
    color: #fff;
    border-radius: 30px;
    padding: 5px 15px;
	font-family: 'PoppinsBold';
	font-size: 14px;
	margin-left: 20px;
	cursor: pointer;
}
.hdmail {
    padding: 0 20px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.mobViewShow{display: none;}
 /* header css end */
 
 /* footer css start */
footer {
    background: #112a3a;
    padding: 50px 0 30px;
}
.footerMain{
	display: flex;
	flex-wrap: wrap;
}
.footCol {
    width: 23%;
    padding-right: 0;
}
.footCol.footAbout {
    width: 31%;
    padding-right:40px;
}
.footCol.footAbout img {
    height: 30px;
	margin-bottom: 20px;
}
.footCol.footAbout p {
    color: #9eb2bf;
    font-size: 13px;
    margin-bottom: 0px;
}
.footLinks ul li {
    position: relative;
    list-style: none;
    padding-left: 15px;
	padding-bottom: 2px;
}
.footLinks ul li a{
	 color: #9eb2bf;
	 text-decoration: none;
	 font-size: 13px;
}
.footLinks ul li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0px;
    background: url(../images/foot_arrow.png);
    background-size: contain;
    width: 5px;
    height: 7px;
}
.footCol.footLinks ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0px;
}
.footCol h1 {
    font-size: 17px;
    color: #fff;
	font-family: 'PoppinsBold';
}
.footCol h1 {
    font-size: 17px;
    color: #fff;
    font-family: 'PoppinsBold';
    padding-bottom: 20px;
    margin: 0px;
}
.footLinks button.btn.subscribeBtn {
    background-color: #f68a20;
    color: #fff;
    width: 100%;
    border-radius: 30px;
    font-size: 16px;
    padding: 8px;
	font-family: 'PoppinsBold';
}
.footLinks .form-control {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.5;
    color: #9eb2bf;
    background-color: transparent !important;
    background-clip: padding-box;
    border: 1px solid #9eb2bf;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.footLinks .form-control:focus {
    color: #9eb2bf;
    background-color:transparent !important;
    border-color: #9eb2bf;
    outline: 0;
    box-shadow: none;
}
.footnewsleter{margin-top: 10px;}
.footSocialMedia {
    border-bottom: 1px solid #34586e;
    padding: 0;
    position: relative;
    margin-top: 10px;
}
.footSocialIcons ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footSocialIcons li {
    padding: 0 10px;
    background: #112a3a;
	list-style: none;
}
.footSocialIcons {
    position: relative;
    top: 34px;
}
.footBottom {
    padding-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
}
.footBottom ul {
   margin: 0px;
   padding: 0px;
   display: flex;
   align-items: center;
}
.footBottom ul li {
    list-style: none;
    padding-left: 10px;
}
.footBottom ul li a {
 color: #9eb2bf;
 font-size: 14px;
 text-decoration: none;
}
.copyright{
 color: #9eb2bf;
 font-size: 14px;
}
/* footer css end */



section.inner_content_area {
    padding-top:80px;
}


/* About css Start */
.about_cax_content {
    position: relative;
    z-index: 1;
}
.aboutTrust h3, .about_banner h1 {
	padding-bottom: 30px;
	text-align: center;
}
.downloadBrochureBtn, a.Brochure_DownloadBtn, a.aboutLifeBtn {
	text-decoration: none;
}
.about_banner {
	padding: 50px 0 80px;
	background: #f3f1ef;
	position: relative;
}
.about_banner:before {
	content: '';
	position: absolute;
	width: 625px;
	height: 488px;
	background: url(../images/about_pattern1.png) no-repeat;
	top: -140px;
	left: 0;
}
.about_banner:after {
	content: '';
	position: absolute;
	width: 628px;
	height: 650px;
	background: url(../images/about_pattern2.png) no-repeat;
	bottom: 0;
	right: 0;
}
.about_banner h1 {
	font-size: 80px;
	font-family: 'PoppinsBold';
	color: #000;
	line-height: 80px;
}
.about_banner p {
	font-size: 14px;
	font-family: 'PoppinsRegular';
	color: #6c7281;
	text-align: center;
	line-height: 22px;
}
.aboutTrust h3, .aboutTrust ul li p {
	color: #000;
	margin-top: 0;
	margin-bottom: 0;
}
.Brochure_DownloadBtn {
	font-family: 'PoppinsSemiBold';
	background: #f68a20;
	display: flex;
	gap: 7px;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin: 0 auto;
	padding: 10px 20px;
	font-size: 14px;
	color: #fff!important;
	line-height: 16px;
	border-radius: 25px;
}
.downloadIcon {
	width: 16px;
	height: 14px;
	background: url(../images/download_icon.svg) 0 0/contain no-repeat;
}
.aboutTrust {
	padding-top: 50px;
	padding-bottom: 20px;
}
.aboutTrust h3 {
	font-family: 'PoppinsBold';
	font-size: 30px;
	line-height: 30px;
}
.aboutTrust ul li p {
	padding-top: 10px;
	font-family: 'PoppinsSemiBold';
	font-size: 14px;
	line-height: 20px;
}
.aboutTrust_list {
	padding-top: 10px;
}
.aboutTrust_list ul {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.aboutTrust_list ul li {
	width: 20%;
	list-style: none;
	padding: 35px 20px;
	margin: 0;
	background: #f3f1ef;
	border-radius: 35px;
	text-align: center;
}
.aboutTrust_list ul li h4 {
	margin-top: 0;
	margin-bottom: 0;
}
.aboutTrust_list ul li h4 span:first-child {
	font-family: BarlowCondensed-SemiBold;
	text-transform: uppercase;
	color: #6c7281;
	font-size: 75px;
	line-height: 75px;
	letter-spacing: 1px;
	-webkit-text-stroke: 1px #6c7281;
	-webkit-text-fill-color: transparent;
}
.aboutLogos {
	padding-top: 20px;
}
.aboutLogos p {
	font-family: 'PoppinsRegular';
	font-size: 14px;
	color: #6c7281;
	text-align: center
}
.abt_logo_list {
	background: #fff;
	box-shadow: rgba(0,0,0,.09) 0 1px 5px;
	height: 115px;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.abt_logo_list img {
	width: auto!important
}
.SlideaboutLogos .owl-stage-outer, .abt_leadeerSlide .owl-stage-outer {
	padding: 20px 0px;
}
.SlideaboutLogos .owl-item .item, .abt_leadeerSlide .owl-item .item{
	padding: 0px 20px !important;
}
.aboutVisionBox {
	padding: 50px 40px 40px;
	background: #00acac;
	margin-top: 90px;
	display: flex;
	position: relative;
}
.best_abt_icon, .deliver_abt_icon, .embrace_abt_icon, .empower_abt_icon, .people_abt_icon {
	display: inline-block;
	bottom: 0;
}
.aboutVisionBox h3 {
	font-family: 'PoppinsBold';
	font-size: 30px;
	color: #fff;
	margin-bottom: 15px;
}
.aboutVisionBox p {
	font-family: 'PoppinsRegular';
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	margin-bottom: 20px;
}
.aboutEntrepreneurBoxLft, .aboutTravelPlatformLft, .aboutVisionBoxLft {
	width: 60%;
}
.aboutBrochureBoxRht, .aboutTravelPlatformRht, .aboutVisionBoxRht {
	width: 40%;
}
.abtVisionImg {
	width: 453px;
	position: absolute;
	top: -75px;
	height: 478px;
	background: url(../images/vision_img.png) no-repeat;
}
.aboutValue {
	margin: 60px 0;
}
.aboutValue .nav-tabs {
	display: flex;
	gap: 8px;
	border-bottom: 0;
}
.aboutValue .nav-tabs .nav-link {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
}
.aboutValue .nav-tabs a.nav-link {
	font-family: 'PoppinsRegular';
	color: #6c7281;
	background: #f3f1ef;
	border: 1px solid #f3f1ef;
	font-size: 14px;
	padding: 5px 15px;
}
.aboutValue .nav-tabs .nav-link.active {
	color: #00acac;
	font-family: 'PoppinsSemiBold';
	background: #fff;
	border: 1px solid #00acac;
	border-radius: 0;
}
.aboutValue .tab-content {
	padding: 20px 0;
}
.abtValueListBox ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.abtValueListBox ul li {
	width: 386px;
	background: #f3f1ef;
	padding: 20px;
}

.abtValueListBox ul li:hover i {
	animation: bouncing 0.5s 0.3s;
}
@keyframes bouncing {
	from, to {
	transform: scale(1, 1);
	}
	25% {
	transform: scale(0.9, 1.1);
	}
	50% {
	transform: scale(1.1, 0.9);
	}
	75% {
	transform: scale(0.95, 1.05);
	}
}

.abtValueListBox ul li.valueHead {
	background: #fff;
	font-family: 'PoppinsBold';
	font-size: 36px;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.abtValueListBox_content h4 {
	font-family: 'PoppinsBold';
	font-size: 17px;
	color: #000;
	margin-bottom: 8px;
}
.abtValueListBox_content p {
	font-family: 'PoppinsRegular';
	font-size: 14px;
	color: #6c7281;
	line-height: 22px;
	margin-bottom: 0;
}
.abtValueListBox_icon {
	height: 70px;
	margin-bottom: 20px;
	position: relative;
}
.deliver_abt_icon {
	width: 51px;
	height: 65px;
	background: url(../images/deliver_abt_icon.svg) 0 0/contain no-repeat;
	position: absolute;
}
.empower_abt_icon {
	width: 67px;
	height: 56px;
	background: url(../images/empower_abt_icon.svg) 0 0/contain no-repeat;
	position: absolute;
}
.embrace_abt_icon {
	width: 61px;
	height: 62px;
	background: url(../images/embrace_abt_icon.svg) 0 0/contain no-repeat;
	position: absolute;
}
.people_abt_icon {
	width: 54px;
	height: 57px;
	background: url(../images/people_abt_icon.svg) 0 0/contain no-repeat;
	position: absolute;
}
.best_abt_icon {
	width: 58px;
	height: 65px;
	background: url(../images/best_abt_icon.svg) 0 0/contain no-repeat;
	position: absolute;
}
.aboutEntrepreneur {
	background: #f3f1ef;
	padding-top: 80px;
	padding-bottom: 60px;
}
.aboutEntrepreneurBox {
	display: flex;
}
.aboutEntrepreneurScroll {
	height: 210px;
	overflow: auto;
	padding-right: 10px;
}
.aboutEntrepreneurScroll::-webkit-scrollbar-track {
	border-radius:25px;
	background-color:#e6e6e5;
}
.aboutEntrepreneurScroll::-webkit-scrollbar {
	width:5px;
	background-color:#e6e6e5;
}
.aboutEntrepreneurScroll::-webkit-scrollbar-thumb {
	border-radius:25px;
	background:#bebcbb;
	height:4px;
}
.aboutEntrepreneurContent h3 {
	font-family: 'PoppinsBold';
	font-size: 36px;
	color: #000;
	margin-bottom: 25px;
	text-align:center;
}
.aboutEntrepreneurContent p {
	font-family: 'PoppinsRegular';
	font-size: 14px;
	color: #6c7281;
	text-align: center;
	line-height: 22px;
}
.aboutEntrepreneurFooter {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 10px;
}
.aboutEntrepreneurFooter .name {
	font-family: 'PoppinsBold';
	font-size: 17px;
	color: #000;
	padding-bottom: 5px;
}
.aboutEntrepreneurFooter .tittle {
	font-family: 'PoppinsRegular';
	font-size: 14px;
	color: #ff7e00;
}
.aboutEntrepreneurFooter .social, .abt_leadeerSlideFooter .social {
	padding-top: 12px;
}
.aboutEntrepreneurFooter .social ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 12px;
}
.aboutEntrepreneurBoxRht {
	width: 40%;
	display: flex;
	justify-content: center;
}
.abt_entrepreneur_pic {
	background: url(../images/entrepreneur_pic.png) no-repeat;
	width: 346px;
	height: 557px;
	position: absolute;
	bottom: -60px;
}
.aboutLeaders {
	padding: 80px 0;
}
.abt_leadeerHead {
	width: 100%;
	padding: 20px 25px;
	background: #f3f1ef;
}
.aboutLifecaxBox, .aboutTravelPlatformBox, .abt_leadeer_content {
	display: flex;
	align-items: center
}
.abt_leader_clm1 {
	font-family: 'PoppinsBold';
	font-size: 36px;
	color: #000;
	padding-right: 30px;
	white-space: nowrap;
	border-right: 1px solid #ccc;
}
.abt_leader_clm2, .abt_leader_clm3 {
	width: 40%;
	font-family: 'PoppinsRegular';
	font-size: 14px;
	color: #6c7281;
}
.abt_leader_clm2 {
	padding-left: 20px;
}
.abt_leader_clm3 {
	padding-left: 30px;
	display: flex;
	justify-content: flex-end;
}
.abt_leadeerSlide {
	padding-top: 50px;
}
.abt_leaders_list {
	background: #fff;
	box-shadow: rgba(0,0,0,.09) 3px 1px 10px;
	height: 400px;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.abt_leaders_list .pic {
	width: 170px;
	height: 170px;
}
.abt_leaders_list .pic img {
	border-radius: 90px;
}
.abt_leadeerSlideFooter {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 15px;
}
.abt_leadeerSlideFooter .name {
	font-family: 'PoppinsBold';
	font-size: 17px;
	color: #000;
	padding-bottom: 2px;
}
.abt_leadeerSlideFooter .tittle {
	font-family: 'PoppinsRegular';
	font-size: 14px;
	color: #14aead;
}
.abt_leadeerSlideFooter .social ul {
	background: #f3f1ef;
	list-style: none;
	padding: 8px 12px;
	margin: 0;
	display: flex;
	gap: 12px;
}
.abt_leadeerSlide .owl-dots {
	text-align: center;
}
.abt_leadeerSlide .owl-dots button:focus {
	border: none;
	outline: 0;
}
.abt_leadeerSlide .owl-dots .owl-dot span {
	width: 11px;
	height: 11px;
	margin: 5px;
	background: #f3f1ef;
	display: block;
	-webkit-backface-visibility: visible;
	border-radius: 30px;
}
.abt_leadeerSlide .owl-dots .owl-dot.active span, .abt_leadeerSlide .owl-dots .owl-dot:hover span {
	background: #f68a20;
}
.aboutLifecax {
	background: url(../images/about_life_cax_bg.jpg) 0 0/cover no-repeat #007474;
	padding: 35px 0;
}
.aboutLifecaxBoxLft {
	width: 50%;
}
.aboutLifecaxBoxLft h3 {
	font-family: 'PoppinsBold';
	font-size: 36px;
	color: #fff;
}
.aboutLifecaxBoxLft h4 {
	font-family: 'PoppinsBold';
	font-size: 17px;
	color: #fff;
	padding-top: 8px;
	padding-bottom: 5px;
}
.aboutLifecaxBoxLft p {
	font-family: 'PoppinsRegular';
	font-size: 14px;
	color: #fff;
}
.aboutLifeBtn {
	margin-top: 10px;
	display: inline-block;
}
.aboutLifecaxBoxRht {
	width: 50%;
	display: flex;
	justify-content: flex-end;
}
.aboutGlobalRecognition {
	padding: 55px 0;
}
.aboutGlobalRecognition h3 {
	font-family: 'PoppinsBold';
	font-size: 36px;
	color: #000;
	text-align: center;
	margin-bottom: 25px;
}
.abt_global_list {
	background: #fff;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.abt_global_list_pic {
	display: flex;
	align-items: center;
	height: 108px;
}
.abt_global_list p {
	font-size: 14px;
	color: #6c7281;
	margin-bottom: 0;
	padding-top: 10px;
}
.aboutBrochure {
	padding: 50px 0
}
.aboutBrochureBox {
	background: url(../images/about_brochure_pattern.png) right no-repeat #00acac;
	min-height: 225px;
	padding: 30px;
	display: flex;
	position: relative;
}
.aboutBrochureBoxLft {
	width: 60%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
}
.aboutBrochureBoxLft h3 {
	font-family: 'PoppinsBold';
	font-size: 36px;
	color: #fff;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.aboutBrochureBoxLft h3 span{
	color:#005050;
}
.downloadBrochureBtn, a.downloadBrochureBtn{
	font-family: 'PoppinsSemiBold';
	background: #fff;
	padding: 15px 20px;
	font-size: 14px;
	color: #00acac!important;
	line-height: 16px;
	margin-top: 0;
	display: inline-block;
	text-decoration:none;
}
.aboutBrochureBoxpic {
	position: absolute;
	top: -40px;
	right: 20px;
}
.aboutTravelPlatform {
	background: #f3f1ef;
	padding: 40px 0;
}
.aboutTravelPlatformLft h3 {
	font-family: 'PoppinsBold';
	font-size: 30px;
	color: #000;
	margin-bottom: 10px;
}
.aboutTravelPlatformLft p {
	font-family: 'PoppinsRegular';
	font-size: 17px;
	color: #6c7281;
	margin-bottom: 0;
}
.abt_platfrmBtn {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}
/* About css End */

/* C2C css Start */
.b2c_banner {
	/*background: url(../images/b2c_b2b_cbt_engine_banner.png) center;*/
	height: 705px !important;
	padding: 0px 0;
	position: relative;
	display: flex;
	align-items: center;
	margin-top: -40px;
}
 
.b2c_banner .parallax-box {
      height: 100%;
      width: 100%;
      overflow: hidden;
      position: relative;
}

.b2c_banner .thumbnail {
      height: 100%;
      width: 100%;
      object-fit: cover;
      display: block;
}

.b2c_banner .overlay-text {
    position: relative;
    bottom: 65%;
    pointer-events: none;
    z-index: 2;
}
 
.b2c_banner h1 {
	font-size: 90px;
	font-family: 'PoppinsBold';
	color: #000;
	line-height: 90px;
}
.FeatureRichSec {
	padding: 55px 0;
	background: #f3f1ef;
	min-height: 675px;
	position: relative;
}
.FeatureRichSec:before {
	content: '';
	position: absolute;
	background: url(../images/feature_bg_city.png) repeat-x;
	width: 100%;
	min-height: 675px;
	bottom: -22px;
}
.BookingTechnology_Sec {
	padding: 60px 0;
}
.BookingTechnologyTitile {
	text-align: left;
}
.BookingTechnologyTitile h2 {
	font-size: 36px;
	line-height: 40px;
	color: #000;
	font-family: 'PoppinsBold';
	margin-bottom: 20px;
}
.BookingTechnologyTitile p {
	font-size: 16px;
	color: #6c7281;
	line-height: 22px;
	margin-bottom: 0;
}
.BookingTechnologyBox {
	padding-top: 40px
}
.BookingTechnologyBox .whycnctConctivity {
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
}
.BookingTechnologyBox .whycontentText {
	width: 60%;
	padding: 25px 0 0 25px;
}
.BookingTechnologyBox .whycontentText h2 {
	color: #000;
	font-size: 28px;
	font-family: 'PoppinsBold';
	padding-bottom: 10px;
}
.BookingTechnologyBox .whycontentText p {
	font-size: 14px;
	color: #6c7281;
}
.BookingTechnologyBox .whycontentPic {
	width: 605px;
	height: 407px;
	border-bottom-left-radius: 275px;
	border-top-left-radius: 275px;
	text-align: right;
}
.BookingTechnologyBox .whycontentText p.subtitle {
	font-size: 16px;
	color: #6c7281;
	margin: 0;
	padding-bottom: 15px;
}
.BookingTechnologyBox .greenTick {
	background-image: url(../images/greenTick.svg);
	background-size: contain;
	height: 12px;
	width: 14px;
	display: inline-block;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 7px;
}
.BookingTechnologyBox .whycontentText ul li {
	list-style: none;
	padding-bottom: 10px;
	color: #6c7281;
	font-size: 15px;
	display: flex;
}
.BookingTechnologyBox .whycontentText ul li p {
	width: 90%;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 14px;
}
.FeatureRichSecTitile, .Our_Dev_ProcessTitile, .b2c_businsModaTitile {
	text-align: center;
}
.FeatureRichSecTitile h3, .Our_Dev_ProcessTitile h3, .b2c_businsModaTitile h3 {
	font-size: 30px;
	line-height: 48px;
	color: #000;
	font-family: 'PoppinsBold';
	margin-bottom: 0;
}
.FeatureRichSecTitile p, .Our_Dev_ProcessTitile p, .b2c_businsModaTitile p {
	font-size: 17px;
	color: #6c7281;
	margin-bottom: 0;
}
.FeatureRichList ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: center;
	margin: 0;
	padding: 60px 0 0;
	gap: 40px;
	row-gap: 60px;
}
.FeatureShape {
	background: #fff;
	width: 275px;
	height: 295px;
	clip-path: polygon(0% 30.25%, 100% 0%, 100% 100%, 0% 100%);
	padding: 120px 20px 20px;
}
.Flight_FeaturIcon {
	background: url(../images/flight_featur_icon.svg) 0 0/contain;
	width: 64px;
	height: 64px;
	display: inline-flex;
}
.Hotel_FeaturIcon {
	background: url(../images/hotel_featur_icon.svg) 0 0/contain;
	width: 64px;
	height: 42px;
	display: inline-flex;
}
.Transfer_FeaturIcon {
	background: url(../images/transfer_featur_icon.svg) 0 0/contain;
	width: 54px;
	height: 42px;
	display: inline-flex;
}
.Activity_FeaturIcon {
	background: url(../images/activity_featur_icon.svg) 0 0/contain;
	width: 56px;
	height: 58px;
	display: inline-flex;
}
.Sightseeing_FeaturIcon {
	background: url(../images/sightseeingl_featur_icon.svg) 0 0/contain;
	width: 62px;
	height: 49px;
	display: inline-flex;
}
.Insurance_FeaturIcon {
	background: url(../images/insurance_featur_icon.svg) 0 0/contain;
	width: 61px;
	height: 63px;
	display: inline-flex;
}
.Sports_FeaturIcon {
	background: url(../images/sports_featur_icon.svg) 0 0/contain;
	width: 79px;
	height: 50px;
	display: inline-flex;
}
.FeatureShape h3 {
	font-family: 'PoppinsBold';
	font-size: 17px;
	color: #000;
	line-height: 16px;
	margin-bottom: 15px;
	text-align: center;
}
.FeatureShape p {
	font-family: 'PoppinsRegular';
	font-size: 14px;
	color: #6c7281;
	line-height: 20px;
	text-align: center;
}
.FeatureRichList ul li {
	position: relative;
	box-shadow: rgba(0,0,0,.09) 5px 6px 6px;
}
.FeatureRichList ul li i {
	width: 122px;
	height: 122px;
	position: absolute;
	z-index: 1;
	left: 50%;
	transform: translate(-50%, -20%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.FeatureRich_card {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform .6s;
	transform-style: preserve-3d;
}
.FeatureRichList ul li:hover .FeatureRich_card, .Featurecard-back {
	transform: rotateY(180deg);
}
.Featurecard-back, .Featurecard-front {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Featurecard-front {
	background: #493e5d;
	border-radius: 65px;
}
.Featurecard-back {
	border-radius: 65px;
	background: #14aead;
	color: #fff;
}
.b2c_businsModal_sec {
	padding: 70px 0 50px;
	background: #fff;
	position: relative;
}
.b2c_businsModal_list {
	padding-top: 55px;
}
.b2c_businsModal_list ul {
	display: flex;
	column-gap: 50px;
}
.b2c_businsModal_list ul li {
	background: #f3f1ef;
	width: 373px;
	height: 350px;
}
.b2c_businsModal_list_pic, .b2c_businsModal_list_pic img {
	width: 100%;
	height: 215px;
}
.b2c_businsModal_list_content {
	width: 100%;
	height: 135px;
	padding: 25px 12px 12px;
}
.b2c_businsModal_list_content h3 {
	font-family: 'PoppinsBold';
	font-size: 17px;
	color: #000;
	line-height: 16px;
	margin-bottom: 10px;
	text-align: center;
}
.b2c_businsModal_list_content p {
	font-family: 'PoppinsRegular';
	font-size: 14px;
	color: #6c7281;
	line-height: 22px;
	text-align: center;
}
.b2c_whyCax {
	padding-bottom: 30px;
}
.b2c_whycax_box {
	background: url(../images/why_cax_b2c_pic.png) no-repeat #f3f1ef;
	padding: 25px;
	height: 517px;
	display: flex;
	justify-content: end;
}
.bdr_top_why, .runwayTop_img {
	position: relative;
}
.bdr_top_why:before {
	content: '';
	position: absolute;
	width: 40%;
	background: #ff7f00;
	height: 1px;
	left: 0;
	top: 0;
}
.b2c_whyCax h2 {
	font-family: 'PoppinsBold';
	font-size: 30px;
	color: #000;
	line-height: 36px;
	margin-bottom: 10px;
}
.b2c_whyCax p {
	font-size: 17px;
	color: #6c7281;
	line-height: 26px;
	margin-bottom: 10px;
}
.b2c_whycax_box_content {
	width: 47%;
}
.b2c_whycax_box_Center {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	align-items: center;
	border: 1px solid #ff7f00;
	border-right: none;
	border-top: none;
}
.b2c_whycax_box_contentList ul {
	gap: 15px;
	display: flex;
	flex-wrap: wrap;
	padding-top: 15px;
}
.b2c_whycax_box_contentList ul li {
	display: flex;
	align-items: center;
	gap: 15px;
}
.b2c_whycax_box_Number {
	width: 31px;
	height: 31px;
	background: #00acac;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.b2c_whycax_box_Number span {
	color: #fff;
	font-size: 14px;
}
.b2c_whycax_box_Text {
	width: 92%;
	color: #6c7281;
	font-size: 14px;
}
.b2c_whycax_box_Text span {
	font-family: 'PoppinsBold';
	color: #000;
	padding-right: 5px;
}
.Our_Dev_Process {
	padding: 30px 0 50px;
	overflow: hidden;
}
.Our_Dev_Process .timeline ul {
	background: #ffff;
	padding: 50px 0;
	position: relative;
}
.Our_Dev_Process .timeline ul li {
	list-style-type: none;
	position: relative;
	width: 125px;
	margin: 0 auto;
	padding-top: 50px;
	background: url(../images/runway_bg.png);
}
.runwayTop_img:before {
	content: '';
	position: absolute;
	top: 0;
	width: 125px;
	height: 15px;
	background: url(../images/runway_bg_top.png) no-repeat;
}
.planepic {
	background: url(../images/plane_pic.png) no-repeat;
	width: 137px;
	height: 136px;
	top: 130px;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	z-index: 1;
}
.Our_Dev_Process .timeline ul li div {
	position: relative;
	bottom: 0;
	width: 500px;
	padding: 0;
	display: flex;
	gap: 20px;
	visibility: hidden;
	opacity: 0;
	transition: .5s ease-in-out;
}
.Our_Dev_Process .timeline ul li div span {
	width: 380px;
	background: #f3f1ef;
	padding: 15px;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: end;
	font-family: 'PoppinsBold';
	font-size: 16px;
	color: #000;
}
.Our_Dev_Process .timeline ul li div i {
	width: 96px;
	height: 96px;
	background: #00acac;
	border-radius: 50%;
	font-family: 'PoppinsBold';
	font-style: normal;
	font-size: 30px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Our_Dev_Process .timeline ul li:nth-child(odd) div {
	left: 150px;
	transform: translate3d(200px, 0, 0);
}
.Our_Dev_Process .timeline ul li:nth-child(odd) div span {
	justify-content: start;
}
.Our_Dev_Process .timeline ul li:nth-child(2n) div {
	left: -520px;
	transform: translate3d(-200px, 0, 0);
}
.Our_Dev_Process .timeline ul li:nth-child(2n) div::before {
	right: -15px;
	border-width: 8px 0 8px 16px;
	border-color: transparent transparent transparent #f45b69;
}
.Our_Dev_Process .timeline ul li::after {
	transition: background .5s ease-in-out;
}
.Our_Dev_Process .timeline ul li.in-view div {
	transform: none;
	visibility: visible;
	opacity: 1;
}
/* C2C css End */


/* Integration Partners Start */
.integration_partners_sec {
	padding: 50px 0;
}
.integration_sub_banner {
	height: 145px;
	overflow: hidden;
	position: relative;
}
.integration_sub_banner:after {
	content: '';
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
}
.integration_partners_box {
	padding-bottom: 55px;
}
.integration_sub_banner img {
	margin-top: -110px;
}
.integration_sub_banner h3 {
	font-family: 'PoppinsBold';
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.integration_List ul {
	padding: 30px;
	background: #f3f1ef;
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
}
.integration_List ul li {
	width: 175px;
	height: 90px;
	background: #fff;
	border: solid #ccc 1px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.over-border-2::after, .over-border-2::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	transition: .5s;
}
.over-border-2::after {
	top: -3px;
	left: -3px;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
}
.over-border-2::before {
	bottom: -3px;
	right: -3px;
	border-bottom: 2px solid transparent;
	border-right: 2px solid transparent;
}
.over-border-2:hover {
	color: #222222;
}
.over-border-2:hover::after, .over-border-2:hover::before {
	width: calc(50% + 2px);
	height: calc(50% + 2px);
	border-color: #f68a20;
}
/* Integration Partners End */


/* Contact Start */
.ContactGlobeTitile, .SubmitBtn {
	text-align: center;
}
.contact_banner {
	height: 680px!important;
	padding: 0;
	position: relative;
	display: flex;
	align-items: center;
	margin-top: -40px;
}
.contact_Form_mainBox, .contact_Hello_box {
	padding-bottom: 50px;
	display: flex;
}
.contact_Hello_box {
	align-items: center;
}
.contact_Hello_lft {
	width: 30%;
}
.contact_Hello_Text {
	flex-direction: column;
	width: fit-content;
}
.contact_Hello_Text h2 {
	font-family: 'PoppinsBold';
	font-size: 36px;
	color: #000;
	width: 100%;
	border-right: 3px solid;
	animation: 1s step-end infinite blink, 2.5s steps(14) forwards type;
	overflow: hidden;
	white-space: nowrap;
}
@keyframes type {
  0% {
  width:0;
  }
}
.contact_Hello_rht {
	width: 70%;
}
.contact_Hello_rht h3 {
	font-family: 'PoppinsBold';
	font-size: 30px;
	color: #000;
	margin-bottom: 15px;
}
.contact_Hello_rht p {
	font-size: 14px;
	color: #6c7281;
}
.contact_Form_mainBox_lft {
	width: 45%;
	height: 564px;
	background: url(../images/contact_phone_bg.png) top center no-repeat;
	position: relative;
}
.contact_Form_mainBox_rht {
	width: 55%;
	background: #f3f1ef;
	padding: 40px 30px;
}
.contact_Form_mainBox_rht h2 {
	font-family: 'PoppinsBold';
	font-size: 30px;
	color: #000;
}
.ContactGlobeTitile p, .contact_Form_mainBox_rht p {
	font-size: 14px;
	color: #6c7281;
	margin-bottom: 0;
}
.contact_Form_Sec {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	row-gap: 10px;
	padding-top: 20px;
}
.conatct_field {
	width: 48%;
}
.out_field {
	margin-bottom: 10px;
}
.out_field label {
	display: block;
	font-size: 14px;
	color: #6c7281;
	margin-bottom: 5px;
	line-height: 20px;
}
.out_field input {
	width: 100%;
	height: 50px;
	border: 1px solid #ccc;
}
.out_field textarea {
	width: 100%;
	height: 70px;
	border: 1px solid #ccc;
}
.SubmitBtn {
	display: block;
	font-size: 16px!important;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact_dtls_list {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.contact_dtls_list ul {
	border-top: 1px solid #fff;
	height: 90px;
	margin: 0 20px;
	display: flex;
	gap: 28px;
	padding: 20px 0;
}
.contact_dtls_list ul li {
	width: 30%;
	display: flex;
}
.contact_dtls_list ul li i {
	width: 40px;
	display: flex;
	align-items: center;
}
.Phone_Contact_Icon {
	background: url(../images/phone_contact.svg) 0 0/contain no-repeat;
	width: 28px;
	height: 27px;
	display: inline-block;
}
.Mail_Contact_Icon {
	background: url(../images/mail_contact.svg) 0 0/contain no-repeat;
	width: 26px;
	height: 20px;
	display: inline-block;
}
.Whtatsapp_Contact_Icon {
	background: url(../images/whatsapp_contact.svg) 0 0/contain no-repeat;
	width: 28px;
	height: 27px;
	display: inline-block;
}
.contact_dtls_list_content h3 {
	font-size: 14px;
	color: #fff;
	font-family: 'PoppinsBold';
	margin-bottom: 5px;
	line-height: 18px;
}
.contact_dtls_list_content p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 0;
	line-height: 18px;
}
.Contact_Address_Main {
	display: flex;
	padding-bottom: 50px;
	height: 430px;
}
.Contact_Address_Main_lft {
	width: 45%;
	overflow: hidden;
	position: relative;
}
.OfficePic img {
	margin-top: -60px;
}
.CorporateOfficeAddress {
	width: 72%;
	padding: 18px;
	background-color: rgba(0,0,0,.8);
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}
.contact_mappic, .contact_mappic img {
	position: relative;
}
.CorporateOfficeAddress h2 {
	font-family: 'PoppinsBold';
	font-size: 24px;
	color: #00acac;
	margin-bottom: 5px;
}
.CorporateOfficeAddress h3 {
	font-family: 'PoppinsBold';
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 2px;
}
.CorporateOfficeAddress p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 0;
}
.Contact_Address_Main_rht {
	width: 55%;
	background: #f3f1ef;
	padding: 25px 30px;
}
.Contact_Address_list ul {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.Contact_Address_list ul li {
	display: flex;
	gap: 20px;
}
.Contact_Address_list h2 {
	font-family: 'PoppinsBold';
	font-size: 24px;
	color: #000;
	margin-bottom: 15px;
}
.contact_flag {
	width: 58px;
	height: 58px;
	border-radius: 35px;
	background: #999;
	overflow: hidden;
}
.contact_mdl_adres {
    width: 70%;
}
.contact_mdl_adres h4 {
	font-family: 'PoppinsBold';
	color: #00acac;
	font-size: 14px;
	margin-bottom: 5px;
}
.contact_mdl_adres h3 {
	font-family: 'PoppinsBold';
	color: #6c7281;
	font-size: 14px;
	margin-bottom: 2px;
}
.contact_mdl_adres p {
	color: #6c7281;
	font-size: 14px;
	margin-bottom: 0;
}
.ContactGlobeTitile h3, .contact_stayconnect h3 {
	line-height: 48px;
	color: #000;
	font-family: 'PoppinsBold';
}
.ContactGlobeTitile h3 {
	font-size: 30px;
	margin-bottom: 0;
}
.contact_mappic {
	height: 485px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
}
.contactmap__marker {
	background: #00acac;
	border-radius: 10px;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 36%;
	z-index: 1;
	top: 58%;
	border: 2px solid #fff;
	box-shadow: rgba(0,0,0,.8) 0 0 3px;
}
.contactmap__marker::before {
	-webkit-animation: 1s ease-out infinite blink;
	animation: 1s ease-out infinite blink;
	border-radius: 60px;
	box-shadow: inset 0 0 0 1px #00acac;
	content: "";
	height: 10px;
	left: 50%;
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
}
@-webkit-keyframes blink {
	100% {
	height:30px;
	opacity:0;
	width:30px;
	}
	}
	@keyframes blink {
	50% {
	border-color:transparent;
	}
	100% {
	height:30px;
	opacity:0;
	width:30px;
	}
}
.contactMap_country {
	position: absolute;
	bottom: 110px;
}
.contactMap_country ul {
	display: flex;
	gap: 10px;
}
.contactMap_country ul li {
	font-family: 'PoppinsBold';
	font-size: 14px;
	background: #fff;
	border: 1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 8px;
	border-radius: 20px;
}
.contactMap_country ul li i {
	width: 24px;
	height: 24px;
	overflow: hidden;
	display: inline-flex;
	border-radius: 50px;
}
.contactMap_country ul li span {
	padding: 0 5px;
}
.contact_stayconnect {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.contact_stayconnect h3 {
	font-size: 33px;
}
.contact_stayconnect ul {
	display: flex;
	gap: 8px;
	margin-top: 10px;
}


a.twitter_ftr {
	color: #fff!important;
	background: #00acee;
	height: 52px;
	padding: 0 20px;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	cursor: pointer;
}
a.facebook_ftr, a.likedin_ftr {
	align-items: center;
	color: #fff!important;
	height: 52px;
	padding: 0 20px;
	display: flex;
	gap: 10px;
	font-size: 14px;
	cursor: pointer;
}
a.twitter_ftr .twitter_icon {
	width: 21px;
	height: 19px;
	background: url(../images/twitter_ftr.svg) 0 0/contain no-repeat;
}
a:hover.twitter_ftr {
	background: #23c2ff;
	transition: .3s ease-in-out;
}
a:hover.twitter_ftr .twitter_icon {
	animation: .5s .3s bouncing;
}
a.likedin_ftr {
	background: #0e76a8;
	justify-content: center;
}
a.likedin_ftr .likedin_icon {
	width: 20px;
	height: 18px;
	background: url(../images/linkedin_ftr.svg) 0 0/contain no-repeat;
}
a:hover.likedin_ftr {
	background: #1e8fc5;
	transition: .3s ease-in-out;
}
a:hover.likedin_ftr .likedin_icon {
	animation: .5s .3s bouncing;
}
a.facebook_ftr {
	background: #3b5998;
	justify-content: center
}
a.facebook_ftr .facebook_icon {
	width: 14px;
	height: 21px;
	background: url(../images/facebook_ftr.svg) 0 0/contain no-repeat;
}
a:hover.facebook_ftr {
	background: #456bbb;
	transition: .3s ease-in-out;
}
a:hover.facebook_ftr .facebook_icon {
	animation: .5s .3s bouncing;
}
a.insta_ftr {
	color: #fff!important;
	background: #ba0a1f;
	height: 52px;
	padding: 0 20px;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	cursor: pointer;
}
a.insta_ftr .insta_icon {
	width: 20px;
	height: 19px;
	background: url(../images/insta_ftr.svg) 0 0/contain no-repeat;
}
a:hover.insta_ftr {
	background: #d31d33;
	transition: .3s ease-in-out;
}
a:hover.insta_ftr .insta_icon {
	animation: .5s .3s bouncing;
}

/* Contact End */




/* full inner style shinto start*/

.airlineConsolidatorBanner{
background-image:url(../images/airline_consldtor_bg.jpg);
background-size: cover;
min-height:690px;
width: 100%;
}
.airlineBgText {
    display: flex;
    justify-content: start;
    align-items: center;
    min-height: 600px;
}
.airlineConsolidatorBanner h1 {
    font-size: 100px;
    margin: 0px;
    padding: 0px;
	font-family: 'PoppinsBold';
	color: #000;
}
section.travelConctivity {
    padding-top: 50px;
}
.travelConctivityText h2{
    font-size:36px;
    margin: 0px;
    padding: 0px;
	font-family: 'PoppinsBold';	
	padding-bottom: 30px;
}
.travelConctivityText p {
    color: #6c7281;
    font-size: 17px;
}
.travelConctivityText p span {
    color: #000;
    font-size: 17px;
	font-family: 'PoppinsBold';	
}
section.why-caxita-connect {
    padding-top: 40px;
}
.whycnctConctivity{
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
}
.whycontentText {
    padding-left: 30px;
    padding-right: 30px;
	width: 50%;
}
.whycontentPic {
    width: 50%;
    overflow: hidden;
}
.whycontentPic img {
    width:100%;
}
.whycontentText h2{
	 color: #000;
    font-size:30px;
	font-family: 'PoppinsBold';	
	padding-bottom: 10px;
}
.whycontentText p.subtitle {
    font-size: 17px;
    color: #6c7281;
    margin: 0px;
    padding-bottom: 15px;
}
.whycontentText p {
    font-size: 15px;
    color: #6c7281;
    margin: 0px;
    padding-bottom: 15px;
}
.whycontentText ul {
    margin: 0px;
    padding: 0px;
}
.whycontentText ul li {
    list-style: none;
    padding-bottom: 10px;
	color: #6c7281;
	font-size: 15px;
	display: flex;
}
.greenTick {
    background-image: url(../images/greenTick.svg);
    background-size: contain;
    height: 12px;
    width: 14px;
    display: inline-block;
    background-repeat: no-repeat;
	margin-top: 5px;
    margin-right: 7px;
}
.whycontentText ul li span {
    color: #000;
	font-family: 'PoppinsBold';	
	font-size: 15px;
}
.whycontentText ul li p {
    width: 90%;
	padding-bottom: 0px;
}
section.core-solutions {
    padding-top:70px;
}
.cnctCoreSolutionHead {
    text-align: center;
    padding-bottom: 35px;
}
.cnctCoreSolutionHead h2 {
    text-align: center;
	color: #000;
	font-family: 'PoppinsBold';	
	font-size:30px;
}
.cnctCoreSolutionHead p.subtitle {
    font-size: 17px;
    color: #6c7281;
    margin: 0px;
    padding-bottom:10px;
}
.cnctCoreSolutionHead p {
    font-size: 15px;
    color: #6c7281;
    margin: 0px;
    padding-bottom: 15px;
}
.cnctsolutionBox {
    display: flex;
	background: #f3f1ef;
	margin-bottom: 70px;
}
.cnctsolutionimg {
    overflow: hidden;
    width: 40%;
}
.cnctsolutionDtls {
    padding: 35px 40px 10px;
    width: 60%;
}
.cnctsolutionimg img {
    width: 100%;
  height: 100%;
transform: scale(1);
	transition: transform .3s ease-in-out;
}
.cnctsolutionimg img:hover {
transform: scale(1.3);
}

.cnctsolutionDtls h3 {
    font-size: 24px;
    padding-bottom: 20px;
    color: #000;
    font-family: 'PoppinsBold';
    display: flex;
    align-items: center;
    margin: 0px;
}
.cnctsolutionDtls p {
    margin: 0px;
    padding-bottom: 20px;
	color: #6c7281;
	font-size: 15px;
}
.cnctsolutionDtls p span {
    margin: 0px;
    padding-bottom: 20px;
	color: #000;
	font-family: 'PoppinsBold';	
	font-size: 15px;
}
.cnctsolutionDtls ul {
    margin: 0px;
    padding: 0px;
}
.cnctsolutionDtls ul li {
    list-style: none;
	color: #6c7281;
	font-size: 15px;
	display: flex;
	padding-bottom: 15px;
}
.cnctsolutionDtls .greenTick {
    background-image: url(../images/greenTick.svg);
    background-size: contain;
    height: 12px;
    width: 14px;
    display: inline-block;
    background-repeat: no-repeat;
	margin-top: 5px;
    margin-right: 7px;
}
.cnct_gdsIcon {
    background-image: url(../images/gds_icon.svg);
    background-size: contain;
    height: 25px;
    width: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-top: 0;
    margin-right: 7px;
}
.cnctsolutionDtls ul li span {
    color: #000;
	font-family: 'PoppinsBold';	
	font-size: 15px;
}
.cnctsolutionDtls ul li p {
    width: 90%;
	padding-bottom: 0px;
}
.cnct_llcflIcon {
    background-image: url(../images/lcc_flight_icon.svg);
    background-size: contain;
    height: 25px;
    width: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-top: 0;
    margin-right: 7px;
}
.cnct_bookplatformIcon {
    background-image: url(../images/bookingPlatform_icon.svg);
    background-size: contain;
    height: 28px;
    width: 28px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-top: 0;
    margin-right: 7px;
}
.cnct_onlinePayIcon{
    background-image: url(../images/paymentSolution_icon.svg);
    background-size: contain;
    height: 25px;
    width:30px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-top: 0;
    margin-right: 7px;
}

.trvlbsndRound {
    background: #493e5d;
    border-radius: 50%;
    padding: 20px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 15px;
}
.trvlbsndRound img {
    width: 50px;
}
.travlbusinesstypes {
    display: flex;
    justify-content: center;
}
.travlbusinesstypes .business-card {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.travlbusinesstypes .business-card h3 {
    width: 100%;
}
.business-card h3 {
    width: 100%;
    font-size: 15px;
	color: #000;
	font-family: 'PoppinsBold';	
}
.travlbusinesstypes .business-card p {
    color: #6c7281;
    padding: 0 30px;
}
section.diverse-businesses {
    padding-bottom: 30px;
}
.whychoosecaxAdvantage {
    background-image: url(../images/whyChoose_Bg.jpg);
    background-size: 100% 100%;
    min-height: 780px;
    width: 100%;
    background-repeat: no-repeat;
}
.whychoosecaxAdvantageDtls {
    width:60%;
    color: #fff;
    padding-top: 60px;
}
.advantagesgrid{
	display: flex;
	flex-wrap: wrap;
}
.advantageitem{
	width: 50%;
	text-align: center;
	padding-bottom: 20px;
}
.whychoosecaxAdvantageDtls h2 {
    font-size: 30px;
	font-family: 'PoppinsBold';	
	padding-bottom: 15px;
	margin: 0px;
}
.whychoosecaxAdvantageDtls p.subtitle {
    font-size: 17px;
	margin: 0px;
	padding-bottom:25px;
}
.whyChooseItemTick{
    background-image: url(../images/choose_tick.svg);
    background-size: contain;
    height:37px;
    width:37px;
    display: inline-block;
    background-repeat: no-repeat;
	margin-bottom: 5px;
}
.advantageitem h3 {
    font-size: 20px;
	font-family: 'PoppinsBold';	
}
.advantageitem p {
    font-size: 14px;
    padding: 0 25px;
}
section.ReadyElevateTravel {
    background: #f3f1ef;
    padding: 30px 0;
}
.ElevateTravelHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ElevateTravelLft h2{
	font-size: 30px;
	font-family: 'PoppinsBold';	
}
.ElevateTravelLft p {
    color: #6c7281;
    font-size: 17px;
	margin: 0px;
}
button.green_button {
    outline: none;
	border: none;
	cursor: pointer;
}
button.orange_button{
   outline: none;
	border: none;
	cursor: pointer;
}
.ElevateTravelRgt {
    display: flex;
    gap: 15px;
}
button.green_button:focus {
    outline: none;
	border: none;
}
button.orange_button:focus {
    outline: none;
	border: none;
}
/* airline consolidator bg style end*/




.dynamicpackBanner {
    background-image: url(../images/dynamicpack_bg.jpg);
    background-size: cover;
    min-height: 690px;
    width: 100%;
}
.dynamicpackBanner h1 {
    font-size: 100px;
    margin: 0px;
    padding: 0px;
    font-family: 'PoppinsBold';
    color: #000;
}
.packagesContent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 45px;
}
section.custompackages {
    padding-top: 70px;
}
.allCustmpackageBox {
    background-color: #f3f1ef;
    min-height: 300px;
    width: 22%;
    padding: 20px;
}
.custompackIconBox{
    background-color: #493e5d;
    min-height:100px;
    padding:30px;
	text-align: center;
	margin-bottom: 20px;
}
.allCustmpackageBox  h2{
	font-size: 30px;
	font-family: 'PoppinsBold';	
	color: #000;
}
.allCustmpackageBox  p{
	font-size: 15px;
	color: #6c7281;
}
.custompackIconBox img {
    height: 85px;
}
.cnctsolutionDtls p.subtitle {
    font-size: 17px;
    color: #6c7281;
}
.beyondPackgSoftHead h2 {
	color: #000;
	font-family: 'PoppinsBold';	
	font-size:30px;
}
.beyondPackgSoftHead p.subtitle {
    font-size: 17px;
    color: #6c7281;
    margin: 0px;
    padding-bottom:10px;
}
.beyondPackgSoftHead p {
    font-size: 15px;
    color: #6c7281;
    margin: 0px;
    padding-bottom: 15px;
}
.beyndPackSotwareDtls{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.byndPackSoftBox {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    width: 32%;
}
.byndBookingEngRound {
    background: #493e5d;
    border-radius: 50%;
    padding:24px;
    position: absolute;
    left: 0;
}
.byndBookingEngRound img {
    width:52px;
	height: 52px;
}
.byndBookEngDtls {
    padding: 10px;
    padding-left:55px;
    border: 1px solid #ccc;
    border-left: none;
    margin-left: 62px;
}
.byndBookEngDtls h4 {
    font-size: 14px;
    font-family: 'PoppinsBold';
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
}
.byndBookEngDtls p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
	color: #6c7281;
	line-height:18px;
}
.beyondPackgSoftHead {
    padding-bottom: 30px;
}
.whyPartnerCaxbg {
    background-image: url(../images/whyPartnerCax_bg.jpg);
    background-size: 100% 100%;
    min-height:600px;
    width: 100%;
    background-repeat: no-repeat;
	color: #fff;
	padding-top: 50px;
}
section.beyondPackagesSoftware {
    padding-bottom: 40px;
}
.whyPartTickIcon {
    background-image: url(../images/whyPartTickIcon.svg);
    background-size: contain;
    height: 15px;
    width: 15px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: 5px;
}
.whyPartnerText{
	display: flex;
	margin-bottom: 20px;
}
.whyPartnerText p {
    font-size: 14px;
    width: 90%;
    margin: 0px;
}
.whyPartnerText p span{
	font-size: 14px;
	font-family: 'PoppinsBold';
	color: #00acac;
}
.whyPartnerDtls {
    display: flex;
    align-items: center;
	width: 100%;
}
.whyPartnerLft {
    padding-right: 70px;
    width: 50%;
    text-align: left;
    padding-left: 50px;
}
.whyPartnerRgt {
    width: 50%;
}
.delpmntPrcessMain{display: flex; align-items: center;}
.dvlpProcessLft{
	width: 50%;
}
.dvlpProcessRgt{
	width: 50%;
}
section.devpmentProcess {
    background: #fff;
    padding: 70px 0;
}
.dlpmntProcessFlow {
    display: flex;
	position: relative;
}
.dvlpmntFlowNmbrs {
    padding: 0;
    width: 56px;
    height:74px;
    text-align: center;
    display: flex;
    justify-content: center;
    color: #00acac;
    font-family: 'PoppinsBold';
    position: relative;
    background-image: url(../images/lastflowProcessRound.png);
    background-size: contain;
    padding-top: 15px;
	    z-index: 99;
    background-repeat: no-repeat;
}
.lastFloNbrRound {
    padding: 0;
    width: 56px;
    height:56px;
    text-align: center;
    display: flex;
    justify-content: center;
    color: #00acac;
    font-family: 'PoppinsBold';
    position: relative;
    background-image: url(../images/lastflowProcessRound.png);
    background-size: contain;
    padding-top: 15px;
}
    .dlpmntProcessFlow::after {
        content: "";
        position: absolute;
        background-color: #00acac;
        height: 50px;
        width: 2px;
        left: 27px;
        z-index: 0;
        bottom: 0px;
    }
.dvlpmntFlowDtls {
    width: 85%;
    padding-left: 15px;
}
.dvlpmntFlowDtls p {
    font-size: 14px;
    color: #6c7281;
    margin: 0px;
    padding-top: 10px;
}
.dvlpmntFlowDtls p span{
    font-size: 14px;
	font-family: 'PoppinsBold';
	color: #000;
}
.dvlpProcessRgt h2 {
    font-size: 30px;
    font-family: 'PoppinsBold';
}
.dvlpProcessRgt p.subtitle {
    color: #6c7281;
    font-size: 17px;
}

.htlMapingBanner {
    background-image: url(../images/htlmaping_engineBg.jpg);
    background-size: cover;
    min-height:720px;
    width: 100%;
}
.htlMapingBanner h1 {
    font-size: 100px;
    margin: 0px;
    padding: 0px;
    font-family: 'PoppinsBold';
    color: #000;
}
.custmHtlIntegrtion .packagesContent {
    gap: 35px;
}
.custmHtlIntegrtion .allCustmpackageBox {
    width: 31%;
    padding: 20px;
}


.productHighlightBanner{
background-image:url(../images/producthighlight_bg.jpg);
background-size: cover;
min-height:690px;
width: 100%;
}
.productHighlightBanner h1 {
    font-size: 100px;
    margin: 0px;
    padding: 0px;
    font-family: 'PoppinsBold';
    color: #000;
}
section.productHilightsTab {
    padding-top: 50px;
	padding-bottom: 30px;
}
section.productHilightsTab .nav-tabs .nav-link {
    background: #ffffff;
    border-bottom: 1px solid #00acac;
	font-family: 'PoppinsBold';
	font-size: 17px;
	    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
section.productHilightsTab .nav-tabs .nav-link:focus {
    outline: none;
}
section.productHilightsTab .nav-tabs {
    border-bottom: 1px solid #00acac;
}
section.productHilightsTab .nav-tabs .nav-item.show .nav-link, section.productHilightsTab .nav-tabs .nav-link.active {
    color: #00acac;
    background-color: #fff;
    border-color: #00acac #00acac #fff;
}
section.productHilightsTab .tab-content {
    padding-top: 40px;
    padding-bottom: 40px;
}
.custmrHilightsContent{
	display: flex;
	flex-wrap: wrap;
	gap:40px;
}
.custHilightBox{
	width:48%;
}
.custmHilightPic {
    border: 1px solid #ccc;
    padding: 50px;
    text-align: center;
}
.custHilightDtls{
	background-color: #f3f1ef;
	padding:25px;
	min-height:282px;
}
.custHilightDtls h1{
	font-family: 'PoppinsBold';
    color: #000;
	font-size: 30px;
	padding-bottom: 15px;
	margin-bottom: 0px;
}
.custHilightDtls p {
    color: #6c7281;
    font-size: 15px;
    margin: 0px;
}
.custmHilightPic img {
    height: 250px;
}
.customerSupportBg{
	background-color:#00acac;
}
.custSupportLady {
    background-image: url(../images/customerSupport_lady.png);
    height: 460px;
    width: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -100px;
}
.custmSuportCont {
    width: 50%;
    color: #fff;
    padding-top: 50px;
}
.customerSuportDtls {
    display: flex;
}
.custmSuportCont h2 {
    font-size: 30px;
    margin-bottom: 15px;
	font-family: 'PoppinsBold';
}
.custmSuportCont p {
    margin-top: 0;
    margin-bottom: 0px;
}
button.crmBtn {
    background: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 30px;
    color: #00acac;
	font-family: 'PoppinsBold';
	font-size: 14px;
	outline: none;
	cursor: pointer;
}
.supportBtns {
    display: flex;
    gap: 20px;
	padding-top: 30px;
}

/* Circle */
.whyPartnerCaxbg {
	position: relative;
}
.whyPartnerCaxbg::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(238, 236, 236, 0.055);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.whyPartnerCaxbg:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 100%;
		height: 100%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 100%;
		height: 100%;
		opacity: 0;
	}
}
/* full inner style shinto end*/
