.airportSecWrap{
    padding: 80px 0 50px;
}
.airportSecWrap .boxesWrap{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.airportSecWrap .boxesWrap .boxes{
    max-width: 33.3333333%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.airportSecWrap .boxesWrap .boxes .boxesInner{
    background-color: #fff;
    padding: 10px;
}
.airportSecWrap .boxesWrap .boxes img{
    max-width: 100%;
    height: auto;
}
.airportSecWrap .boxesWrap .boxes .content{
    padding: 20px;
}
.airportSecWrap .boxesWrap .boxes .content .iconBox{
    position: relative;
    background: #f8933b;
    width: 68px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -45px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.airportSecWrap .boxesWrap .boxes .content .iconBox:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    background-color: #000;
    width: 69px;
    height: 69px;
    opacity: .5;
    transition: all 0.3s;
}
.airportSecWrap .boxesWrap .boxes .boxesInner:hover .content .iconBox:before{
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
}
.airportSecWrap .boxesWrap .boxes .content .iconBox img{
    filter: brightness(0) invert(1);
    width: 50px;
    height: 50px;
}
.airportSecWrap .boxesWrap .boxes .content a{
    position: relative;
    display: inline-block;
    color: #141414;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    text-decoration: none;
    transition: all 0.3s;
}
.airportSecWrap .boxesWrap .boxes .content a:hover{
    color: #f8933b;
}
.airportSecWrap .boxesWrap .boxes .content a:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #f8933b;
    transition: all 0.3s ease-out;
}
.airportSecWrap .boxesWrap .boxes .content a:hover:before{
    width: 100%;
}
.airportSecWrap .boxesWrap .boxes .content p{
    color: #606060;
    font-weight: 300;
}
.servicesSecWrap{
    padding: 80px 0;
}
.servicesSecWrap .boxesInner{
    background: url('../contents/images/pets.webp')center center/cover no-repeat;
    height: 400px;
    width: 100%;
}
.servicesSecWrap .hotel{
    background: url('../contents/images/school.jpg')center center/cover no-repeat;
    height: 400px;
    width: 100%;
}
.servicesSecWrap .school{
    background: url('../contents/images/hotel.webp')center center/cover no-repeat;
    height: 400px;
    width: 100%;
}
.servicesSecWrap .boxesWrap{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.servicesSecWrap .boxesWrap .boxes{
    max-width: 33.3333333%;
    width: 100%;
    padding: 0 15px;
}
.servicesSecWrap .boxesWrap .boxes .boxesInner{
    position: relative;
    padding: 20px;
}
.servicesSecWrap .boxesWrap .boxes .iconBox{
    position: relative;
    background-color: #f8933b;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.servicesSecWrap .boxesWrap .boxes .iconBox::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border-radius: 50%;
    background-color: #fff;
    transition: all .3s;
}
.servicesSecWrap .boxesWrap .boxes:hover .iconBox::before{
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
}
.servicesSecWrap .boxesWrap .boxes .iconBox img{
    filter: brightness(0) invert(1);
    transition: all .3s;
}
.servicesSecWrap .boxesWrap .boxes:hover .iconBox img{
    filter: invert(0);
}
.servicesSecWrap .boxesWrap .boxes .contentBox{
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.servicesSecWrap .boxesWrap .boxes .contentBox a{
    display: flex;
    gap: 20px;
    align-items: center;
    text-decoration: none;
    transition: all .3s;
}
.servicesSecWrap .boxesWrap .boxes .contentBox span{
    position: relative;
    background-color: #fff;
    padding: 16px;
    font-weight: 600;
    color: #141414;
    line-height: 1;
    z-index: 1;
    transition: all 0.3s;
}
.servicesSecWrap .boxesWrap .boxes:hover .contentBox span{
    background-color: #000;
    color: #fff;
}
.servicesSecWrap .boxesWrap .boxes .contentBox span:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #f8933b;
    height: 50%;
    width: 5px;
    transition: all .3s;
}
.servicesSecWrap .boxesWrap .boxes:hover .contentBox span:before{
    background-color: #fff;
}
.servicesSecWrap .boxesWrap .boxes .contentBox span:after{
    content: "";
    position: absolute;
    top: 0;
    right: -8px;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transform: skew(-20deg);
    z-index: -1;
    transition: all .3s;
}
.servicesSecWrap .boxesWrap .boxes:hover .contentBox span:after{
    background-color: #000;
}
.servicesSecWrap .boxesWrap .boxes .contentBox .icon{
    background-color: #fff;
    transform: skew(-20deg);
    width: 60px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}
.servicesSecWrap .boxesWrap .boxes:hover .contentBox .icon{
    background-color: #f8933b;
}
.servicesSecWrap .boxesWrap .boxes .contentBox .icon img{
    width: 25px;
    height: 25px;
    transform: skew(15deg);
    transition: all .3s;
}
.servicesSecWrap .boxesWrap .boxes:hover .contentBox .icon img{
    filter: brightness(0) invert(1);
}
.stationSecWrap{
    background-color: #edf2f7;
    padding: 80px 0 50px;
}
.stationSecWrap .boxesWrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}
.stationSecWrap .boxesWrap .boxes{
    max-width: 33.3333333%;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.stationSecWrap .boxesWrap .boxes .boxesInner{
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.stationSecWrap .boxesWrap .boxes .boxesInner .imgBox{
    overflow: hidden;
    position: relative;
}
.stationSecWrap .boxesWrap .boxes .boxesInner img{
    max-width: 100%;
    height: auto;
    transition: all .5s;
}
.stationSecWrap .boxesWrap .boxes .boxesInner:hover .img1{
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.stationSecWrap .boxesWrap .boxes .boxesInner .img2{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.stationSecWrap .boxesWrap .boxes .boxesInner:hover .img2{
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
.stationSecWrap .boxesWrap .boxes .boxesInner .stationHead{
    position: relative;
    display: block;
    background-color: #f8933b;
    padding: 12px 20px;
    transform: skew(-25deg);
    margin: -23px 0 0 18px;
    width: fit-content;
    z-index: 2;
}
.stationSecWrap .boxesWrap .boxes .boxesInner .stationHead::before{
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    background-color: #f8933b;
    transform: skew(-1deg);
    height: 100%;
    width: 12px;
    transition: all 0.3s;
}
.stationSecWrap .boxesWrap .boxes .boxesInner:hover .stationHead::before{
    background-color: #000;
}
.stationSecWrap .boxesWrap .boxes .boxesInner .stationHead span{
    transform: skew(25deg);
    display: block;
    color: #fff;
}
.stationSecWrap .boxesWrap .boxes .boxesInner .txt{
    padding: 10px;
}
.stationSecWrap .boxesWrap .boxes .boxesInner h2{
    margin-top: 15px;
}
.stationSecWrap .boxesWrap .boxes .boxesInner h2 a{
    color: #141414;
    font-size: 22px;
}
.stationSecWrap .boxesWrap .boxes .boxesInner p{
    color: #606060;
    font-weight: 300;
}
.testimonialsWrap{
    padding: 80px 0;
}
.testimonialsWrap .testimonialsInner{
    display: flex;
    align-items: center;
    margin: 0 -15px;
    flex-wrap: wrap;
}
.testimonialsWrap .testimonialsInner .leftCol .headingWrap{
    text-align: left;
}
.testimonialsWrap .testimonialsInner .leftCol .headingWrap span{
    margin: 0 0 10px 40px;
}
.testimonialsWrap .testimonialsInner .leftCol .sliderBtnsWrap{
    display: flex;
    gap: 15px;
}
.testimonialsWrap .testimonialsInner .leftCol .sliderBtnsWrap button{
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: #f8933b;
    transform: skew(-20deg);
    width: 50px;
    height: 45px;
}
.testimonialsWrap .testimonialsInner .leftCol .sliderBtnsWrap button span{
    transform: skew(15deg);
}
.testimonialsWrap .testimonialsInner .rightCol .testimBox{
    position: relative;
    box-shadow: 0 0 20px 0 rgba(0 0 0 / 10%);
    background-color: #fff;
    margin: 20px;
    padding: 0px 25px 25px;
}
.testimonialsWrap .testimonialsInner .rightCol .testimBox:before{
    content: "";
    position: absolute;
    bottom: -20px;
    left: -20px;
    border: 1px solid #f8933b;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.testimonialsWrap .testimonialsInner .leftCol,
.testimonialsWrap .testimonialsInner .rightCol{
    padding: 0 15px;
    max-width: 50%;
    width: 100%;
}
.testimonialsWrap .testimonialsInner .rightCol .customerImg{
    background-color: #edf2f7;
    width: 70px;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: end;
    border-radius: 0 0 50px 50px;
    padding-bottom: 11px;
}
.testimonialsWrap .testimonialsInner .rightCol .customerImg img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.testimonialsWrap .testimonialsInner .rightCol .txt p{
    margin-top: 25px;
    color: #606060;
}

.testimonialsWrap .testimonialsInner .rightCol .txt h2{
    color: #f8933b;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 40px;
}
.testimonialsWrap .testimonialsInner .rightCol .txt span{
    color: #606060;
    display: block;
    line-height: 1;
    font-size: 12px;
}
.faqsWrap{
    padding: 80px 0;
    background-color: #edf2f7;
}
.faqsWrap .faqsInner{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.faqsWrap .headingWrap{
    text-align: left;
}
.faqsWrap .headingWrap span{
    margin: 0 0 10px 40px;
}
.faqsWrap .headingWrap h2{
    width: 80%;
    font-size: 50px;
    font-weight: 600;
}
.faqsWrap .faqsInner .leftCol,
.faqsWrap .faqsInner .rightCol{
    max-width: 50%;
    width: 100%;
    padding: 0 15px;
}
.faqsWrap .faqsInner .leftCol .imgWrap img{
    width: 100%;
    height: 600px;
}
.faqsWrap .card{
    border: none;
    margin-bottom: 20px;
    box-shadow: 0 0 15px rgba(0 0 0 / 5%);
    border-radius: 0;
}
.faqsWrap .card .card-header{
    background: transparent;
    border: none;
    padding: 10px;
}
.faqsWrap .card .card-header button{
    position: relative;
    color: #141414;
    text-decoration: none;
    box-shadow: none;
    padding-left: 60px;
    height: 45px;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.faqsWrap .card .card-header button::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0 0 0 / 20%);
    transition: all 0.5s;
    transition-delay: 0.2s;
}
.faqsWrap .card .card-header button.collapsed::before{
    width: 0;
}
.faqsWrap .card .card-header button:after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #f8933b url(../contents/images/minus.png) center center/18px no-repeat;
    width: 45px;
    height: 100%;
}
.faqsWrap .card .card-header button.collapsed:after{
    background: #f8933b url(../contents/images/plus.png) center center/18px no-repeat;
}
.faqsWrap .card .card-body{
    padding: 10px;
}
.faqsWrap .card .card-body p{
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 15px;
    color: #606060;
}
.footerSecWrap {
    background-color: #f6f6f6;
    font-size: 14px
}

.footerSecInner{
    padding: 80px 0;
}

.footerHeading {
    position: relative;
    padding-bottom: 9px;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 25px;
}

.footerHeading:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 1px;
    background-color: #f8933b;
}

.footerSecWrap ul {
    margin: 0;
    padding: 0
}

.footerSecWrap ul li{
    list-style: none;
}

.footerSecWrap .quickLinks li {
    margin-bottom: 10px;
    background: url(../contents/images/right-chevron.png) left center/15px no-repeat;
    padding-left: 25px;
}

.footerSecWrap ul li a{
    color: #141414;
}

.footerSecWrap .contactDetails li {
    margin-bottom: 15px
}

.footerSecWrap .contactDetails li img {
    width: 15px;
    margin-right: 5px
}

.copyrightSecWrap {
    background: #fff;
    padding: 26px 0
}

.copyrightSecInner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copyrightSecInner .socialLinks{
    display: flex;
    gap: 20px;
}
.copyrightSecInner .socialLinks img{
    width: 20px;
    height: 20px;
}


.contact-para{
    color:#f8933b !important;
    text-decoration: none !important;
}