@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&display=swap";
/* @import url(../fonts/font-awesome.css); */

* {
    margin: 0px;
    padding: 0px;
}

.colorin {
    color: rgba(179, 20, 20, 0.92) !important;
}

.colorout {
    color: transparent !important;
}


/* Image */

img {
    border: none;
}


/* Anchor Tags */

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #0d6efd;
}

a:active {}

a:visited {}

a:hover {
    text-decoration: none;
}

h1 {}

h1 a {}

h1 a:hover {}

h2 {}

h2 a {}

h2 a:hover {}

.error {
    color: #ff0000;
}

.particles {
    background: url(../images/particles.png) no-repeat;
}



/* Layout Starts Here */

#fullScreenTop100 {
    width: 100%;
    height: auto;
    /*background:url(../images/topBg.jpg) repeat-x;*/
    float: left;
    clear: left;
}

#fullScreenTop100SubPage {
    width: 100%;
    height: auto;
    #background: url(../images/subPageTopBg.jpg) repeat-x;
    float: left;
    clear: left;
}

#headerAndBody {
    height: auto;
    margin: 0px auto;
    clear: left;
}

#logoMenuLine {
    width: 100%;
    height: 116px;
    float: left;
    clear: left;
}

#logo {
    width: 200px;
    height: 80px;
    margin-top: 20px;
    float: left;
    /*background:url(../images/poojaa_logo.png) no-repeat;*/
}

#topMenuRight {
    width: 760px;
    height: auto;
    text-transform: uppercase;
    float: left;
}

#topCustomerCare {
    width: 760px;
    height: auto;
    margin-top: 20px;
    padding-bottom: 15px;
    background: url(../images/topPhoneMenuDiff.jpg) no-repeat bottom right;
    float: left;
    clear: left;
}

#topCustomerCare span {
    width: 230px;
    height: auto;
    margin-left: 510px;
    color: #fff;
    font-size: 14px;
    float: left;
    clear: left;
}

.menuHomeDiv {
    width: 24px;
    height: auto;
    padding-left: 300px;
    float: left;
}

.menuHome {
    width: 24px;
    height: 21px;
    background-position: -429px -33px;
    text-indent: -10000px;
    float: left;
    clear: left;
}

.menuHome:hover {
    background-position: -429px -54px;
}

#topMenu {
    width: 760px;
    height: auto;
    font-size: 20px;
    margin-top: 20px;
    text-transform: uppercase;
    float: left;
}

#topMenu a {
    text-decoration: none;
    color: #fff;
}

#topMenu a:hover {
    text-decoration: underline;
}

#topMenu ul {
    color: #636262;
    list-style-type: none;
    float: left;
}

#topMenu ul li {
    list-style-type: none;
    float: left;
}

.topMenudiff {
    width: 11px;
    height: 44px;
    padding: 0px 10px;
    background: url(../images/menuDiff.jpg) no-repeat bottom;
}

#fullCustumGall100 {
    width: 100%;
    height: auto;
    min-height: 165px;
    background: url(../images/customerGalBg.png) no-repeat top center;
    float: left;
    clear: left;
}

#fullCustumGall {
    width: 960px;
    height: auto;
    overflow: auto;
    margin: 0px auto;
    clear: left;
}

#fullCustumGallLeft {
    width: 480px;
    height: 125px;
    padding: 20px;
    background: #f2e3c1;
    float: left;
}

#fullCustumLbl {
    width: 480px;
    height: auto;
    font-size: 36px;
    color: #c0b08b;
    text-align: right;
    font-weight: bold;
    float: left;
    clear: left;
}

#fullCustumTalk {
    width: 480px;
    height: auto;
    color: #002345;
    margin-bottom: 5px;
    font-size: 30px;
    float: left;
    clear: left;
}

#fullCustumPeople {
    width: 480px;
    height: auto;
    color: #607D8B;
    font-size: 18px;
    float: left;
    clear: left;
}

#fullCustumGallRight {
    width: 400px;
    height: 125px;
    padding: 20px;
    background: #fcf5e6;
    float: left;
}

#fullScreenFooter100 {
    width: 100%;
    height: auto;
    float: left;
    clear: left;
}


/*#footer{
    background-color:#fff;
    margin-top:15px;
    width:1090px;
    height:auto;
    font-size:14px;
    overflow:auto;
    padding-bottom:5px;
    #margin:0px auto;
    #background:url(../images/footerDesign.png) no-repeat;
    clear:left;
}*/

.footerPoweredBy {
    width: 1090px;
    height: auto;
    /*margin-top:25px;*/
    text-align: center;
    padding-bottom: 10px;
    float: left;
    clear: left;
}

.footerCopyright {
    width: 1090px;
    height: auto;
    margin-top: 5px;
    text-align: center;
    padding-bottom: 20px;
    float: left;
    clear: left;
}

.footerMenu {
    width: 1090px;
    height: auto;
    text-align: center;
    margin-top: 50px;
    float: left;
    clear: left;
}

.footerMenu a {
    color: #111111;
}

.footerCopyright a {
    color: #111111;
}


/* Layout Ends Here */


/* Common Starts Here */

.txtBox {
    padding: 5px;
    border: 1px solid #c9c9c9;
    background: #fff;
    border-radius: 2px;
    color: #062b4a;
    font-size: 13px;
    height: 35px;
    margin: 5px;
    width: 165px;
}

.chkBox {
    padding: 5px;
    border: 1px solid #c9c9c9;
    background: #fff;
    border-radius: 2px;
    color: #062b4a;
    font-size: 13px;
    height: 22px;
    margin: 5px;
}

button,
input,
select,
textarea {
    margin: 0px;
    font-size: 100%;
    /* vertical-align: middle; */
    font-size: 14px;
}

.asterik {
    color: #ff0000;
}


/* Common Ends Here */


/* Icons Seperate Starts Here */

#phoneIcon {
    width: 32px;
    height: 32px;
    background: url(../images/particles.png) no-repeat 0px 0px;
    float: left
}

#facebook {
    width: 47px;
    height: 40px;
    background: url(../images/fb.png) no-repeat;
    float: right;
}


/*#facebook:hover{
    background-position:-37px -32px;
}*/

#twitter {
    width: 47px;
    height: 40px;
    background: url(../images/twitter.png) no-repeat;
    float: right;
}

#googleplus {
    width: 47px;
    height: 40px;
    background: url(../images/gplus.png) no-repeat;
    float: right;
}

#gmail {
    width: 27px;
    height: 27px;
    background: url(../images/particles.png) no-repeat -98px -4px;
    float: left;
}

#gmail:hover {
    background-position: -98px -32px;
}

#youtube {
    width: 27px;
    height: 27px;
    background: url(../images/particles.png) no-repeat -129px -4px;
    float: left;
}

#youtube:hover {
    background-position: -129px -32px;
}


/* Icons Seperate Starts Here */


/* Home Page Starts Here */

.pageMainContent {
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
    float: left;
    clear: left;
    text-align: center;
}

.passengerinfopageskb {
    margin-top: 0px !important;
    padding: 0px 205px 10px 200px !important;
    ;
}

.homeContentLeft {
    width: 560px;
    height: auto;
    padding-right: 30px;
    border-right: 1px solid #ddd;
    float: left;
}

.homeContentLeftHeading {
    width: 560px;
    height: auto;
    font-size: 28px;
    color: #002345;
    margin-bottom: 15px;
    float: left;
    clear: left;
}

.homeContentRight {
    width: 280px;
    height: auto;
    margin-left: 30px;
    float: left;
}

.homeContentRightHeading {
    width: 245px;
    height: 30px;
    font-size: 28px;
    padding-top: 12px;
    padding-left: 35px;
    background-position: -946px -15px;
    color: #002345;
    margin-bottom: 10px;
    float: left;
    clear: left;
}

.homeContentRightContent {
    width: 280px;
    height: auto;
    float: left;
    clear: left;
}

.homeHotRoutesList {
    width: 280px;
    height: auto;
    background-position: -953px -71px;
    float: left;
    clear: left;
}

.homeHotRoutesList a {
    width: 245px;
    height: auto;
    padding-left: 25px;
    margin-left: 10px;
    margin-top: 10px;
    line-height: 17px !important;
    background-position: -953px -71px;
    color: #002345;
    margin-bottom: 5px;
    float: left;
    clear: left;
}

#homeSearchAd {
    width: 960px;
    height: 330px;
    padding: 20px 0px 20px 0px;
    margin-top: 25px;
    #background: url(../images/homeBannerBg.jpg) no-repeat;
    float: left;
    clear: left;
    #background-color: #B9B2B2;
}

#homeSearchWhole {
    width: 490px;
    height: auto;
    margin-left: 25px;
    float: left;
}

.homeSearchHead {
    width: 460px;
    height: auto;
    padding-bottom: 5px;
    margin-top: 25px;
    margin-bottom: 15px;
    border-bottom: 1px solid #2a7197;
    color: #fff;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    float: left;
    clear: left;
}

.searchRow {
    width: 490px;
    height: auto;
    float: left;
    clear: left;
}

.LB {
    float: left;
}

#homeSearchAdWhole {
    width: 415px;
    height: 330px;
    float: left;
}

#homeSearchAdSlider {
    width: 415px;
    height: 330px;
    float: left;
}

#homeSearchBg {
    width: 370px;
    height: 15px;
    background: url(../images/particles.png) no-repeat -507px -428px;
    float: left;
}

#homeQuickQueueLine {
    width: 960px;
    height: auto;
    margin-top: 20px;
    float: left;
    clear: left;
}

#homeQuickBlock {
    width: 730px;
    height: 200px;
    background: url(../images/homequickblockheadline.png) no-repeat 0px 95px;
    float: left;
}

#homeRoutesBlock {
    width: 230px;
    height: auto;
    padding-right: 20px;
    float: left;
}

#homeRoutesHead {
    width: 100%;
    height: 94px;
    background: url(../images/particles.png) no-repeat -5px -91px;
    text-indent: -10000px;
    float: left;
    clear: left;
}

#homeRoutesBody {
    width: 188px;
    height: auto;
    padding: 10px 20px;
    border: 1px solid #c7e669;
    float: left;
    clear: left;
}

#homeSelectBlock {
    width: 220px;
    height: auto;
    padding-right: 20px;
    float: left;
}

#homeSelectHead {
    width: 100%;
    height: 94px;
    background: url(../images/particles.png) no-repeat -235px -91px;
    text-indent: -10000px;
    float: left;
    clear: left;
}

#homeSelectBody {
    width: 178px;
    height: auto;
    padding: 10px 20px;
    border: 1px solid #c7e669;
    float: left;
    clear: left;
}

#homeSearchedBlock {
    width: 220px;
    height: auto;
    float: left;
}

#homeSearchedHead {
    width: 100%;
    height: 94px;
    background: url(../images/particles.png) no-repeat -455px -91px;
    text-indent: -10000px;
    float: left;
    clear: left;
}

#homeSearchedBody {
    width: 178px;
    height: auto;
    padding: 10px 20px;
    border: 1px solid #c7e669;
    float: left;
    clear: left;
}

.homeQuickBody {
    margin-top: 15px;
}

.homeQuickBody ul {
    list-style-type: none;
}

.homeQuickBody ul li {
    width: 100%;
    list-style-type: none;
    padding: 6px 0px;
    border-bottom: 1px solid #eee;
    float: left;
    clear: left;
}

.homeQuickBody ul li a {
    color: #555;
}

#homequeue {
    width: 230px;
    height: 306px;
    text-indent: -100000px;
    background: url(../images/particles.png) no-repeat -6px -190px;
    float: left;
}


/* Homepage banner starts here */

#slideboxContainer {
    width: 415px;
    height: 330px;
    position: relative;
    overflow: hidden;
    float: left;
}

#slidebox {
    width: 415px;
    height: 330px;
    z-index: 1;
    position: relative;
    float: left;
    clear: left;
}

.content {
    width: 415px;
    height: auto;
    float: left;
}


/* Homepage banner ends here */


/* Home Page Ends Here */

.basic-modal-content {
    display: none;
}

.box {
    min-height: 460px;
    margin: 0 auto;
    padding: 20px;
}


/* Overlay */

#simplemodal-overlay {
    background-color: #000;
}

#signInForm-modal-Head {
    width: 300px;
    height: auto;
    color: #000;
    font-size: 24px;
    float: left;
    clear: left;
}


/* Container */

#simplemodal-container {
    width: 490px;
    height: 200px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff url(../images/modalBg.jpg) repeat-x;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    padding: 0px 12px 20px 12px;
    overflow: auto;
    float: left;
}

#simplemodal-container .simplemodal-data {
    padding: 8px;
}

#simplemodal-container code {
    background: #141414;
    border-left: 3px solid #65B43D;
    color: #bbb;
    display: block;
    font-size: 12px;
    margin-bottom: 12px;
    padding: 4px 6px 6px;
}

#simplemodal-container a {
    color: #ddd;
}

#simplemodal-container a.modalCloseImg {
    background: url(../images/particles.png) no-repeat -829px -27px;
    width: 22px;
    height: 22px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.modalCloseImg:hover {
    background: url(../images/particles.png) no-repeat -829px -5px;
}

#simplemodal-container h3 {
    color: #84b8d9;
}


/* Sub Page Starts Here Common */

#subPageTopBg {
    width: 960px;
    height: 30px;
    float: left;
    clear: left;
}

#subPageFull100 {
    width: 100%;
    height: auto;
    float: left;
    clear: left;
}

#subPageContent {
    width: 958px;
    height: auto;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0px auto;
    overflow: auto;
    clear: left;
}

#subPageHeadLine {
    width: 918px;
    height: auto;
    margin: 20px 20px 5px 20px;
    padding-bottom: 10px;
    font-size: 20px;
    color: #1d3a8e;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
    float: left;
    clear: left;
}

#subPageTopBg {
    width: 958px;
    height: auto;
    overflow: hidden;
    line-height: 10px !important;
    float: left;
    clear: left;
}

#subPageBottomBg {
    width: 958px;
    height: auto;
    overflow: hidden;
    line-height: 10px !important;
    float: left;
    clear: left;
}

.normalSubHead1 {
    width: 549px;
    height: auto;
    padding-bottom: 10px;
    font-size: 24px;
    float: left;
    clear: left;
}

.normalSubHead2 {
    width: 549px;
    height: auto;
    font-size: 24px;
    padding-bottom: 10px;
    padding-top: 20px;
    float: left;
    clear: left;
}

.normalPara1 {
    width: 549px;
    height: auto;
    line-height: 20px !important;
    float: left;
    clear: left;
}

.normalPara2 {
    width: 549px;
    height: auto;
    line-height: 20px !important;
    float: left;
    clear: left;
}


/* Sub Page Ends Here Common */


/* Pre Ticket Booking Starts Here */

#preTicketBookingContent {
    width: 960px;
    height: auto;
    margin: 0px auto;
    overflow: auto;
    clear: left;
}

#preTicketBookingLeft {
    width: 648px;
    height: auto;
    padding: 20px 0px;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
}

#preTicketBookingHeadLine {
    width: 608px;
    height: auto;
    margin: 0px 20px 20px 20px;
    padding-bottom: 10px;
    font-size: 20px;
    color: #1d3a8e;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
    float: left;
    clear: left;
}

#preTicketBookingHeadLine1 {
    width: 608px;
    height: auto;
    margin: 30px 20px 20px 20px;
    padding-bottom: 10px;
    font-size: 20px;
    color: #1d3a8e;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
    float: left;
    clear: left;
}

#preTicketBookingPaymentHeadLine {
    width: 608px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    float: left;
    clear: left;
}

#preTicketBookingPaymentHead {
    width: 300px;
    height: auto;
    font-size: 20px;
    color: #1d3a8e;
    float: left;
}

#preTicketBookingPayment {
    width: 300px;
    height: auto;
    padding-top: 5px;
    text-align: right;
    float: left;
}

#preTicketBookingPassHeadLine {
    width: 606px;
    height: auto;
    font-size: 20px;
    color: #1d3a8e;
    padding: 10px 0px;
    text-transform: uppercase;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #e6e6e6;
    float: left;
    clear: left;
}

.preTicketBookingPassDataLine {
    width: 608px;
    height: auto;
    padding: 10px 0px;
    background: url(../images/pre_ticket_booking-data-line.jpg) repeat-x bottom left;
    float: left;
    clear: left;
}

.preTicketBookingPassName {
    width: 250px;
    padding: 0px 10px;
    float: left;
}

.preTicketBookingPassGender {
    width: 200px;
    padding-left: 20px;
    padding: 0px 10px;
    float: left;
}

.preTicketBookingPassAge {
    width: 90px;
    padding-left: 20px;
    padding: 0px 10px;
    float: left;
}

.preTicketBookingTermsOfferCouponWhole {
    width: 608px;
    height: auto;
    padding: 0px 20px;
    margin-top: 20px;
    float: left;
    clear: left;
}

.preTBOfferCashLine {
    width: 100%;
    height: auto;
    margin-top: 15px;
    float: left;
    clear: left;
}

.preTBOfferCashInput {
    width: 170px;
    float: left;
}

.preTBOfferDiv {
    width: 598px;
    height: auto;
    padding-top: 10px;
    padding-left: 10px;
    float: left;
    clear: left;
}

.preTBCashDiv {
    width: 598px;
    height: auto;
    padding-top: 10px;
    padding-left: 10px;
    float: left;
    clear: left;
}

.preTBDivOfferCashLine {
    width: 598px;
    height: auto;
    padding-top: 5px;
    font-size: 11px;
    float: left;
    clear: left;
}

.preTBDivOfferCashInput {
    width: 170px;
    float: left;
}

.preTBDivOfferCashBtn {
    width: 100px;
    height: auto;
    float: left;
}

.preTBTermsLine {
    width: 588px;
    height: auto;
    background: #ffd0d0;
    border-top: 1px solid #e90000;
    border-bottom: 1px solid #e90000;
    padding: 10px 0px;
    margin-top: 10px;
    float: left;
    clear: left;
}

.preTBOfferCashLine input,
.preTBTermsLine input {
    margin-right: 10px;
    margin-left: 10px;
}

.offerCashTxt {
    width: 150px;
}

.passName {
    width: 230px;
}

.passAge {
    width: 80px;
}

.maleLine {
    width: 60px;
    float: left;
}

.maleLine input,
.femaleLine input {
    margin-right: 5px;
}

.femaleLine {
    width: 77px;
    float: left;
}

#preTicketBookingPassDetWhole {
    width: 608px;
    height: auto;
    padding: 0px 20px;
    float: left;
    clear: left;
}

#preTicketBookingPassHeadLine {
    width: 606px;
    height: auto;
    float: left;
    clear: left;
}

#preTicketBookingPassConDetWhole {
    width: 608px;
    height: auto;
    padding: 0px 20px;
    float: left;
    clear: left;
}

#preTicketBookingPassConDetLblMobile {
    width: 60px;
    padding-top: 5px;
    float: left;
}

#preTicketBookingPassConDetTxtMobile {
    width: 220px;
    float: left;
}

#preTicketBookingPassConDetLblEmail {
    width: 60px;
    padding-top: 5px;
    float: left;
}

#preTicketBookingPassConDetTxtEmail {
    width: 260px;
    float: left;
}

.mobileTxt {
    width: 188px;
}

.emailTxt {
    width: 240px;
}

#preTicketBookingOffWhole {
    width: 608px;
    height: auto;
    background: url(../images/payment-details-head-rpt.jpg) repeat-x;
    padding: 0px 20px;
    margin-top: 20px;
    float: left;
    clear: left;
}

#preTicketBookingRightWhole {
    width: 310px;
    height: auto;
    float: left;
}

#preTicketBookingTravelDet {
    width: 270px;
    padding: 20px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    background: #c8e965 url(../images/ticketBg.jpg) repeat-y;
    float: left;
}

#preTicketBookingFareWhole {
    width: 310px;
    height: auto;
    background: #c8e965 url(../images/paymentdetrpt.jpg) repeat-y;
    float: left;
}

#preTicketBookingFareWhole1 {
    width: 270px;
    padding: 20px;
    background: url(../images/paymentDetTopDes.png) no-repeat;
    float: left;
}

#preTicketBookingFareHead {
    width: 270px;
    height: auto;
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff;
    float: left;
    clear: left;
}

#preTicketBookingFareOnwardLine {
    width: 270px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #cdcdcd;
    float: left;
    clear: left;
}

#preTicketBookingFareOnwardLbl {
    width: 170px;
    height: auto;
    float: left;
}

#preTicketBookingFareOnwardAmt {
    width: 100px;
    height: auto;
    text-align: right;
    float: left;
}

#preTicketBookingFareReturnLine {
    width: 270px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #cdcdcd;
    float: left;
    clear: left;
}

#preTicketBookingFareReturnLbl {
    width: 170px;
    height: auto;
    float: left;
}

#preTicketBookingFareReturnAmt {
    width: 100px;
    height: auto;
    text-align: right;
    float: left;
}

#preTicketBookingFareTotalLine {
    width: 270px;
    height: auto;
    padding-top: 10px;
    border-top: 1px solid #cdcdcd;
    float: left;
    clear: left;
}

#preTicketBookingFareTotalLbl {
    width: 160px;
    height: auto;
    text-align: right;
    padding-right: 10px;
    float: left;
}

#preTicketBookingFareTotalAmt {
    width: 100px;
    height: auto;
    text-align: right;
    float: left;
}


/* Pre Ticket Booking Ends Here */


/* Pre Ticket Booking Starts Here */

#ticketConfirmContent {
    width: 960px;
    height: auto;
    margin: 0px auto;
    overflow: auto;
    clear: left;
}

#ticketConfirmLeft {
    width: 648px;
    height: auto;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
}

#ticketConfirmRight {
    width: 270px;
    padding: 20px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    background: #c8e965 url(../images/ticketBg.jpg) repeat-y;
    float: left;
}


/* Pre Ticket Booking Ends Here */


/* Ticket Confirmation Page Starts Here */

#ticketConfirmResultLine {
    width: 608px;
    height: auto;
    padding: 20px;
    float: left;
    clear: left;
}

#ticketConfirmResultYes {
    width: 130px;
    height: 130px;
    background: url(../images/particles.png) no-repeat -2px -502px;
    float: left;
}

#ticketConfirmResultNo {
    width: 130px;
    height: 130px;
    background: url(../images/particles.png) no-repeat -137px -502px;
    float: left;
}

#ticketConfirmResultMess {
    width: 458px;
    height: auto;
    padding-left: 20px;
    float: left;
}

#ticketConfirmResultEx {
    width: 458px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: 20px;
    text-transform: uppercase;
    float: left;
}

#ticketConfirmResultRes {
    width: 458px;
    height: auto;
    font-size: 32px;
    color: #1d3887;
    padding-bottom: 5px;
    text-transform: uppercase;
    float: left;
}

#ticketConfirmResultMessage {
    width: 458px;
    height: auto;
    text-transform: uppercase;
    float: left;
}

#ticketConfirmDet {
    width: 608px;
    height: auto;
    padding: 20px;
    background: url(../images/ticketconfirm-mes-det.png) repeat-x;
    float: left;
    clear: left;
}

#ticketConfirmDetLeft {
    width: 400px;
    height: auto;
    float: left;
}

#ticketConfirmDet1 {
    width: 400px;
    height: auto;
    float: left;
    clear: left;
}

.ticketConfirmDet2 {
    width: 400px;
    height: auto;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #adadad;
    float: left;
    clear: left;
}

#ticketConfirmCancel {
    width: 400px;
    height: auto;
    padding-top: 30px;
    float: left;
    clear: left;
}

#ticketConfirmCancel a {
    color: #0042ff;
}

#ticketConfirmCancel a:hover {
    text-decoration: underline;
}

#ticketConfirmDetRight {
    width: 125px;
    height: 100px;
    padding-left: 80px;
    float: left;
}

#ticketConfirmPrintTicket {
    width: 122px;
    height: 36px;
    float: left;
    clear: left;
}

#ticketConfirmPrintTicket a {
    width: 122px;
    height: 36px;
    text-indent: -10000px;
    background: url(../images/particles.png) no-repeat -690px -81px;
    float: left;
    clear: left;
}

#ticketConfirmPrintTicket a:hover {
    background-position: -690px -117px;
}

#ticketConfirmDownload {
    width: 122px;
    height: 36px;
    margin-top: 3px;
    float: left;
    clear: left;
}

#ticketConfirmDownload a {
    width: 122px;
    height: 36px;
    text-indent: -10000px;
    background: url(../images/particles.png) no-repeat -690px -161px;
    float: left;
    clear: left;
}

#ticketConfirmDownload a:hover {
    background-position: -690px -197px;
}

#tickerConfirmGreen {
    width: 528px;
    height: auto;
    padding: 20px 20px 20px 90px;
    float: left;
    clear: left;
}

#tickerConfirmGreenIcon {
    width: 74px;
    height: 76px;
    background: url(../images/particles.png) no-repeat -414px -408px;
    float: left;
}

#tickerConfirmGreenMes {
    width: 380px;
    height: auto;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 24px;
    float: left;
}

#ticketContHead1 {
    width: 270px;
    height: auto;
    color: #1d3887;
    padding-bottom: 5px;
    border-bottom: 1px solid #a6c744;
    font-size: 24px;
    float: left;
    clear: left;
}

#ticketContHead2 {
    width: 270px;
    height: auto;
    color: #1d3887;
    margin-top: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #a6c744;
    font-size: 24px;
    float: left;
    clear: left;
}

.ticketContDetWhole {
    width: 270px;
    height: auto;
    border-top: 1px solid #e4ff95;
    float: Left;
    clear: left;
}

.ticketContDetLine {
    width: 270px;
    height: auto;
    padding-top: 10px;
    float: Left;
    clear: left;
}

.ticketContDetLeft {
    width: 90px;
    height: auto;
    float: left;
}

.ticketContDetMiddle {
    width: 5px;
    height: 9px;
    margin-top: 3px;
    background: url(../images/particles.png) no-repeat -306px -517px;
    float: left;
}

.ticketContDetRight {
    width: 150px;
    height: auto;
    padding-left: 10px;
    float: left;
}

.ticketContDetSeatNo {
    width: 22px;
    height: 18px;
    margin-right: 3px;
    background: url(../images/particles.png) no-repeat -277px -511px;
    padding-top: 3px;
    padding-left: 5px;
    float: left;
}


/* Ticket Confirmation Page Ends Here */


/* Travel Search Result starts Here */

#searchRes {
    width: 100%;
    height: auto;
    padding: 10px;
    /*background:rgba(218, 66, 25, 0.16);*/
    float: left;
    clear: left;
    box-shadow: 0 0 2px 2px #cecece;
}

#searchResHeadLine {
    width: 940px;
    height: auto;
    float: left;
    clear: left;
    background: var(--primary-colors);
    border-radius: 3px;
    padding-top: 20px;
    font-weight: bold;
    font-size: 16px;
    color: white;
}


/* Search Res for Width Starts Here */

.searchResRouteOrTravels {
    width: 165px;
    color: #393939;
    margin-left: 5px;
    float: left;
}

.searchResDiscountYes {
    width: 45px;
    height: 30px;
    padding-left: 10px;
    padding-top: 5px;
    margin-left: 5px;
    background: url(../images/particles.png) no-repeat -831px -152px;
    float: left;
}

.searchResDiscountNo {
    width: 55px;
    height: 30px;
    margin-left: 5px;
    text-indent: -10000px;
    float: left;
}

.searchResBusType {
    width: 325px;
    margin-left: 5px;
    padding-left: 10px;
    float: left;
    font-size: 14px;
    font-weight: bold;
}

.searchResDepart {
    width: 90px;
    margin-left: 5px;
    padding-left: 10px;
    float: left;
}

.searchResArrival {
    width: 129px;
    margin-left: 5px;
    padding-left: 10px;
    float: left;
}

.searchResmKT {
    width: 73px;
    margin-left: 5px;
    padding-left: 10px;
    float: left;
}

.searchResFare {
    width: 88px;
    margin-left: 5px;
    padding-left: 10px;
    float: left;
}

.searchResSeats {
    width: 103px;
    margin-left: 5px;
    padding-left: 10px;
    float: left;
}

.searchResBooking {
    width: 80px;
    height: 29px;
    padding-left: 10px;
    float: left;
}

#bookNowBtn {
    width: 80px;
    height: auto;
    background: #1a9e00;
    padding: 7px 0px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    float: left;
}

.seatsoldout {
    background: #9E9A9A !important;
    font-size: 12px;
}

.hideSeatsBtn {
    width: 95px;
    height: auto;
    background: var(--primary-colors);
    padding: 7px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: none;
    color: #fff;
    float: left;
    text-decoration: none;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(8, 34, 0, 1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(8, 34, 0, 1);
    box-shadow: 1px 1px 3px 0px rgba(8, 34, 0, 1);
}

.searchingSeatsBtn {
    width: 100px;
    height: auto;
    background: var(--primary-colors);
    padding: 7px;
    text-align: center;
    border: none;
    color: #fff;
    float: left;
    text-decoration: none;
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(8, 34, 0, 1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(8, 34, 0, 1);
    box-shadow: 1px 1px 3px 0px rgba(8, 34, 0, 1);
}


/* Search Res for Width Ends Here */

.searchResHeadRouteOrTravels {
    width: 165px;
    color: #393939;
    font-size: 16px;
    padding-top: 15px;
    margin-left: 5px;
    float: left;
}

.searchResHeadDiscount {
    width: 55px;
    margin-left: 5px;
    text-indent: -10000px;
    float: left;
}

.searchResHeadBusType {
    width: 325px;
    height: 44px;
    padding-left: 10px;
    margin-left: 5px;
    /*background:url(../images/search-res-table-heads.png) no-repeat;
    text-indent:-10000px;*/
    float: left;
}

.searchResHeadBusType-Normal {
    background-position: 0px 0px;
}

.searchResHeadBusType-Up {
    background-position: 0px -44px;
}

.searchResHeadBusType-Down {
    background-position: 0px -88px;
}

.searchResHeadDepart {
    width: 90px;
    height: 44px;
    padding-left: 10px;
    margin-left: 5px;
    /*background:url(../images/search-res-table-heads.png) no-repeat;
    text-indent:-10000px;*/
    float: left;
}

.searchResHeadDepart-Normal {
    background-position: -249px 0px;
}

.searchResHeadDepart-Up {
    background-position: -249px -44px;
}

.searchResHeadDepart-Down {
    background-position: -249px -88px;
}

.searchResHeadArrival {
    width: 129px;
    height: 44px;
    padding-left: 10px;
    margin-left: 5px;
    /*background:url(../images/search-res-table-heads.png) no-repeat;
    text-indent:-10000px;*/
    float: left;
}

.searchResHeadArrival-Normal {
    background-position: -395px 0px;
}

.searchResHeadArrival-Up {
    background-position: -395px -44px;
}

.searchResHeadArrival-Down {
    background-position: -395px -88px;
}

.searchResHeadmKT {
    width: 130px;
    height: 44px;
    padding-left: 10px;
    margin-left: 5px;
    /*background:url(../images/search-res-table-heads.png) no-repeat -545px 0px;
    text-indent:-10000px;*/
    float: left;
}

.searchResHeadFare {
    width: 88px;
    height: 44px;
    padding-left: 10px;
    margin-left: 5px;
    /*background:url(../images/search-res-table-heads.png) no-repeat;
    text-indent:-10000px;*/
    float: left;
}

.searchResHeadFare-Normal {
    background-position: -638px 0px;
}

.searchResHeadFare-Up {
    background-position: -638px -44px;
}

.searchResHeadFare-Down {
    background-position: -638px -88px;
}

.searchResHeadSeats {
    width: 103px;
    height: 44px;
    padding-left: 10px;
    margin-left: 5px;
    /*background:url(../images/search-res-table-heads.png) no-repeat;
    text-indent:-10000px;*/
    float: left;
}

.searchResHeadSeats-Normal {
    background-position: -745px 0px;
}

.searchResHeadSeats-Up {
    background-position: -745px -44px;
}

.searchResHeadSeats-Down {
    background-position: -745px -88px;
}


/* Search Result Data Line Starts Here */

.searchResDataLine1 {
    width: 940px;
    height: auto;
    padding: 15px 0px;
    /*background:#fff url(../images/search-result-travel-plan-bg.png) repeat-x;*/
    float: left;
    clear: left;
    font-weight: bold;
}

.searchResDataLine2 {
    width: 940px;
    height: auto;
    padding: 15px 0px;
    background: #f3fbff;
    border-top: 1px solid #d2d2d2;
    float: left;
    clear: left;
}

.searchResmKTNo {
    width: 28px;
    height: 21px;
    margin-left: 20px;
    background: url(../images/particles.png) no-repeat -863px -113px;
    float: left;
}

.searchResmKTYes {
    width: 28px;
    height: 21px;
    margin-left: 20px;
    background: url(../images/particles.png) no-repeat -830px -113px;
    float: left;
}


/* Search Result Data Line Starts Here */


/* Travel Search Result Ends Here */


/* Search Result Starts Here */

#searchResToFrom {
    width: 960px;
    height: 78px;
    background: var(--primary-colors);
    float: left;
    clear: left;
    /*margin-top:50px;*/
}

#searchResOneWay {
    width: 32%;
    padding-top: 20px;
    padding-left: 20px;
    float: left;
    font-weight: bold;
}

#searchResRoundTrip {
    width: 285px;
    margin-left: 5px;
    padding-top: 20px;
    padding-left: 20px;
    float: left;
}

.searchRes-active-tab {
    height: 68px;
    margin-top: 2px;
    color: #fff;
    /*background:url(../images/particles.png) no-repeat -23px -241px;*/
}

.searchRes-inactive-tab {
    height: 45px;
    margin-top: 2px;
    background: url(../images/particles.png) no-repeat -333px -241px;
}

.searchRes-inactive-tab a {
    color: #111 !important;
}

#searchResAddTrip {
    width: 230px;
    height: 35px;
    padding-left: 110px;
    padding-top: 10px;
    float: left;
    .
}

#searchResAddTrip a {
    width: 230px;
    height: 35px;
    background: url(../images/particles.png) no-repeat -23px -332px;
    float: left;
    clear: left;
}

#searchResAddTrip a:hover {
    width: 230px;
    height: 35px;
    background: url(../images/particles.png) no-repeat -23px -367px;
    float: left;
    clear: left;
}

#searchResPlaces {
    width: 250px;
    height: auto;
    font-size: 20px;
    text-transform: uppercase;
    float: left;
    clear: left;
}

#searchResDayOptions {
    width: 250px;
    height: auto;
    float: left;
    clear: left;
}

#searchResDayOptions a {
    color: #fff;
    text-decoration: underline;
}

#searchRedFilterLine {
    width: 960px;
    height: auto;
    padding: 10px 0px;
    float: left;
    clear: left;
    background: rgba(193, 198, 206, 0.46);
}

#searchRedFilterLine .filter {
    margin-right: 5px;
    height: 35px;
}

#searchRedFilterLine .filter a {
    text-indent: -10000px;
    height: 35px;
}

#searchRedFilterLine .travelsActive,
#searchRedFilterLine .travelsInActive {
    width: 89px;
    float: left;
}

#searchRedFilterLine .travelsActive a {
    width: 89px;
    background: url(../images/particles.png) no-repeat -233px -712px;
    float: left;
    clear: left;
}

#searchRedFilterLine .travelsInActive a {
    width: 89px;
    background: url(../images/particles.png) no-repeat -233px -747px;
    float: left;
    clear: left;
}

#searchRedFilterLine .boardingPointsActive,
#searchRedFilterLine .boardingPointsInActive {
    width: 147px;
    float: left;
}

#searchRedFilterLine .boardingPointsActive a {
    width: 147px;
    float: left;
    background: url(../images/particles.png) no-repeat -351px -332px;
    clear: left;
}

#searchRedFilterLine .boardingPointsInActive a {
    width: 147px;
    float: left;
    background: url(../images/particles.png) no-repeat -351px -367px;
    clear: left;
}

#searchRedFilterLine .droppingPointsActive,
#searchRedFilterLine .droppingPointsInActive {
    width: 148px;
    float: left;
}

#searchRedFilterLine .droppingPointsActive a {
    width: 148px;
    background: url(../images/particles.png) no-repeat -501px -332px;
    float: left;
    clear: left;
}

#searchRedFilterLine .droppingPointsInActive a {
    width: 148px;
    background: url(../images/particles.png) no-repeat -501px -367px;
    float: left;
    clear: left;
}

#searchRedFilterLine .modifySearchActive,
#searchRedFilterLine .modifySearchInActive {
    width: 118px;
    margin-left: 70px;
    float: left;
}

.modifySearchActiveBtn {
    width: 118px;
    background: url(../images/particles.png) no-repeat -653px -332px;
    float: left;
    clear: left;
}

.modifySearchInActiveBtn {
    width: 118px;
    background: url(../images/particles.png) no-repeat -653px -367px;
    float: left;
    clear: left;
}

.searchProce1 {
    width: 430px;
    height: 18px;
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 10px;
    background: url(../images/particles.png) no-repeat -184px -154px;
    float: left;
}


/* Search Result Ends Here */


/* Pre- Ticket Payment Starts Here */

#tabwrap {
    width: 850px;
    float: left;
    clear: left;
}


/*#tabs { padding-left:10px; overflow: hidden;}*/

#tabs li {
    list-style: none;
    padding-right: 2px;
    float: left;
}

#tabs li a {
    float: left;
    display: block;
    padding: 6px 15px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #e6e6e6;
    color: #111;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 125px;
}

#tabs li.current a {
    background: #607D8B;
    padding: 7px 15px;
    color: #fff;
}

#content>div {
    clear: both;
    padding: 0px 20px 20px 20px;
    line-height: 19px;
    border: 1px solid #ddd;
    overflow: auto;
    display: none;
}

#content .current {
    display: block;
}

#content #home.first {
    display: block;
}

#content p {
    margin: 0 0 20px 0;
}

.namefl {
    width: 300px;
}

.netbankingSelect {
    width: 300px !important;
}

.payAcdet {
    vertical-align: middle;
    margin: 20px 0;
    overflow: hidden
}

.sct {
    float: left;
    margin: 4px 0 0;
    width: 129px
}

.amcardHolder,
.sbi,
.visaCard,
.visaMasterMaestro {
    background: url('../images/bank-simples.png') no-repeat scroll left center transparent;
}

.visaCard {
    background-position: -1px -29px;
    float: left;
    height: 23px;
    width: 83px;
    margin: 2px 50px 0 0
}

.amcardHolder {
    background-position: 0 -2px;
    float: left;
    height: 27px;
    width: 36px
}

.visaMasterMaestro {
    background-position: -3px -55px;
    float: left;
    height: 20px;
    width: 121px;
    margin: 2px 50px 0 0
}

.sbi {
    background-position: -42px -2px;
    float: left;
    margin-top: 2px;
    height: 27px;
    width: 22px
}

.paymentLabel {
    width: 145px;
    display: inline-block;
    float: left;
}

.payInput {
    margin-top: 10px;
    clear: both
}

.cntRow {
    padding-left: 145px;
    clear: both;
}

.continueBtn {
    width: 144px;
    height: 36px;
    border: none;
    background: url(../images/particles.png) no-repeat -536px -203px;
    text-indent: -10000px;
}

.continueBtn:hover {
    background-position: -536px -239px;
}

#amexAlert {
    margin: 20px 0 0 130px;
    text-align: center;
    width: 75%
}

.infoImg1 {
    background-position: -59px -1px;
    height: 31px;
    margin: 0 5px 0 15px;
    padding-left: 41px;
    display: inline-block
}

.wthis {
    text-decoration: underline
}

.ie7 .payAcdet input {
    margin-top: 0
}

.whatzthis {
    background: #FFF;
    height: 86px;
    border: 1px solid #333;
    left: 277px;
    overflow: hidden;
    padding: 15px;
    position: absolute;
    bottom: 24px;
    width: 240px;
    display: none
}

.whatzthis .lftImg {
    float: left;
    width: 69px;
    height: 86px;
    background-position: 0 -401px
}

.whatzthis .rgtImg {
    color: #7F7F7F;
    float: left;
    margin-top: 10px;
    margin-left: 15px;
    width: 150px
}

#rbimessage {
    padding: 5px;
    margin: 10px 5px 5px
}

.justpayExp {
    margin-left: 145px;
    margin-bottom: 5px
}

.inpRad {
    margin: 6px 5px 0 16px
}

.payAcdet .CVVclass {
    margin: 0 0 0 10px;
    width: 30px
}

.payAcdet .juspaycardsradio {
    margin: 5px 5px 0 0
}

.hide {
    display: none
}

.cntBt {
    margin-left: 0
}

#BtnContinueCC,
#BtnContinueCCJP {
    margin-top: 20px
}

.no {
    padding: 5px 20px 7px;
    font-size: 100%;
    margin-left: 30px
}

#tooltip {
    width: 200px;
    position: absolute;
    border: 1px solid #333;
    background: #f7f5d1;
    padding: 2px 5px;
    color: #333;
    display: none;
}


/* Pre- Ticket Payment Ends Here */


/* Travels Search Starts Here */

.travelsSearchBlock {
    width: 220px;
    height: auto;
    float: left;
}

.SwapButton {
    width: 30px;
    height: 29px;
    background: url(../images/swap_route.png) no-repeat;
    float: left;
    cursor: pointer;
    margin: 28px 0 0 0;
}

#travelsSearchBox .searchLabel {
    color: #111;
}

.travelsSearchBlock1 {
    /*width:250px;*/
    height: auto;
    float: left;
}

.travelsSearchBlock .searchInput {
    width: 180px;
    height: 25px;
    padding: 5px;
    border: 1px solid #2A7197;
}

#travelsSearchBox .buttonContainer {
    padding-left: 400px !important;
}

.searchLeft {
    width: 280px;
    height: auto;
    float: left;
}

.searchLeft {
    width: 240px;
    height: auto;
    float: left;
}

.searchInput {
    width: 210px;
    height: 25px;
    padding: 5px;
    border: 1px solid #2a7197;
}

.searchPlace {
    width: 220px;
    height: 35px;
    padding: 5px;
    border: 1px solid #2a7197;
}

.calendarInput {
    width: 225px;
    height: 40px;
    border: none;
    background-position: -483px -40px;
    cursor: pointer;
    padding: 6px;
}

#searchBtn {
    width: 180px;
    height: 48px;
    border: none;
    background-position: -15px -8px;
    cursor: pointer;
    text-indent: -10000px;
    padding: 5px;
}

#searchBtn:hover {
    background-position: -15px -8px;
}

#searchmdfy {
    width: 120px;
    height: 35px;
    border: none;
    background: none;
    color: #fff;
    font-size: 15px;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(8, 34, 0, 1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(8, 34, 0, 1);
    box-shadow: 1px 1px 3px 0px rgba(8, 34, 0, 1);
    background: rgb(9, 107, 134);
    cursor: pointer;
    padding: 5px;
}

.dateError {
    text-align: center;
    color: #F00;
    visibility: hidden;
    font-size: 12px;
}


/* Travels Subpage starts Here */

#travelsSearchFull100 {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #c4c4c4;
    float: left;
    clear: left;
}

#travelsSearchContent {
    width: 960px;
    height: auto;
    margin: 0px auto;
    overflow: auto;
    clear: left;
}

#travelsCompanyName {
    width: 960px;
    height: auto;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    background: url(../images/travelsNameBg.jpg) no-repeat bottom left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #92b32c;
    float: left;
    clear: left;
}

#travelsSearchBox {
    width: 100%;
    height: auto;
    padding: 20px;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgba(59, 179, 206, 0.6);
    float: left;
    clear: left;
}

#travelsDetFull100 {
    width: 100%;
    height: auto;
    margin-top: 20px;
    float: left;
    clear: left;
}

#travelsDetContent {
    width: 960px;
    height: auto;
    margin: 0 auto;
}

#travelsAbout {
    width: 918px;
    height: auto;
    padding: 20px;
    margin: 0px auto;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: auto;
    clear: left;
}

#travelsDetLeft {
    width: 625px;
    height: auto;
    float: left;
}

#travelsDetHead {
    width: 625px;
    height: auto;
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
    float: left;
    clear: left;
}

.travelsDetPara1 {
    width: 625px;
    height: auto;
    padding-bottom: 10px;
    line-height: 19px;
    float: left;
    clear: left;
}

#travelsDetRight {
    width: 250px;
    height: auto;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #c6c6c6;
    float: left;
}

.travelsRightStatLine {
    width: 220px;
    height: 25px;
    padding: 15px;
    background: url(../images/particles.png) no-repeat -350px -506px;
    float: left;
    clear: left;
}

.travelsRightStatPic {
    width: 20px;
    height: 25px;
    background: url(../images/particles.png) no-repeat -830px -75px;
    float: left;
}

.travelsRightStats {
    width: 190px;
    height: auto;
    font-size: 20px;
    padding-left: 10px;
    float: left;
}

.travelsRightStatStar {
    float: left;
}

.travelsRightStatsStar {
    padding-left: 10px;
    font-size: 16px;
    float: left;
}

.boardingAddress {
    padding: 5px;
    padding-left: 23px;
    border: 1px solid #d9d9d9;
    border-width: 1px 0;
    margin: 10px 0;
    width: 300px;
    line-height: 18px;
    background-color: #f7f7f7;
}


/* Travels Subpage Ends Here */


/*PassnegerInfo screen css starts here*/

/* .searchbus {
    
    height: 70px;
    padding: 25px;
    width: 854px;
    height: auto;
    margin: 0 auto;
} */

.f1Left {
    float: left;
}

.uppercase {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: #607D8B;
}

.passengerHeadline {
    margin-top: 14px;
    font-size: 14px;
    height: 25px;
    border-radius: 2px;
}

.seatno {
    padding: 5px;
    margin-left: 20px;
    font-weight: bold;
    color: #607D8B
}

.passinfo {
    height: auto !important;
    margin-top: 5px;
    min-height: 50px;
    min-height: 50px;
}

.passtxt {
    padding: 5px;
    width: 170px !important;
    border: 1px solid #607D8B;
    border-radius: 2px;
    height: 36px !important;
}

.offcode {
    padding: 5px 10px 10px 0px;
    width: 75%;
    height: 25px;
}

.preTBOfferDiv {
    width: 700px;
    height: 100px;
    overflow: hidden;
}

.offercheck {
    width: 100%;
    height: 15px;
    padding: 5px 5px 0px 0px;
    margin: 25px 0 0 0;
}

.center {
    text-align: center;
}

.pd5 {
    padding: 5px;
}

.mandatory {
    color: #EC0F0F;
}

.mgt10 {
    margin-top: 10px;
    box-shadow: 0 0 2px 2px #096b86;
}

.mgt20 {
    margin-top: 0px !important;
}

.cno {
    width: 42px !important;
    height: 12px;
    padding: 7px;
    border: 1px solid #607D8B;
    border-radius: 2px;
}

.clr {
    clear: both;
    /*background:rgba(218, 66, 25, 0.16);*/
}

.crdlel {
    width: 145px;
    padding: 5px;
    margin-left: 5px;
}

.border {
    border: 1px solid #607D8B;
    border-radius: 2px;
}

.wd118 {
    width: 122px !important;
}

.wd100 {
    width: 100px !important;
}

.w210 {
    width: 210px;
}

.w120 {
    width: 120px;
}

.mgl5 {
    margin-left: 5px !important;
}

.hgt30 {
    height: 30px;
}

.hg50 {
    height: 50px;
}

.selbox {
    color: #000;
    height: 32px;
    margin-left: 0px;
    padding: 5px;
}

.wd53 {
    width: 53px;
}

.wdh195 {
    width: 195px;
}

.wd247 {
    width: 247px !important;
}

.button {
    background: var(--primary-colors) none repeat scroll 0 0;
    border: medium none;
    box-shadow: 1px 1px 3px 0 rgba(8, 34, 0, 1);
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    height: 35px;
    margin: 5px;
    padding: 5px;
    width: 120px;
    font-weight: bold;
}

#bpointHolder {
    width: 85%;
    margin: 0 auto;
}

.noDisplay {
    display: none;
}


/*PassnegerInfo screen css ends here*/

.page_bg_404 {
    border: 1px solid #004B7F;
    border-radius: 6px;
    box-shadow: 0 0 10px #002845 inset;
    height: auto;
    margin: 25px auto 35px;
    padding: 40px;
    /*width: 873px;*/
    line-height: 26px;
}

.mgl200 {
    margin-left: 200px !important;
}

.mgl65 {
    margin-left: 65px;
}


/*contact us page design starts*/

.contact-us-info {
    background-color: #f2f2f2;
    border: solid 1px #d6d6d6;
    color: #002345
}

.contact-us {
    text-align: center;
    font-size: 28px;
    color: #607D8B;
}

.pd20 {
    padding: 20px;
}


/*contact us page design ends*/

.frmErr {
    border-color: red;
}

.red {
    color: red;
}

.mgb10 {
    margin-bottom: 10px;
}

.wd145 {
    width: 145px;
}

.pointer {
    cursor: pointer;
}

.txtCenter {
    text-align: center;
}

.fadeFrm {
    padding: 0px 20px;
}

.chkBox .rediobox {
    padding: 0px;
    margin: 2px 1px 2px 0px;
    width: 14px;
    height: 13px;
}

.fadeFrm label {
    margin-right: 8px;
}

.fadeFrm dl {
    clear: both;
    margin: 0px;
    padding: 8px 0px 10px 0px;
    height: 25px;
}

.fadeFrm dt {
    float: left;
    text-align: left;
    font-size: 12px;
    line-height: 23px;
    font-weight: bold;
}

.Agent dd {
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 15px;
    text-align: left;
    line-height: 23px;
    width: 220px;
}

.Agent dt {
    margin-left: 10px;
    width: 108px;
}

.Agent dl {
    margin-left: 100px;
}

.fadeFrm div span {
    width: 150px;
}


/*fade frmstyle end*/


/*Ticket confirm page css starts*/

.fontsize25 {
    font-size: 25px;
}

.ticketconfirm dt,
.ticketconfirm dl {
    font-size: 20px;
    width: 550px;
    height: 50px;
}


/*Ticket confirm page css ends*/


/*My ticket page css*/

.divBorder {
    border: 1px solid #ceed75;
    border-radius: 6px;
    box-shadow: 0 0 10px #ceed75 inset;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.divErrorBorder {
    border: 1px solid #F90909;
    border-radius: 6px;
    box-shadow: 0 0 10px #ED7575 inset;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.PassegerpanelRight {
    float: right;
    height: auto;
    margin-top: 10px;
    width: 335px;
}

.onwardjourneyDet {
    box-shadow: 0 0 2px 2px #096b86;
    float: left;
    height: auto;
    padding: 20px;
    #width: 220px;
    margin-bottom: 10px;
}

.CustCare {
    margin-left: 10px;
    color: #6F7D80;
    font-size: 16px;
}

.CustCare p {
    margin-left: 15px;
}

.CustCareNO {
    margin-right: 45px;
    float: right;
}


/*Wallet related design changes started*/

.wallet_container {
    width: 670px;
    height: 420px;
    padding: 15px;
}

.wallet_top {
    width: 250px;
    height: 250px;
    background: url(../images/wallet.png) no-repeat;
    position: absolute;
    float: left;
}

.LoginWalletBtn {
    margin: auto;
    background-color: #2A7197 !important;
    margin-top: 15px;
    width: 240px;
    min-height: 36px;
    border: 0;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
}

.WltLogin {
    clear: both;
    width: 345px;
    height: 250px;
    float: right;
    border: 1px dashed #ccc;
    border-radius: 4px;
}

.LoginDiv {
    margin-top: 10px;
    line-height: 15px;
    text-align: center;
    min-height: 35px;
}

.LoginInput {
    padding: 5px;
    border: 1px solid #7099BC;
    background: #fff;
    border-radius: 2px;
    color: #062b4a;
    font-size: 13px;
    height: 22px;
    margin: 5px;
    width: 225px;
}

.LoginInput:hover {
    border: 1px solid #666;
}


/*Wallet related design changes end*/

header.carousel {
    height: 70%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}


/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}


/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Responsive Styles */

@media(max-width:991px) {

    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

.custom-bullet li {
    display: block;
}

.custom-bullet li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 10px;
    float: left;
    color: #CCCCCC;
    margin-right: 10px;
}

@media (max-width: 800px) {
    #Bus_slider {
        display: none !important;
    }
}

@media (max-width: 800px) {
    #Bootstrap_footer {
        display: none !important;
    }
}


/*Calender Theme Changed Here*/

.ui-widget-header {
    background: #ff333e !important;
    color: rgb(255, 255, 255) !important;
}


.ui-widget-header .ui-state-focus {
    background: #ffffff !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #ff333e !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background-color: #222946b7;
    color: white;
    border: 1px solid #222946;
}

/*Calender Theme style changes ENd*/

.imageslide {
    width: 100%;
    height: 450px;
    margin: 0 auto;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.slider-content {
    position: absolute;
    width: 100%;
    height: 400px;
}

.animate-enter,
.animate-leave {
    -webkit-transition: 1000ms cubic-bezier(.165, .84, .84, 1) all;
    -moz-transition: 1000ms cubic-bezier(.165, .84, .84, 1) all;
    -ms-transition: 1000ms cubic-bezier(.165, .84, .84, 1) all;
    -o-transition: 1000ms cubic-bezier(.165, .84, .84, 1) all;
    transition: 1000ms cubic-bezier(.165, .84, .84, 1) all;
}

.animate-enter {
    left: 100%;
}

.animate-enter.animate-enter-active {
    left: 0;
}

.animate-leave {
    left: 0;
}

.animate-leave.animate-leave-active {
    margin-left: -100%;
}

.fromTo {
    padding-top: 10px;
    padding-right: 2px !important;
    padding-left: 0px !important;
}

@media (max-width:1000px) {
    .hideimage {
        display: none !important;
    }
}

@media (max-width: 1000px) {
    .imagesize {
        margin-top: 90px !important;
    }
}

@media (max-width: 1000px) {
    .imageTop {
        margin-top: 56px !important;
    }
}

@media (max-width: 1000px) {
    .searchTop {
        margin-top: 200px !important;
    }
}

@media (max-width: 1000px) {
    .passengerTop {
        margin-top: 230px !important;
    }
}

.boardingpointselectSSS {
    width: 96%;
    height: 25px;
}


/* Side-Bar Widget Navigation. Note: if you added new element in sidebar need to add top for that element */

#Sidenav {
    position: relative;
    z-index: 300000;
}

#Sidenav a {
    position: fixed;
    right: -155px;
    background-color: var(--primary-colors);
    transition: 0.3s;
    padding: 10px;
    width: 200px;
    border: 1px solid white;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 5px 0 0 5px;
}

#Sidenav a:hover {
    right: 0px;
    width: 180px;
    background-color: #333;
}

#nav1 {
    top: 40%;
}

#nav2 {
    top: 47.5%;
}

#nav3 {
    top: 55%;
}

#nav4 {
    top: 32.5%;
}

#nav5 {
    top: 24.9%;
}

#newi {
    padding-right: 15px;
    position: relative;
    display: table-cell;
    width: 45px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
}

#nav-text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}


/*
#nav-text:hover {
    color:#86007a;
} */


/*Footer style */

#footer {
    background: rgba(59, 179, 206, 0.72) url(../images/skb_footer_bg.png) repeat-x top -90px center;
    float: left;
    width: 100%;
}

#footer p {
    color: rgb(17, 17, 48);
    font-size: 14px;
}

#footer p a {
    color: rgb(17, 17, 48);
}

#footer p a:hover,
#footer p a:active,
#footer p a:focus {
    color: rgb(17, 17, 48) !important;
}

#footer .fh5co-footer-link {
    padding-bottom: 30px;
}

#footer .fh5co-footer-link h3 {
    color: #000000;
    font-weight: bolder;
    font-size: 18px;
    margin-bottom: 25px;
}

#footer .fh5co-footer-link li,
#footer .fh5co-footer-link ul {
    padding: 0;
    margin: 0;
}

#footer .fh5co-footer-link li {
    list-style: none;
    margin-bottom: 15px;
    line-height: 1.3;
}

#footer .fh5co-footer-link li a {
    font-size: 15px;
    color: rgb(17, 17, 48);
}

#footer .fh5co-footer-link li a:hover,
#footer .fh5co-footer-link li a:active,
#footer .fh5co-footer-link li a:focus {
    color: #096b86 !important;
}

.row-bottom-padded-md {
    border-bottom: 1px solid #096b86;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-md {
        padding-bottom: 2em;
    }
}

.fh5co-social-icons i {
    font-size: 30px;
}

.fh5co-social-icons a {
    padding: 5px;
}


/*Feature Box */

#fh5co-our-services {
    padding: 2em 0;
}

@media screen and (max-width: 480px) {
    #fh5co-our-services {
        padding: 5em 0;
    }
}

#fh5co-our-services,
#fh5co-press {
    background: #f4f4f4;
}

#fh5co-our-services .box {
    padding: 30px;
    background: #fff;
    text-align: center;
    color: #7f7f7f;
    margin-bottom: 70px;
    position: relative;
}

@media screen and (max-width: 992px) {
    #fh5co-our-services .box {
        min-height: inherit;
        margin-bottom: 60px;
    }
}

#fh5co-our-services .box .icon {
    width: 85px;
    height: 85px;
    margin: 0 auto;
    top: 0;
    margin-top: -70px;
    margin-bottom: 30px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: table;
    text-align: center;
}

#fh5co-our-services .box .icon>span {
    display: table-cell;
    vertical-align: middle;
}

#fh5co-our-services .box .icon>span i {
    font-size: 40px;
    color: #fff !important;
    margin: 0;
    padding: 0;
}

#fh5co-our-services .box .icon.colored-1 {
    background: #1655c7;
}

#fh5co-our-services .box .icon.colored-2 {
    background: #1655c7;
}

#fh5co-our-services .box .icon.colored-3 {
    background: #1655c7;
}

#fh5co-our-services .box .icon.colored-4 {
    background: #1655c7;
}

#fh5co-our-services .box .icon.colored-5 {
    background: #1655c7;
}

#fh5co-our-services .box .icon.colored-6 {
    background: #1655c7;
}

#fh5co-our-services .box .step-number {
    font-size: 16px;
    display: block;
    color: #d1d1d1;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

#fh5co-our-services .box h3 {
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 400;
    font-size: 20px;
    color: #444;
}

.row-bottom-padded-sm {
    padding-bottom: 2em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
        padding-bottom: 2em;
    }
}

.section-heading {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    clear: both;
}

.section-heading h2 {
    font-size: 35px;
    font-weight: bold;
    color: #444;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-bottom: 20px;
    line-height: 1.5;
}

.section-heading h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 2px;
    background: #6173f4;
    left: 50%;
    margin-left: -40px;
    bottom: 0;
}

@media screen and (max-width: 768px) {
    .section-heading h2 {
        font-size: 30px;
    }
}

.section-heading h3 {
    font-weight: 300;
    line-height: 1.5;
    color: #929292;
}

@media screen and (max-width: 768px) {
    .section-heading h3 {
        font-size: 24px !important;
        line-height: 34px;
    }
}

.section-heading h2 {
    color: #053386;
}

.section-heading h2:after {
    background: rgba(255, 255, 255, 0.2);
}

.section-heading .subtext h3 {
    color: rgba(255, 255, 255, 0.5);
}

.check {
    min-height: 0px !important;
}


/* comments */

#fh5co-testimonials {
    padding: 3em 0;
}

@media screen and (max-width: 480px) {
    #fh5co-testimonials {
        padding: 5em 0;
    }
}

#fh5co-testimonials {
    background: #096b86;
}

#fh5co-testimonials .section-heading h2 {
    color: white;
}

#fh5co-testimonials .section-heading h2:after {
    background: rgba(255, 255, 255, 0.2);
}

#fh5co-testimonials .section-heading .subtext h3 {
    color: rgba(255, 255, 255, 0.5);
}

#fh5co-testimonials .box-testimony {
    margin-bottom: 2em;
    float: left;
}

#fh5co-testimonials .box-testimony a {
    color: rgba(255, 255, 255, 0.5);
}

#fh5co-testimonials .box-testimony a:hover,
#fh5co-testimonials .box-testimony a:focus,
#fh5co-testimonials .box-testimony a:active {
    color: white;
    text-decoration: none;
}

#fh5co-testimonials .box-testimony blockquote {
    padding-left: 0;
    border-left: none;
    padding: 40px;
    background: #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

#fh5co-testimonials .box-testimony blockquote:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 40px;
    border-top: 15px solid black;
    border-top-color: #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

#fh5co-testimonials .box-testimony blockquote .quote {
    position: absolute;
    top: 0;
    left: 10px;
    text-align: center;
    font-size: 30px;
    line-height: 0;
    display: table;
    color: #fff;
    width: 56px;
    height: 56px;
    margin-top: -30px;
    background: #053387;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#fh5co-testimonials .box-testimony blockquote .quote>span {
    display: table-cell;
    vertical-align: middle;
}

#fh5co-testimonials .box-testimony blockquote p {
    font-style: italic;
}

#fh5co-testimonials .box-testimony .author {
    line-height: 20px;
    color: white;
    font-size: 20px;
    margin-left: 20px;
}

#fh5co-testimonials .box-testimony .author .subtext {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
}


/* tabs */

#gtco-services {
    padding: 2em 0;
    clear: both;
}

@media screen and (max-width: 768px) {
    #gtco-services {
        padding: 3em 0;
    }
}

.gtco-container {
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.gtco-cover>.gtco-container {
    position: relative;
    z-index: 10;
}

.gtco-heading {
    margin-bottom: 5em;
}

.gtco-heading.gtco-heading-sm {
    margin-bottom: 2em;
}

.gtco-heading h2 {
    font-size: 36px;
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: bold;
    color: #000;
}

.gtco-heading p {
    font-size: 18px;
    line-height: 1.5;
    color: #828282;
}

.gtco-tabs .gtco-tab-nav {
    margin: 0px !important;
    clear: both;
    padding: 3px;
    float: left;
    width: 100%;
    background: #f2f2f2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.gtco-tabs .gtco-tab-nav li {
    float: left;
    margin: 0;
    padding: 0;
    width: 25%;
    text-align: center;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.gtco-tabs .gtco-tab-nav li .icon {
    font-size: 30px;
}

.gtco-tabs .gtco-tab-nav li a {
    padding: 20px;
    width: 100%;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #1655c7;
}

.gtco-tabs .gtco-tab-nav li a:hover {
    color: #4d4d4d;
}

.gtco-tabs .gtco-tab-nav li.active a {
    background: #1655c7;
    color: #fff;
}

.gtco-tabs .gtco-tab-content-wrap {
    clear: both;
    position: relative;
    top: 10px;
}

.gtco-tabs .gtco-tab-content-wrap .tab-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.gtco-tabs .gtco-tab-content-wrap .tab-content.active {
    opacity: 1;
    visibility: visible;
}

.gtco-tabs .icon-xlg {
    font-size: 400px;
    margin-bottom: 30px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .gtco-tabs .icon-xlg {
        font-size: 300px;
    }
}

@media screen and (max-width: 480px) {
    .gtco-tabs .icon-xlg {
        font-size: 200px;
    }
}

.gtco-tabs .icon-xlg i {
    color: #F85A16;
}

.tab-content {
    display: block;
    background: white !important;
    padding-left: 0px;
}

.tab-text {
    font-size: 18px;
}

.route-text {
    color: white;
    font-size: 18px;
    list-style: none;
}

.gtco-tab-content {
    background: #1655c7 !important;
    padding: 20px;
    border-radius: 15px;
}


/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}


/* Modal Content (image) */

.modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 700px;
}


/* Add Animation */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0.1)
    }

    to {
        transform: scale(1)
    }
}


/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}


/*BacktoTop*/

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #ac2c5d;
    color: white;
    font-size: 25px;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
}

.hova a:hover {
    color: black !important;
}

.mt {
    margin-top: 150px !important;
}

.imgbg {
    background: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
}

.box-testimony blockquote {
    margin-top: 40px;
}

.owl-item.active.center {
    transform: scale(1.4);
    transition: all .2s ease-in-out;
}

.col-md-10 {
    padding: 12px 100px;
    color: white;
}

.fh5co-nav {
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 1001;
    background: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-bottom: 1px solid #096b86;
    box-shadow: 0px 0px 3px #096b86;
}

@media screen and (max-width: 768px) {
    .fh5co-nav {
        padding: 25px 0;
    }
}

.fh5co-nav #fh5co-logo {
    font-size: 24px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .fh5co-nav #fh5co-logo {
        margin-bottom: 0;
    }
}

.fh5co-nav #fh5co-logo a>span {
    color: #F73859;
}

.fh5co-nav a {
    padding: 5px 10px;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .fh5co-nav .menu-1 {
        display: none;
    }
}

.fh5co-nav ul {
    padding: 0;
    padding: 30px 0px;
    margin-bottom: 0px !important;
}

.fh5co-nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
}

.fh5co-nav ul li a {
    font-size: 16px;
    color: black;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.fh5co-nav ul li a:hover,
.fh5co-nav ul li a:focus,
.fh5co-nav ul li a:active {
    color: rgba(9, 107, 134, 0.54);
}

.fh5co-nav ul li.has-dropdown {
    position: relative;
}

.fh5co-nav ul li.has-dropdown .dropdown {
    width: 180px;
    -webkit-box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
    z-index: 1002;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 0;
    text-align: left;
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.fh5co-nav ul li.has-dropdown .dropdown:before {
    bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}

.fh5co-nav ul li.has-dropdown .dropdown li {
    display: block;
    margin-bottom: 7px;
}

.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
    margin-bottom: 0;
}

.fh5co-nav ul li.has-dropdown .dropdown li a {
    padding: 2px 0;
    display: block;
    color: #999999;
    line-height: 1.2;
    text-transform: none;
    font-size: 15px;
}

.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
    color: #000;
}

.fh5co-nav ul li.has-dropdown:hover a,
.fh5co-nav ul li.has-dropdown:focus a {
    color: #fff;
}

.fh5co-nav ul li.btn-cta a {
    color: #F73859;
}

.fh5co-nav ul li.btn-cta a span {
    background: #f35f55;
    color: #fff;
    padding: 4px 20px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.fh5co-nav ul li.btn-cta a:hover span {
    background: #f14034 !important;
    -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

.fh5co-nav ul li.active>a {
    color: #096b86;
    position: relative;
}

.scrolled .fh5co-nav {
    background: #00000073;
    padding: 10px 0;
    -webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
}

.scrolled .fh5co-nav a {
    color: white;
}

.scrolled .fh5co-nav ul li a:hover,
.scrolled .fh5co-nav ul li a:focus,
.scrolled .fh5co-nav ul li a:active {
    color: #F73859 !important;
}

.scrolled .fh5co-nav ul li.active a {
    color: #F73859;
}

.scrolled .fh5co-nav ul li.has-dropdown:hover>a,
.scrolled .fh5co-nav ul li.has-dropdown:focus>a {
    color: #F73859;
}

.menuhead {
    font-weight: bold;
    color: white !important;
    border-right: 1px solid white;
    padding: 11px !important;
}

.menuhead:hover {
    border-right: 1px solid rgb(128, 128, 128);
    text-decoration: none;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.locicon {
    background-image: url(../images/icon_loca.png) !important;
    background-repeat: no-repeat !important;
    padding: 3px 0px 5px 30px !important;
    background-position: 2px !important;
}

.dateicon {
    background-image: url(../images/icon_date.png) !important;
    background-repeat: no-repeat !important;
    padding: 10px 0px 5px 45px !important;
    background-position: 10px !important;
}

@media (max-width: 770px) {
    .imagesize {
        width: 140px;
        position: absolute;
        top: 0px;
        left: 35px;
        border-radius: 5px;
    }
}

.blinking {
    animation: blinkingText 1.5s infinite;
}

@keyframes blinkingText {
    0% {
        color: #096b86;
    }

    100% {
        color: white;
    }
}


/* feedback starts here */

.action-button-submit {
    background: var(--primary-colors);
    border-radius: 3px;
    border: 0 none;
    color: #fff;
    padding: 4px 20px;
    height: 35px;
    width: 110px;
}

.action-button-reset {
    background: red;
    border-radius: 3px;
    border: 0 none;
    color: #fff;
    padding: 4px 20px;
    height: 35px;
    width: 110px;
}

.action-button-submit:hover {
    background-color: #226dbf;
}

#error {
    color: #FF0000;
}

td#tabledata {
    height: 45;
}

td#status {
    height: 35;
}

.new-design-inner {
    width: 70%;
    padding: 8% 5% 0% 4%;
    min-height: 300px;
    background: #fff;
    margin: 85px auto 4em;
    box-shadow: 1px 1px 10px 3px rgba(53, 53, 53, 0.61);
    position: relative;
    display: block;
    box-sizing: content-box;
    padding-top: 7%;
    display: flex;
}

#canvas {
    background-color: white;
    clear: both;
    margin: 0 auto 0;
    min-height: 750px;
    text-align: left;
    width: 960px;
}

#formbody {
    background: #fff !important;
    margin: 0;
    color: #333;
    line-height: 1.42857143;
}

.new-design-inner:before {
    background-color: var(--primary-colors) !important;
    color: #fff;
    width: 114px;
    height: 114px;
    border-radius: 0;
    float: none;
    text-align: center;
    font-size: 5.5em;
    line-height: 1.6em;
    content: "";
    display: inline-block;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    top: -57px;
    border-radius: 15px;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.feed_back_tic:after {
    background-position: left -61.4em top;
    width: 75px;
    height: 85px;
    top: -34px;
}

.new-design-inner:after {
    content: "";
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    top: -37px;
    background-image: url(../images/feedbacklogo.png);
    background-repeat: no-repeat;
}

#box_header {
    border: 0;
    background-color: var(--primary-colors) !important;
    text-align: center;
    padding: 0;
    line-height: 50px;
    color: #fff;
    font-size: 25px;
    color: #fff;
}

.error {
    color: red;
}

.Input {
    height: 25px;
    width: 177px;
    font-size: 12pt;
}

#empty-space {
    padding-top: 20px;
}

#submit-status {
    color: #a94442;
    border-color: #ebccd1;
    padding: 15px;
    border-radius: 4px;
}

.headerBodyF {
    min-height: 950px !important;
}

.feed_back_ticR:after {
    background-position: left -63.3em top;
    width: 75px;
    height: 85px;
    top: -34px;
}


/*feedback ends here*/

.top-header {
    padding: 0;
    position: relative;
    width: 100%;
    height: 35px;
    background: #010063;
    background-size: 100%;
    padding-top: 5px;
}

.top-header-right {
    z-index: 2;
    padding-top: 0em;
}

.header-left {
    padding-top: 0em;
}

address {
    display: -webkit-inline-box;
    margin-bottom: 0px;
}

address img {
    padding-right: 0.5em;
    width: 30px;
}

address b {
    color: #fff200;
}

address,
address p {
    font-size: 16px;
    color: #fff;
}

.header-right {
    vertical-align: middle;
    padding-top: 0em;
}

.header-right ul li {
    padding-left: 1em;
}

.header-right ul li {
    list-style-type: none;
    display: inline-block;
    color: #fff;
    padding-top: 0em;
    font-size: 16px;
}

.header-right ul li a {
    color: #fff;
}

.header-right ul li img {
    color: #fff;
    padding-left: 0.1em;
}

.middle-header {
    background: #fff;
    padding: 0.5em 0em;
}

.logo {
    z-index: 50;
    padding-left: 0em;
    top: 0em;
}

.middle-header address p {
    color: #000;
    font-size: 18px;
}

.middle-header .call-us,
.middle-header .enquiry-us,
.middle-header .social-icons {
    padding-top: 1.2em;
}

.social-icons ul li {
    list-style-type: none;
    display: inline-block;
}

.bottom-header {
    padding: 0;
    width: 100%;
    bottom: 0;
    position: relative;
    height: 70px;
    background-size: 100%;
    z-index: 2;
    top: 0em;
    background: #010063;
}

.nav-list {
    padding-top: 0;
    top: 0px;
    left: 0em;
    height: 70px;
}

.menu ul li {
    list-style-type: none;
    display: inline-block;
    padding-bottom: 0px;
    padding: 18px 0px;
}

.menu ul li a {
    font-weight: bold;
    font-size: 25px;
    padding: 15px 25px;
    color: #fff;
    text-decoration: none;
}

.book-div {
    z-index: 99;
    position: absolute;
    bottom: 45em;
    right: 5%;
}


.book-inner {
    border-radius: 0;
    margin: 0 auto;
    opacity: 1;
    overflow: hidden;
    padding: 0px 0 20px;
    position: relative;
    z-index: 899;
    height: 420px;
    width: 440px;
}

.book-inner h3 {
    font-size: 20px;
    margin: 0;
    color: black;
    font-weight: bolder;
}

.book-inner form select {
    padding: 2px 10px;
    width: 56%;
    border: none;
    border-bottom: 2px solid #000;
    background: transparent;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin: 2px 0em;
    outline: none;
}

.book-inner form .calendar {
    padding: 2px 10px;
    width: 56%;
    border: none;
    background: transparent;
    border: none;
    border-bottom: 2px solid #000;
    font-size: 16px;
    font-weight: bold;
    margin: 8px 0em;
    outline: none;
}

.swap-image {
    position: absolute;
    right: 124px;
    top: -12px;
    z-index: 99;
}

.hoverbtn {
    padding: 9px 8px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: var(--primary-colors);
    border: none;
    border-radius: 7px;
}

.content-area {
    background: url(../images/spm_aboutbg.png) no-repeat center;
    background-size: 100%;
    position: relative;
}

.about-image {
    padding-top: 2em;
}

.about-content h1 {
    color: #000;
    font-size: 35px;
    text-align: left;
    line-height: 1.3;
    margin-top: 1em;
    padding-left: 5px;
    margin-bottom: 0px;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-style: normal;
}

.about-content h2 {
    color: #010063;
    font-size: 44px;
    font-weight: bold;
    text-align: left;
    line-height: 1.3;
    margin-top: 0px;
    padding-left: 5px;
    margin-bottom: 0px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.about-content p {
    font-size: 20px;
    color: #000;
    text-align: justify;
    line-height: 1.5;
    padding-top: 0em;
}

.service-head {
    top: 14em;
}

.services h2 {
    color: #010063;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 0px;
    padding-left: 5px;
    margin-bottom: 10px;
    letter-spacing: 0px;
    text-transform: uppercase;
    position: relative;
    top: -3.5em;
    text-align: center;
}

.service-content h2 span {
    font-size: 40px !important;
}

.service1 {
    top: 15.8em;
    position: relative;
}

.service1 h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: #020164;
    position: absolute;
    padding-top: 2em;
    left: 2em;
}

.service1 p {
    font-size: 13px;
    color: #020164;
    text-align: left;
    position: absolute;
    bottom: 6em;
    width: 60%;
    left: 3.5em;
    font-weight: bold;
}

.service2 {
    position: relative;
    left: -11.1em;
    top: -2.3em;
}

.service2 h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: #020164;
    position: absolute;
    top: -3em;
    left: 2em;
}

.service2 p {
    font-size: 13px;
    color: #020164;
    text-align: left;
    position: absolute;
    bottom: 18em;
    width: 60%;
    left: 3em;
    font-weight: bold;
}

.service3 {
    top: -2.5em;
    position: relative;
    left: -2.2em;
}

.service3 h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: #020164;
    position: absolute;
    top: -3em;
    right: -3em;
    text-align: right;
}

.service3 p {
    font-size: 13px;
    color: #020164;
    text-align: left;
    position: absolute;
    bottom: 17em;
    width: 60%;
    right: -9em;
    font-weight: bold;
}

.service4 {
    top: 15.8em;
    position: relative;
    right: 15.7em;
}

.service4 h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: #020164;
    position: absolute;
    top: 2em;
    right: -5em;
    text-align: right;
}

.service4 p {
    font-size: 13px;
    color: #020164;
    text-align: left;
    position: absolute;
    bottom: 6em;
    width: 60%;
    right: -11em;
    font-weight: bold;
}

.amenties h2 {
    color: #010063;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 0px;
    padding-left: 5px;
    margin-bottom: 10px;
    letter-spacing: 0px;
    text-transform: uppercase;
    position: relative;
    top: -3.5em;
    text-align: center;
}

.amenties-content {
    width: 100%;
    background: f6f6f6;
    background-size: 100%;
    height: auto;
    position: relative;
    padding-top: 0em;
    padding-bottom: 0em;
}

.list-amenities1 {
    left: 17em;
    position: relative;
    top: 0em;
    width: 86%;
}

.list-amenities2 {
    left: 0em;
    position: relative;
    top: -9em;
}

.ame3 {
    position: relative;
    left: 5em;
}

.ame4 {
    position: relative;
    right: 4em;
}

.thclr {
    color: #c02e59;
}

.topdesti h2 {
    color: #010063;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 0px;
    padding-left: 5px;
    margin-bottom: 10px;
    letter-spacing: 0px;
    text-transform: uppercase;
    position: relative;
    top: -3.5em;
    text-align: center;
}

.sec_titl {
    padding: 8px 35px;
    margin-top: 1px !important;
    border: 1px solid #dadada;
    font-size: 22px;
    text-align: center;
    background: #6c6bff;
}

.fadesign {
    background: #023956;
    border-radius: 50%;
    font-size: 17px;
    padding: 7px;
    margin: 7px;
    color: white;
}

.carousel-indicators .active {
    background-color: #6c6bff;
}

.carousel-indicators li {
    border: 1px solid #6c6bff;
}

.bottom-footer {
    background: url(../images/spm_footerbg.png) no-repeat bottom center;
    background-size: 100%;
    height: auto;
    padding-top: 0em;
}

.top-footer {
    padding-top: 1em;
}

.cards {
    background: #fff;
    box-shadow: 1px -2px 20px 0px #f6f6f6;
    padding: 3em 0em;
}

.top-footer h3 {
    color: #000;
    font-weight: bold;
    font-size: 45px;
}

.top-footer h6 {
    font-size: 45px;
    font-weight: bold;
    color: #010063;
}

.footer {
    background: #010063;
    padding-top: 0em;
    padding-bottom: 0em;
}

.useful-links {
    padding-left: 0px;
}

.useful-links {
    padding-top: 1em;
}

.useful-links h3 {
    color: #202020;
}

.useful-links li {
    display: inline-block;
    list-style-type: none;
    border-right: 2px solid #fff;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 20px;
}

.useful-links li a {
    color: #fff;
}

p.white {
    color: #fff;
    font-size: 16px;
}

.foot-txt {
    font-size: 14px !important;
}

.foot-txt a {
    color: #fff;
}

.ui-widget-header {
    background: #ff333e !important;
    color: #222 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #ff333e !important;
    color: #363636;
}

.Operatorlogo {
    height: 90px;
}

@media screen and (min-width: 768px) {
    .Operatorlogo {
        width: 90px;
        margin-left: 30px;
    }
}

@media screen and (max-width: 768px) {
    .Operatorlogo {
        width: 100%;
    }
}


/* MatExpress -g- design */

/* ---------------------sidebar------------------------------------ */

#sidenavebar h3 {
    color: #fff;
    font-size: 13px;
    margin: 10px 0;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
}

#sidenavebar {
    background: #f9f9f9;
    width: 190px;
    position: fixed;
    top: 140px;
    z-index: 999;
    right: -190px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 0 15px;
}

#sidenavebar ul {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}


/* #sidenavebar div {
   padding: 6px 18px;
} */

#sidenavebar h2 {
    background: #ECC510;
    color: #fff;
    font-size: 15px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    margin-top: 0;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0px;
}

#sidenavebar h2 a {
    background-color: #ECC510;
    display: block;
    height: 50px;
    position: absolute;
    left: -50px;
    top: 0;
    width: 50px;
    border-radius: 25px 0px 0px 25px;
    font-size: 22px;
    color: #fff;
    text-align: center;
}

#sidenavebar h2 a i {
    position: relative;
    top: 0px;
}

.colors {
    list-style: none;
    margin: 0 0px 10px 0;
    overflow: hidden;
}

.colors li {
    margin: 6px 3px 0 3px;
}

.colors li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 5px 10px;
    color: #1b1d21;
}

.colors li a:hover {
    background-color: var(--primary-colors);
    color: white;
}

div.layout-style {
    padding: 0 !important;
}

.layout-style select {
    width: 164px;
    padding: 7px;
    color: #aaa;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    margin: 2px 0 25px 0px;
    background-color: #505050;
    border: 0;
    min-height: auto;
}

@media only screen and (max-width: 767px) {
    #sidenavebar {
        display: none;
    }
}

header,
nav,
section,
article,
aside,
footer {
    display: block
}

body.vetri {
    font-size: 15px;
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-size: 14px;
    font-family: var(--text-font) !important;
    overflow-x: hidden;
    font-weight: 400;
    color: #777;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: playfair display, serif;
    text-transform: capitalize;
    margin: 0 0 1rem;
    color: #121212;
    line-height: 1.4
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #121212;
    transition: all ease-in-out .5s;
    cursor: pointer;
    text-decoration: none
}

h1 a:hover,
h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus {
    color: var(--red-color);
    transition: all ease-in-out .5s;
    outline: none;
    text-decoration: none !important
}

h1 {
    font-size: 58px
}

h2 {
    font-size: 46px
}

h3 {
    font-size: 26px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

@media(max-width:991px) {
    h1 {
        font-size: 48px
    }

    h2 {
        font-size: 36px
    }
}

@media(max-width:735px) {
    h1 {
        font-size: 38px
    }

    h2 {
        font-size: 28px
    }

    h3 {
        font-size: 21px
    }
}

p {
    margin-bottom: 8px;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

ul li {
    margin-bottom: 0;
    line-height: 1.5;
    color: #777;
    position: relative;
    display: inline-block;
    padding: 0
}

ol {
    margin: 0;
    counter-reset: i;
    position: relative
}

ol li {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #777;
    padding-left: 0;
    position: relative
}

a {
    color: #000;
    transition: all ease-in-out .5s;
    cursor: pointer;
    text-decoration: none
}

a:hover,
a:focus {
    text-decoration: none;
    color: var(--red-color);
    transition: all ease-in-out .5s;
    outline: none
}

::-webkit-input-placeholder {
    color: #777 !important
}

:-ms-input-placeholder {
    color: #777 !important
}

input::placeholder {
    color: #777 !important
}

.row [class*=col-] {
    padding: 0 15px
}

img {
    max-width: 100%
}

.btn-info.focus,
.btn-info:focus,
.btn-info:active {
    outline: none;
    box-shadow: none !important;
    background: 0 0 !important;
    border: none !important
}

.container {
    position: relative;
}

@media(max-width:767px) {

    .container,
    .container-sm {
        max-width: 100%
    }
}

.border {
    border-color: #f1f1f1 !important
}

.before-none::before {
    display: none !important
}

.white {
    color: #fff !important
}

.theme {
    color: var(--red-color) !important
}

.theme1 {
    color: #fdc703 !important
}

.theme2 {
    color: #121212 !important
}

.black {
    color: #3f3f3f !important
}

.grey {
    color: #777 !important
}

.title {
    color: #121212 !important
}

.bg-grey {
    background: #f1f1f1 !important
}

.bg-lgrey {
    background: #fdfdfd !important
}

.bg-theme {
    background: var(--red-color) !important
}

.bg-theme1 {
    background: #fdc703 !important
}

.bg-theme2 {
    background: var(--red-color) !important
}

.bg-title {
    background: #121212 !important
}

.bg-fblack {
    background: #000 !important
}

.bg-white {
    background: #fff !important
}

.bordernone {
    border: none !important
}

.border-b {
    border-bottom: 1px dashed #f1f1f1 !important
}

.border-all {
    border: 1px solid #f1f1f1 !important
}

.border-end {
    border-right: 1px solid #f1f1f1 !important
}

.rating span {
    color: #ffbc00;
    display: inline;
    font-size: 14px
}

.small,
small {
    font-size: 85%
}

.top-minus-20 {
    top: -20px !important
}

.top-minus-40 {
    top: -40px !important
}

.top-inherit {
    top: inherit !important
}

.bottom-inherit {
    bottom: inherit !important
}

.translatey-50 {
    transform: translateY(-50%)
}

.z-index1 {
    z-index: 1
}

.z-index2 {
    z-index: 2
}

.z-index3 {
    z-index: 4
}

.form-group {
    width: 100%;
    display: inline-block
}

.form-main input[type=text],
.form-main input[type=email],
.form-main input[type=number],
.form-main input[type=search],
.form-main input[type=password],
.form-main input[type=tel],
.form-main input[type=date],
.form-main input[type=time],
.form-main textarea,
.form-main select {
    font-size: 15px;
    font-weight: 300;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    padding: 12px 20px;
    color: #777;
    margin-bottom: 0;
    height: 50px;
    box-shadow: none;
    width: 100%
}

.form-main input[type=text]:focus,
.form-main input[type=email]:focus,
.form-main input[type=number]:focus,
.form-main input[type=search]:focus,
.form-main input[type=password]:focus,
.form-main input[type=tel]:focus,
.form-main input[type=date]:focus,
.form-main input[type=time]:focus,
.form-main textarea:focus,
.form-main select:focus {
    outline: none;
    transition: all .5s ease;
    box-shadow: none
}

.form-main select {
    width: 100%;
    height: inherit
}

.form-main select option {
    color: #3f3f3f
}


.form-main label {
    display: inline-block;
    color: #777;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 15px
}


.overlay,
.dot-overlay,
.color-overlay,
.white-overlay,
.left-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #000; */
    transition: all ease-in-out .5s;
    opacity: .5
}

.dot-overlay {
    /* background: #000 url(../images/dot-overlay.png) repeat; */
    opacity: .6
}

.color-overlay {
    top: inherit;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, #000000);
    height: 50%;
    opacity: .6
}

.left-overlay {
    background: linear-gradient(to left, transparent, #fff);
    height: 100%;
    opacity: 1
}

@media(max-width:639px) {
    .color-overlay {
        height: 100%;
        opacity: .4;
        background: #000
    }
}

.white-overlay {
    background: #fdfdfd;
    opacity: .5
}

.main_header_area {
    position: relative;
    z-index: 10;
}

.navbar-light .navbar-toggler {
    background-color: white;
}

.navbar-toggler:focus {
    box-shadow: unset;
}

.vetri section {
    position: relative
}

.section-title,
.section-title-w,
.section-title-l {
    position: relative;
    z-index: 1
}

.section-title h2,
.section-title-w h2,
.section-title-l h2 {
    position: relative;
    line-height: 1.2
}

.section-title-w:before {
    border-color: #fff !important
}

.section-title-w h2 span {
    color: var(--red-color)
}

.section-title-l:before {
    left: 0;
    right: inherit
}

@media(max-width:991px) {
    .section-title {
        width: 100% !important
    }
}

@media(max-width:767px) {
    .section-title {
        width: 100% !important;
        text-align: center;
    }

    .section-title::before {
        left: 0;
        right: 0
    }
}

iframe {
    width: 100%;
    border: none
}

.border-t {
    border-top: 2px dashed #cccccc5e
}

.box-shadow {
    box-shadow: 0 0 15px #cccccc37
}

.rounded {
    border-radius: 10px !important
}

.rounded-start {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important
}

.rounded-top {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important
}

.nav-tabs {
    border-bottom: none;
    background: #fff;
    overflow: hidden;
    margin-bottom: 30px
}

.nav-tabs>li.nav-item {
    margin: 0 4px
}

.nav-tabs>li.nav-item button {
    border-radius: 10px;
    padding: 15px;
    margin: 0;
    line-height: inherit;
    border: 1px solid #f1f1f1;
    display: inline-block;
    width: 100%
}

.nav-tabs>li.nav-item button:hover {
    color: #fff !important;
    border-color: var(--red-color);
    background: var(--red-color)
}

.nav-tabs>li.nav-item button.active {
    color: #fff !important;
    border-color: var(--red-color);
    background: var(--red-color)
}

.nav-tabs>li.nav-item button.active:hover {
    color: #fff !important;
    border-color: var(--red-color);
    background: var(--red-color)
}

@media(max-width:991px) {
    .nav-tabs {
        width: 100% !important
    }
}

@media(max-width:767px) {
    .nav-tabs>li.nav-item {
        margin: 0 4px 4px
    }
}

.pagination-main {
    line-height: .8
}

.pagination-main .pagination {
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block
}

.pagination-main .pagination li {
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.pagination-main .pagination li:before,
.pagination-main .pagination li:after {
    display: none
}

.pagination-main .pagination li a {
    padding: 0;
    height: 40px;
    line-height: 38px;
    margin-right: 9px;
    text-align: center;
    width: 40px;
    color: #3f3f3f;
    font-size: 14px;
    border: 1px solid #f1f1f1;
    display: inline-block;
    background: #fdfdfd;
    background: #fff;
    border-radius: 10px
}

.pagination-main .pagination li a:hover,
.pagination-main .pagination li a:focus {
    background-color: var(--red-color);
    color: #fff !important;
    border-color: var(--red-color)
}

.pagination-main .pagination li:last-child>a,
.pagination-main .pagination li:last-child>span {
    border-radius: none;
    margin: 0
}

.pagination-main .pagination li.active a {
    background: var(--red-color) !important;
    border-color: var(--red-color) !important;
    color: #fff
}

.pagination-main .pagination .prev a,
.pagination-main .pagination .next a {
    border-radius: 0
}

@media(max-width:567px) {
    .pagination li a {
        height: 30px;
        width: 30px;
        line-height: 28px
    }
}

@media(max-width:359px) {
    .pagination li a {
        height: 28px;
        width: 28px;
        line-height: 28px
    }
}

.fade:not(.show) {
    opacity: 1
}

.breadcrumb-main {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    position: relative
}

.breadcrumb-main .breadcrumb-outer {
    background: 0 0;
    position: relative;
    z-index: 1
}

.breadcrumb-main .breadcrumb-outer:before {
    display: none
}

.breadcrumb-main .breadcrumb-outer .breadcrumb-content,
.breadcrumb-main .breadcrumb-outer .bread-content {
    position: relative;
    text-align: center;
    justify-content: center;
    z-index: 1
}

.breadcrumb-main .breadcrumb-outer .breadcrumb-content h1,
.breadcrumb-main .breadcrumb-outer .bread-content h1 {
    color: #fff;
    text-transform: uppercase;
    line-height: .6
}

.breadcrumb-main .breadcrumb-outer .bread-content nav {
    left: 0;
    right: 0
}

.breadcrumb {
    background: 0 0;
    margin: 0;
    padding: 0;
    display: inline-block
}

.breadcrumb li,
.breadcrumb li.active {
    margin-bottom: 0;
    color: #fff
}

.breadcrumb li a,
.breadcrumb li.active a {
    color: var(--red-color)
}

.breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    content: '|';
    color: #fff
}

@media(max-width:991px) {
    .breadcrumb-main .breadcrumb-outer .breadcrumb-content {
        display: block !important;
        text-align: center !important
    }

    .breadcrumb-main .breadcrumb-outer .breadcrumb-content nav {
        right: 0;
        margin: 0
    }

    .breadcrumb-main .breadcrumb-outer .breadcrumb-content h2 {
        margin: 0 !important
    }

    .breadcrumb-main .breadcrumb-outer .breadcrumb-content h1 {
        font-size: 44px
    }

    .cover-content {
        margin-bottom: 2rem
    }
}

@media(max-width:811px) {
    .breadcrumb-main .breadcrumb-outer .breadcrumb-content h1 {
        font-size: 36px
    }

    .page-cover h1 {
        font-size: 36px
    }

    .page-cover .author-detail {
        display: block !important
    }
}

@media(max-width:639px) {
    .breadcrumb-main .breadcrumb-outer .breadcrumb-content h1 {
        font-size: 28px
    }

    .page-cover h1 {
        font-size: 28px
    }
}

@media(max-width:479px) {
    .breadcrumb-main .breadcrumb-outer .breadcrumb-content {
        text-align: center
    }

    .breadcrumb-main .breadcrumb-outer .breadcrumb-content h1 {
        font-size: 24px
    }

    .breadcrumb-main .breadcrumb-outer .breadcrumb-content h2 {
        display: block;
        font-size: 40px
    }
}

button {
    border: none
}

.nir-btn,
.nir-btn-black {
    position: relative;
    z-index: 1;
    font-size: 14px;
    text-align: center;
    padding: 9px 20px;
    text-transform: capitalize;
    transition: all ease-in-out .5s;
    background: var(--red-color);
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    border: none;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .1);
    overflow: hidden
}

.nir-btn::before,
.nir-btn-black::before {
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    top: 0;
    content: '';
    background: #fdc703;
    color: #fff !important;
    transition: all ease-in-out .5s;
    z-index: -1
}

.nir-btn:hover::before,
.nir-btn-black:hover::before {
    width: 100%;
    transition: all ease-in-out .5s
}

.nir-btn:hover,
.nir-btn-black:hover {
    color: #fff !important;
    transition: all ease-in-out .5s
}

.nir-btn-black {
    background: #121212
}

.nir-btn-black:before {
    color: #fff
}

.nir-btn-black:hover {
    background: #fff;
    color: #3f3f3f
}

.nir-btn-black:hover:before {
    color: #fdc703
}

input#submit {
    border: none
}

input#submit:hover {
    opacity: .8;
    background: var(--red-color) !important;
    color: #fff
}

.item-slider .slick-prev,
.item-slider .slick-next {
    top: -124px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #f1f1f1;
    width: 50px;
    height: 50px;
    line-height: 1
}

.item-slider .slick-prev::before,
.item-slider .slick-next::before {
    color: #777;
    font-size: 28px;
    line-height: 1.5
}

.item-slider .slick-prev:hover,
.item-slider .slick-prev:focus,
.item-slider .slick-next:hover,
.item-slider .slick-next:focus {
    background: var(--red-color);
    border-color: var(--red-color)
}

.item-slider .slick-prev:hover::before,
.item-slider .slick-prev:focus::before,
.item-slider .slick-next:hover::before,
.item-slider .slick-next:focus::before {
    color: #fff
}

.item-slider .slick-prev {
    right: 76px;
    left: inherit
}

.item-slider .slick-next {
    right: 16px
}

.banner-slider .slick-prev,
.banner-slider .slick-next {
    background: #fdc703;
    border-radius: 50%;
    width: 50px;
    height: 50px
}

.banner-slider .slick-prev::before,
.banner-slider .slick-next::before {
    color: #fff;
    font-size: 28px;
    line-height: 1.8
}

.banner-slider .slick-prev:hover,
.banner-slider .slick-prev:focus,
.banner-slider .slick-next:hover,
.banner-slider .slick-next:focus {
    background: #121212
}

.banner-slider .slick-prev {
    left: 30px
}

.banner-slider .slick-next {
    right: 30px
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f4f4f4;
    z-index: 999999
}

#preloader #status {
    position: fixed;
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 300px;
    margin: 0 auto;
    background: url(../images/loader.gif);
    background-size: cover;
    background-position: center;
    opacity: 1;
    transform: translate(-50%, -50%);
    visibility: visible;
    transition: all ease-in-out .5s;
    z-index: 9999999999
}

#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    display: none
}

#back-to-top a {
    display: block;
    width: 50px;
    height: 50px;
    background: var(--red-color);
    position: relative;
    transition: all ease-in-out .5s;
    text-align: center;
    border-radius: 50%
}

#back-to-top a:after {
    position: absolute;
    content: '\f30c';
    font-family: "font awesome 5 free";
    font-size: 20px;
    color: #fff;
    top: 50%;
    left: 50%;
    z-index: 1;
    font-weight: 700;
    transform: translate(-50%, -50%)
}

.alert {
    margin-bottom: 10px;
    border-radius: 0;
    color: #e83737;
    padding: 0
}

.alert .alert-success {
    background: 0 0;
    border: transparent;
    border-radius: 0;
    color: #3c763d
}

.alert .alert-success h4 {
    margin-bottom: 8px
}

.alert .alert-success p {
    color: #fff
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    z-index: 2
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #666
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 10px 0;
    background-color: #fdc703;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font-size: 18px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center
}

.ribbon span.open {
    background: #5ecfb1
}

.ribbon-top-left {
    top: -10px;
    left: -10px
}

.ribbon-top-left:before,
.ribbon-top-left:after {
    border-top-color: transparent;
    border-left-color: transparent
}

.ribbon-top-left:before {
    top: 0;
    right: 0
}

.ribbon-top-left:after {
    bottom: 0;
    left: 0
}

.ribbon-top-left span {
    right: -25px;
    top: 40px;
    transform: rotate(-45deg)
}

.wickedpicker {
    width: 120px !important;
    height: auto !important;
    z-index: 9
}

.wickedpicker .wickedpicker__title {
    display: none !important
}

.wickedpicker__controls__control-up:before {
    content: "" !important;
    font-family: "font awesome 5 free" !important;
    font-weight: 900 !important;
    color: #909090 !important
}

.wickedpicker__controls__control-down:after {
    content: "" !important;
    font-family: "font awesome 5 free" !important;
    font-weight: 900 !important;
    color: #909090 !important
}

.accrodion-grp .accrodion+.accrodion {
    margin-top: 10px
}

.accrodion-grp .accrodion .accrodion-title {
    border: 1px solid #f1f1f1;
    background: #fff;
    padding: 20px;
    cursor: pointer;
    transition: all ease-in-out .5s;
    border-radius: 10px
}

.accrodion-grp .accrodion .accrodion-title h5 {
    margin: 0;
    position: relative;
    text-transform: capitalize;
    border: none
}

.accrodion-grp .accrodion .accrodion-title h5:before {
    content: '\f107';
    font-family: fontawesome;
    color: #222;
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.accrodion-grp .accrodion .accrodion-content {
    padding-top: 10px
}

.accrodion-grp .accrodion .accrodion-content .inner {
    padding: 30px
}

.accrodion-grp .accrodion .accrodion-content .inner p {
    margin: 0;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: .01em;
    color: #74787d
}

.accrodion-grp .accrodion.active .accrodion-title {
    background: var(--red-color);
    border-color: var(--red-color)
}

.accrodion-grp .accrodion.active .accrodion-title h5 {
    color: #fff
}

.accrodion-grp .accrodion.active .accrodion-title h5:before {
    content: '\f106';
    color: #fff
}

@media(max-width:567px) {
    .accrodion-grp .accrodion .accrodion-title h5 {
        font-size: 14px
    }
}

@-webkit-keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes scale-upOne {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.2);
        transform: scale(.2)
    }
}

@keyframes scale-upOne {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.2);
        transform: scale(.2)
    }
}

@-webkit-keyframes zoom-fade-two {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes zoom-fade-two {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@-webkit-keyframes zoom-fade {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes zoom-fade {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes slide {
    from {
        background-position: 0 0
    }

    to {
        background-position: -111px 0
    }
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0
    }

    to {
        background-position: -111px 0
    }
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes up-down {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    animation-name: jackInTheBox
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@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)
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg)
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg)
    }
}

@keyframes animationFramesTwo {
    0% {
        transform: translate(0, 0) rotate(0)
    }

    21% {
        transform: translate(40px, 50px) rotate(35deg)
    }

    41% {
        transform: translate(-20px, -75px) rotate(48deg)
    }

    60% {
        transform: translate(25px, 48px) rotate(125deg)
    }

    80% {
        transform: translate(16px, -15px) rotate(180deg)
    }

    100% {
        transform: translate(0, 0) rotate(0)
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0, 0) rotate(0)
    }

    21% {
        -webkit-transform: translate(40px, 5px) rotate(35deg)
    }

    41% {
        -webkit-transform: translate(-20px, -75px) rotate(48deg)
    }

    60% {
        -webkit-transform: translate(25px, 48px) rotate(125deg)
    }

    80% {
        -webkit-transform: translate(16px, -15px) rotate(180deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(0)
    }
}

@keyframes animationFramesThree {
    0% {
        transform: translate(0, 0) rotate(0)
    }

    21% {
        transform: translate(4px, 10px) rotate(360deg)
    }

    41% {
        transform: translate(25px, 40px) rotate(360deg)
    }

    60% {
        transform: translate(35px, 22px) rotate(360deg)
    }

    80% {
        transform: translate(17px, 46px) rotate(360deg)
    }

    100% {
        transform: translate(0, 0) rotate(0)
    }
}

@-webkit-keyframes animationFramesThree {
    0% {
        -webkit-transform: translate(0, 0) rotate(0)
    }

    21% {
        -webkit-transform: translate(4px, -20px) rotate(360deg)
    }

    41% {
        -webkit-transform: translate(-50px, -80px) rotate(360deg)
    }

    60% {
        -webkit-transform: translate(-75px, -35px) rotate(360deg)
    }

    80% {
        -webkit-transform: translate(-20px, 20px) rotate(360deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(0)
    }
}

@-webkit-keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes move-forever {
    0% {
        transform: translate(-90px, 0%)
    }

    100% {
        transform: translate(85px, 0%)
    }
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes border-transform {

    0%,
    to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}

@keyframes border-transform {

    0%,
    to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}

.team-slider .slick-prev,
.team-slider .slick-next {
    background: #fff;
    height: 60px;
    width: 60px;
    box-shadow: 0 0 15px #cccccc37
}

.team-slider .slick-prev:before,
.team-slider .slick-next:before {
    font-size: 36px;
    line-height: 1.6;
    color: var(--red-color)
}

.team-slider .slick-prev:hover,
.team-slider .slick-prev:focus,
.team-slider .slick-next:hover,
.team-slider .slick-next:focus {
    opacity: 1;
    background: var(--red-color);
    color: #fff
}

.team-slider .slick-prev:hover:before,
.team-slider .slick-prev:focus:before,
.team-slider .slick-next:hover:before,
.team-slider .slick-next:focus:before {
    color: #fff
}

.team-slider .slick-prev {
    left: -15px
}

.team-slider .slick-next {
    right: -15px
}

@media(max-width:767px) {

    .team-slider .slick-prev,
    .team-slider .slick-next {
        display: none !important
    }
}

@-webkit-keyframes kbrns_zoomOutIn {
    0% {
        -webkit-transform: scale(1.3)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes kbrns_zoomOutIn {
    0% {
        -moz-transform: scale(1.3)
    }

    100% {
        -moz-transform: scale(1)
    }
}

@-ms-keyframes kbrns_zoomOutIn {
    0% {
        -ms-transform: scale(1.3)
    }

    100% {
        -ms-transform: scale(1)
    }
}

@-o-keyframes kbrns_zoomOutIn {
    0% {
        -o-transform: scale(1.3)
    }

    100% {
        -o-transform: scale(1)
    }
}

@keyframes kbrns_zoomOutIn {
    0% {
        transform: scale(1.3)
    }

    100% {
        transform: scale(1)
    }
}

.navbar-default {
    background: #f5f5f5
}

.navbar {
    border-bottom: 0;
    padding: 0
}

.sidebar .navbar-nav {
    background: 0 0;
    margin: 0
}

.navbar-nav li {
    position: relative;
    text-align: left;
    margin-bottom: 0
}

.navbar-nav li ul {
    z-index: 9999;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50px;
    left: 0;
    width: 190px;
    display: none;
    border: 1px solid #f1f1f1;
    border-top: 2px solid #f33807;
    -webkit-box-shadow: 0 0 12px -3px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 12px -3px rgba(0, 0, 0, .4);
    box-shadow: 0 0 12px -3px rgba(0, 0, 0, .4)
}

.navbar-nav li ul li {
    border-bottom: 1px solid #f1f1f1;
    width: 100%;
}

.navbar-nav li ul li:last-child {
    border-bottom: none
}

.navbar-nav li ul li:hover a {
    padding-left: 20px;
    padding-right: 10px;
    text-decoration: none
}

.navbar-nav li ul li:hover ul li a {
    padding-left: 15px;
    padding-right: 15px
}

.navbar-nav li ul li a {
    display: block;
    padding: 12px 15px;
    font-size: 15px;
    font-weight: 500;
    color: #636363
}

.navbar-nav li ul li a:hover {
    color: #f33807
}

.navbar-nav li ul li ul {
    position: absolute;
    left: 188px;
    top: -2px
}

.navbar-nav li ul li ul li ul li:hover a {
    padding-left: 20px;
    padding-right: 10px
}

.navbar-nav li>ul>li:last-child>a {
    border-bottom: 0
}

.navbar-nav li>ul>li ul>li:last-child>a {
    border-bottom: 0
}

/* .main_header_area {
    position: absolute;
    width: 100%
} */

.main_header_area .notify-bar {
    background: linear-gradient(to right, #e9595e 1%, #dcb86c 100%);
    position: relative;
    padding: 3px 0
}

.main_header_area .notify-bar .notify-in {
    position: relative
}

.main_header_area .notify-bar .notify-in y a.shop-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.main_header_area .header-content {
    position: relative;
    z-index: 40;
    /* background: var(--primary-colors); */
    background-image: linear-gradient(135deg, var(--primary-colors) 35%, var(--red-color) 5%);
}

.main_header_area .header-content li {
    display: inline-block;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin: 0
}

.main_header_area .header-content li:first-child {
    border: none;
    padding-left: 0
}

.main_header_area .header-content li:last-child {
    padding-right: 0
}

.main_header_area .header-content i {
    color: #fff;
    margin-right: 5px;
}

.main_header_area .header-content a {
    color: white;
}

.main_header_area .header-content a,
.main_header_area .header-content i {
    font-size: 14px;
}

.main_header_area .header_menu.fixed-top {
    box-shadow: 0 0 15px #cccccc37;
    background: #fff
}

.main_header_area .header_menu.hide {
    top: -94px;
    animation-name: slideInUp
}

.main_header_area .register-login a {
    font-size: 15px;
    text-transform: uppercase;
    color: #777
}

.main_header_area .register-login .dropdown a {
    color: #777 !important;
    text-transform: capitalize
}

.main_header_area .register-login .btn-info {
    border: none;
    background: 0 0;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0
}

.main_header_area .header_menu.fixed-top .register-login a {
    color: #777 !important
}

.main_header_area .header_menu.fixed-top .register-login a.nir-btn {
    color: #fff !important
}

.main_header_area .header_menu.fixed-top .register-login a.nir-btn:hover {
    color: #fff !important
}

.main_header_area.headerstye-1 {
    position: absolute;
    width: 100%
}

.main_header_area.headerstye-1 .header_menu .navbar.navbar-default .navbar-header .navbar-brand {
    padding: 0;
    margin: 0
}



@media(max-width:991px) {
    .headerstye-1 .header-content {
        display: none
    }

    .headerstye-1 .navbar-header {
        display: block
    }

    .main_header_area .header-content,
    .search-main {
        display: none !important
    }
}

@media(max-width:735px) {
    .main_header_area .header-content {
        display: none !important
    }
}

.header_menu .navbar.navbar-default {
    border-radius: 0;
    margin-bottom: 0;
    background: 0 0;
    border: none;
    width: 100%;
    z-index: 9;
    box-shadow: 97px 0px 0px #ee181f, -79px -2px 0px var(--primary-colors);
    position: relative;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 170px 170px 0px 0;
}

.header_menu .navbar.navbar-default .navbar-header .navbar-brand {
    padding: 0;
    margin: 0
}

.header_menu .navbar.navbar-default .navbar-header .navbar-brand img {
    display: block
}

.header_menu .navbar.navbar-default .navbar-header .navbar-brand img+img {
    display: none
}

/* .header_menu .navbar.navbar-default .navbar-collapse {
    text-align: right;
    padding: 0
} */

.header_menu .navbar.navbar-default .nav .navbar-nav {
    float: none;
    text-align: right;
    background-color: var(--red-color);
    border-radius: 20px;
    padding: 6px 15px;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 992px) {
    .header_menu .navbar.navbar-default .nav .navbar-nav {
        width: 100%;
        border-radius: 3px;
    }

    .header_menu .navbar.navbar-default .nav .navbar-nav li a.nav-link {
        line-height: 3;
    }

    .header_menu .navbar.navbar-default {
        border-radius: 0px;
        box-shadow: unset
    }

    .header_menu .navbar.navbar-default .nav .navbar-nav li:hover::after {
        content: unset;
    }

    .navbar-nav .dropdown-menu {
        width: 100%;
    }
}


.header_menu .navbar.navbar-default .nav .navbar-nav li {
    float: none;
    margin-right: 0;
    background: 0 0;
    position: relative;
}

.header_menu .navbar.navbar-default .nav .navbar-nav li::after {
    content: "";
    position: absolute;
    width: 3px;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 0px;
    top: -31px;
    background-color: var(--red-color);
    transition: 0.5s;
}

.header_menu .navbar.navbar-default .nav .navbar-nav li ul li::after {
    content: unset;
}

.header_menu .navbar.navbar-default .nav .navbar-nav li:last-child {
    margin: 0
}

.header_menu .navbar.navbar-default .nav .navbar-nav li a.nav-link {
    background: 0 0;
    font-size: 15px;
    font-weight: 400;
    /* text-transform: uppercase; */
    padding: 0;
    transition: all 150ms linear;
    border: none;
    padding: 0 8px;
    color: white;
}


.header_menu .navbar.navbar-default .nav .navbar-nav li:hover::after {
    height: 27px;
}

.main_header_area .header_menu .dropdown li a {
    line-height: 3;
    color: #777;
    font-size: 15px;
    padding: 3px 20px;
    font-weight: 400;
    letter-spacing: .3px;
}

.main_header_area .header_menu .dropdown li:hover a {
    background: var(--red-color);
    color: #fff;
}

#search1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0
}

#search1 input[type=search] {
    position: absolute;
    top: 40%;
    width: 50%;
    color: #777;
    background: 0 0;
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    border-width: 0 0 1px;
    margin: 0 auto;
    padding: 20px 30px;
    outline: none;
    margin-bottom: 30px;
    height: 82px;
    left: 0;
    right: 0;
    border-radius: 0;
    border-bottom: 1px solid #f1f1f1
}

#search1 .btn {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: var(--red-color);
    padding: 15px 30px;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    width: 10%
}

#search1 .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: var(--red-color);
    border-color: var(--red-color);
    opacity: 1;
    padding: 4px 16px;
    border-radius: 10px;
    font-size: 27px
}

#search1.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1
}

.header_sidemenu .header_sidemenu_in .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    transition: opacity .25s ease, visibility 0s ease .25s
}

.header_sidemenu .header_sidemenu_in .overlay.show {
    opacity: .8;
    visibility: visible;
    background: #000;
    transition: opacity .25s ease, visibility 0s ease
}

.header_sidemenu .header_sidemenu_in .overlay.hide {
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .7);
    transition: opacity .25s ease, visibility 0s ease .25s
}

.header_sidemenu .header_sidemenu_in .menu {
    width: 380px;
    height: 100%;
    position: fixed;
    right: -500px;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 0 15px #cccccc37;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    box-shadow: 0 0 15px #cccccc37
}

.header_sidemenu .header_sidemenu_in .menu .close-menu {
    float: right;
    font-size: 21px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px
}

.header_sidemenu .menu-ham {
    cursor: pointer
}

.menu-ham {
    cursor: pointer
}

.menu-ham a i {
    transition: all ease-in-out .5s
}

.menu-ham a i:hover {
    background: var(--red-color) !important;
    color: #fff !important;
    transition: all ease-in-out .5s
}

@media(min-width:992px) {
    .header_menu .navbar.navbar-default .nav .navbar-nav li.submenu .dropdown-menu {
        position: absolute;
        top: 40px;
        left: -200px;
        min-width: 250px;
        background: #fff;
        box-shadow: 0 0 15px #cccccc57;
        text-align: left;
        opacity: 0;
        transition: all ease-in-out .5s;
        visibility: hidden;
        display: block;
        border: none;
        padding: 0;
        border-radius: 0
    }

    .header_menu .navbar.navbar-default .nav .navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        transform-origin: 0 50%;
        position: absolute;
        left: 100%;
        right: auto;
        width: auto;
        top: 0
    }

    .header_menu .navbar.navbar-default .nav .navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu li a {
        line-height: 3;
        color: #777;
        font-size: 15px;
        padding: 3px 20px;
        letter-spacing: .3px;
        transition: all 150ms linear;
        display: block
    }

    .header_menu .navbar.navbar-default .nav .navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu li:hover a {
        color: #fff
    }

    .header_menu .navbar.navbar-default .nav .navbar-nav li.submenu .dropdown-menu li.submenu:hover .dropdown-menu {
        transform: scale(1, 1)
    }

    .header_menu .navbar.navbar-default .nav .navbar-nav li.submenu:hover ul {
        left: -200px;
        visibility: visible;
        opacity: 1
    }
}

/* header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 22
} */

.logo a {
    font-size: 28px;
    color: #fff
}

.logo a [class^=flaticon-]:before {
    font-size: 28px;
    color: #fff
}

nav.navbar.navbar-default .logo-white {
    display: block
}

nav.navbar.navbar-default .logo-black {
    display: none
}

nav.navbar.navbar-default.navbar-sticky-in .logo-white {
    display: none
}

nav.navbar.navbar-default.navbar-sticky-in .logo-black {
    display: block
}

.nav-btn {
    display: inline-block
}

.navbar-sticky-in .nir-btn:hover {
    color: var(--red-color)
}

.search-wrapper {
    position: relative;
    min-width: 250px;
    display: inline-block
}

.search-wrapper .search_module {
    position: relative
}

.search-wrapper .search_module .icon-left {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    transition: all ease-in-out .5s;
    z-index: 10;
    color: #fff
}

.search-wrapper .search_module .search_area form .input-group {
    margin: 0
}

.search-wrapper .search_module .search_area form .input-group .form-control {
    background: 0 0;
    padding-left: 40px;
    border: 1px solid #ffffff23;
    transition: all ease-in-out .5s;
    font-weight: 400;
    width: 100%;
    color: #fff
}

.search-wrapper .search_module .search_area form .input-group .form-control::placeholder {
    transition: all ease-in-out .5s;
    color: #fdfdfd
}

.search-wrapper .search_module .search_area form .input-group .form-control:focus {
    outline: 0;
    box-shadow: none
}

.search-wrapper .search_module.active+.search-categories {
    visibility: visible;
    opacity: 1
}

.search-wrapper .search_module.active .search_area form .input-group .form-control {
    border: none;
    padding-left: 2.66667rem;
    border: 1px solid #ffffff23;
    font-weight: 400
}

.search-wrapper .search_module.active .search_area form .input-group .form-control:focus {
    border: none
}

.main_header_area.headerstye-1 .header_menu.fixed-top {
    background: #fff;
    box-shadow: 0 0 15px #cccccc57
}

.main_header_area.headerstye-1 .header_menu.fixed-top .navbar.navbar-default .navbar-header .navbar-brand img+img {
    display: block
}

.main_header_area.headerstye-1 .header_menu.fixed-top .navbar.navbar-default .nav .navbar-nav li>a {
    color: #777
}

.main_header_area.headerstye-1 .header_menu.fixed-top .navbar.navbar-default .nav .navbar-nav li.active>a {
    color: var(--red-color)
}

.main_header_area.headerstye-1 .header_menu.fixed-top .search-wrapper .search_module .search_area form .input-group .form-control {
    border-color: #f1f1f1;
    color: #777
}

.main_header_area.headerstye-1 .header_menu.fixed-top .search-wrapper .search_module .search_area form .input-group .form-control::placeholder {
    color: #777
}

.main_header_area.headerstye-1 .header_menu.fixed-top .search-wrapper .search_module .icon-left {
    color: #777
}

.fade.in {
    opacity: 1
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center
}

.modal-backdrop {
    background: 0 0
}

.modal__container {
    overflow-x: hidden;
    overflow-y: auto
}

.modal__container .modal__content {
    background-color: #fff;
    width: 450px;
    border-radius: 0;
    position: relative;
    overflow: hidden
}

.modal__container .modal__content .login-content {
    background: #fff;
    text-align: center;
    position: relative;
    box-shadow: 0 0 15px #cccccc37
}

.modal__container .modal__content .login-content .section-border {
    padding: 20px 30px;
    border-top: 1px dashed #f1f1f1
}

.modal__container .modal__content .login-content .form-checkbox {
    text-align: left
}

.modal__container .modal__content .login-content a.btn-facebook,
.modal__container .modal__content .login-content a.btn-twitter,
.modal__container .modal__content .login-content a.btn-google {
    padding: 8px 20px;
    color: #fff;
    background: #ccc;
    border-radius: 0;
    display: inline-block;
    border: 1px solid #395899
}

.modal__container .modal__content .login-content a.btn-facebook {
    background: #395899
}

.modal__container .modal__content .login-content a.btn-twitter {
    background: #04a9e1;
    border-color: #04a9e1
}

.modal__container .modal__content .login-content a.btn-google {
    background: #db3236
}

.modal__container .modal__content .login-content .sign-up {
    padding: 20px 0;
    border-top: 1px dashed #f1f1f1
}

.modal__container .modal__content button.close {
    background: var(--red-color);
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    opacity: 1;
    text-align: center;
    line-height: .5;
    font-size: 20px;
    padding: 0;
    z-index: 9;
    transition: all ease-in-out .5s
}

.modal__container .modal__content button.close:focus {
    border: none;
    outline: none
}

.modal-open {
    padding: 0 !important
}

.modal-open .modal {
    background: #000000ad;
    overflow: hidden;
    padding-right: 0 !important
}

.modal-open .modal .modal-dialog {
    max-width: 920px;
    top: 5%
}

.modal-open .modal .modal-dialog .modal-content {
    border: none;
    position: relative;
    border-radius: 0
}

.modal-open .modal .modal-dialog .modal-content .modal-body {
    padding: 20px
}

.modal-open .modal .modal-dialog .modal-content .login-content {
    box-shadow: 0 0 15px #cccccc37
}

@media(max-width:991px) {
    .modal-open .modal .modal-dialog {
        max-width: 80%;
        margin: 0 auto
    }

    .modal-open .modal .modal-dialog .blog-full .blog-image>a {
        height: 280px
    }
}

.log-reg .nav-pills {
    margin-bottom: 20px
}

.log-reg .nav-pills .nav-link {
    padding: 14px 18px
}

.log-reg .nav-pills .nav-link.active,
.log-reg .nav-pills .show>.nav-link {
    background: var(--red-color);
    border-radius: 10px
}

.log-reg .btn-fb,
.log-reg .btn-google {
    padding: 14px 18px;
    text-align: center;
    background: #506dab;
    color: #fff;
    border-radius: 10px;
    font-size: 14px
}

.log-reg .btn-google {
    background: #dd4b39
}

.log-reg hr.log-reg-hr {
    opacity: 1;
    background-color: #ccc
}

.log-reg hr.log-reg-hr::before {
    background-color: #fff;
    bottom: 0;
    color: var(--red-color);
    content: "Or";
    font-size: 16px;
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
    text-align: center;
    top: -12px;
    width: 10%
}

@media(max-width:1100px) {
    .search-wrapper {
        width: 200px
    }
}

@media(max-width:1100px) {

    .slicknav_btn.slicknav_open:before,
    .slicknav_btn.slicknav_collapsed:before,
    .headerstye-1 .navbar-sticky-in .slicknav_btn.slicknav_open:before,
    .headerstye-1 .navbar-sticky-in .slicknav_btn.slicknav_collapsed:before {
        color: #444 !important
    }

    .headerstye-1 .slicknav_btn.slicknav_open:before,
    .headerstye-1 .slicknav_btn.slicknav_collapsed:before {
        color: #fff !important
    }

    .dropdown-toggle::after,
    .search-wrapper,
    .header_menu .navbar.navbar-default a.cart-icon,
    .register-login {
        display: none !important
    }
}

.banner {
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: repeat-x
}

.banner .slider {
    /* height: 680px;  */
    height: 540px;
    position: relative
}

.banner .slider .swiper-container {
    width: 100%;
    height: 100%
}

.banner .slider .swiper-container .swiper-slide {
    overflow: hidden
}

.banner .slider .swiper-container .swiper-slide .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center
}

.banner .slider .swiper-container .swiper-slide .slide-inner .slide-image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
}

.banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content {
    top: 45.6%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 40%;
    position: absolute;
    z-index: 9
}

.banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content .nir-btn-black:hover {
    background-color: #fff
}

.banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content>h1 {
    letter-spacing: 1px;
    font-weight: 700
}

.banner .slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 40px
}

.banner .slider .swiper-pagination-custom .swiper-pagination-fraction {
    bottom: 40px
}

.banner .slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1
}

.banner .slider .swiper-pagination-bullet-active {
    background: var(--red-color)
}

.banner .slider .swiper-container-vertical>.swiper-pagination-bullets {
    right: 50px
}

.banner .slider1 .swiper-container .swiper-slide .slide-inner .swiper-content {
    width: 40%;
    position: absolute;
    z-index: 999;
    right: auto;
    left: 7%;
    text-align: left
}

.banner .slider2 {
    padding: 0;
    height: 570px !important
}

.banner .slider2 .swiper-container .swiper-slide .slide-inner .slide-image {
    width: 100%
}

.banner .slider2 .swiper-container .swiper-slide .slide-inner .swiper-content {
    top: auto;
    transform: none;
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 999;
    right: 0;
    margin: 0 auto;
    padding: 40px;
    background: 0 0;
    box-shadow: none
}

.banner .slider2 .swiper-container .swiper-slide .slide-inner .swiper-content>h1.s-title1 {
    font-size: 28px
}

.banner .slider2 .swiper-container .swiper-slide .slide-inner .color-overlay {
    height: 100%
}

.banner .video-slider {
    height: auto
}

.banner .video-slider .swiper-content {
    top: 56%;
    transform: translateY(-50%);
    left: 0;
    width: 60%;
    right: 0;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    z-index: 3
}

.banner .video-slider .swiper-content>h1 {
    font-size: 58px;
    letter-spacing: 1px;
    margin-bottom: 0
}

.banner .video-slider .video-banner video {
    width: 100%;
    display: block
}

.banner .banner-main {
    height: 630px;
    position: relative
}

.banner .banner-main .banner-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top
}

.banner .banner-main .banner-content {
    top: 45%;
    right: 0;
    left: 0;
    width: 55%;
    position: absolute;
    z-index: 9;
    text-align: center;
    margin: 0 auto;
    transform: translateY(-50%)
}

.banner .banner-main .banner-content>h1 {
    font-size: 58px;
    letter-spacing: 1px;
    font-weight: 700
}

.banner .banner-main .banner-content p {
    font-size: 21px
}

.banner .banner-slide {
    height: 500px
}

.banner .banner-in .banner-image {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    animation: movebounce 5s infinite
}

.banner .swiper-button-next {
    right: 30px
}

.banner .swiper-button-prev {
    left: 30px
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
    background: var(--red-color);
    font-size: 21px;
    padding: 10px 20px;
    color: #fff;
    transition: all ease-in-out .5s;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
}

.banner .swiper-button-next:hover:after,
.banner .swiper-button-prev:hover:after {
    background: #fdc703;
    color: #fff;
    transition: all ease-in-out .5s
}

.banner .slider-before:before {
    background: #f1f1f1;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 1
}

.banner .slick-content-inner {
    position: absolute;
    top: 45%;
    width: 60%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    z-index: 1
}

.banner .slider-thumbs {
    position: absolute !important;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    background: #fdfdfd;
    margin: 0 auto !important;
    overflow: hidden
}

.banner .slider-thumbs .slick-prev,
.banner .slider-thumbs .slick-next {
    background: var(--red-color)
}

.banner .slider-thumbs .slick-prev {
    left: 10px
}

.banner .slider-thumbs .slick-next {
    right: 10px
}

.banner .slider-thumbs .slick-slide {
    opacity: .7
}

.banner .slider-thumbs .slick-slide.slick-current.slick-active.slick-center {
    opacity: 1
}

@media(max-width:1370px) and (min-width:1368px) {
    .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content {
        width: 60%
    }

    .banner .slider1 .swiper-container .swiper-slide .slide-inner .swiper-content {
        width: 40%
    }
}

@media(max-width:1100px) {

    .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content,
    .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content1,
    .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content2 {
        width: 75% !important
    }

    .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content h1,
    .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content1 h1,
    .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content2 h1 {
        font-size: 48px
    }

    .banner .video-slider .swiper-content {
        width: 85% !important
    }

    .banner .video-slider .swiper-content h1 {
        font-size: 50px
    }

    .banner .banner-main .banner-content {
        width: 90%
    }

    .banner .slider.slider3 .swiper-container .swiper-slide .slide-inner .swiper-content1>h1 {
        font-size: 36px
    }
}

@media(max-width:991px) {
    .banner .slider .swiper-container .swiper-slide .slide-inner .slide-image {
        width: 100%;
        left: 0
    }

    .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content {
        top: 60%;
        left: 0;
        right: 0;
        margin: 0 auto
    }

    .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content h1 {
        font-size: 40px
    }

    .banner .slider .swiper-container .slider-before .swiper-content {
        top: 50% !important
    }

    .banner .slider .swiper-container .slider-before:before {
        background: #fdc703;
        width: 100%;
        opacity: .7
    }

    .banner .slider .swiper-container .slider-before span a,
    .banner .slider .swiper-container .slider-before h1 a,
    .banner .slider .swiper-container .slider-before p {
        color: #fff
    }

    .banner .banner-main {
        height: auto
    }

    .banner .banner-main .banner-content {
        top: 50%;
        transform: translateY(-50%)
    }

    .banner .banner-in .banner-content {
        width: 100% !important
    }

    .banner .banner-in .banner-content {
        width: 100% !important
    }

    .banner .banner-in .banner-content .input-box {
        border: none !important
    }

    .banner .banner-in .banner-content .nir-btn {
        padding: 14px 24px !important;
        margin: 0 1.5rem 1.5rem;
        width: 50% !important
    }

    .slider-thumbs {
        position: relative !important;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        padding: 0;
        background: 0 0
    }

    .slick-content-inner {
        width: 90%;
        top: 50%;
        transform: translateY(-50%)
    }

    .search-banner-in .col-lg-6 {
        padding: 0 15px !important
    }
}

@media(max-width:767px) {
    .banner .slider .swiper-container .swiper-slide .slide-inner::before {
        display: none
    }

    .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content {
        width: 90% !important;
        left: 0;
        right: 0;
        top: 60%;
        text-align: center;
        margin: 0 auto
    }

    .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content span {
        padding-left: 0
    }

    .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content span:before {
        display: none
    }

    .banner .slider .swiper-container .swiper-slide .slide-inner .overlay {
        width: 100%
    }

    .banner .slider .swiper-button-prev,
    .banner .slider .swiper-button-next {
        display: none
    }

    .banner .swiper-button-prev,
    .banner .swiper-button-next {
        display: none
    }

    .banner .top50 .swiper-container .swiper-slide .slide-inner .swiper-content {
        top: 50%
    }

    .banner .swiper-button-prev,
    .banner .swiper-button-next {
        display: none
    }
}

@media(max-width:639px) {
    .banner .container {
        padding: 0
    }

    .banner .slider {
        overflow: visible;
        padding: 0 !important
    }

    .banner .slider .swiper-container .swiper-slide .slide-inner .slide-image {
        width: 100%;
        position: relative;
        top: inherit;
        left: inherit;
        right: inherit;
        transform: none
    }

    .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content>h1 {
        font-size: 32px
    }

    .banner .slider .swiper-container-vertical>.swiper-pagination-bullets {
        display: none
    }

    .banner .video-slider .swiper-content {
        display: none
    }

    .banner .banner-main .banner-content>h1 {
        font-size: 28px
    }

    .search-banner-list .search-banner-item {
        display: block !important;
        text-align: center
    }

    .search-banner-list .search-banner-item .search-banner-item-ctn {
        width: 100% !important;
        margin: 15px 0 0 !important
    }
}

@media(max-width:400px) {

    .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content .entry-meta,
    .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content .entry-date,
    .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content .entry-category {
        display: block !important;
        margin-bottom: 15px
    }

    .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content .entry-author {
        margin-bottom: 15px
    }

    .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content .entry-author .entry-date {
        margin-bottom: 0
    }

    .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content>h1 {
        font-size: 24px
    }

    .banner .slider .swiper-container-vertical>.swiper-pagination-bullets {
        display: none
    }

    .banner .video-slider .swiper-content {
        display: none
    }

    .banner .banner-main .banner-content>h1 {
        font-size: 24px
    }

    .slider-thumbs,
    .slick-content-inner {
        display: none !important
    }
}

#particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.form-main {
    position: absolute;
    display: block;
    z-index: 2;
    bottom: 25px;
    width: 100%;
}

.form-main .form-content {
    box-shadow: 0 0 30px #cccccc57;
    margin: -76px auto 0;
    background: #fff;
    border-radius: 0;
    z-index: 2;
    /* backdrop-filter: blur(3px); */
}

.form-main .form-content .input-box {
    position: relative;
    width: 100%
}

.form-main .form-content .input-box i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.form-main .form-content .input-box [class^=fa-]:before {
    color: #ef2853;
    font-weight: 600
}

.form-main .form-content .form-navtab {
    position: absolute;
    top: -57px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.form-main .form-content .form-navtab .nav-tabs {
    border: none;
    padding: 0;
    display: inline-block
}

.form-main .form-content .form-navtab .nav-tabs li button {
    border-radius: 0;
    background: #fff;
    border: none;
    padding: 15px 30px;
    transition: all .5s;
    border-radius: 0
}

.form-main .form-content .form-navtab .nav-tabs li i {
    color: #444;
    margin-right: 5px;
    transition: all .5s
}

.form-main .form-content .form-navtab .nav-tabs li:hover button {
    background: var(--red-color);
    color: #fff;
    border: none;
    transition: all .5s
}

.form-main .form-content .form-navtab .nav-tabs li:hover button i {
    color: #fff;
    transition: all .5s
}

.form-main .form-content .form-navtab .nav-tabs li button.active {
    background: var(--red-color);
    color: #fff;
    border: none;
    transition: all .5s
}

.form-main .form-content .form-navtab .nav-tabs li button.active i {
    color: #fff;
    transition: all .5s
}

.form-main .form-content .tab-content {
    box-shadow: 0 0 30px #cccccc57;
    padding: 30px;
    background: #fff
}

.form-main .form-content.form-content1 {
    top: -20px
}

.form-main .form-content.form-content2 {
    padding: 0;
    box-shadow: none;
    top: 0
}

.form-main .form-content.form-content2 .input-box {
    position: relative;
    display: inline-block;
    width: 100%
}

.form-main .form-content.form-content2 .input-box input,
.form-main .form-content.form-content2 .input-box .nice-select {
    border-width: 0 0 1px
}

.form-main .form-content.form-content2 .input-box i {
    color: var(--red-color);
    font-weight: 600;
    left: 0
}

.form-main .form-content.form-content3 {
    padding: 0;
    box-shadow: none;
    top: 0;
    background: 0 0
}

.form-main .form-content.form-content3 .input-box {
    position: relative;
    display: inline-block;
    width: 100%
}

.form-main .form-content.form-content3 .input-box input,
.form-main .form-content.form-content3 .input-box .nice-select {
    border-width: 0 0 1px;
    background: 0 0;
    color: #fff
}

.form-main .form-content.form-content3 .input-box input::placeholder,
.form-main .form-content.form-content3 .input-box .nice-select::placeholder {
    color: #fff !important
}

.form-main .form-content.form-content3 .input-box i {
    color: var(--red-color);
    font-weight: 600;
    left: 0
}

.form-main1 {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0
}

.book-form1 .nice-select,
.book-form1 input {
    border-width: 0 0 1px;
    border-radius: 0;
    padding: 12px 0
}

@media(max-width:1100px) {
    .form-main .form-content {
        width: 88% !important
    }

    .form-main .form-content.form-content1 {
        top: 0
    }
}

@media(max-width:991px) {
    .form-main .form-content {
        margin: 5rem auto .25rem !important;
        left: 0;
        position: relative;
        top: 0
    }

    .form-main .form-content .form-group {
        padding-right: 0 !important;
        margin-bottom: 1rem !important
    }

    .form-main .form-title1 {
        border-radius: 10px 10px 0 0 !important;
        margin-bottom: 2rem !important
    }

    .form-main1 {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0
    }
}

@media(max-width:767px) {
    .form-main .form-content .form-navtab .nav-tabs li a {
        padding: 20px 15px
    }
}

@media(max-width:735px) {
    .form-main .form-content {
        width: 98% !important
    }

    .form-main .form-content .tab-content {
        border-top: 2px dashed #f1f1f1
    }
}

@media(max-width:479px) {
    .form-main .form-content .form-navtab {
        position: relative;
        top: 0
    }

    .form-main .form-content .form-navtab .nav-tabs {
        display: block
    }

    .form-main .form-content .form-navtab .nav-tabs li {
        width: 100%
    }

    .form-main .form-content .form-navtab .nav-tabs li button {
        width: 100%
    }

    .form-main .form-content .form-navtab .nav-tabs li a {
        display: block
    }

    .form-main .form-content .form-navtab .nav-tabs li:nth-child(odd) a {
        background: #f1f1f1
    }
}

.category-item {
    position: relative
}

.category-item i {
    font-size: 36px
}

.category-item img {
    width: auto !important
}

.category-item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    transition: all ease-in-out .5s;
    background: var(--red-color) !important;
    cursor: pointer
}

.category-item .trending-topic-content {
    position: relative;
    z-index: 1
}

.category-item:hover::before {
    width: 100%;
    transition: all ease-in-out .5s
}

.trending-topic-counter::before {
    content: '';
    background: #f1f1f1;
    position: absolute;
    height: 50%;
    width: 100%;
    left: 0;
    top: 0
}

.trending-topic-counter .trending-topic-counter-inner {
    width: 65%;
    margin: 0 auto;
    padding: 40px 40px 100px
}

.trending-topic-counter .trending-topic-counter-inner .section-title::before {
    display: none
}

.trending-topic-counter .trending-topic-counter-inner .section-title h2 {
    font-weight: 700
}

.trending-topic-counter .trending-topic-counter-inner .counter-item {
    padding: 20px !important;
    border: 1px solid #f1f1f1a6
}

.trending .slick-track .trend-content {
    height: 220px;
}

.why-us .why-us-item {
    transition: all ease-in-out .5s;
    overflow: hidden;
    position: relative;
    transform: translateY(0px);
    box-shadow: rgb(119 119 119 / 16%) 2px 6px 25px;
}

.why-us .why-us-item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    transition: all ease-in-out .5s;
    background: var(--red-color) !important;
    cursor: pointer
}

.why-us .why-us-item .why-us-content {
    z-index: 1;
    position: relative
}

.why-us .why-us-item:hover::before {
    height: 100%;
    transition: all ease-in-out .5s
}

.why-us .why-us-item .why-us-icon [class^=flaticon-]::before,
.why-us .why-us-item .why-us-icon i {
    font-size: 58px
}

.why-us .why-us-item:hover i,
.why-us .why-us-item:hover a,
.why-us .why-us-item:hover p {
    color: #fff !important;
    transition: all ease-in-out .5s
}

@media(max-width:1100px) {
    .trending-topic-counter .trending-topic-counter-inner {
        width: 86%;
        padding: 40px 40px 80px
    }
}

@media(max-width:991px) {
    .trending-topic-counter {
        padding-bottom: 0
    }

    .trending-topic-counter .trending-topic-counter-inner {
        padding: 40px;
        margin: 0 auto !important
    }

    .trending-topic-counter .trending-topic-counter-inner .car-image {
        width: 100%;
        position: relative;
        bottom: inherit
    }

    .category-main-inner h3 {
        margin-bottom: 0 !important
    }
}

@media(max-width:767px) {
    .trending-topic .trending-topic-item {
        text-align: center
    }

    .trending-topic .trending-topic-item:before {
        display: none
    }
}

.trending {
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative
}

.trending .trend-item,
.trending .trend-item1,
.trending .trend-item2 {
    position: relative;
    transition: all ease-in-out .5s;
    overflow: hidden
}

.trending .trend-item::before,
.trending .trend-item1::before,
.trending .trend-item2::before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0;
    background: var(--red-color);
    height: 4px;
    transition: all ease-in-out .5s;
    z-index: 2
}

.trending .trend-item .trend-meta,
.trending .trend-item1 .trend-meta,
.trending .trend-item2 .trend-meta {
    position: absolute;
    top: -28px;
    right: 20px
}

.trending .trend-item .trend-image,
.trending .trend-item1 .trend-image,
.trending .trend-item2 .trend-image {
    position: relative
}

.trending .trend-item .trend-image img,
.trending .trend-item1 .trend-image img,
.trending .trend-item2 .trend-image img {
    transition: all ease-in-out .5s;
    width: 100%
}

.trending .trend-item .trend-image .trend-content,
.trending .trend-item1 .trend-image .trend-content,
.trending .trend-item2 .trend-image .trend-content {
    z-index: 1
}

.trending .trend-item .trend-image,
.trending .trend-item .trend-image1,
.trending .trend-item1 .trend-image,
.trending .trend-item1 .trend-image1,
.trending .trend-item2 .trend-image,
.trending .trend-item2 .trend-image1 {
    transition: all ease-in-out .5s;
    overflow: hidden
}

.trending .trend-item .trend-content1,
.trending .trend-item1 .trend-content1,
.trending .trend-item2 .trend-content1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1
}

.trending .trend-item:hover,
.trending .trend-item1:hover,
.trending .trend-item2:hover {
    transition: all ease-in-out .5s
}

.trending .trend-item:hover::before,
.trending .trend-item1:hover::before,
.trending .trend-item2:hover::before {
    transition: all ease-in-out .5s;
    width: 100%
}

.trending .trend-item:hover .trend-image img,
.trending .trend-item1:hover .trend-image img,
.trending .trend-item2:hover .trend-image img {
    transform: scale(1.1);
    transition: all ease-in-out .5s
}

.trending .trend-item:hover .color-overlay,
.trending .trend-item1:hover .color-overlay,
.trending .trend-item2:hover .color-overlay {
    height: 100%;
    transition: all ease-in-out .5s
}

.trending .trend-item:hover .color-overlay,
.trending .trend-item1:hover .color-overlay,
.trending .trend-item2:hover .color-overlay {
    height: 100%;
    transition: all ease-in-out .5s
}

.trending .trend-item1::before {
    display: none
}

.trending .trend-item2 {
    position: relative;
    transition: all ease-in-out .5s;
    height: 100%;
    overflow: hidden
}

.trending .trend-item2>a {
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: center;
    display: inline-block;
    transition: all ease-in-out .5s
}

.trending .trend-item2::before {
    display: none
}

.trending .trend-image1 {
    position: relative;
    height: 100%;
    overflow: hidden;
    transition: all ease-in-out .5s
}

.trending .trend-image1>a {
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: center;
    display: inline-block;
    transition: all ease-in-out .5s
}

.section-shape {
    position: absolute;
    top: -96px;
    left: 0;
    width: 100%;
    height: 96px;
    background-size: contain;
    background-repeat: repeat-x;
    z-index: 0;
}

.section-shape.section-shape1 {
    transform: rotate(180deg)
}

@media(max-width:991px) {
    .section-shape {
        background-size: cover
    }
}

@media(max-width:767px) {
    .trending .trend-item .trend-image1 {
        height: 340px;
        margin-bottom: 1rem
    }

    .trending .trend-item2 {
        height: 300px;
        border-radius: 10px;
        margin-bottom: 15px
    }

    .trend-packages .trend-full .col-lg-5 {
        padding: 0 !important
    }
}

@media(max-width:400px) {
    .trending .trend-item .trend-image .trend-meta {
        position: relative;
        display: block !important;
        text-align: center
    }

    .trending .trend-item .trend-image .trend-meta .entry-author {
        margin-bottom: 15px
    }
}

.entry-author img {
    width: 36px !important;
    height: 36px !important;
    display: inline-block !important
}

.sidebar-sticky {
    position: sticky;
    top: 0;
    transition: all ease-in-out .5s
}

.sidebar-sticky .list-sidebar {
    border-radius: 0
}

.sidebar-sticky .list-sidebar .sidebar-item {
    padding: 0 0 30px;
    border-bottom: 2px dashed #f1f1f1;
    margin-bottom: 30px
}

.sidebar-sticky .list-sidebar .sidebar-item:last-child {
    border: none;
    margin: 0;
    padding: 0
}

.sidebar-sticky .list-sidebar .sidebar-item h3 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f1f1f1
}

.sidebar-sticky .list-sidebar .sidebar-item h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 20%;
    height: 2px;
    background: var(--red-color)
}

.sidebar-sticky .list-sidebar .sidebar-item h4 {
    border: none;
    padding: 0
}

.sidebar-sticky .list-sidebar .sidebar-item .pretty {
    display: block;
    margin-bottom: 20px;
    margin-right: 0
}

.sidebar-sticky .list-sidebar .sidebar-item .pretty .state label {
    text-indent: 1em;
    width: 100%;
    padding-left: 10px
}

.sidebar-sticky .list-sidebar .sidebar-item .pretty .state label span.number {
    float: right
}

.sidebar-sticky .list-sidebar .sidebar-item .pretty:last-child {
    margin: 0
}

.sidebar-sticky .list-sidebar .sidebar-item .pretty.p-icon .state .icon {
    color: #fff
}

.sidebar-sticky .list-sidebar .sidebar-item .pretty.p-icon input:checked~.state .icon {
    background: var(--red-color)
}

.sidebar-sticky .list-sidebar .sidebar-item .range-slider {
    margin-bottom: 0
}

.sidebar-sticky .list-sidebar .sidebar-item .range-slider .ui-slider .ui-slider-range {
    background: var(--red-color)
}

.sidebar-sticky .list-sidebar .sidebar-item .star-rating span {
    color: #ffbc00;
    display: inline
}

.sidebar-sticky .list-sidebar .sidebar-item .map-box {
    background: url(../images/map.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

.sidebar-sticky .form-content {
    box-shadow: 0 0 30px #cccccc57;
    background: var(--red-color);
    padding: 30px
}

.sidebar-sticky .form-content h4::before {
    display: none !important
}

.sidebar-sticky .form-content .nice-select {
    padding: 13px 20px 10px 35px;
    font-weight: 400
}

.sidebar-sticky .form-content .input-box {
    position: relative;
    display: inline-block;
    width: 100%
}

.sidebar-sticky .form-content .input-box input {
    padding-left: 35px
}

.sidebar-sticky .form-content .input-box i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.sidebar-sticky .form-content .input-box [class^=fa-]:before {
    color: #ef2853;
    font-weight: 600
}

.sidebar-sticky.sticky1 {
    top: 120px
}

.sidebar-sticky.sticky1.tab-sticky {
    top: 30px;
    box-shadow: none
}

.tabs-navbar {
    border: 1px solid #f1f1f1
}

.tabs-navbar ul li {
    display: block;
    width: 100%
}

.tabs-navbar ul li a {
    padding: 15px;
    transition: all ease-in-out .5s;
    display: block;
    background: #ffffff00;
    width: 100%
}

.tabs-navbar ul li a:hover {
    color: #fff;
    background: var(--red-color);
    transition: all ease-in-out .5s
}

.tabs-navbar ul li.active a {
    color: #fff;
    background: var(--red-color);
    transition: all ease-in-out .5s
}

.tabs-navbar1 {
    border: 1px solid #f1f1f1
}

.tabs-navbar1 ul {
    display: inherit;
    text-align: center
}

.tabs-navbar1 ul li a {
    padding: 10px 15px;
    transition: all ease-in-out .5s;
    border-radius: 10px
}

.tabs-navbar1 ul li a:hover {
    color: #fff;
    background: var(--red-color);
    transition: all ease-in-out .5s
}

.tabs-navbar1 ul li.active a {
    color: #fff;
    background: var(--red-color);
    transition: all ease-in-out .5s
}

.navbar-sticky {
    z-index: 9;
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
    animation-name: slideInUp;
    transition: all ease-in-out .5s
}

.tabs-navbar1.navbar-sticky {
    top: 99px;
    transition: all ease-in-out .5s;
    border-top: 1px solid #f1f1f1 !important
}

.sticky1.tab-sticky {
    top: 0;
    transition: all ease-in-out .5s;
    animation-name: slideInUp;
    box-shadow: 0 0 15px #cccccc57;
    padding-top: 1.5rem
}

@media(max-width:991px) {
    .tabs-navbar1.navbar-sticky {
        top: 0;
        position: relative !important
    }

    .more-top .trend-image1 {
        height: 300px
    }

    .more-top .trend-content-main .trend-content {
        padding: 20px 0 0
    }
}

@media(max-width:567px) {
    .trending .trend-item {
        display: block !important
    }

    .trending .trend-item .trend-content-main,
    .trending .trend-item .trend-image {
        width: 100% !important
    }

    .trending .trend-item .trend-content {
        padding: 20px 0
    }

    .entry-meta {
        display: block !important
    }
}

.featured-video,
.recent-post {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat
}

.featured-video .featured-item,
.featured-video .recent-item,
.recent-post .featured-item,
.recent-post .recent-item {
    position: relative;
    overflow: hidden
}

.featured-video .featured-item .featured-image,
.featured-video .featured-item .recent-image img,
.featured-video .recent-item .featured-image,
.featured-video .recent-item .recent-image img,
.recent-post .featured-item .featured-image,
.recent-post .featured-item .recent-image img,
.recent-post .recent-item .featured-image,
.recent-post .recent-item .recent-image img {
    transition: all ease-in-out .5s
}

.featured-video .featured-item .featured-content,
.featured-video .recent-item .featured-content,
.recent-post .featured-item .featured-content,
.recent-post .recent-item .featured-content {
    position: absolute;
    bottom: -60px;
    transition: all ease-in-out .5s
}

.featured-video .featured-item .recent-content,
.featured-video .recent-item .recent-content,
.recent-post .featured-item .recent-content,
.recent-post .recent-item .recent-content {
    position: absolute;
    bottom: 0;
    transition: all ease-in-out .5s;
    z-index: 1
}

.featured-video .featured-item:hover .featured-image,
.featured-video .recent-item:hover .featured-image,
.recent-post .featured-item:hover .featured-image,
.recent-post .recent-item:hover .featured-image {
    transition: all ease-in-out .5s;
    transform: scale(1.1)
}

.featured-video .featured-item:hover .featured-content,
.featured-video .recent-item:hover .featured-content,
.recent-post .featured-item:hover .featured-content,
.recent-post .recent-item:hover .featured-content {
    bottom: 0;
    transition: all ease-in-out .5s
}

.featured-video .featured-item:hover .recent-image>img,
.featured-video .recent-item:hover .recent-image>img,
.recent-post .featured-item:hover .recent-image>img,
.recent-post .recent-item:hover .recent-image>img {
    transition: all ease-in-out .5s;
    filter: grayscale(10);
    transform: scale(1.1)
}

.featured-video .featured-item:hover .color-overlay,
.featured-video .recent-item:hover .color-overlay,
.recent-post .featured-item:hover .color-overlay,
.recent-post .recent-item:hover .color-overlay {
    height: 100%;
    transition: all ease-in-out .5s
}

.featured-video .video-banner,
.recent-post .video-banner {
    height: 500px
}

.recent-post-main {
    position: relative;
    z-index: 1
}

@media(max-width:479px) {

    .featured-video .recent-item .featured-content,
    .featured-video .featured-item .featured-content,
    .recent-post .recent-item .featured-content,
    .recent-post .featured-item .featured-content {
        position: relative;
        bottom: 0;
        background: #232323
    }
}

.discount-action {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 2
}

.discount-action .call-banner,
.discount-action .call-banner1 {
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat
}

.discount-action .call-banner .call-banner-inner,
.discount-action .call-banner1 .call-banner-inner {
    position: relative;
    z-index: 1
}

.discount-action .call-banner1 {
    background-size: contain;
    background-attachment: inherit;
    background-position: right
}

ul.social-with-text li {
    text-align: center
}

ul.social-with-text li a i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    background: #f1f1f1;
    display: inline-block;
    text-align: center;
    margin-right: 18px
}

@media(max-width:991px) {
    .discount-action .call-banner {
        background-size: cover
    }

    .discount-action .call-banner .trend-content {
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 2rem !important
    }

    .discount-action .call-banner .call-banner-inner {
        padding: 0 !important;
        width: 100% !important
    }

    .discount-action .call-banner .call-banner-inner .trend-content {
        padding: 0 !important;
        text-align: center
    }

    .discount-action .call-banner .call-banner-inner1 {
        padding: 30px !important
    }

    .discount-action .call-banner .call-banner-inner1 .trend-content-main {
        width: 100% !important
    }

    .discount-action .call-banner1 {
        background-size: cover !important
    }

    .discount-action .call-banner1 .call-banner-inner {
        margin: 0 !important;
        border-radius: 0 !important
    }
}

@media(max-width:767px) {
    .discount-action .call-banner .col-lg-6 {
        padding: 0 !important
    }

    .discount-action .call-banner .call-button {
        top: 55px;
        transform: none;
        z-index: 1
    }

    .discount-action .call-banner1 .call-banner-inner {
        padding: 30px !important;
        text-align: center
    }

    .discount-action .call-banner1 .video-button {
        margin: 60px 0 !important
    }
}

@media(max-width:567px) {
    .discount-action .call-banner .call-banner-inner {
        width: 100% !important;
        padding: 0 !important
    }

    .section-btns {
        display: block !important
    }

    .section-btns a {
        margin: 1rem 0 0 !important;
        width: 100%
    }
}

.call-to-action,
.call-to-action1 {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    position: relative
}

.call-to-action h2.call-name,
.call-to-action1 h2.call-name {
    font-size: 54px
}

.call-to-action .video-button,
.call-to-action1 .video-button {
    position: relative
}

.call-to-action .video-button img,
.call-to-action1 .video-button img {
    border: 8px solid #ffffff2e
}

.call-button {
    position: relative
}

.call-button button.play-btn {
    position: relative;
    left: 0;
    right: 0;
    padding: 5px;
    background: #ffffff2e;
    border: none;
    border-radius: 50%
}

.call-button button.play-btn i {
    font-size: 28px;
    height: 70px;
    width: 70px;
    line-height: 2.5;
    text-align: center;
    color: #fff;
    background: var(--red-color);
    transition: all ease-in-out .5s;
    padding: 0 0 0 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%
}

.call-button button.play-btn::after,
.call-button button.play-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #fdc70380;
    opacity: .3
}

.call-button button.play-btn::before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite
}

.call-button button.play-btn::after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite
}

.call-to-action1::before,
.call-to-action1::after {
    display: none
}


.counter .counter-item h2 {
    font-size: 40px
}

.counter .counter-item i {
    font-size: 40px
}

.counter .d-line {
    border-right: 1px dashed #f1f1f1;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%
}

.counter_one:before {
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 0;
    background: #fff;
    content: "";
    z-index: -1;
    border-top: 10px solid var(--red-color);
    width: 91.3%
}

.counter_one .counter1 {
    position: relative;
    display: block;
    margin-top: -120px;
    z-index: 10
}

.counter_one .counter1 .counter-item {
    text-align: center;
    width: 100%
}

.counter_one .counter1 .counter-item h3 {
    font-size: 54px
}

.counter_one .counter1 .counter-item i {
    font-size: 21px
}

.counter_one .counter1 .d-line {
    border-right: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%
}

@media(max-width:991px) {
    .counter-main {
        width: 100% !important
    }

    .counter-main .counter {
        margin: 0 !important
    }

    .counter-main .counter-item {
        border: none !important;
        padding: 0 !important
    }
}

.packages .pg-title i.icon {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    line-height: 2
}

.packages .pg-title h2 span {
    font-weight: 300;
    font-size: 15px;
    display: block
}

.packages .pg-main ul li {
    display: inline-block;
    width: 100%;
    line-height: 3;
    border-bottom: 1px dashed #f1f1f1
}

.top-restro .slider-content {
    background: #fff;
    padding: 20px;
    width: 94%;
    margin: 0 auto;
    margin-top: -2rem;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 15px #cccccc57
}

.top-restro .slider-content .restro-content li {
    display: block;
    font-size: 15px;
    color: #999
}

.latest-tour .tour-item {
    position: relative;
    overflow: hidden;
    transition: all ease-in-out .5s
}

.latest-tour .tour-item:before {
    position: absolute;
    top: 0;
    left: 0;
    background: #2e3d629e;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .5s
}

.latest-tour .tour-item .tour-image img {
    transition: all ease-in-out .5s
}

.latest-tour .tour-item .tour-content {
    padding: 20px;
    position: absolute;
    bottom: -162px;
    left: 0;
    width: 100%;
    z-index: 1;
    transition: all ease-in-out .5s
}

.latest-tour .tour-item .tour-tag {
    position: absolute;
    padding: 10px;
    top: 20px;
    right: 0;
    background: var(--red-color);
    z-index: 1
}

.latest-tour .tour-item .tour-tag .old-price {
    text-decoration: line-through
}

.latest-tour .tour-item:hover .tour-content {
    bottom: 50%;
    transform: translateY(50%);
    transition: all ease-in-out .5s
}

.latest-tour .tour-item:hover .tour-image img {
    transform: rotate(5deg) scale(1.2);
    transition: all ease-in-out .5s
}

.latest-tour .tour-item:hover:before {
    opacity: 1;
    visibility: visible;
    transition: all ease-in-out .5s
}

section.about-detail {
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    background-attachment: fixed
}

section.about-detail .about-image {
    border-radius: 0;
    overflow: hidden
}

section.about-detail .about-image img {
    border-radius: 15px
}

section.about-detail .p-about-us .p-call-action li {
    display: inline-block;
    padding: 5px;
    width: 49%
}

section.about-detail .about-detail-content {
    border-radius: 15px
}

@media(max-width:811px) {
    section.about-detail {
        background-size: cover
    }
}

@media(max-width:767px) {
    section.about-us {
        padding-bottom: 3rem
    }

    section.about-us .about-listing:after {
        display: none
    }

    section.about-us .counter .d-line {
        position: relative;
        border: none
    }

    .about-banner {
        text-align: center
    }

    .about-banner .about-banner-content {
        margin-bottom: 2rem
    }

    section.about-detail:before {
        display: none
    }
}

.quick-service {
    position: relative
}

.quick-service .card-box {
    position: relative;
    width: 320px;
    height: 320px;
    transform-style: preserve-3d;
    perspective: 1000px;
    border-radius: 15px;
    margin: 0 auto
}

.quick-service .card-box .box-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: 1s cubic-bezier(.15, .15, .3, 1.3)
}

.quick-service .card-box .box-inner .box-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.quick-service .card-box .box-inner .box-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.quick-service .card-box .box-inner .box-image .box-title {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    background: var(--red-color);
    padding: 15px 10px
}

.quick-service .card-box .box-inner .box-image .box-title i {
    font-size: 32px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #fff;
    color: var(--red-color);
    line-height: 2.4
}

.quick-service .card-box .box-inner .top-service {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    transform-style: preserve-3d;
    padding: 0;
    transform: rotateY(180deg);
    border-radius: 15px
}

.quick-service .card-box .box-inner .top-service .service-inner {
    transform-style: preserve-3d;
    padding: 20px;
    background: var(--red-color);
    transform: translateZ(100px)
}

.quick-service .card-box .box-inner .top-service .service-inner i {
    font-size: 38px;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background: #fff;
    color: var(--red-color);
    line-height: 2.4
}

.quick-service .card-box:hover .box-inner {
    transform: rotateY(180deg)
}

.quick-service .top-service {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 45px 25px;
    border-radius: 15px
}

.quick-service .top-service i {
    font-size: 3rem;
    margin-bottom: 15px
}

.quick-service .top-service p {
    color: #f1f1f1;
    font-size: 13px
}

@media(max-width:359px) {
    .quick-service .card-box {
        height: 280px;
        width: 280px
    }
}

.about-us {
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
    position: relative
}

.about-us:hover .trend-item {
    transform: none
}

.about-us .about-trending-topic ul li {
    display: inline-block;
    width: 49%;
    position: relative;
    line-height: 2.4;
    font-weight: 400
}

.about-us .about-trending-topic ul li:before {
    content: '\f105';
    font-family: fontawesome;
    margin-right: 10px
}

.about-us .about-image-box .about-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background: #fcdc6b;
    animation: border-transform 10s linear infinite alternate forwards
}

.about-us .about-image-box1 .about-image {
    margin-top: -40px
}

.about-us .about-image-box1 .about-content {
    right: inherit;
    left: -40px;
    top: 0
}

.about-us .about-inner {
    position: relative;
    z-index: 1
}

.about-us .about-inner h2 {
    font-size: 48px;
    margin-bottom: 10px !important
}

.about-us .about-inner .about-image-box {
    border-radius: 15px;
    overflow: hidden;
    position: relative
}

.about-us .about-inner .about-image-box img {
    width: 100%
}

.about-us .about-inner .about-image-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    -webkit-transition: -webkit-transform 1.8s;
    transition: -webkit-transform 1.8s;
    transition: transform 1.8s;
    transition: transform 1.8s, -webkit-transform 1.8s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
    z-index: 1
}

.about-us .about-inner .about-image-box:hover:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0)
}

.about-us .box-title i {
    font-size: 38px;
    color: var(--red-color)
}

.about-us .about-left {
    position: absolute;
    top: 50%;
    right: -50px;
    background: #fff;
    width: 100%;
    z-index: 1;
    transform: translateY(-50%);
    border-radius: 15px;
    padding: 30px 30px 30px 0
}

.about-us1 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative
}

.about-us1:before {
    background: #fff;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    z-index: 1
}

@media(max-width:991px) {
    .about-us .trend-image1 {
        height: 300px;
        margin-bottom: 20px
    }

    .about-us .about-inner .about-image-box {
        margin-top: 2rem
    }

    .about-us .about-image-box .about-image-desti {
        margin-bottom: 0
    }

    .about-us .about-image-box .about-image-main {
        margin-top: 30px
    }

    .about-us .about-image-box .about-image-main .col-lg-6 {
        margin-top: 0 !important
    }

    .about-us .about-image-box .about-content {
        margin-bottom: 15px;
        width: 100% !important
    }

    .about-us .form-content {
        top: 5rem;
        margin-bottom: 2rem
    }

    .about-us .about-left {
        position: relative;
        right: 0;
        top: 0;
        transform: none;
        padding: 0
    }

    .about-us1:before {
        top: 8%;
        width: 100%;
        height: 84%
    }

    .about-us1:after {
        bottom: -48px
    }
}

@media(max-width:639px) {
    .about-us1.about-us:before {
        display: block
    }

    .about-us1.about-us:after {
        bottom: -72px
    }

    .about-us:before {
        display: none
    }

    .about-us .about-trending-topic ul li {
        display: block;
        width: 100%
    }

    .about-us .about-listing ul {
        display: block !important
    }

    .about-us .about-listing ul li {
        line-height: 2
    }
}

.call-to-action {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    position: relative
}

.call-to-action .call-content {
    position: relative;
    z-index: 1
}

.call-to-action .call-content h2 {
    font-weight: 700;
    font-size: 42px;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #ffffff40;
    padding: 10px 20px;
    background: #ffffff14;
    margin-bottom: 14px !important;
    border-radius: 15px;
    margin-bottom: 17px !important
}

.call-to-action .call-content h2 span {
    color: var(--red-color)
}

.call-to-action .call-content p {
    font-size: 18px;
    font-weight: 700
}

section.call-to-action1 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed
}

section.call-to-action1 .call-inner {
    position: relative;
    z-index: 1
}

section.call-to-action1 .call-inner .call-content {
    position: relative;
    z-index: 1
}

section.call-to-action1 .call-inner .call-content h2 {
    font-weight: 700;
    font-size: 42px;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #ffffff40;
    padding: 10px 20px;
    background: #ffffff14
}

section.call-to-action1 .call-inner .call-content h2 span {
    color: var(--red-color)
}

section.call-to-action1 .call-inner .call-content p {
    font-size: 18px
}

section.call-to-action1:before,
section.call-to-action1:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(47, 38, 57, .43)
}

section.call-to-action1:after {
    background: #fff;
    width: 33%;
    transform: skew(30deg);
    right: -196px;
    left: inherit
}

section.call-to-action1 .call-main1 .video-button .call-button {
    top: inherit;
    transform: none
}

section.call-to-action.maincounter {
    background-image: url(../images/calltoaction3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 70px;
    padding-bottom: 75px
}

section.call-to-action.maincounter .counter {
    border: none
}

@media(max-width:991px) {
    section.call-to-action {
        padding-bottom: 3rem
    }

    section.call-to-action .call-content {
        width: 100% !important;
        text-align: center !important
    }

    section.call-to-action .section-title {
        width: 100% !important
    }

    section.call-to-action1:after {
        display: none
    }

    section.call-to-action1 .call-inner {
        text-align: center
    }

    section.call-to-action1 .call-inner .call-content {
        text-align: center !important;
        padding: 0 0 2rem !important
    }

    .newsletter-image {
        text-align: center
    }

    .newsletter-image img {
        width: 70%;
        margin: 0 auto
    }
}

@media(max-width:811px) {
    section.call-to-action .counter .counter-item h3 {
        font-size: 32px
    }
}

@media(max-width:767px) {
    section.call-to-action {
        padding-bottom: 3rem
    }

    section.call-to-action .call-content-inner {
        margin-top: 2rem;
        text-align: center
    }

    section.call-to-action .counter .d-line {
        position: relative;
        border: none;
        margin-bottom: 2rem
    }

    .call-to-main .call-to-action .call-content {
        width: 100% !important;
        text-align: center !important
    }

    .counter_one .counter1 .d-line {
        position: relative;
        border: none
    }

    .call-main1 .action-content {
        width: 100% !important
    }
}

@media(max-width:639px) {
    .call-to-action .call-content h2 {
        font-size: 24px
    }

    .call-to-main .call-to-action {
        padding: 20px !important
    }
}

.our-team {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.our-team .team-image {
    overflow: hidden;
    transition: all ease-in-out .5s
}

.our-team .team-image img {
    transition: all ease-in-out .5s;
    width: 100%
}

.our-team .team-image:hover img {
    transition: all ease-in-out .5s;
    transform: scale(1.1)
}

.our-team .team-list {
    overflow: hidden
}

.our-team .team-list .team-content {
    transition: all .5s;
    position: relative;
    z-index: 1
}

.our-team .team-list .team-content1 {
    background: #fff;
    top: -2rem;
    transition: all .5s;
    position: relative;
    z-index: 1;
    width: 96%;
    padding-top: 20px
}

.our-team .team-list:hover .team-content {
    margin-top: -15px;
    transition: all .5s
}

.testimonial {
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover
}

.testimonial .testimonial-item1 .testimonial-content {
    background: #fff;
    border: 1px solid #f1f1f1;
    position: relative
}

.testimonial .testimonial-item1 .testimonial-content p {
    font-style: italic
}

.testimonial .testimonial-item1 .testimonial-content .testimonial-icon {
    width: 50px;
    height: 45px;
    background: var(--red-color);
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 45px;
    position: absolute;
    top: 37px;
    left: -19px
}

.testimonial .testimonial-item1 .testimonial-content .testimonial-icon:before {
    content: "";
    border-bottom: 16px solid #e41212;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px
}

.testimonial .testimonial-item1 .details {
    position: relative
}

.testimonial .testimonial-item1 .details i {
    font-size: 40px;
    color: var(--red-color);
    margin-bottom: 13px !important
}

.testimonial .testimonial-item1 .details p {
    font-size: 18px;
    font-style: italic
}

.testimonial .testimonial-item1 a {
    display: inline-block;
    position: relative;
    overflow: hidden
}

.testimonial .testimonial-item1 a img {
    height: 80px;
    width: 80px;
    border-radius: 50%
}

.testimonial .testimonial-item1 .author-info {
    position: relative
}

.testimonial .testimonial-item1 .author-info img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.testimonial .testimonial-item1 .author-info i {
    font-size: 20px;
    color: var(--red-color);
    position: absolute;
    left: 38%;
    z-index: 1;
    background: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 1.8
}

.testimonial .review-slider .slick-prev,
.testimonial .review-slider .slick-next {
    bottom: -80px;
    top: inherit;
    background: var(--red-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 1
}

.testimonial .review-slider .slick-prev::before,
.testimonial .review-slider .slick-next::before {
    color: #fff;
    font-size: 28px;
    line-height: 1.5
}

.testimonial .review-slider .slick-prev:hover,
.testimonial .review-slider .slick-prev:focus,
.testimonial .review-slider .slick-next:hover,
.testimonial .review-slider .slick-next:focus {
    background: #121212
}

.testimonial .review-slider .slick-prev:hover::before,
.testimonial .review-slider .slick-prev:focus::before,
.testimonial .review-slider .slick-next:hover::before,
.testimonial .review-slider .slick-next:focus::before {
    color: #fff
}

.testimonial .review-slider .slick-prev {
    left: 16px
}

.testimonial .review-slider .slick-next {
    left: 76px;
    right: inherit
}

.testimonial .abt-short .short-p {
    position: relative;
    letter-spacing: 2px;
    transition: all .5s
}

.testimonial .abt-short .short-p::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    height: 2px;
    width: 30%;
    background: var(--red-color)
}

.testimonial .tst-slide p {
    padding: 30px;
    border: 2px dashed #f1f1f129;
    border-radius: 15px;
    margin-bottom: 25px;
    transition: all .5s
}

.testimonial .tst-slide p i {
    font-size: 40px;
    color: var(--red-color);
    margin-bottom: 13px !important
}

.testimonial .tst-slide:hover p {
    border-color: var(--red-color)
}

.testimonial .tst-info {
    position: relative
}

.testimonial .tst-info img {
    width: 10%;
    border-radius: 50px
}

.testimonial .testimonials_one_single {
    position: relative;
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 165px;
    padding-right: 50px;
    z-index: 10
}

.testimonial .testimonials_one_single:before {
    position: absolute;
    bottom: -40px;
    left: 130px;
    width: 91px;
    height: 40px;
    background-image: url(../images/testi-shape.png);
    background-repeat: no-repeat;
    content: ""
}

.testimonial .testimonials_one_single .shadow-box {
    position: absolute;
    top: 0;
    left: 65px;
    bottom: 0;
    right: 0;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07);
    z-index: -1
}

.testimonial .testimonials_one_single .testimonials_one_image {
    position: absolute;
    top: 80px;
    left: 20px
}

.testimonial .testimonials_one_single .testimonials_one_image img {
    border-radius: 50%;
    height: 110px;
    width: 110px
}

.testimonial .testimonials_one_single .testimonials_one_image:before {
    position: absolute;
    top: -15px;
    left: -20px;
    right: -20px;
    bottom: 0;
    content: "";
    border: 10px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 140px;
    width: 140px
}

.testimonial .testimonials_one_single:hover .testimonials_one_image:before {
    border: 10px solid var(--red-color)
}

.testimonial .testimonials_one_single .testimonials_one_text {
    position: relative;
    display: block
}

.testimonial .testimonials_one_single .testimonials_one_text .testimonials_one_rating_box {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.testimonial .testimonials_one_single .testimonials_one_text .testimonials_one_rating_box a {
    color: var(--red-color)
}

.testimonial .testimonials_one_single .testimonials_one_text .testimonials_quote_icon {
    position: absolute;
    bottom: -4px;
    right: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.testimonial .testimonials_one_single .testimonials_one_text .testimonials_quote_icon span {
    font-size: 36px;
    color: var(--red-color)
}

.testimonial .testimonials_one_single .testimonials_one_text .customer_info h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px
}

.testimonial .testimonials_one_single .testimonials_one_text .customer_info span {
    font-size: 14px;
    color: #777;
    margin-left: 5px
}

.testimonial .testimonials_one_single:after {
    position: absolute;
    top: 0;
    left: 65px;
    bottom: 0;
    right: 0;
    background-color: #fff;
    content: "";
    z-index: -1;
    border-radius: 4px
}

.testimonial .counter-main .counter-item {
    padding: 0 1rem 1rem !important
}

@media(max-width:991px) {
    .testimonial .section-title {
        text-align: center !important;
        margin-bottom: 2.5rem
    }

    .testimonial .about-slider {
        width: 100% !important;
        margin: 0 !important
    }
}

@media(max-width:735px) {
    .testimonial .testimonial-item1 {
        margin: 2.5rem 0 0;
        text-align: center
    }

    .testimonial .testimonial-item1 .author-info {
        display: inline-block !important
    }

    .testimonial .testimonial-item1 i {
        display: none
    }

    .testimonial .testimonial-item1 .author-content {
        margin: 0 !important
    }

    .testimonial .testimonial-item1::after {
        left: 0
    }

    .testimonial .testimonial-item1 .author-content {
        margin: 0 !important
    }

    .testimonial .counter-main .contact-pac span {
        display: block;
        margin-bottom: 1rem
    }
}

@media(max-width:567px) {
    .testimonial1 .testimonials_one_single {
        padding: 20px;
        text-align: center;
        background: #fff
    }

    .testimonial1 .testimonials_one_single .testimonials_one_image {
        position: relative;
        top: inherit;
        left: inherit;
        margin-bottom: 1rem
    }

    .testimonial1 .testimonials_one_single .testimonials_one_image img {
        margin: 0 auto
    }

    .testimonial1 .testimonials_one_single .testimonials_one_image:before {
        display: none
    }

    .testimonial1 .testimonials_one_single .testimonials_one_text .testimonials_one_rating_box {
        display: inline-block
    }

    .testimonial1 .testimonials_one_single .testimonials_one_text .testimonials_quote_icon {
        position: relative;
        bottom: 0;
        right: 0
    }

    .testimonial1 .testimonials_one_single:after {
        display: none
    }
}

.news {
    padding-bottom: 6rem;
    z-index: inherit
}

.news .news-item {
    position: relative
}

.news .news-item .news-image {
    position: relative;
    transition: all ease-in-out .5s;
    overflow: hidden
}

.news .news-item .news-image::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    -webkit-transition: -webkit-transform 1.8s;
    transition: -webkit-transform 1.8s;
    transition: transform 1.8s;
    transition: transform 1.8s, -webkit-transform 1.8s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
    z-index: 1
}

.news .news-item .news-image:hover:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0)
}

.news .news-item .news-image .news-date1 {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ffffffe3;
    padding: 10px 15px;
    z-index: 2
}

.news .news-item .news-image .news-date1 span {
    font-size: 28px;
    font-weight: 700;
    line-height: 1
}

.news .news-item .news-image .news-content1 {
    padding: 20px;
    position: absolute;
    bottom: 0;
    z-index: 2
}

.news .news-item .news-image .news-content1 .news-list {
    border-top: 1px dashed #f1f1f1;
    padding-top: 15px
}

.news .news-item .news-image .news-content1 .news-list li a {
    font-size: 14px;
    color: #999
}

.news .news-item .news-image .news-content1 .news-list li a:hover {
    color: var(--red-color)
}

.news .news-item .news-image .overlay {
    background: linear-gradient(to bottom, transparent 0%, #826d43 100%);
    top: inherit;
    height: 50%;
    bottom: 0
}

.news .news-item .news-image img {
    transition: all ease-in-out .5s;
    width: 100%
}

.news .news-item .news-image:hover img {
    transition: all ease-in-out .5s;
    transform: scale(1.2)
}

.news .news-item .news-content-over {
    position: absolute;
    left: 0;
    width: 90%;
    right: 0;
    margin: 0 auto;
    box-shadow: 0 0 15px #cccccc37;
    bottom: -1.5rem;
    padding: 20px;
    z-index: 1;
    background: #fff
}

.news .news-item .news-list li a {
    font-size: 14px;
    color: #999;
    font-style: italic
}

.news .news-item .news-list li a:hover {
    color: var(--red-color)
}

.news .news-item .news-content .news-list li a {
    font-size: 14px;
    color: #999
}

.news .news-item .news-content .news-list li a:hover {
    color: var(--red-color)
}

.news .news-item .news-content .author-img img {
    max-width: 40px;
    border-radius: 50%;
    margin-right: 10px
}

.news .news-item .news-content a.news-btn {
    font-size: 14px
}

.news .news-item .news-cont {
    background: #fff;
    border-radius: 15px;
    padding: 20px 15px;
    position: relative;
    z-index: 1;
    width: 96%;
    margin-top: -24px
}

.news .news-item .news-cont .news-list li a {
    font-size: 14px;
    color: #999;
    font-style: italic
}

.news .news-item .news-cont .news-list li a:hover {
    color: var(--red-color)
}

.news .news-item .blog-one__content {
    padding: 24px 24px 20px;
    background: #fff;
    margin-right: 30px;
    margin-top: -70px;
    position: relative;
    transition: all 700ms ease;
    z-index: 1
}

.news .news-item .blog-one__content .blog-one__meta {
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.news .news-item .blog-one__content .blog-one__meta li a {
    font-size: 14px;
    color: #777;
    transition: all 500ms ease
}

.news .news-item .blog-one__content .blog_one_text {
    width: 83%
}

.news .news-item .blog-one__content .blog_one_date {
    height: 70px;
    width: 70px;
    background: var(--red-color);
    padding-top: 15px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 700;
    line-height: 1.2
}

@media(max-width:1100px) and (min-width:1024px) {
    .news .news-item .blog-one__content {
        margin-right: 0
    }

    .news .news-item .blog-one__content .blog-one__meta li a {
        font-size: 12px
    }
}

@media(max-width:991px) {
    .testi-news .section-title {
        text-align: center;
    }

    .news .news-item .blog-one__content .blog-one__meta li a {
        font-size: 13px
    }
}

@media(max-width:500px) {
    .recent-articles .trend-item1 {
        display: block !important
    }

    .recent-articles .trend-item1 .trend-image {
        width: 100% !important;
        margin-bottom: 1rem
    }

    .recent-articles .trend-item1 .trend-content-main {
        width: 100% !important;
        padding: 0 !important
    }
}

.partners_inner {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #f1f1f1
}

.partners_inner ul {
    margin: -2px -10px -2px -2px;
    padding-top: 2px;
    padding-left: 2px
}

.partners_inner ul li {
    margin: 0;
    float: left;
    width: 25%;
    border: 1px solid #f1f1f1;
    text-align: center;
    height: 140px;
    line-height: 140px;
    position: relative;
    margin-top: -2px;
    margin-left: -2px;
    overflow: hidden
}

.partners_inner ul li img {
    opacity: .5;
    transition: all ease-in-out .5s;
    filter: grayscale(100%);
    width: 60%
}

.partners_inner ul li:hover img {
    opacity: 1;
    transition: all ease-in-out .5s;
    filter: grayscale(0%)
}

@media(max-width:911px) {
    .partners_inner {
        margin-top: 40px
    }

    .partners_inner ul li {
        width: 50%
    }
}

@media(max-width:540px) {
    .partners_inner ul li {
        width: 100%
    }
}

.contact-main .contact-info .info-item {
    position: relative;
    padding: 20px
}

.contact-main .contact-info .info-item .box-table li {
    font-size: 16px;
    font-weight: 500;
    list-style-type: none;
    margin-bottom: 20px;
    position: relative;
    width: 100%
}

.contact-main .contact-info .info-item .box-table li span {
    color: var(--red-color);
    float: right
}

.contact-main .contact-info .info-item .box-table li::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 50px;
    border: 1px dashed #737373;
    top: 12px;
    left: 0;
    right: 0;
    margin: auto
}

.contact-main .contact-info .info-item .box-table li:last-child {
    margin-bottom: 0
}

.contact-main .contact-info .info-item .info-icon i {
    font-size: 60px
}

.contact-main .contact-map .map-main {
    border-radius: 15px;
    overflow: hidden
}

.contact-main .contact-map .contact-form {
    background: #3f3f3f;
    padding: 30px;
    border-radius: 15px
}

@media(max-width:991px) {
    .contact-main .contact-info .contact-form {
        padding: 0 !important
    }
}

@media(max-width:767px) {
    .contact-main .contact-map .contact-form {
        margin-top: 2rem
    }
}

.contact-info-main {
    margin-top: -80px
}

.gallery .gallery-item {
    position: relative;
    overflow: hidden
}

.gallery .gallery-item .gallery-image img {
    width: 100%
}

.gallery .gallery-item .gallery-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background: linear-gradient(to bottom, transparent, #000000);
    transition: all ease-in-out .5s;
    z-index: 2
}

.gallery .gallery-item .gallery-content ul {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.gallery .gallery-item .gallery-content ul li {
    border: 1px solid #ffffff26;
    color: #fff;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 2.5;
    display: inline-block;
    border-radius: 10px;
    margin: 0;
    transition: all ease-in-out .5s
}

.gallery .gallery-item .gallery-content ul li a {
    color: #fff
}

.gallery .gallery-item .gallery-content ul li:hover {
    background: var(--red-color);
    transition: all ease-in-out .5s
}

.gallery .gallery-item:hover .gallery-content {
    top: 0;
    transition: all ease-in-out .5s
}

.gallery .overlay {
    background: rgba(0, 0, 0, .4)
}

a.lb-close {
    position: absolute;
    top: -30px;
    right: 30px
}

.error {
    background: #fff;
    border-top: 1px solid #f1f1f1
}

.error .error-content {
    width: 60%;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.error .error-content i {
    color: var(--red-color)
}

.error .error-content h1 {
    font-size: 252px;
    margin: 0;
    color: #fff;
    line-height: 1
}

.error .error-content h1 span {
    text-shadow: -8px 0 0 #fff;
    color: var(--red-color)
}

.error .newsletter-form {
    position: relative
}

.error .newsletter-form form {
    border-radius: 0;
    overflow: hidden;
    position: relative
}

.error .newsletter-form form input {
    padding-right: 65px;
    height: 50px;
    outline: none
}

.error .newsletter-form form input.nir-btn {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    text-align: center;
    border-radius: 0;
    padding: 14px 20px 12px;
    transition: all ease-in-out .5s
}

.error .newsletter-form form input.nir-btn:hover {
    background: var(--red-color) !important;
    transition: all ease-in-out .5s;
    color: #fff
}

.error.error1:before {
    content: '';
    background: url(../images/trending-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .2
}

@media(max-width:991px) {
    .error .error-content {
        width: 100%
    }

    .reservation-main {
        width: 100% !important;
        padding: 0 !important
    }
}

@media(max-width:811px) {
    .error {
        padding: 5rem 0 3rem !important
    }

    .error .error-content {
        width: 100%
    }
}

@media(max-width:567px) {
    .error .error-content h1 {
        font-size: 140px;
        letter-spacing: -20px
    }

    .error .error-content .nir-btn {
        margin: 0 0 1rem
    }

    .error .newsletter-form {
        width: 100% !important
    }

    .error .newsletter-form form {
        border-radius: 0
    }

    .error .newsletter-form form input[type=email] {
        padding-right: 20px
    }

    .login-register .log-main {
        width: 100% !important
    }

    .login-register .log-main button {
        width: 100% !important;
        margin: 0 0 10px !important
    }
}

.newsletter {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover
}

.newsletter .newsletter-form {
    position: relative
}

.newsletter .newsletter-form form {
    border-radius: 0;
    overflow: hidden;
    position: relative;
    border: 1px solid #f1f1f1
}

.newsletter .newsletter-form form input {
    padding-right: 65px;
    border: none;
    height: 50px;
    outline: none
}

.newsletter .newsletter-form form button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px 24px;
    transition: all ease-in-out .5s
}

.newsletter .newsletter-form form button:hover {
    background: #fdc703 !important;
    transition: all ease-in-out .5s;
    color: #fff;
    opacity: .8
}

@media(max-width:811px) {
    .newsletter .newsletter-main .newsletter-form {
        width: 60% !important
    }
}

@media(max-width:767px) {
    .newsletter .newsletter-main .newsletter-form {
        width: 100% !important
    }
}

@media(max-width:567px) {
    .newsletter .newsletter-main .newsletter-form form {
        border: none !important;
        border-radius: 0 !important
    }

    .newsletter .newsletter-main .newsletter-form form input {
        border: 1px solid #f1f1f1 !important;
        padding-right: 20px !important
    }

    .newsletter .newsletter-main .newsletter-form form input.nir-btn,
    .newsletter .newsletter-main .newsletter-form form button {
        border: none !important;
        position: relative !important;
        margin-top: 16px;
        width: 100%
    }
}

footer {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #121212
}

footer .overlay {
    opacity: .8
}

footer a,
footer p,
footer li {
    color: #fff;
    font-weight: 400
}

footer a:hover {
    color: #fff !important
}

footer h3 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px
}

footer h3:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 50px;
    background: #fff;
    left: 0;
    bottom: 0
}

footer .footer-upper {
    position: relative;
    z-index: 1
}

footer .footer-upper .footer-links ul.list li {
    display: inline-block;
    padding: 0 10px
}

footer .footer-upper .footer-links ul li {
    margin-bottom: 20px;
    color: #fff;
    display: block
}

footer .footer-upper .footer-links ul li a {
    transition: all ease-in-out .5s;
    color: #fff
}

footer .footer-upper .footer-links ul li a:hover {
    color: var(--red-color) !important;
    transition: all ease-in-out .5s
}

footer .footer-upper .footer-links ul li a.active {
    color: var(--red-color)
}

footer .footer-upper .footer-links ul p span {
    color: var(--red-color)
}

footer .footer-upper .footer-links .tagcloud a {
    display: inline-block
}

footer .footer-upper .footer-links .tagcloud a:hover {
    background: var(--red-color) !important
}

footer .footer-upper .footer-links h5 {
    border: none;
    padding: 0
}

footer .footer-upper .footer-links p.f-para {
    border-bottom: 1px dashed #f1f1f1
}

footer .footer-upper .footer-links input.nir-btn {
    border: none
}

footer .footer-upper .footer-links input.nir-btn:hover {
    opacity: .8;
    background: var(--red-color) !important;
    color: #fff
}

footer .footer-upper .footer-links .post-list {
    border-bottom: 1px dashed #ffffff30;
    padding-bottom: 10px;
    margin-bottom: 10px
}

footer .footer-upper .footer-links .post-list:last-child {
    border: none;
    margin: 0;
    padding: 0
}

footer .footer-upper .footer-links .post-list .post-image {
    width: 30%;
    border-radius: 0;
    overflow: hidden
}

footer .footer-upper .footer-links .post-list span {
    font-size: 12px
}

footer .footer-upper .footer-about p,
footer .footer-upper .footer-about li {
    color: #777
}

footer .footer-upper .footer-about li {
    line-height: 2
}

footer .footer-middle {
    border-top: 1px dashed #f1f1f1
}

footer .footer-middle .footer-nav ul li a {
    display: inline-block;
    margin: 0 5px;
    font-weight: 700
}

footer .footer-copyright {
    position: relative;
    z-index: 1
}

footer .footer-copyright .copyright-inner {
    background: #fbfbfb12
}

footer .newsletter-main .section-title h2 {
    font-size: 24px
}

footer .newsletter-form button {
    width: 38%
}

footer .footer-payment {
    position: relative;
    z-index: 2
}

footer .footer-payment .col-lg-8.footer-payment-nav {
    margin-bottom: 1rem !important
}

footer .footer-payment .col-lg-4.footer-payment-nav {
    margin-bottom: 1.5rem !important
}

footer .footer-listing-main .footer-listing {
    border: 1px dashed #f1f1f157;
    padding: 20px
}

footer .footer-listing-main .footer-listing i {
    font-size: 36px;
    display: block
}

.social-links {
    display: inline-block
}

.social-links ul li {
    display: inline-block !important
}

.social-links ul li a {
    background: #ffffff26;
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    line-height: 2.4;
    border-radius: 50%
}

.social-links ul li a:hover {
    color: #fff;
    background: var(--red-color)
}

footer.footer1 {
    background-color: transparent
}

footer.footer1 h4:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 50px;
    background: var(--red-color);
    left: 0;
    bottom: 0
}

footer.footer1 .footer-upper .footer-links ul li {
    margin-bottom: 0;
    line-height: 2.5;
    display: block;
    color: #3f3f3f
}

footer.footer1 .footer-upper .footer-links ul li a {
    color: #3f3f3f
}

footer.footer1 .footer-upper .footer-links ul p span {
    color: var(--red-color)
}

footer.footer1 .footer-upper .footer-links input.nir-btn {
    border: none
}

footer.footer1 .footer-upper .footer-links input.nir-btn:hover {
    opacity: .8;
    background: var(--red-color) !important;
    color: #fff
}

footer.footer1 .footer-upper .footer-links .post-list {
    border-bottom: 1px dashed #ffffff30;
    padding-bottom: 10px;
    margin-bottom: 10px
}

footer.footer1 .footer-upper .footer-links .post-list:last-child {
    border: none;
    margin: 0;
    padding: 0
}

footer.footer1 .footer-upper .footer-links .post-list .post-image {
    width: 30%;
    border-radius: 0;
    overflow: hidden
}

footer.footer1 .footer-upper .footer-links .post-list span {
    font-size: 12px
}

footer.footer1 .footer-copyright .social-links ul li {
    display: inline-block
}

footer.footer1 .footer-copyright .social-links ul li a {
    background: var(--red-color);
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    line-height: 2.5
}

footer.footer1 .footer-copyright .social-links ul li a:hover {
    color: #fff;
    background: var(--red-color)
}

footer.footermain {
    width: 100%;
    overflow: hidden;
    position: relative
}

footer.footermain::before {
    content: '';
    background: #181d20 url(../images/testimonial.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

footer.footermain .footer-upper {
    position: relative;
    z-index: 1
}

@media(max-width:1100px) and (min-width:1024px) {
    footer .footer-listing-main .footer-listing {
        margin: 0 5px
    }
}

@media(max-width:991px) {
    footer .footer-upper {
        padding-bottom: 3rem
    }

    footer .footer-upper .footer-links {
        width: 100% !important
    }

    footer .newsletter .newsletter-main {
        text-align: center
    }

    footer .newsletter .newsletter-main .section-title {
        margin-bottom: 1rem
    }

    footer .newsletter .newsletter-main .newsletter-form {
        margin: 0 auto !important
    }

    footer .f-payment {
        margin-top: 1rem;
        text-align: center
    }

    footer .footer-listing-main .footer-listing {
        margin-top: 15px
    }

    footer .newsletter-form form {
        display: block !important
    }

    footer .newsletter-form button {
        width: 100%;
        margin: 10px 0 0 !important
    }

    footer.footer1 .section-title {
        width: 100%;
        text-align: center;
        margin-bottom: 2rem
    }

    footer.footer1 .newsletter .newsletter-main {
        text-align: center
    }

    footer.footer1 .newsletter .newsletter-main .newsletter-form {
        width: 80%;
        margin: 0 auto
    }
}

@media(max-width:767px) {
    footer .footer-copyright .copyright-inner {
        text-align: center
    }

    footer .footer-copyright .copyright-inner .copyright-text {
        margin-bottom: 15px
    }

    footer .footer-middle {
        padding-top: 0 !important
    }

    footer .footer-middle .footer-nav {
        width: 100% !important
    }
}

@media(max-width:639px) {
    footer .footer-upper .footer-links .post-list {
        justify-content: normal !important
    }

    footer .footer-upper .footer-links .post-list .post-content {
        padding-left: 1rem
    }
}

@media(max-width:359px) {
    footer .footer-payment .footer-pay .footer-payment-nav select {
        margin-bottom: 15px
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #e29f12;
    line-height: 40px;
    z-index: 1;
    transition: all ease-in-out .3s
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    opacity: .9;
    outline: none
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0
}

.slick-prev:before,
.slick-next:before {
    font-family: fontawesome;
    font-size: 21px;
    line-height: 2;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev:hover:before,
.slick-next:hover:before {
    color: #fff
}

.slider-section .slick-prev,
.slider-section .slick-next {
    left: 44%;
    background: #fff;
    height: 50px;
    width: 50px;
    z-index: 10;
    top: 15%;
    padding: 5px 5px 5px 0;
    box-shadow: 0 0 10px #ccc;
    z-index: 1
}

.slider-section .slick-next {
    right: 44%;
    left: inherit;
    padding: 5px 0 5px 5px
}

.slider-section .slick-prev:before,
.slider-section .slick-next:before {
    font-size: 36px
}

.slick-prev {
    left: -30px
}

[dir=rtl] .slick-prev {
    right: 15px;
    left: auto
}

.slick-prev:before {
    content: '\f104'
}

[dir=rtl] .slick-prev:before {
    content: '\f105'
}

.slick-next {
    right: -30px
}

[dir=rtl] .slick-next {
    right: auto;
    left: 15px
}

.slick-next:before {
    content: '\f105'
}

[dir=rtl] .slick-next:before {
    content: '\f104'
}

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

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

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

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

.slick-slider {
    margin: 0
}

.slick-dots {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 16px;
    height: 16px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: 0 0
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    content: '';
    opacity: 1;
    border-radius: 50%;
    background: #ccc;
    border: 1px solid #ccc
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background: #099e9d;
    border: 1px solid #099e9d
}

.slick-slide .image {
    padding: 2px
}

.slick-slide img {
    display: block;
    width: 100%
}

.slick-slide img.slick-loading {
    border: 0
}

.variable-width .slick-slide p {
    height: 100px;
    color: #fff;
    margin: 5px;
    line-height: 100px
}

.variable-width .image {
    height: 100%
}

.variable-width .image img {
    display: block;
    height: 100%;
    width: 100%
}

.slick-center-mode .slick-center h3 {
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    color: #e67e22;
    opacity: 1;
    transform: scale(1.08)
}

.slick-center h3 {
    opacity: .8;
    transition: all 300ms ease
}

.slick-content {
    margin: auto;
    padding: 20px;
    width: 600px
}

.slick-content:after,
.buttons::after {
    clear: both;
    content: "";
    display: table
}

.slick-center-mode .slick-center .image {
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    color: #e67e22;
    opacity: 1;
    transform: scale(1.08)
}

.slick-center-mode .image {
    opacity: .3;
    transition: all 300ms ease;
    padding: 10px
}

.slick-center-mode .image:hover {
    cursor: pointer
}

.slick-content {
    margin: auto;
    padding: 20px;
    width: 600px
}

.slick-content:after,
.buttons::after {
    clear: both;
    content: "";
    display: table
}

.slick-center-mode img {
    border: 2px solid #fff;
    display: block;
    width: 100%
}

.slick-slide .image {
    padding: 0
}

.hotroutes-div {
    position: relative;
    height: 450px;
    overflow: hidden;
}

.hotroutes .hotroutes-list {
    text-align: center;
    width: 100%;
    position: absolute;
    transform: translateY(30%);
    animation: scroll-up 25s linear 1s infinite normal none running;
}

@keyframes scroll-up {
    0% {
        transform: translateY(30%);
    }

    100% {
        transform: translateY(-100%);
    }
}

.hotroutes .hotroutes-list div {
    box-shadow: rgb(119 119 119 / 16%) 2px 6px 25px;
    opacity: 1;
    cursor: pointer;
    padding: 15px 15%;
    font-size: 14px;
    margin: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.features-card .why-us-box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}

.features-card .why-us .why-us-item {
    height: 100%;
}

.features-card .why-us .why-us-item h4 {
    margin: 0px;
}

.cargo .row div:first-child {
    background-image: url(../images/vetri-cargobg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.cargo picture {
    position: relative;
}

@media only screen and (min-width: 700px) {
    .features-card .why-us-box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

@media only screen and (min-width: 1000px) {
    .cargo picture {
        position: absolute;
        top: -160px;
    }

    .features-card .why-us-box {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .features-card .why-us-box {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 10px;
    }
}

.navbar-header .navbar-brand {
    position: relative;
}

/* .navbar-default::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 75px;
    background: #fff;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0%, 100% 49%, 49% 83%, 0% 50%);
    top: 28px;
}

.navbar-default::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 49px;
    background: #fff;
    z-index: -1;
    top: -20px;
} */
/* polygon(0 0, 100% 0%, 96% 100%, 0% 100%, 4% 100%) */
.mapslide {
    /* position: absolute; */
    /* top: 430px; */
}

.mapslide object,
.mapslide img {
    /* position: absolute;
    top: -200px; */
    max-width: none;
}

#dot1,
#dot2,
#dot3,
#dot4,
#dot5,
#dot6,
#dot7,
#dot8,
#dot9,
#dot10,
#dot01,
#dot02,
#dot03 {
    position: absolute;
    top: 0px;
    content: url(../images/vetri-routebus.png);
}

#dot11,
#dot12,
#dot13,
#dot14,
#dot15,
#dot16,
#dot17,
#dot18,
#dot19,
#dot20,
#dot011,
#dot012,
#dot013 {
    position: absolute;
    top: 0px;
    content: url(../images/vetri-routebus.png);
    transform: rotate(180deg);
}

#dot04 {
    position: absolute;
    top: 0px;
    content: url(../images/vetri-routebus2.png);
}

#dot014 {
    position: absolute;
    top: 0px;
    content: url(../images/vetri-routebus2.png);
    transform: rotate(180deg);
}

#dot1 {
    offset-path: path("M423.5 69L374.252 144.346C368.171 153.648 364.393 164.264 363.23 175.317L357 234.5L348.513 270.66C346.522 279.145 342.963 287.184 338.021 294.363L314.925 327.907C307.484 338.714 303.5 351.525 303.5 364.646V364.646C303.5 372.484 304.922 380.256 307.698 387.586L317.092 412.397C320.976 422.655 322.395 433.683 321.235 444.59L318 475");
    animation: bus1 15s infinite ease-in-out;
}

#dot11 {
    offset-path: path("M423.5 69L374.252 144.346C368.171 153.648 364.393 164.264 363.23 175.317L357 234.5L348.513 270.66C346.522 279.145 342.963 287.184 338.021 294.363L314.925 327.907C307.484 338.714 303.5 351.525 303.5 364.646V364.646C303.5 372.484 304.922 380.256 307.698 387.586L317.092 412.397C320.976 422.655 322.395 433.683 321.235 444.59L318 475");
    animation: bus2 15s infinite ease-in-out;
}

#dot2 {
    offset-path: path("M423.5 69L374.265 144.325C368.176 153.641 364.396 164.274 363.239 175.343L357 235L348.524 270.748C346.525 279.176 342.98 287.16 338.068 294.295L309.64 335.582C305.641 341.39 303.5 348.276 303.5 355.328V355.328C303.5 368.335 296.25 380.257 284.702 386.242L245.107 406.762C238.413 410.231 232.323 414.759 227.074 420.17L202.5 445.5L164.5 475.5");
    animation: bus1 15s infinite ease-in-out;
}

#dot12 {
    offset-path: path("M423.5 69L374.265 144.325C368.176 153.641 364.396 164.274 363.239 175.343L357 235L348.524 270.748C346.525 279.176 342.98 287.16 338.068 294.295L309.64 335.582C305.641 341.39 303.5 348.276 303.5 355.328V355.328C303.5 368.335 296.25 380.257 284.702 386.242L245.107 406.762C238.413 410.231 232.323 414.759 227.074 420.17L202.5 445.5L164.5 475.5");
    animation: bus2 15s infinite ease-in-out;
}

#dot3 {
    offset-path: path("M423.5 69L381.138 133.811C370.819 149.598 354.565 160.553 336.06 164.195L255.849 179.98C245.741 181.969 236.197 186.164 227.897 192.267L224.194 194.99C194.945 216.496 154.109 212.073 130.145 184.803L100 150.5");
    animation: bus1 15s infinite ease-in-out;
}

#dot13 {
    offset-path: path("M423.5 69L381.138 133.811C370.819 149.598 354.565 160.553 336.06 164.195L255.849 179.98C245.741 181.969 236.197 186.164 227.897 192.267L224.194 194.99C194.945 216.496 154.109 212.073 130.145 184.803L100 150.5");
    animation: bus2 15s infinite ease-in-out;
}

#dot4 {
    offset-path: path("M423.5 69L393.564 114.962C381.334 133.74 379.248 157.371 388 178V178L408.138 237.252C411.982 248.562 418.657 258.701 427.527 266.702L485.5 319L539 363.5");
    animation: bus1 15s infinite ease-in-out;
}

#dot14 {
    offset-path: path("M423.5 69L393.564 114.962C381.334 133.74 379.248 157.371 388 178V178L408.138 237.252C411.982 248.562 418.657 258.701 427.527 266.702L485.5 319L539 363.5");
    animation: bus2 15s infinite ease-in-out;
}

#dot5 {
    offset-path: path("M423.5 69L381.138 133.811C370.819 149.598 354.565 160.553 336.06 164.195L255.849 179.98C245.741 181.969 236.197 186.164 227.897 192.267L217.218 200.119C191.024 219.38 181.539 254.141 194.322 284.036L195.745 287.363C200.816 299.223 209.066 309.452 219.584 316.919L303.5 376.5");
    animation: bus1 15s infinite ease-in-out;
}

#dot15 {
    offset-path: path("M423.5 69L381.138 133.811C370.819 149.598 354.565 160.553 336.06 164.195L255.849 179.98C245.741 181.969 236.197 186.164 227.897 192.267L217.218 200.119C191.024 219.38 181.539 254.141 194.322 284.036L195.745 287.363C200.816 299.223 209.066 309.452 219.584 316.919L303.5 376.5");
    animation: bus2 15s infinite ease-in-out;
}

#dot6 {
    offset-path: path("M423.5 69L374.279 144.304C368.181 153.633 364.399 164.283 363.247 175.369L357 235.5L355.797 240.521C349.507 266.776 328.678 287.074 302.269 292.684L269.679 299.607C256.194 302.472 243.855 309.255 234.209 319.105L221.515 332.07C208.984 344.867 192.024 352.375 174.126 353.047L95.5 356");
    animation: bus1 15s infinite ease-in-out;
}

#dot16 {
    offset-path: path("M423.5 69L374.279 144.304C368.181 153.633 364.399 164.283 363.247 175.369L357 235.5L355.797 240.521C349.507 266.776 328.678 287.074 302.269 292.684L269.679 299.607C256.194 302.472 243.855 309.255 234.209 319.105L221.515 332.07C208.984 344.867 192.024 352.375 174.126 353.047L95.5 356");
    animation: bus2 15s infinite ease-in-out;
}

#dot7 {
    offset-path: path("M423.5 69L374.279 144.304C368.181 153.633 364.399 164.283 363.247 175.369L357 235.5L350.7 261.794C347.317 275.914 348.409 290.738 353.825 304.21L354.854 306.772C361.974 324.484 376.018 338.52 393.735 345.629L423.373 357.522C437.104 363.032 448.736 372.751 456.599 385.283L476.5 417");
    animation: bus1 15s infinite ease-in-out;
}

#dot17 {
    offset-path: path("M423.5 69L374.279 144.304C368.181 153.633 364.399 164.283 363.247 175.369L357 235.5L350.7 261.794C347.317 275.914 348.409 290.738 353.825 304.21L354.854 306.772C361.974 324.484 376.018 338.52 393.735 345.629L423.373 357.522C437.104 363.032 448.736 372.751 456.599 385.283L476.5 417");
    animation: bus2 15s infinite ease-in-out;
}

#dot8 {
    offset-path: path("M423.5 69L374.279 144.304C368.181 153.633 364.399 164.283 363.247 175.369L357 235.5L350.7 261.794C347.317 275.914 348.409 290.738 353.825 304.21L362.46 325.694C364.728 331.335 364.676 337.644 362.317 343.247V343.247C357.628 354.383 362.328 367.25 373.091 372.742L428.226 400.878C442.933 408.384 454.514 420.847 460.922 436.065L471 460L509 544.5");
    animation: bus1 15s infinite ease-in-out;
}

#dot18 {
    offset-path: path("M423.5 69L374.279 144.304C368.181 153.633 364.399 164.283 363.247 175.369L357 235.5L350.7 261.794C347.317 275.914 348.409 290.738 353.825 304.21L362.46 325.694C364.728 331.335 364.676 337.644 362.317 343.247V343.247C357.628 354.383 362.328 367.25 373.091 372.742L428.226 400.878C442.933 408.384 454.514 420.847 460.922 436.065L471 460L509 544.5");
    animation: bus2 15s infinite ease-in-out;
}

#dot9 {
    offset-path: path("M423.5 69L374.279 144.304C368.181 153.633 364.399 164.283 363.247 175.369L357 235.5L350.7 261.794C347.317 275.914 348.409 290.738 353.825 304.21L362.46 325.694C364.728 331.335 364.676 337.644 362.317 343.247V343.247C357.628 354.383 362.328 367.25 373.091 372.742L428.226 400.878C442.933 408.384 454.514 420.847 460.922 436.065L463.252 441.598C468.316 453.626 476.642 463.999 487.29 471.545L508.75 486.755C517.787 493.16 528.216 497.329 539.179 498.919L577.205 504.434C584.358 505.472 591.63 505.395 598.76 504.207L612 502");
    animation: bus1 15s infinite ease-in-out;
}

#dot19 {
    offset-path: path("M423.5 69L374.279 144.304C368.181 153.633 364.399 164.283 363.247 175.369L357 235.5L350.7 261.794C347.317 275.914 348.409 290.738 353.825 304.21L362.46 325.694C364.728 331.335 364.676 337.644 362.317 343.247V343.247C357.628 354.383 362.328 367.25 373.091 372.742L428.226 400.878C442.933 408.384 454.514 420.847 460.922 436.065L463.252 441.598C468.316 453.626 476.642 463.999 487.29 471.545L508.75 486.755C517.787 493.16 528.216 497.329 539.179 498.919L577.205 504.434C584.358 505.472 591.63 505.395 598.76 504.207L612 502");
    animation: bus2 15s infinite ease-in-out;
}

#dot10 {
    offset-path: path("M423.5 69L374.279 144.304C368.181 153.633 364.399 164.283 363.247 175.369L357 235.5L348.534 270.837C346.528 279.207 342.997 287.136 338.116 294.225L314.925 327.907C307.484 338.714 303.5 351.525 303.5 364.646V364.646C303.5 372.484 304.922 380.256 307.698 387.586L316.043 409.626C320.593 421.643 328.363 432.176 338.502 440.07L364.085 459.989C379.636 472.098 389.362 490.201 390.873 509.853L394.5 557");
    animation: bus1 15s infinite ease-in-out;
}

#dot20 {
    offset-path: path("M423.5 69L374.279 144.304C368.181 153.633 364.399 164.283 363.247 175.369L357 235.5L348.534 270.837C346.528 279.207 342.997 287.136 338.116 294.225L314.925 327.907C307.484 338.714 303.5 351.525 303.5 364.646V364.646C303.5 372.484 304.922 380.256 307.698 387.586L316.043 409.626C320.593 421.643 328.363 432.176 338.502 440.07L364.085 459.989C379.636 472.098 389.362 490.201 390.873 509.853L394.5 557");
    animation: bus2 15s infinite ease-in-out;
}

#dot01 {
    offset-path: path("M423.504 69L374.281 144.302C368.182 153.632 364.399 164.284 363.248 175.372L357.004 235.498L350.703 261.789C347.318 275.911 348.41 290.737 353.826 304.211L360.753 321.445C364.114 329.807 364.038 339.158 360.541 347.464V347.464C356.417 357.257 357.082 368.411 362.339 377.646L425.711 488.964C428.559 493.968 432.014 498.601 435.997 502.758L498.5 567.998");
    animation: bus1 15s infinite ease-in-out;
}

#dot011 {
    offset-path: path("M423.504 69L374.281 144.302C368.182 153.632 364.399 164.284 363.248 175.372L357.004 235.498L350.703 261.789C347.318 275.911 348.41 290.737 353.826 304.211L360.753 321.445C364.114 329.807 364.038 339.158 360.541 347.464V347.464C356.417 357.257 357.082 368.411 362.339 377.646L425.711 488.964C428.559 493.968 432.014 498.601 435.997 502.758L498.5 567.998");
    animation: bus2 15s infinite ease-in-out;
}

#dot02 {
    offset-path: path("M423.5 69L374.279 144.304C368.181 153.633 364.399 164.283 363.247 175.369L357 235.5L350.699 261.791C347.314 275.913 348.406 290.739 353.822 304.213L360.749 321.447C364.11 329.809 364.034 339.16 360.537 347.466V347.466C356.413 357.259 357.078 368.413 362.335 377.648L424.626 487.068C428.185 493.319 430.759 500.08 432.257 507.115L445.322 568.446C447.075 576.678 446.688 585.221 444.197 593.26V593.26C439.659 607.907 428.551 619.601 414.157 624.886L395.088 631.887C380.754 637.15 365.093 637.581 350.491 633.116L312.5 621.498");
    animation: bus1 15s infinite ease-in-out;
}

#dot012 {
    offset-path: path("M423.5 69L374.279 144.304C368.181 153.633 364.399 164.283 363.247 175.369L357 235.5L350.699 261.791C347.314 275.913 348.406 290.739 353.822 304.213L360.749 321.447C364.11 329.809 364.034 339.16 360.537 347.466V347.466C356.413 357.259 357.078 368.413 362.335 377.648L424.626 487.068C428.185 493.319 430.759 500.08 432.257 507.115L445.322 568.446C447.075 576.678 446.688 585.221 444.197 593.26V593.26C439.659 607.907 428.551 619.601 414.157 624.886L395.088 631.887C380.754 637.15 365.093 637.581 350.491 633.116L312.5 621.498");
    animation: bus2 15s infinite ease-in-out;
}

#dot03 {
    offset-path: path("M423.5 69L374.279 144.304C368.181 153.633 364.399 164.283 363.247 175.369L357 235.5L355.797 240.521C349.507 266.776 328.678 287.074 302.269 292.684L269.679 299.607C256.194 302.472 243.855 309.255 234.209 319.105L202 352L157 393.5");
    animation: bus1 15s infinite ease-in-out;
}

#dot013 {
    offset-path: path("M423.5 69L374.279 144.304C368.181 153.633 364.399 164.283 363.247 175.369L357 235.5L355.797 240.521C349.507 266.776 328.678 287.074 302.269 292.684L269.679 299.607C256.194 302.472 243.855 309.255 234.209 319.105L202 352L157 393.5");
    animation: bus2 15s infinite ease-in-out;
}

#dot04 {
    offset-path: path("M416 253.5L358 223.5");
    animation: bus1 5s infinite ease-in-out;
}

#dot014 {
    offset-path: path("M416 253.5L358 223.5");
    animation: bus2 5s infinite ease-in-out;
}

@keyframes bus1 {

    0% {
        offset-distance: 100%;
    }

    100% {
        offset-distance: 0%;
    }
}

@keyframes bus2 {

    0% {
        offset-distance: 0%;
    }

    100% {
        offset-distance: 100%;
    }
}

/* .navbar-header {
    position: absolute;
    left: 0px;
    top: -40px;
} */

.wrapper {
    display: inline-block;
    position: absolute;
    top: 35%;
    left: 52%;
    transform: translate(-50%, -50%)
}

.video-main {
    position: relative;
    display: inline-block;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.fa-play:before {
    content: "\f04b";
}

.waves {
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: 0px;
    bottom: -116px;
    z-index: -1;
    -webkit-animation: waves 4s ease-in-out infinite;
    animation: waves 4s ease-in-out infinite;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.wave-3 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.logorotate {
    position: absolute;
    left: 44.5%;
    top: 31%;
    transform: translate(-50%, -50%);
    animation: 5s infinite rotate;
    z-index: 1;
}

@keyframes rotate {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}



/* ===================
21. Date picker css 
====================== */
.ui-datepicker {
    z-index: 50 !important;
}

.ui-datepicker .ui-datepicker-header .ui-corner-all>span,
.ui-datepicker .ui-datepicker-header .ui-state-hover>span {
    display: none;
}

.ui-datepicker.ui-widget-content {
    border: none;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.ui-datepicker .ui-datepicker-header .ui-corner-all,
.ui-datepicker .ui-datepicker-header .ui-state-hover {
    cursor: pointer;
    border: 0;
    background: none;
    font-weight: 500;
    top: 3px;
}

.ui-datepicker .ui-datepicker-prev:after {
    content: url(../images/vetri-prev.png);
    left: 5px;
    top: 4px;
    position: absolute;
    font-family: "Font Awesome 6 Pro";
}

.ui-datepicker .ui-datepicker-next:after {
    content: url(../images/vetri-next.png);
    right: 5px;
    top: 4px;
    position: absolute;
    font-family: "Font Awesome 6 Pro";
}

.ui-datepicker .ui-widget-header {
    background: var(--theme-color);
    color: white;
    border: none;
    border-radius: 8px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: center;
    text-decoration: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none;
    border-radius: 8px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: none;
    background: #013f7e88;
    color: white;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: var(--primary-colors);
    color: white;
}

/* ---------------------sidebar------------------------------------ */

#sidenavebar h3 {
    color: #fff;
    font-size: 13px;
    margin: 10px 0;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
}

#sidenavebar {
    background: #f9f9f9;
    width: 190px;
    position: fixed;
    top: 215px;
    z-index: 999;
    right: -190px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 0 15px;
}

#sidenavebar ul {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}


/* #sidenavebar div {
   padding: 6px 18px;
} */

#sidenavebar h2 {
    background: var(--red-color);
    color: #fff;
    font-size: 15px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    margin-top: 0;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
}

#sidenavebar h2 a {
    background-color: var(--red-color);
    display: block;
    height: 50px;
    position: absolute;
    left: -50px;
    top: 0;
    width: 50px;
    border-radius: 25px 0px 0px 25px;
    font-size: 22px;
    color: #fff;
    text-align: center;
}

#sidenavebar h2 a i {
    position: absolute;
    top: 30%;
    left: 30%;
}

.colors {
    list-style: none;
    margin: 0 0px 10px 0;
    overflow: hidden;
}

.colors li {
    margin: 6px 3px 0 3px;
    width: 100%;
}

.colors li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 5px 10px;
    color: #1b1d21;
}

.colors li a #nav-text {
    text-align: end;
}

.colors li a:hover {
    background-color: #fdc703;
    color: white;
}

div.layout-style {
    padding: 0 !important;
}

.layout-style select {
    width: 164px;
    padding: 7px;
    color: #aaa;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    margin: 2px 0 25px 0px;
    background-color: #505050;
    border: 0;
    min-height: auto;
}

@media only screen and (max-width: 767px) {
    #sidenavebar {
        display: none;
    }
}

.offercode {
    position: relative;
}

.offercode .offer-text {
    position: absolute;
    bottom: 0px;
    right: 0px;
    bottom: 14px;
    right: 124px;
}

.offercode .offer-text .discount {
    color: black;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
}

.offercode .offer-text .offercode {
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.offercode .offer-text .offercode span {
    padding: 4px 28px;
    border: 2px dashed #000;
}

/* #fullScreenTop100 .main_header_area {
    position: relative;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#fullScreenTop100 .main_header_area .header_menu .navbar.navbar-default .nav .navbar-nav li a.nav-link,.nav-link
#fullScreenTop100 .main_header_area.headerstye-1 .header_menu .navbar.navbar-default .nav .navbar-nav li a.nav-link,
#fullScreenTop100 .main_header_area .header-content a {
    color: black;
}

#fullScreenTop100 .main_header_area .header-content a:hover,
#fullScreenTop100 .header_menu .navbar.navbar-default .nav .navbar-nav li:hover a {
    color: var(--red-color);
} */

:root {
    --text-font: poppins, sans-serif;
    --primary-colors: #ffbb01;
    --red-color: #ee181f;
}

/* #fullScreenTop100 .main_header_area .header-content a:hover,
#fullScreenTop100 .header_menu .navbar.navbar-default .nav .navbar-nav li:hover a {
    color: var(--red-color);
}

#fullScreenTop100 .header_menu .navbar.navbar-default .nav .navbar-nav li.submenu .dropdown-menu li:hover a {
    color: white;
}

#fullScreenTop100 .navbar-header .navbar-brand::before,
#fullScreenTop100 .navbar-header .navbar-brand::after {
    background-color: #fff200;
} */

.chat-bot-icon img {
    max-width: unset;
}

.hotroutes .hotroutes-list:hover {
    -webkit-animation-play-state: paused;
}

.preloader-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    z-index: 100;
    background-color: #111111;
    opacity: 0.9;
}

.preloader img {
    position: fixed;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: auto;
    transform: translateY(-50%);
    z-index: 150;
}

.cargo div.cargo-banner {
    position: relative;
    height: 200px;
}

@media (max-width: 992px) {
    .cargo div.cargo-banner {
        position: relative;
        height: auto;
    }

    .features-card .why-us-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .mapslide img {
        max-width: 100%;
    }

    .mapslide div {
        display: none;
    }
}
