/* =====================================
Template Name: TravelTrek
Author Name: iThemer
Author URI: http://ithemer.com/
Description: TravelTrek is a Travel Agency & Tour Booking HTML5 Template.
Version:	1.0
========================================*/
/*======================================
[ CSS Table of contents ]
01. Reset CSS
02. Header CSS
	+ Topbar
	+ Logo
	+ Widget
	+ Main Menu
	+ Header Style 2
	+ Header Style 3
03. Hero Area CSS
	+ Style One
	+ Style Two
04. About Us CSS
05. Popular Destination CSS
06. Popular Trips CSS
07. Top Destination CSS
08. Trip Single CSS
09. Call To Action CSS
	+ Style One
	+ Style Two
	+ Style Three
10. Testimonials CSS
	+ Style One
	+ Style Two
11. Services CSS
	+ Service Single
12. Blog CSS
	+ Blog Archive
	+ Blog Sidebar
	+ Blog Single
13. Clients CSS
14. Why Choose CSS
15. Counter CSS
16. Video CSS
17. Sidebar CSS
18. Team CSS
19. Faq CSS
20. 404 CSS
21. Contact CSS
22. Footer CSS
22.mobilemenu
	+ Footer Widget
	+ Copyright
	+ Social
	+ Footer Style2
========================================*/
/*************************************************************this is the css for vehicle confirmation after search***************************************/
/*
** Style Simple Ecommerce Theme for Bootstrap 4
** Created by T-PHP https://t-php.fr/43-theme-ecommerce-bootstrap-4.html
*/

.row:before, .row:after{
    width: 0 !important;;
}

.myhero {
    position: relative;
    background-image: url('/traveltrek/images/slider/slider-bg2.jpg');

    /*background-image: url('/traveltrek/images/bussky.jpg');*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 700px;
}

/*this is the css of modal of track booking and error modal*/
/*--thank you pop starts here--*/
.thank-you-pop {
    width: 100%;
    padding: 20px;
    text-align: center;
}

.thank-you-pop img {
    width: 76px;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
}

.thank-you-pop h1 {
    font-size: 42px;
    margin-bottom: 25px;
    color: #5C5C5C;
}

.thank-you-pop p {
    font-size: 20px;
    margin-bottom: 27px;
    color: #5C5C5C;
}

.thank-you-pop h3.cupon-pop {
    font-size: 25px;
    margin-bottom: 40px;
    color: #222;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    border: 2px dashed #222;
    clear: both;
    font-weight: normal;
}

.thank-you-pop h3.cupon-pop span {
    color: #03A9F4;
}

.thank-you-pop a {
    display: inline-block;
    margin: 0 auto;
    padding: 9px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #8BC34A;
    border-radius: 17px;
}

.thank-you-pop a i {
    margin-right: 5px;
    color: #fff;
}

#ignismyModal .modal-header {
    border: 0px;
}

/*--thank you pop ends here--*/
/*this is the css of modal of track booking and error modal ends here*/





/*this is the css of invoice on booking confirmation*/
.invoice {
    position: relative;
    background: #fff;
    border: 1px solid #f4f4f4;
    padding: 20px;
    margin: 10px 25px;
}

.page-header {
    margin: 10px 0 20px 0;
    font-size: 22px;
}

/*this is the css of invoice on booking confirmation ends here*/

/*************************************************this is the css of page in destinations and fares*************************************************/


@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Montserrat');

.card-container {
    width: 1000px;
    margin: 15px auto 0;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 440px;
    grid-gap: 40px;
}

.card-container .custom-card {
    position: relative;
    background: #000;
    overflow: hidden;
    /*border-radius: 10px;*/
    transition: .5s;
    height: 350px;

}

.card-container .custom-card:hover {
    transform: translateY(-20px);
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);

}

.card-container .custom-card .card-img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.card-container .custom-card:hover .card-img-box {
    opacity: 0.5;
}

.card-container .custom-card .card-img-box img {
    width: 350px;
    height: 100%;
}

.card-container .custom-card .card-content {
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: -100%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    transition: 0.5s;
    padding-top: 30px;
}

.card-container .custom-card:hover .card-content {
    bottom: 0
}

.card-container .custom-card:nth-child(1) {
    background: linear-gradient(0deg, #c21833, transparent)
}

.card-container .custom-card:nth-child(2) {
    background: linear-gradient(0deg, #8012a5, transparent)
}

.card-container .custom-card:nth-child(3) {
    background: linear-gradient(0deg, #3a414c, transparent)
}

.card-container .custom-card .card-content h2 {
    margin: 0 0 10px;
    padding: 0;
    color: #fff;
    font-size: 20px;
}

.card-container .custom-card .card-content h2 span {
    color: #ffeb3b;
    font-size: 16px;
}

.card-container .custom-card .card-content p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 13px;
}

.card-container .custom-card .card-content ul {
    display: flex;
    margin: 10px 0 0;
    padding: 0;
    align-items: center;
    justify-content: center;
}

.card-container .custom-card .card-content ul li {
    list-style: none;

}

.card-container .custom-card .card-content ul li a {
    color: #fff;
    padding: 0 10px;
    font-size: 18px;
    transition: 0.5s;
}

/**************************************this is the css of page in destinations and fares ends here**************************************************/


.bloc_left_price {
    color: #c01508;
    text-align: center;
    font-weight: bold;
    font-size: 150%;
}

.category_block li:hover {
    background-color: #007bff;
}

.category_block li:hover a {
    color: #ffffff;
}

.category_block li a {
    color: #343a40;
}

.add_to_cart_block .price {
    color: #c01508;
    text-align: center;
    font-weight: bold;
    font-size: 200%;
    margin-bottom: 0;
}

.add_to_cart_block .price_discounted {
    color: #343a40;
    text-align: center;
    text-decoration: line-through;
    font-size: 140%;
}

.product_rassurance {
    padding: 10px;
    margin-top: 15px;
    background: #ffffff;
    border: 1px solid #6c757d;
    color: #6c757d;
}

.product_rassurance .list-inline {
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
}

.product_rassurance .list-inline li:hover {
    color: #343a40;
}

.reviews_product .fa-star {
    color: gold;
}

.pagination {
    margin-top: 20px;
}


/*************************************************************this is the css for vehicle confirmation after search. it ends here***************************************/

.headername_user {
    color: white;
    font-weight: 600;
    font-size: 15px;
}

.headername_user:hover {
    color: #f58300;
}



/*this is the css of user profile */
/* Profile container */
.profile {
    margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
    padding: 20px 0 10px 0;
    background: #333;

}

.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.profile-usertitle {
    text-align: center;
    margin-top: 20px;
}

.profile-usertitle-name {
    color: #5a7391;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.profile-userbuttons {
    text-align: center;
    margin-top: 10px;
}

.profile-userbuttons .btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px;
    margin-right: 5px;

}

.profile-userbuttons .btn:last-child {
    margin-right: 0px;
}

.profile-usermenu {
    margin-top: 30px;
}

.profile-usermenu ul li {
    /*border-bottom: 1px solid #f0f4f7;*/
}

.profile-usermenu ul li:last-child {
    border-bottom: none;
}

.profile-usermenu ul li a {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 400;
}

.profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 14px;
}

.profile-usermenu ul li a:hover {
    /*background-color: #fafcfd;*/
    color: #ff7550;
}

.profile-usermenu ul li.active {
    border-bottom: none;
}

.profile-usermenu ul li.active a {
    color: #ff7550 !important;
    border-left: 2px solid #ff7550;

}

/* Profile Content */
.profile-content {
    padding: 20px;
    background: #fff;
    min-height: 460px;
}

/*css of user profile ends here*/
/*======================================
 02. Header CSS
========================================*/
.site-header {
    position: relative;
    /* padding-bottom: 32px; */
}

/* Topbar */
.site-header .topbar {
    /*background: #2F3339;*/
    background: #f58300;

    /* background: rgb(253,29,29);
    background: linear-gradient(90deg, rgba(253,29,29,1) 0%, rgba(252,176,69,1) 94%); */


    padding: 7px 0;
}

.site-header .topbar p {
    color: #959595;
    font-weight: 400;
    font-size: 13px;
    float: left;
    text-transform: capitalize;
}

span#login {
    font-size: 14px;
    font-weight: 500;
}

span#signup {
    font-size: 14px;
    font-weight: 500;
}

.site-header .social {
    float: right;
}

.tagline{
    color:white;
    font-weight: 500;
    font-size: 14px;
}

.site-header .social li {
    margin-right: 20px;
    display: inline-block;
}

.site-header .social li:last-child {
    margin-right: 0px;
}

.site-header .social li a {
    color: white;
    font-weight: 600;
    font-size: 15px;
}

.site-header .social li:hover a {
    color: #f58300;
    ;
}

.site-header .middle-header {
    /* padding:20px 0;padding:20px 0; */
    background: #ffffff;
}

/* Logo */


/* Header Widget */
.site-header .header-widget {
    float: right;
    margin-top: 12px;
}

.site-header .single-widget {
    float: left;
    position: relative;
    padding-left: 50px;
    margin-right: 50px;
}

.site-header .single-widget:last-child {
    margin-right: 0px;
}

.site-header .single-widget img {
    position: absolute;
    left: 0;
    top: 0;
}

.site-header .single-widget h4 {
    font-size: 15px;
}

.site-header .single-widget p {
    text-transform: capitalize;
    font-weight: 500;
}

.site-header .header-bottom {
    position: absolute;
    width: 100%;
    z-index: 333;
    bottom: -32px;
}

/* Main Menu */
.site-header .main-menu {
    background: #ffffff;
    z-index: 99;
    /* padding: 10px 0px; */
    text-align: center;
}

.site-header .navigation {
    float: inline-end;
}

.site-header .nav li {
    position: relative;
}

.site-header .nav li.active a {
    color: #f58300  !important;

}






.site-header .nav li:last-child {
    padding-right: 0px;
    margin-right: 0px;
    border: none;
}

.site-header .nav li a {
    /*color: #fff;*/
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 22px !important;
    padding-right: 22px !important;
    position: relative;
    font-weight: 600;
    line-height: 17px;
    padding: 33px 0;
}



.navigation ul li a:hover {

    color: #f58300 !important;
    cursor: pointer;

}

.site-header .nav li a::before {
    /* content: "";
	width: 6px;
	position: absolute;
	top: 8px;
	transform: translateY(-30px);
	height: 2px;
	background: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	height: 6px;
	line-height: 10px;
	border-radius: 100%;
	left: 50%;
	margin-left: -3px;
	opacity: 0;
	visibility: hidden; */
}







.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font: inherit;
    margin: 0;
}

.navbar a:hover,
.dropdown:hover .dropbtn {}

.dropdown-content {

    position: absolute;
    background-color: #f0f0f0;
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content .header {
    background: white;
    padding: 16px;
    color: white;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 33.33%;
    padding-top: 39px;
    height: 366px;

}

.customcol {
    padding-top: 39px;
    float: left;

}

.customcol a {
    font-size: small;
    font-weight: 500;
    color: #818181;
    font-family: RBBold, Arial, sans-serif;


}

.customcol ul {
    font-size: small;
    font-weight: 500;
    color: #818181;
    font-family: RBBold, Arial, sans-serif;

    padding-top: 20px;
    padding-bottom: 88px;
}



.colorbtn1 {
    background: #f57712;
    font-weight: 500 !important;
    font-size: 15px;
    padding: 10px;
    MARGIN-TOP: 14PX;
}

.shapebtn1 {
    border-radius: 0px 0px 44px 2px;
    width: 165px;
}

.shapebtn1:before {
    border-radius: 28px 0px 42px 28px !important;
}
.headerHeading{
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 60px;
}

@media screen and (max-width: 482px) {
  .headerHeading {
    font-size: 42px;
  }
}


@media screen and (max-width: 991px) {
 
.hero-area .form-group{
    width: 100%!important;
    display: flex;
/*    Removed important from flex   */
}
}

.margintop {
    MARGIN-TOP: 15px;
}


.custompad {
    padding-top: 18px;

}




.h6heading {
    font-weight: 700;
    font-size: 15px;
    padding-top: 13px;
    font-family: RBBold, Arial, sans-serif;
}

.btnpaddingtop {
    padding-top: 35px;

}

.shapebtn {
    border-radius: 28px 0px 42px 28px;
    width: 165px;
}
.shapebtn:before {
    border-radius: 28px 0px 42px 28px !important;
}


.shapebtn1 {
    border-radius: 28px 0px 42px 28px;
    width: 118px;
}

.shapebtn1:before {
    border-radius: 28px 0px 42px 28px !important;
}

.shapebtnSEARCH {
    border-radius: 28px 0px 42px 28px !important;
    width: 165px !important;
}

.shapebtnSEARCH:before {
    border-radius: 28px 0px 42px 28px !important;
}




.colorbtn {
    background: #f57712;
    font-weight: 500 !important;
    font-size: 15px;
    padding: 10px;
}

.pPaddingtop {
    font-size: 14px;
    padding-top: 11px;

    text-align: justify;
    line-height: normal;
    color: #818181;
    font-family: RBBold, Arial, sans-serif;
}

.destinationtinytext {
    font-size: 14px;
    padding-top: 11px;
    text-align: justify;
    line-height: normal;
    color: #818181;
    font-family: RBBold, Arial, sans-serif;
    padding-bottom: 35px;

}

.formclass {
    padding-top: 20px;
    padding-right: 37px;
}

.formfield {
    font-size: 15px;

    border: 0px !important;
    padding: 11px !important;
    font-weight: 500;
}

.pPaddingtop2 {
    font-size: 14px;
    padding-top: 4px;
    /* text-align: justify; */
    line-height: normal;
    color: #818181;
    font-family: RBBold, Arial, sans-serif;
}

.fixwidth {
    padding-right: 64px;
}

.fixwidth1 {
    padding-right: 20px;
}

.column a {
    float: none;
    color: black;
    padding: 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.txtheading {
    font-size: 23px;
    font-weight: 700;
    font-family: RBBold, Arial, sans-serif;
}

.column a:hover {
    background-color: #ddd;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
        height: auto;
    }
}


@media screen and (max-width: 991px) {
    .menu_for_desktop {
        display: none;
    }
    .topbar{
        display: none;
    }
    .available-routes {
        margin-top: 25% !important;
    }


    .about-us .about-left img {
        object-fit: cover !important;
    }

    /*    Resposive Images */
    .responsive-img {
        padding: 40px !important;
    }

    .hero-area {
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
    }

    /*Mobile Menu New Style*/

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

    .menuheadings {
        font-size: 23px;
        font-weight: 700;
        font-family: RBBold, Arial, sans-serif;
        padding-left: 0.9em;
        text-transform: uppercase;
    }

    .mformclass {
        padding-top: 20px;
    }

    .mnav li {
        border-bottom: 1px solid #eee;
        color: white;
        background-color: grey;
    }

    .m_menuitem {
        padding: 1.5em 1.5em 1.5em 0em;
    }

    .mnav li a {
        text-decoration: none;
        font-size: 1.07692308em;
        line-height: 1.07142857em !important;
        white-space: normal;
        letter-spacing: -0.05em;
        margin-bottom: 0;
        padding: 1.57142857em!important;
    }

    .msubmenu{
        line-height: 1.07142857em;
        border: none;
    }

    #accordionMenu {
        max-width: 100%;
    }

    .panel-body {
        padding: 0;
    }

    .panel-group .panel+.panel {
        margin-top: 0;
        border-top: 0;
    }

    .panel-group .panel {
        border-radius: 0;
    }

    .panel-title {
        font-family: inherit;
    }

    .panel-default>.panel-heading {
        color: #333;
        background-color: #fff;
        border-color: #e4e5e7;
        padding: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .panel-default>.panel-heading a {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
        background: #f57712;
        color: white;
    }

    .panel-default>.panel-heading a:after {
        content: "";
        position: relative;
        /*top: 1px;*/
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 700;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        float: right;
        transition: transform .25s linear;
        -webkit-transition: -webkit-transform .25s linear;
        font-size: 30px;
    }

    .panel-default>.panel-heading a[aria-expanded="true"] {
        background-color: #2f3339;
    }

    .panel-default>.panel-heading a[aria-expanded="true"]:after {
        content: "\2212";
    }

    .panel-default>.panel-heading a[aria-expanded="false"]:after {
        content: "\002b";
    }



}

@media screen and (min-width: 992px) {
    .menu_for_mobile {
        display: none;
    }
}


@media screen and (max-width:548px) {
    .capital ul li a {
        font-size: 2vw;
    }
}




.site-header .nav li:hover a::before,
.site-header .nav li.active a::before {
    transform: translateY(-0px);
    opacity: 1;
    visibility: visible;
}

.site-header .nav li a i {
    margin-left: 10px;
    font-size: 15px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.site-header .nav li:hover a i {
    transform: rotate(180deg);
}

/* Dropdown Menu */
.site-header .nav li .dropdown {
    position: absolute;
    left: 0;
    width: 250px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    top: 56px;
    margin: 0;
    text-align: left;
    padding: 5px 15px;
}

.site-header .nav li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.site-header .nav li .dropdown li {
    float: none;
    border: none;
    margin: 0;
    padding: 0;
}

.site-header .nav li .dropdown li a {
    margin: 0;
    padding: 0;
    display: block;
    border: none;
    color: #555;
    font-weight: 400;
    text-transform: capitalize;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.site-header .nav li .dropdown li a:before {
    display: none;
}

.site-header .nav li .dropdown li a:hover {
    color: #f58300;
}

.site-header .nav li .dropdown li:last-child a {
    border: 0px;
}

/* Header Style 2 */
.site-header.style2 {
    padding: 0;
}

.site-header.style2 .header-bottom {
    position: relative;
    width: 100%;
    bottom: 0;
    border-top: 1px solid #E5E5E5;
}

.site-header.style2 .main-menu {
    position: relative;
    background: transparent;
    padding: 0;
    text-align: left;
    display: inline-block;
}

.site-header.style2 .nav li {
    border-right: 0px;
    margin-right: 55px;
    padding: 0;
}

.site-header.style2 .nav li:last-child {
    margin: 0;
    padding: 0;
}

.site-header.style2 .nav li a {
    color: #424646;
    padding: 25px 0;
}

.site-header.style2 .nav li a::before {
    content: "";
    width: 0%;
    height: 2px;
    top: -1px;
    left: 0;
    transform: none;
    background: #f58300;
    border-radius: 0px;
    margin-left: -3px;
    opacity: 0;
    visibility: hidden;
}

.site-header.style2 .nav li:hover a::before,
.site-header.style2 .nav li.active a::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.site-header.style2 .nav li:hover a,
.site-header.style2 .nav li.active a {
    color: #f58300;
}

.site-header.style2 .nav li .dropdown {
    top: 74px;
    border-top: 2px solid #f58300;
}

.site-header.style2 .nav li .dropdown li a {
    color: #424646;
}

.site-header.style2 .nav li .dropdown li:hover a {
    color: #f58300;
}

/* Search Form */
.site-header.style2 .search-form {
    width: 200px;
    position: absolute;
    right: 0;
    top: 15px;
}

.site-header.style2 .form {
    width: 100%;
}

.site-header.style2 .form input {
    background: transparent;
    border: none;
    text-align: right;
    color: #737074;
    font-size: 16px;
    float: right;
    height: 42px;
    font-weight: 500;
    width: 100%;
    padding: 0 32px 0 10px;
    border: 1px solid transparent;
}

.site-header.style2 .form:hover input {
    border-color: #e7e7e7;
}

.site-header.style2 .form button {
    background: transparent;
    border: none;
    color: #9b999c;
    font-size: 15px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 13px;
}

.site-header.style2 .form button:hover {
    color: #f58300;
}

/* Header Style 3 */
.site-header.style3 {
    position: relative;
    padding: 0;
}

.site-header.style3 .logo {
    display: inline-block;
    margin-right: 55px;
}

.site-header.style3 .contact {
    color: #fff;
    font-weight: 700;
    display: inline-block;
    margin-top: 28px;
}

.site-header.style3 .contact img {
    margin-right: 10px;
}

.site-header.style3 .main-menu {
    position: relative;
    background: transparent;
    padding: 0;
    float: right;
    margin-right: 155px;
}

.site-header.style3 .header-bottom {
    position: absolute;
    width: 100%;
    top: 0;
    width: 100%;
    z-index: 33;
    bottom: auto;
    padding: 10px 10px;
}

.site-header.style3 .header-main {}

.site-header.style3 .nav li {
    margin-right: 30px;
    border: none;
    padding: 0;
}

.site-header.style3 .nav li a {
    border-right: 0px;
    color: #fff;
    padding: 25px 0;
    text-transform: capitalize;
}

.site-header.style3 .nav li a::before {
    top: 5px;
}

.site-header.style3 .nav li .dropdown {
    top: 65px;
}

.site-header.style3 .button {
    position: absolute;
    right: 0;
    top: 18px;
}

.site-header.style3 .button .btn {
    padding: 11px 36px;
    background: #fff;
    color: #424646;
    border: none;
}

.site-header.style3 .button .btn:hover {
    color: #fff;
}

.site-header.style3 .button .btn:before {
    background: #f58300;
}

/* Header Sticky */
.site-header.sticky .header-bottom {
    background: #f58300;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    bottom: initial;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    animation: fadeInDown 0.5s both 0.5s;
}

.site-header.style2.sticky .header-bottom {
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
}

.site-header.style3.sticky .button .btn {
    border: 1px solid transparent;
}

.site-header.style3.sticky .button .btn:hover {
    border-color: #fff;
}

/*======================================
   End Header CSS
========================================*/

/*======================================
   03. Hero Area CSS
========================================*/
.hero-area {
    position: relative;
    /* background-image: url('/traveltrek/images/slider/slider-bg2.jpg'); */

    /*background-image: url('/traveltrek/images/bussky.jpg');*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 700px;
}

.hero-area-booking {
    height: 700px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.fullscreen-bg {

    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    /* width: 1900px; */
    width: 100%;
    /* height: 300px; */
    object-fit: none;
    height: 100%;
}

.fullscreen-video {
    width: 100%;
    object-fit: cover;
    height: 100%;
}





.hero-area .hero-inner {
    text-align: center;
    margin: 232px 0;
}

.hero-area .welcome-text p {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.hero-area .welcome-text h1 {
    font-size: 60px;
    color: #fff;
    text-transform: capitalize;
}

/* Search Form */
.hero-area .trip-search {
    background: rgba(255, 255, 255, 0.58);

    border-radius: 5px;
    text-align: left;
    margin-top: 65px;
}

.hero-area .trip-search .form {
    line-height: 0px;
}

.orange {
    color: #f58300;
}


.datepicker-days table {
    background: white;
}

.hero-area .form-group {
    width: 280px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0px;
}

.datepicker {
    /*height: 47px;*/
}

.hero-area .form-group:last-child {
    margin-right: 0px;
}

.hero-area .form-group .nice-select {
    margin: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-radius: 5px;
    border: none;
    box-shadow: none;
    color: #757575;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.hero-area .form-group .nice-select:hover {
    color: #f58300;
}

.hero-area .form-group .nice-select::after {
    right: 20px;
    color: #757575;
}

.hero-area .form-group .nice-select img {
    margin-right: 10px;
}

.hero-area .form-group .list li {
    color: #757575;
}

.hero-area .form-group .list li.selected {
    color: #757575;
    font-weight: 400;
}

.hero-area .form-group .list li:hover {
    color: #fff;
    background: #f58300;
}

.hero-area .form-group.duration {
    width: 180px;
}

.hero-area .form-group.button {
    /*width: 138px;*/
    position: relative;
    height: 50px;
}

.hero-area .form-group .btn {
    display: block;
    width: 100%;
    background: #f58300;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    top: 0;
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-size: 14px;
    border: none;
    border-radius: 3px;
}

.hero-area .form-group .btn:hover {
    color: #f58300;
}

/* Hero Style 2 */
.hero-area.style2 {
    margin-bottom: 98px;
    background: none;
}

.hero-area.style2,
.hero-area.style2 .single-slider {
    height: 650px;
}

.hero-area.style2 .single-slider {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.hero-area.style2 .welcome-text .button {
    margin-top: 35px;
}

.hero-area.style2 .welcome-text .btn {
    border: 2px solid #fff;
    border-radius: 50px;
    margin-right: 15px;
    background: transparent;
    width: 176px;
    color: #fff;
    padding: 14px 30px;
}

.hero-area.style2 .welcome-text .btn:last-child {
    margin: 0;
}

.hero-area.style2 .welcome-text .btn:before {
    border-radius: 50px;
}

.hero-area.style2 .welcome-text .btn:hover {
    color: #f58300
}

.hero-area.style2 .welcome-text .btn:last-child {
    margin-right: 0px;
}

.hero-area.style2 .welcome-text .btn.primary {
    color: #FF6000;
    background: #fff;
}

.hero-area.style2 .welcome-text .btn.primary:hover {
    background: transparent;
    color: #fff;
}

.hero-area.style2 .welcome-text .btn.primary:before {
    transform: scaleX(1);
}

.hero-area.style2 .welcome-text .btn.primary:hover:before {
    transform: scaleX(0);
}

/* Owl Nav */
.hero-area.style2 .owl-controls {}

.hero-area.style2 .owl-controls .owl-nav {}

.hero-area.style2 .owl-controls .owl-nav div {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    padding: 0;
    font-size: 25px;
    border-radius: ;
    background: transparent;
    border: 1px solid #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 0;
}

.hero-area.style2 .owl-controls .owl-nav div:hover {
    background: #f58300;
    border-color: transparent;
    color: #fff;
}

.hero-area.style2 .owl-controls .owl-nav div.owl-prev {
    left: 0;
}

.hero-area.style2 .owl-controls .owl-nav div.owl-next {
    right: 0;
}

/* Slider Animation */
.hero-area .owl-item.active .welcome-text p {

    animation: fadeInDown 0.8s both 1s;
}

.hero-area .owl-item.active .welcome-text h1 {
    animation: fadeInLeft 0.8s both 1.4s;
}

.hero-area .owl-item.active .welcome-text .btn {
    animation: fadeInRight 0.8s both 1.6s;
}

/* Trip Search */
.hero-area.style2 .trip-search {
    background: #fff;
    padding: 30px;
    border: 1px solid #E5E5E5;
    position: absolute;
    bottom: -98px;
    z-index: 333;
}

.hero-area.style2 .trip-search h2 {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    margin-bottom: 34px;
    z-index: 3;
    text-transform: capitalize;
}

.hero-area.style2 .trip-search h2 span {
    background: #fff;
    padding-right: 60px;
}

.hero-area.style2 .trip-search h2::before {
    position: absolute;
    content: "";
    background: #E5E5E5;
    width: 100%;
    height: 2px;
    top: 15px;
    left: 0;
    z-index: -1;
}

.hero-area.style2 .form-group {
    width: 231px;
}

.hero-area.style2 .form-group.duration {
    width: 180px;
}

.hero-area.style2 .form-group.button {
    width: 150px;
    height: 100%;
}

.hero-area.style2 .trip-search .form-group h4 {
    color: #424646;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.hero-area.style2 .form-group .nice-select {
    background: #F8F8F8;
    border: 1px solid #E7E7E7;
}

.hero-area.style2 .form-group.range {
    position: relative;
}

.hero-area.style2 .price-filter {
    position: relative;
}

.hero-area.style2 .price-filter-inner {
    position: absolute;
    left: 0;
    margin: 10px 5px 0;
    width: 100%;
}

.hero-area.style2 #slider-range {
    box-shadow: none;
    border: none;
    height: 3px;
    background: #f4f4f4;
}

.hero-area.style2 #slider-range .ui-slider-range {
    box-shadow: none;
    background: #000;
    border-radius: 0px;
    border: none;
}

.hero-area.style2 #slider-range .ui-slider-handle.ui-state-default.ui-corner-all {
    width: 10px;
    height: 10px;
    line-height: 10px;
    background: #000;
    border: none;
    top: -4px;
}

.hero-area.style2 .label-input input {
    border: none;
    margin: 0;
    padding: 5px 0 0;
    font-weight: 600;
    font-size: 12px;
    color: #757575;
}

.hero-area.style2 .form-group .btn {
    top: 14px;
    border: 1px solid transparent;
}

.hero-area.style2 .form-group .btn:hover {
    border-color: #e7e7e7;
    background: transparent;
}

/* Hero Style 3 */
.hero-area.style3 {
    background: transparent;
}

.hero-area.style3 .hero-inner {
    text-align: left;
}

.hero-area.style3 .hero-single {
    height: 700px;
}

.hero-area.style3 .welcome-text {}

.hero-area.style3 .welcome-text h1 {
    font-size: 48px;
    margin-bottom: 45px;
}

.hero-area.style3 .welcome-text h1 span {
    font-weight: 300;
}

.hero-area.style3 .welcome-text p {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    margin: 0 203px 0 0;
}

.hero-area.style3 .button {
    margin-top: 45px;
}

.hero-area.style3 .button .btn {
    color: #fff;
    padding: 16px 48px;
    font-size: 14px;
}

.hero-area.style3 .button .btn:hover {
    color: #f58300
}

/*======================================
   End Hero Area CSS
========================================*/

/*======================================
   04. About Us CSS
========================================*/
.about-us .about-left img {
    width: 100%;
}

.about-us .about-right {
    padding: 100px 0 100px 30px;
}

.about-us .title-line {
    margin-bottom: 50px;
}

.about-us .title-line h2 span {
    display: block;
}

.about-us .about-main p {
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 17px;
}

.about-us .skill-main {
    margin-top: 50px;
}

.about-us .single-skill .circle {
    position: relative;
    float: left;
    margin-right: 20px;
}

.about-us .single-skill .circle strong {
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    color: #757575;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
}

.about-us .single-skill h4 {
    font-size: 18px;
    padding-top: 38px;
    text-transform: capitalize;
}

.about-us .single-skill h4 span {
    display: block;
}

/*======================================
   End About Us CSS
========================================*/

/*======================================
   05. Popular Destination CSS
========================================*/
.p-destination {
    text-align: center;
    padding: 0 0 120px;
}

.p-destination .title-line {
    margin-bottom: 40px;
}

.p-destination .single-destination {
    position: relative;
    margin-top: 30px;
    overflow: hidden;
}

.p-destination .single-destination::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    content: "";
    z-index: 3;
}

.p-destination .single-destination:hover:before {
    opacity: 0.6;
    visibility: visible;
}

.p-destination .single-destination img {
    width: 100%;
}

.p-destination .single-destination:hover img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
}

.p-destination .hover {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: -38px;
    z-index: 4;
}

.p-destination .hover .price {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.p-destination .single-destination:hover .price {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.p-destination .hover .price span {
    color: #f58300;
}

.p-destination .hover .name {
    color: #fff;
    font-size: 24px;
}

.p-destination .single-destination:hover .name {
    color: #f58300;
}

.p-destination .hover .location {
    font-size: 15px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.p-destination .single-destination:hover .location {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

/*======================================
   End Popular Destination CSS
========================================*/

/*======================================
  06. Popular Trips CSS
========================================*/
.popular-trips {
    background-image: url('images/popular-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.popular-trips .title-line p {
    color: #fff;
}

.popular-trips .title-line h2 {
    color: #fff;
}

.popular-trips .title-line h2 span {
    display: block;
}

.popular-trips .title-line .text {
    font-size: 16px;
    margin-top: 30px;
}

.popular-trips .trips-main {
    background: #fff;
    margin-top: 30px;
    padding: 25px 30px;
}

.popular-trips .single-slider {
    position: relative;
    border-radius: 3px;
    border: 1px solid #e7e7e7;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.popular-trips .single-slider img {
    width: 100%;
}

.popular-trips .single-slider:hover {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    position: relative;
    border-bottom-color: #f58300;
}

.popular-trips .trip-offer {
    position: absolute;
    top: 0;
    z-index: 33;
    background: #f58300;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 10px;
    text-transform: uppercase;
    top: 15px;
    overflow: visible;
    left: 8px;
}

.popular-trips .trip-offer::before {
    position: absolute;
    content: "";
    left: -18px;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid #f58300;
}

.popular-trips .trip-head img {
    width: 100%;
}

.popular-trips .trip-details {
    padding: 20px;
}

.popular-trips .trip-details .left {
    float: left;
    width: 70%;
}

.popular-trips .trip-details .left h4 {
    font-size: 18px;
    text-transform: capitalize;
}

.popular-trips .trip-details .left h4 a {
    color: #424646;
}

.popular-trips .trip-details .left h4:hover a {
    color: #f58300;
}

.popular-trips .trip-details .left p {
    margin: 20px 0;
    font-weight: 500;
}

.popular-trips .trip-details .left p i {
    margin-right: 8px;
    color: #f58300;
}

.popular-trips .trip-details .right {
    float: left;
    width: 30%;
    text-align: right;
}

.popular-trips .trip-details .right p {
    font-weight: 500;
    font-size: 16px;
    color: #b4b4b4;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.popular-trips .single-slider:hover .right p {
    color: #FF7852;
    transform: scale(1.1);
}

.popular-trips .trip-details .right span {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #f58300;
}

.popular-trips .trip-details .btn {
    color: #fff;
    border: 1px solid transparent;
}

.popular-trips .trip-details .btn:hover {
    border-color: #e7e7e7;
    color: #f58300;
}

/* Slider Button */
.popular-trips .owl-carousel .owl-nav div {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    line-height: 44px;
    padding: 0;
    font-size: 20px;
    color: #fff;
    background: rgba(255, 102, 0, 0.58);
    border-radius: 0px;
    margin-top: -20px;
    margin: -22px 0 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.popular-trips .owl-carousel .owl-nav div:hover {
    background: #f58300
}

.popular-trips .owl-carousel .owl-nav div.owl-prev {
    left: -52px;
}

.popular-trips .owl-carousel .owl-nav div.owl-next {
    right: -52px;
}

/* Popular Trips Style 2 */
.popular-trips.style2 {
    background: #fff;
}

.popular-trips.style2 .trips-main {
    padding: 0;
    border-bottom: 0px;
}

.popular-trips.style2 .title-line p {
    color: #494949;
}

.popular-trips.style2 .title-line h2 {
    color: #424646;
}

.popular-trips.style2 .title-line h2 span {
    display: initial;
}

.popular-trips.style2 .owl-carousel .owl-nav div.owl-prev {
    left: -22px;
}

.popular-trips.style2 .owl-carousel .owl-nav div.owl-next {
    right: -22px;
}

/*======================================
   End Popular Trips CSS
========================================*/

/*======================================
   07. Top Destination CSS
========================================*/
.top-destination .title-line h2 span {
    display: block;
}

/* Destination Nav */
.top-destination .nav {
    margin: 40px 0 20px;
}

.top-destination .nav li a {
    color: #42464D;
    background: #F0F3F6;
    padding: 16px 26px;
    border: 0px solid;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.top-destination .nav li a::before {
    position: absolute;
    top: 100%;
    left: 30%;
    content: "";
    border-top: 10px solid #f58300;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-left: -10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.top-destination .nav li a:hover,
.top-destination .nav li a.active {
    background: #f58300;
    color: #fff;
}

.top-destination .nav li a:hover::before,
.top-destination .nav li a.active::before {
    left: 50%;
    opacity: 1;
    visibility: visible;
}

.top-destination .nav li a.active {
    color: #fff;
}

/* Destination Tab */
.top-destination .single-package {
    position: relative;
    border: 1px solid #e7e7e7;
    margin-top: 30px;
}

.top-destination .single-package {
    position: relative;
    border-radius: 3px;
    border: 1px solid #e7e7e7;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.top-destination .single-package img {
    width: 100%;
}

.top-destination .single-package:hover {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    position: relative;
    border-bottom-color: #f58300;
}

.top-destination .trip-offer {
    position: absolute;
    top: 0;
    z-index: 33;
    background: #f58300;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 10px;
    text-transform: uppercase;
    top: 15px;
    overflow: visible;
    left: -12px;
}

.top-destination .trip-offer::before {
    position: absolute;
    content: "";
    left: 0px;
    border-top: 10px solid #752E15;
    border-left: 12px solid transparent;
    bottom: -10px;
}

.top-destination .trip-head img {
    width: 100%;
}

.top-destination .trip-details {
    padding: 20px;
}

.top-destination .trip-details .left {
    float: left;
    width: 70%;
}

.top-destination .trip-details .left h4 {
    font-size: 18px;
    text-transform: capitalize;
}

.top-destination .trip-details .left h4 a {
    color: #424646;
}

.top-destination .trip-details .left h4:hover a {
    color: #f58300;
}

.top-destination .trip-details .left p {
    margin: 20px 0;
    font-weight: 500;
}

.top-destination .trip-details .left p i {
    margin-right: 8px;
    color: #f58300;
}

.top-destination .trip-details .right {
    float: left;
    width: 30%;
    text-align: right;
}

.top-destination .trip-details .right p {
    font-weight: 500;
    font-size: 16px;
    color: #b4b4b4;
}

.top-destination .trip-details .right span {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #f58300;
}

.top-destination .trip-details .btn {
    color: #fff;
    border: 1px solid transparent;
}

.top-destination .trip-details .btn:hover {
    border-color: #e7e7e7;
    color: #FF7750;
}

/*======================================
   End Top Destination CSS
========================================*/

/*======================================
  08. Trip Single CSS
========================================*/
.trip-single {
    padding: 70px 0 100px;
}

.trip-single .trip-details {
    margin-top: 30px;
}

.trip-single .gallery-slider,
.trip-single .single-slider {
    height: 450px;
}

.trip-single .single-slider img {
    width: 100%;
    height: 100%;
}

.trip-single .owl-controls {}

.trip-single .owl-controls .owl-nav {}

.trip-single .owl-controls .owl-nav div {
    position: absolute;
    top: 50%;
    background: transparent;
    font-size: 40px;
    margin: 0;
    margin-top: -30px;
    width: 40px;
    height: 40px;
    background: transparent;
    padding: 0;
    line-height: 60px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.trip-single .owl-controls .owl-nav div:hover {
    background: #f58300;
    height: 60px;
}

.trip-single .owl-controls .owl-nav div.owl-prev {
    left: 0;
}

.trip-single .owl-controls .owl-nav div.owl-next {
    right: 0;
}

.trip-single .trip-content {
    margin-top: 40px;
}

.trip-single .trip-head {
    margin-bottom: 40px;
}

.trip-single .trip-head h2 {
    font-size: 40px;
    color: #42464d;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
}

.trip-single .trip-head h2:before {
    position: absolute;
    left: 0;
    width: 46px;
    height: 2px;
    background: #f58300;
    bottom: -1px;
    content: "";
}

.trip-single .trip-head p {
    font-size: 20px;
    color: #000000;
    font-weight: 400;
}

.trip-single .trip-head p span {
    color: #f58300;
    font-weight: 700;
}

.trip-single .trip-head .price {
    font-size: 32px;
}

.trip-single .trip-content p {
    font-size: 16px;
    font-weight: 300;
}

.trip-single .trip-tab {
    margin-top: 60px;
}

.trip-single .trip-tab-inner {
    margin-top: 60px;
}

.trip-single .nav-tabs {}

.trip-single .nav-tabs li {
    margin-right: 40px;
}

.trip-single .nav-tabs li a {
    background: transparent;
    border-bottom: 4px solid transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    color: #000000;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.trip-single .nav-tabs li a.active,
.trip-single .nav-tabs li a:hover {
    color: #f58300;
    border-bottom-color: #f58300;
}

.trip-single .tab-content .tab-pane {}

.trip-single .tab-content .tab-pane p {
    margin-top: 20px;
    font-weight: 300;
    font-size: 16px;
}

/*======================================
    End Trip Single CSS
========================================*/

/*======================================
   09. Call To Action CSS
========================================*/
.cta {
    background-image: url('images/cta-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.cta::before {
    position: absolute;
    left: 3%;
    top: -313px;
    content: "";
    width: 51%;
    height: 210%;
    background: rgba(255, 117, 80, 0.95);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    transform: rotate(15deg);
}

.cta .cta-text .title-line h2 {
    color: #fff;
}

.cta .cta-text .title-line span {
    display: block;
}

.cta .cta-text .title-line p {
    color: #fff;
}

.cta .cta-text .btn {
    color: #fff;
    font-size: 13px;
    border-radius: 50px;
    margin-top: 30px;
    text-transform: uppercase;
    border: 2px solid #fff;
    background: transparent;
    border-radius: 50px;
}

.cta .cta-text .btn:hover {
    border-color: transparent;
    color: #FF7650;
}

.cta .cta-text .btn:before {
    border-radius: 50px;
}

/* CTA Style 2 */
.cta.style2 {
    background-image: url('images/cta-bg2.jpg');
}

.cta.style2:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: #000;
    content: "";
    transform: none;
}

.cta.style2.overlay:before {
    display: block;
}

.cta.style2 .cta-text p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.cta.style2 .cta-text .btn {
    margin-top: 50px;
    border: 2px solid #fff;
    border-radius: 50px;
}

/* Style 3 */
.cta-style3 {
    position: relative;
    text-align: center;
    background-image: url('images/cta-bg3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
}

.cta-style3::before {
    background: #f58300;
    opacity: 0.9;
    background-image: url('images/bg-pattern.png');
    background-repeat: repeat;
}

.cta-style3 .cta-text h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.cta-style3 .cta-text h2 span {
    font-weight: 300;
}

.cta-style3 .cta-text p {
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
}

.cta-style3 .button {
    margin-top: 30px;
}

.cta-style3 .button .btn {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    margin-right: 15px;
    background: transparent;
}

.cta-style3 .button .btn:last-child {
    margin: 0;
}

.cta-style3 .button .btn.primary {
    border-color: transparent;
    color: #FF6000;
    background: #fff;
}

.cta-style3 .button .btn.primary:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.cta-style3 .button .btn.primary:before {
    transform: scaleX(1);
}

.cta-style3 .button .btn.primary:hover:before {
    transform: scaleX(0);
}

.cta-style3 .button .btn:before {
    border-radius: 50px;
}

.cta-style3 .button .btn:hover {
    color: #f58300;
    border-color: transparent;

}

/*======================================
   End Call To Action CSS
========================================*/

/*======================================
   10. Testimonials CSS
========================================*/
.testimonials .testimonial-main {
    margin-top: 30px;
}

.testimonials .testimonial-slider {
    position: relative;
}

.testimonials .testimonial-slider:before {
    position: absolute;
    top: 0;
    content: "";
    background-image: url('images/quote-icon.png');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.testimonials .single-slider {
    margin-top: 60px;
    padding: 0 40px 0 58px;
}

.testimonials .single-slider h2 {
    font-size: 20px;
    text-transform: initial;
    margin-bottom: 35px;
}

.testimonials .single-slider p {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
}

.testimonials .single-slider span {
    margin-top: 25px;
    font-weight: 500;
    display: block;
    font-size: 16px;
    color: #424646;
}

/* Slider Nav */
.testimonials .owl-carousel .owl-nav {
    position: absolute;
    right: -63px;
    top: 50%;
}

.testimonials .owl-carousel .owl-nav div {
    width: 33px;
    height: 66px;
    line-height: 66px;
    padding: 0;
    font-size: 20px;
    margin: 0;
    border-radius: 0px;
    margin-top: -33px;
    background: #f58300;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.testimonials .owl-carousel .owl-nav div:hover {
    background: #2F3339;
}

/* Testimonials Style 2 */
.testimonials.style2 .testimonial-slider-two {
    margin-top: 40px;
}

.testimonials.style2 .single-slider {
    padding: 5px;
    margin: 0;
}

.testimonials.style2 .t-content {
    padding: 60px 50px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
    position: relative;
    background: #fff;
}

.testimonials.style2 .t-content img {
    position: absolute;
    left: 14px;
    width: auto;
    top: 18px;
}

.testimonials.style2 .t-content p {
    font-weight: 300;
    font-size: 16px;
    color: #343538;
}

.testimonials.style2 .author {
    margin-top: 30px;
    overflow: hidden;
}

.testimonials.style2 .author img {
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    float: left;
    margin-right: 20px;
}

.testimonials.style2 .author h2 {
    font-weight: 600;
    font-size: 14px;
}

.testimonials.style2 .author h2 span {
    display: block;
    color: #9d9d9d;
    margin-top: 5px;
    font-weight: 400;
}

/* Slider Dots */
.testimonials.style2 .owl-carousel .owl-dot {
    margin-right: 5px;
}

.testimonials.style2 .owl-carousel .owl-dot span {
    width: 12px;
    height: 12px;
    background: #DEDEDE;
    margin: 0;
    border: 2px solid transparent;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.testimonials.style2 .owl-carousel .owl-dot.active span {
    border-color: #f58300;
    background: transparent;
}

/*======================================
  End Testimonials CSS
========================================*/

/*======================================
  11. Services CSS
========================================*/
.services {
    position: relative;
    overflow: hidden;
}

.services .no-padding {
    padding: 0;
}

.services .service-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    background-image: url(images/service-bg.jpg);
    background-repeat: no-repeat;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.services .service-img:before {
    opacity: 0;
    visibility: hidden;
}

.services .service-img:hover:before {
    opacity: 0.4;
    visibility: visible;
}

.services .video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
}

.services .service-img:hover .video-play {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.services .video-play .btn {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    font-size: 30px;
    padding: 0;
    color: #f58300;
    border-radius: 100%;
    text-align: center;
    padding-left: 6px;
    transition: all 0.4s ease;
}

.services .video-play .btn:hover {
    background: #f58300;
    color: #fff;
}

.services .video-play .btn:before {
    display: none;
}

.services .single-service {
    text-align: center;
    padding: 40px 20px;
    border: 1px solid #F2F2F2;
    margin-top: 30px;
}

.services .single-service img {
    margin-bottom: 25px;
}

.services .single-service h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    font-weight: 600;
}

.services .single-service h2:before {
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 80px;
    height: 2px;
    margin-left: -40px;
    content: "";
    background: #F2F2F2;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.services .single-service:hover h2:before {
    background: #f58300;
}

.services .single-service p {
    font-weight: 300;
    line-height: 24px;
}

.services .single-service p:last-child {
    margin: 0;
}

.services .single-service .btn {
    margin-top: 25px;
    color: #757575;
    padding: 0;
    background: transparent;
}

.services .single-service .btn:hover {
    color: #f58300;
}

/* Service Single */
.services.archive.single {
    padding: 90px 0 120px;
}

.services.archive.single .single-service {
    text-align: left;
    margin: 30px 0 0;
}

.services.archive.single .single-service {
    padding: 0;
    border: 0px solid;
}

.services.single .single-service h2 {
    font-size: 32px;
    font-weight: 700;
}

.services.single .single-service h2:before {
    left: 0;
    margin-left: 0px
}

.services.single .content p {
    margin-bottom: 30px;
}

.services.single .content p:last-child {
    margin-bottom: 0px;
}

.services.single .service-list {
    margin-bottom: 30px;
}

.services.single .service-list li {
    font-weight: 500;
    position: relative;
    padding-left: 25px;
    padding-bottom: 10px;
}

.services.single .service-list li:last-child {
    padding-bottom: 0px;
}

.services.single .service-list li i {
    color: #f58300;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: 1px solid;
    position: absolute;
    left: 0;
    top: 2px;
    text-align: center;
}

/*======================================
   End Services CSS
========================================*/

/*======================================
   12. Blog CSS
========================================*/
.blog-area .single-blog {
    margin-top: 30px;
    position: relative;
    border: 1px solid #F2F2F2;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog-area .single-blog:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.blog-area .blog-head img {
    width: 100%;
}

.blog-area .blog-content {
    padding: 30px 20px;
}

.blog-area .blog-content span {
    font-weight: 500;
    color: #FF7C25;
    margin-bottom: 10px;
    display: inline-block;
}

.blog-area .blog-content h4 {
    font-size: 18px;
    line-height: 28px;
}

.blog-area .blog-content h4 a {
    text-transform: initial;
    color: #424646;
}

.blog-area .blog-content h4:hover a {
    color: #f58300;
}

.blog-area .blog-content .btn:hover {
    color: #f58300;
}

.blog-area .blog-content .btn {
    margin-top: 25px;
    background: transparent;
    padding: 0;
    color: #6E6E6E;
    border-bottom: 2px solid;
    padding-bottom: 5px;
    border-radius: 0px;
}

/* Blog Style Two */
.blog-area.style2 .single-blog {
    border: 1px solid #e5e5e5;
}

.blog-area.style2 .single-blog::before {
    background: #f58300;
    opacity: 0;
    visibility: hidden;
}

.blog-area.style2 .single-blog img {
    opacity: 0;
    visibility: hidden;
}

.blog-area.style2 .single-blog.active img {
    opacity: 1;
    visibility: visible;
}

.blog-area.style2 .blog-content {
    position: absolute;
    top: 0;
    padding: 45px;
    width: 100%;
    height: 100%;
    margin: 0;
    border: none;
}

.blog-area.style2 .blog-content span {
    font-weight: 400;
    color: #555555;
    font-size: 16px;
    margin-bottom: 30px;
    display: inline-block;
    text-transform: capitalize;
}

.blog-area.style2 .blog-content h4 {
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
}

.blog-area.style2 .blog-content p {
    padding-top: 160px;
    color: #555555;
    display: block;
}

.blog-area.style2 .blog-content p a {
    color: #757575;
}

.blog-area.style2 .single-blog.active {}

.blog-area.style2 .single-blog.active:before {
    opacity: 0.7;
    visibility: visible;
}

.blog-area.style2 .single-blog.active .blog-content span,
.blog-area.style2 .single-blog.active .blog-content h4 a,
.blog-area.style2 .single-blog.active .blog-content p,
.blog-area.style2 .single-blog.active .blog-content p a {
    color: #fff;
}

/* Blog Archive */
.blog-area.archive {
    padding: 0px 0 120px;
    float: left;
    width: 100%;
}

.blog-area.archive .blog-content .btn {
    background: #f58300;
    padding: 12px 25px;
    color: #fff;
    border: none;
    border-radius: 0px;
    border: 1px solid transparent;
}

.blog-area.archive .blog-content .btn:before {
    border-radius: 0px;
}

.blog-area.archive .blog-content .btn:hover {
    border-color: #e5e5e5;
    color: #f58300;
}

.blog-area.archive .blog-content span {
    color: #6e6e6e;
    font-weight: 400;
}

.blog-area.archive .blog-content h4 {
    color: #000066;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
}

.blog-area.archive .blog-content .meta {
    font-weight: 500;
}

.blog-area.archive.classic {
    padding: 50px 0 100px;
}

.blog-area.archive.classic .single-blog,
.blog-area.archive.classic .sidebar-main {
    margin-top: 50px;
}

.blog-area.archive.classic .blog-content {
    border: none;
    padding: 0;
    margin-top: 50px;
}

.blog-area.archive.classic .blog-content h4 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}

.blog-area.archive.classic .blog-content h4:before {
    position: absolute;
    left: 0;
    width: 48px;
    height: 2px;
    background: #f58300;
    content: "";
    bottom: -1px;
}

.blog-area.archive.classic .blog-content .meta {
    font-weight: 600;
}

.blog-area.archive.classic .single-blog {
    border: none;
    box-shadow: none;
}

/* Pagination */
.blog-area .pagination {
    margin-top: 50px;
}

.blog-area.archive .pagination li {
    display: inline-block;
    margin-right: 10px;
}

.blog-area.archive .pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #EDEDED;
    display: block;
    text-align: center;
    color: #424646;
    font-weight: 700;
    border-radius: 3px;
    font-size: 16px;
}

.blog-area.archive .pagination li.active a,
.blog-area.archive .pagination li:hover a {
    background: #f58300;
    color: #fff;
}

.blog-area.archive .pagination li.next {}

.blog-area.archive .pagination li.next a {
    width: auto;
    height: auto;
    padding: 0px 22px;
}

/* Blog Single */
.blog-area.archive.single .blog-content p {
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 16px;
}

.blog-area.archive.single blockquote {
    background: #f58300;
    color: #fff;
    font-size: 16px;
    padding: 20px;
    margin: 0 0 30px;
    font-weight: 500;
    font-style: italic;
}

.blog-area.archive.single .content-bottom {
    overflow: hidden;
    border-top: 1px solid #E5E5E5;
    padding-top: 20px;
}

.blog-area.archive.single .tags {
    float: left;
}

.blog-area.archive.single .tags li {
    display: inline-block;
    font-weight: 600;
}

.blog-area.archive.single .tags li.tag-title {
    margin-right: 10px;
}

.blog-area.archive.single .tags li a {
    color: #555;
}

.blog-area.archive.single .tags li:hover a {
    color: #f58300;
}

.blog-area.archive.single .social {
    float: right;
}

.blog-area.archive.single .social li {
    display: inline-block;
    margin-right: 5px;
}

.blog-area.archive.single .social li a {
    width: 33px;
    height: 33px;
    line-height: 33px;
    border-radius: 100%;
    display: block;
    background: #f58300;
    text-align: center;
    color: #fff;
}

.blog-area.archive.single .social li:hover a {
    background: #2F3339;
}

/* Author Detailes */
.blog-area.archive.single .author-details {
    margin: 60px 0;
}

.blog-area.archive.single .author-content h4 {
    font-size: 24px;
    margin-bottom: 20px;
}

.blog-area.archive.single .author-content p {}

.blog-area.archive.single .post-link {
    margin-top: 20px;
    display: block;
    color: #f58300;
}

.blog-area.archive.single .post-link i {
    opacity: 0;
    visibility: hidden;
}

.blog-area.archive.single .post-link:hover i {
    margin-right: 5px;
    opacity: 1;
    visibility: visible;
}

.blog-area.archive.single .author-content .post-link:hover {
    padding-left: 5px;
    color: #424646;
}

/* Blog Comments */
.blog-area.single .blog-comments {
    margin-top: 30px;
    background: #fff;
}

.blog-area.single .blog-comments h2 {
    text-align: left;
    text-transform: capitalize;
    font-size: 25px;
}

.blog-area.single .single-comments {
    overflow: hidden;
    border-top: 1px solid #e2e2e2;
    padding-top: 25px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.blog-area.single .single-comments:last-child {
    margin-bottom: 0px;
}

.blog-area.single .single-comments .main {
    overflow: hidden;
}

.blog-area.single .single-comments .head {
    float: left;
    margin-right: 20px;
    text-align: center;
    width: 12%;
}

.blog-area.single .single-comments .head img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.blog-area.single .single-comments .body {
    float: left;
    width: 85%;
}

.blog-area.single .single-comments .comment-list {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e2e2e2;
    overflow: hidden;
    margin-left: 100px;
}

.blog-area.single .single-comments .comment-list .body {
    width: 78%;
}

.blog-area.single .single-comments h4 {
    font-size: 18px;
    text-align: left;
    position: relative;
    margin-bottom: 20px;
}

.blog-area.single .single-comments .meta {
    font-size: 15px;
    color: #666;
    font-weight: 400;
    margin-top: 10px;
    display: block;
}

.blog-area.single .single-comments p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
}

.blog-area.single .single-comments a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    margin-left: 5px;
    position: absolute;
    top: 0;
    right: 0;
    background: #F4F4F4;
    padding: 8px 12px;
}

.blog-area.single .single-comments a:hover {
    background: #f58300;
    color: #fff;
}

.blog-area.single .single-comments a i {
    margin-right: 5px;
}

/* Comments Form */
.blog-area.single .comments-form {
    background: #fff;
    margin-top: 60px;
}

.blog-area.single .comments-form h2 {
    text-align: left;
    text-transform: capitalize;
    font-size: 25px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #E2E2E2;
}

.blog-area.single .form {
    margin-top: 30px;
}

.blog-area.single .form-group {
    position: relative;
    display: block;
    margin: 0 0 25px;
}

.blog-area.single .form-group i {
    position: absolute;
    font-size: 16px;
    padding: 15px 12px;
}

.blog-area.single .form-group input {
    width: 100%;
    height: 50px;
    border: 1px solid #EAEAEA;
    padding-left: 10px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 400;
    border-radius: 0px;
    padding-left: 32px;
    background: #F6FAFA;
    text-transform: capitalize;
    font-size: 15px;
    padding-left: 16px;
}

.blog-area.single .form-group textarea {
    border: 1px solid #ddd;
    padding: 10px;
    width: 100%;
    padding-left: 10px;
    resize: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: none;
    border-radius: 0px;
    padding-left: 32px;
    background: #F6FAFA;
    border: 1px solid #EAEAEA;
    padding: 15px;
    border-radius: 3px;
}

.blog-area.single .form-group input:hover,
.blog-area.single .form-group textarea:hover {
    background: #fff;
    border-color: #f58300;
}

.blog-area.single .form-group input:hover,
.blog-area.single .form-group input:focus,
.blog-area.single .form-group textarea:hover {
    outline: none;
}

.blog-area.single .form-group.button {
    margin-bottom: 0px;
}

.blog-area.single .form-group .button {
    padding: 18px 45px;
    font-size: 14px;
    text-transform: uppercase;
    border: 0px solid;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 3px;
    background: #f58300;
}

.blog-area.single .form-group .button:hover {
    background: #353535;
}

.blog-area.single .form-group .button i {
    position: relative;
    display: inline-block;
    color: #fff;
    margin-right: 10px;
    padding: 0px;
}

/*======================================
	End Blog CSS
========================================*/

/*======================================
   13. Clients CSS
========================================*/
.clients {
    border-top: 1px solid #e5e5e5;
    padding: 30px 0;
    display: none !important;
}

.clients .single-clients {
    border: 1px solid transparent;
    padding: 20px;
    text-align: center;
}

.clients .single-clients img {
    width: auto;
    opacity: 0.7;
    display: inline-block;
}

.clients .single-clients:hover img {
    opacity: 1;
}

/*======================================
   End Clients CSS
========================================*/

/*======================================
   14. Why Choose CSS
========================================*/
.why-choose .title-line {
    margin-bottom: 50px;
}

.why-choose .choose-single {
    text-align: center;
    margin-top: 30px;
}

.why-choose .choose-single img {
    margin-bottom: 30px;
}

.why-choose .choose-single h2 {
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 18px;
    padding-bottom: 18px;
    position: relative;
}

.why-choose .choose-single h2::before {
    width: 80px;
    height: 2px;
    background: #F2F2F2;
    left: 50%;
    margin-left: -40px;
    content: "";
    bottom: -1px;
    position: absolute;
}

.why-choose .choose-single p {
    padding: 0 25px;
}

.why-choose .choose-single .btn {
    color: #757575;
    margin-top: 30px;
    text-transform: uppercase;
    background: transparent;
    padding: 0;
}

.why-choose .choose-single .btn:hover {
    color: #f58300;
}

/*======================================
   End Why Choose CSS
========================================*/


/*======================================
   15. Counter CSS
========================================*/
.counter {
    background-image: url('images/counter-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0 120px;
}

.counter.overlay:before {
    background: #f58300;
    opacity: 0.8;
}

.counter .single-count {
    text-align: center;
    padding: 30px;
    border-right: 1px solid #F7E1D0;
    margin-top: 30px;
}

.counter .col-lg-4:last-child .single-count {
    border-right: 0px solid;
    ;
}

.counter .single-count h2 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}

.counter .single-count h2 span {
    display: block;
    margin-bottom: 30px;
    font-size: 60px;
    font-weight: 700;
}

.counter .single-count p {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

/*======================================
  End Counter CSS
========================================*/

/*======================================
  16. Video CSS
========================================*/
.video {
    text-align: center;
    background-image: url('images/video-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.video .title-line p {
    color: #fff;
}

.video .title-line h2 {
    color: #fff;
}

.video .title-line h2 span {
    display: block;
}

.video .video-button {
    margin-top: 50px;
}

.video .video-button .btn {
    width: 76px;
    height: 76px;
    line-height: 70px;
    font-size: 35px;
    color: #fff;
    border: 4px solid #fff;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    padding: 0 0 0 7px;
}

.video .video-button .btn:hover {
    background: #f58300;
    transform: scale(0.9);
    border-color: transparent;
}

.video .video-button .btn:before {
    display: none;
}

.video .video-button .btn i {}

/*======================================
   End Video CSS
========================================*/

/*======================================
  17. Sidebar CSS
========================================*/
.sidebar-main {
    margin-top: 30px;
}

.sidebar-main .single-widget {
    margin-bottom: 50px;
}

.sidebar-main .single-widget:last-child {
    margin-bottom: 0px;
}

.sidebar-main .single-widget h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* Booking */
.sidebar-main .booking {}

.sidebar-main .booking .form {
    padding: 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
}

.sidebar-main .booking .form-group {
    position: relative;
}

.sidebar-main .booking .form-group h4 {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.sidebar-main .booking .form-group input {
    width: 100%;
    border: 2px solid #E9E9E9;
    height: 42px;
    padding: 0 15px;
}

.sidebar-main .booking .form-group input:hover {
    color: #f58300;
    border-color: #f58300;
}

.sidebar-main .booking .form-group i {
    position: absolute;
    right: 0;
    top: 36px;
    right: 15px;
    margin-top: 12px;
}

.sidebar-main .booking .nice-select {
    width: 100%;
    border: 2px solid #E9E9E9;
    height: 42px;
    padding: 0 15px;
    line-height: 42px;
    margin: 0;
    box-shadow: none;
}

.sidebar-main .booking .nice-select:hover {
    border-color: #f58300;
}

.sidebar-main .booking .nice-select li:hover {
    background: #f58300;
}

.sidebar-main .form-group.button {
    margin-bottom: 0px;
}

.sidebar-main .booking .btn {
    padding: 14px 35px;
    border: 1px solid transparent;
}

.sidebar-main .booking .btn:hover {
    padding: 14px 35px;
    border-color: #f58300;
}

.sidebar-main .datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px;
}

.sidebar-main .trip-detailss ul {
    background: #F3F3F3;
    padding: 20px;
}

.sidebar-main .trip-list {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
    box-shadow: none;
}

.sidebar-main .single-list {
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.sidebar-main .single-list:last-child {
    margin-bottom: 0px;
}

.sidebar-main .single-list .left {
    float: left;
    margin-right: 41px;
    width: 90px;
    font-size: 15px;
    font-weight: 600;
}

.sidebar-main .single-list .right {
    font-weight: 500;
    float: left;
}

/* Search */
.sidebar-main .search .form {
    position: relative;
}

.sidebar-main .search input {
    width: 100%;
    height: 50px;
    background: #F9F9F9;
    padding: 0 117px 0 15px;
    text-transform: capitalize;
}

.sidebar-main .search input:hover {
    border-color: #f58300;
}

.sidebar-main .search button {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    background: #f58300;
    color: #fff;
    border: none;
    border-radius: 0px;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    line-height: 50px;
    width: 105px;
    border-radius: 0 3px 3px 0;
    transition: all 0.4s ease;
}

.sidebar-main .search button:hover {
    background: #2F3339
}

/* Categories */
.sidebar-main .categories ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EAEAEA;
}

.sidebar-main .categories ul li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar-main .categories ul li a {}

.sidebar-main .categories ul li:hover a {
    color: #f58300;
}

.sidebar-main .categories ul li span {
    float: right;
}

/* Other Trips */
.sidebar-main .other-trips {}

.sidebar-main .other-trips .signle-trip {
    overflow: hidden;
    margin-bottom: 20px;
}

.sidebar-main .other-trips .signle-trip:last-child {
    margin-bottom: 0px;
}

.sidebar-main .other-trips .signle-trip img {
    float: left;
    width: 100px;
    height: 85px;
    margin-right: 20px;
}

.sidebar-main .other-trips .signle-trip .text {}

.sidebar-main .other-trips .signle-trip .text h4 {
    font-size: 18px;
    font-weight: 400;
}

.sidebar-main .other-trips .signle-trip .text h4:hover a {
    color: #f58300;
}

.sidebar-main .other-trips .signle-trip .text p {
    font-weight: 300;
    margin-top: 10px;
    line-height: 23px;
}

/* Tags */
.sidebar-main .tags {
    margin-left: -5px;
    margin-top: -10px;
}

.sidebar-main .tags ul {}

.sidebar-main .tags li {
    display: inline-block;
    margin-left: 5px;
    margin-top: 10px;
}

.sidebar-main .tags li a {
    font-weight: 400;
    font-size: 16px;
    color: #555;
    text-decoration: none;
    border-bottom: 1px solid transparent;

}

.sidebar-main .tags li a:hover {
    color: #f58300;
    border-bottom-color: #f58300;
}

/*======================================
   End Sidebar CSS
========================================*/

/*======================================
  18. Team CSS
========================================*/
.team .title-line {
    margin-bottom: 40px;
}

.team .single-team {
    margin-top: 30px;
    border: 1px solid #e5e5e5;
}

.team .t-head {
    position: relative;
}

.team .t-head:before {
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team .single-team:hover .t-head:before {
    opacity: 0.7;
    visibility: visible;
}

.team .t-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team .single-team:hover .t-hover {
    opacity: 1;
    visibility: visible;
}

.team .t-hover p {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}

.team .t-social {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: -15px;
}

.team .t-social li {
    display: inline-block;
    margin-right: 5px;
}

.team .t-social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    background: #f58300;
    color: #fff;
    font-size: 14px;
}

.team .t-social li:hover a {
    background: #fff;
    color: #f58300;
}

.team .t-social li a i {}

.team .t-bottom {
    text-align: center;
    padding: 15px;
}

.team .t-bottom h2 {
    font-size: 20px;
    margin-bottom: 15px;
}

.team .t-bottom h2 span {
    display: block;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
    color: #f58300;
}

/*======================================
  End Team CSS
========================================*/

/*======================================
  19. Faq CSS
========================================*/
.faq-main .faq-area {
    margin-top: 30px;
}

.faq-main .single-faq {
    border: 1px solid #eee;
    margin-bottom: 5px;
}

.faq-main .single-faq .faq-title a {
    font-size: 18px;
    background: #f5f5f5;
    padding: 15px;
    color: #424646;
    display: block;
}

.faq-main .single-faq .faq-title.active a {
    background: #f58300;
    color: #fff;
    border-color: #f58300;
}

.faq-main .faq-body {
    padding: 15px;
}

.faq-main .faq-body p {
    font-weight: 300;
    font-size: 15px;
}

/*======================================
  End Faq CSS
========================================*/

/*======================================
  20. 404 CSS
========================================*/
.error-page {
    background-image: url('images/hero-bg3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.error-page .error-inner {
    text-align: center;
    flex-direction: initial;
    height: auto;
    text-align: center;
}

.error-page .error-inner h2 {
    color: #fff;
    font-size: 150px;
    margin-bottom: 25px;
}

.error-page .error-inner h2 span {
    display: block;
    font-size: 30px;
}

.error-page .error-inner p {
    color: #fff;
    font-weight: 500;
    line-height: 24px;
    font-size: 16px;
}

.error-page .button {
    margin-top: 40px;
}

.error-page .button .btn {
    background: #fff;
    color: #f58300;
    margin-right: 15px;
}

.error-page .button .btn:before {
    display: none;
}

.error-page .button .btn:hover {
    background: #f58300;
    color: #fff;
}

.error-page .button .btn.primary {
    background: #f58300;
    color: #fff;
}

.error-page .button .btn.primary:hover {
    background: #fff;
    color: #f58300;
}

.error-page .button .btn:last-child {
    margin: 0;
}

/*======================================
   End Faq CSS
========================================*/

/*======================================
  21. Contact CSS
========================================*/
.contact-us {
    position: relative;

}

.contact-us .form {
    margin-top: 30px;
}

.contact-us .form-group {
    position: relative;
    display: block;
    margin: 0 0 25px;
}

.contact-us .form-group i {
    position: absolute;
    font-size: 16px;
    padding: 15px 12px;
}


.contact-us .form-group input {
    width: 100%;
    height: 52px;
    border: 1px solid #ddd;
    padding-left: 10px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 400;
    border-radius: 0px;
    background: #F6FAFA;
    outline: none;
}

.contact-us .form-group input:hover,
.contact-us .form-group input:focus {
    border-color: #f58300;
    background: #fff;
}

.contact-us .form-group textarea {
    border: 1px solid #ddd;
    padding: 10px;
    width: 100%;
    padding-left: 10px;
    resize: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: none;
    background: #F6FAFA;
    border-radius: 0px;
    box-shadow: none;
    outline: none;
}

.contact-us .form-group textarea:hover,
.contact-us .form-group textarea:focus {
    border-color: #f58300;
    background: #fff;
    box-shadow: none;
}

.contact-us .form-group .btn:hover {
    color: #f58300;
    border-color: #e5e5e5;
}

.contact-us .form-group.button {
    text-align: center;
    margin-bottom: 0px;
}

.contact-us .form-group.button .btn {
    border: 1px solid transparent;
}

.contact-us .form-group.button .btn:hover {
    border-color: #e5e5e5;
    color: #f58300;
}

.contact-us .contact {
    margin-top: 50px;
}

.contact-us .contact .single-contact {
    text-align: center;
    padding: 20px 50px;
    border-right: 1px solid #e5e5e5;
}

.contact-us .contact .col-lg-4:last-child .single-contact {
    border-right: 0px;
}

.contact-us .contact .single-contact i {
    font-size: 35px;
    color: #f58300;
    border-radius: 100%;
}

.contact-us .contact .single-contact h4 {
    font-size: 20px;
    margin: 12px 0;
}

.contact-us .contact .single-contact p {
    font-weight: 500;
}

.contact-us .contact .single-contact p span {
    display: block;
}

.contact-us .contact .single-contact p a:hover {
    color: #f58300;
}

.contact-us.mail {
    border-top: 1px solid #eee;
    padding: 152px 0 120px;
}

.contact-us.mail .title-line {
    margin: 0;
}

.contact-us.mail .btn {
    margin-top: 50px;
    color: #fff;
    border: 1px solid transparent;
}

.contact-us.mail .btn:hover {
    border-color: #e5e5e5;
    color: #424646;
}

#myMap {
    height: 500px;
    width: 100%;
}

/*======================================
  End Contact CSS
========================================*/

/*======================================
  22. Footer CSS
 ========================================*/
.footer {
    background: #2F3339;

}

.footer a {
    color: #bbb;
}

.footer .footer-top {
    padding: 90px 0 120px;
}

.footer .single-widget {
    margin-top: 30px;
}

.footer .single-widget h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.footer .single-widget h2:before {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 50px;
    height: 2px;
    background: #f58300;
    bottom: -1px;
    content: "";
}

.footer .single-widget ul li {
    line-height: 32px;
}

.footer .single-widget ul li a {
    color: #bbb;
    font-size: 16px;
    font-weight: 300;
}

.footer .single-widget ul li:hover a {
    color: #FF8767;
    padding-left: 5px;
}

.footer .single-widget.gallery ul {
    margin-left: -10px;
    overflow: hidden;
}

.footer .single-widget.gallery ul li {
    float: left;
    margin: 10px 0 0 10px;
    padding: 0;
}

.footer .single-widget.gallery ul li a {
    padding: 0;
}

.footer .single-widget.gallery ul li img {
    width: 80px;
    height: 65px;
}

.footer .single-widget.about img {
    margin-bottom: 50px;
}

.footer .single-widget.about p {
    color: #bbb;
    font-size: 16px;
    font-weight: 300;
}

/* Footer Bottom */
.footer .footer-bottom {
    border-top: 1px solid #4B4E53;
    padding: 25px 0;
}

.footer .copyright {
    float: left;
}

.footer .copyright p {
    font-size: 15px;
    font-weight: 600;
    color: #959595;
}

.footer .copyright p a {
    color: #f58300;
}

.footer .social {
    float: right;
}

.footer .social li {
    margin-right: 20px;
    display: inline-block;
}

.footer .social li:last-child {
    margin-right: 0px;
}

.footer .social li a {
    font-size: 16px;
    color: #959595;
    font-weight: 400;
}

.footer .social li:hover a {
    color: #FF8767;
}

/* Footer Style 2 */
.footer.style2 {
    background: #fff;
}

.footer.style2 .footer-top {
    padding: 70px 0 0px;
    border-top: 1px solid #e5e5e5;
}

.footer.style2 .single-widget.about img {
    margin-bottom: 30px;
}

.footer.style2 .single-widget.about p {
    font-weight: 400;
    color: #424646;
    font-size: 15px;
    line-height: 24px;
}

.footer.style2 .single-widget h2 {
    color: #424646;
}

.footer.style2 .single-widget ul li a {
    font-weight: 300;
    color: #424646;
    font-size: 15px;
    font-weight: 400;
}

.footer.style2 .single-widget.blog ul {}

.footer.style2 .single-widget.blog ul li {
    line-height: 22px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}

.footer.style2 .single-widget.blog ul li::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    line-height: 10px;
    background: #f58300;
    left: 0;
    top: 6px;
}

.footer.style2 .single-widget.blog ul li a {
    text-transform: capitalize;
    font-weight: 400;
    color: #424646;
    font-size: 15px;
}

.footer.style2 .single-widget ul li:hover a {
    color: #f58300;
}

.footer.style2 .footer-menu-top {
    border-top: 1px solid #DBDBDB;
    padding: 40px 0;
    margin-top: 100px;
}

.footer.style2 .footer-nav {
    float: left;
}

.footer.style2 .footer-nav li a {
    text-transform: uppercase;
    font-size: 14px;
    color: #424646;
    font-weight: 500;
}

.footer.style2 .footer-nav li:hover a {
    color: #FF8767;
}

.footer.style2 .footer-nav li {
    display: inline-block;
    margin-right: 30px;
}

.footer.style2 .social li {
    margin-right: 30px;
}

.footer.style2 .social li a {
    color: #424646;
}

.footer.style2 .social li:hover a {
    color: #f58300;
}

.footer.style2 .social li:last-child {
    margin-right: 0px;
}

.footer.style2 .footer-bottom {
    background: #252525;
}

.footer.style2 .copyright {
    float: none;
    text-align: center;
}

p {
    color: black;
}

.option-width {
    width: 100%;
}

.nice-select.open .list {
    width: 100%;
    max-height: 265px;
    overflow-y: scroll;
}

.btn:hover {
    background: #FF7550 !important;
    color: black !important;
}


/*======================================
  End Footer CSS
 ========================================*/
.hidemega {
    display: none;
}

.showmega {
    display: block;

}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-mobilemenu=--------------------------------- */


/* Please ❤ this if you like it! */




/* #Primary
================================================== */




/* #Navigation
================================================== */

.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 10px 0;
    box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 0px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.start-header.scroll-on .navbar-brand img {
    height: 28px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navigation-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    padding: 0;
}

.navbar-brand img {
    height: 52px;
    margin-bottom: 10px;
    width: auto;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.nav-link {
    color: white !important;
    font-weight: 500;
    font-size: 15px;
    transition: all 200ms linear;
}

.nav-item:hover .nav-link {
    color: white !important;
}

.nav-item.active .nav-link {
    color: white !important;
}

.nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
}

.nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #8167a9;
    opacity: 0;
    transition: all 200ms linear;
}

.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.nav-item.active:hover:after {
    opacity: 0;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
    background-color: #fff !important;
    transition: all 200ms linear;
}

.section {
    position: relative;
    width: 100%;
    display: block;
}

.full-height {
    height: 100vh;
}

.over-hide {
    overflow: hidden;
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: 40px;
    transform: translateY(-50%);
    z-index: 20;
}



body.hero-anime h1 span:nth-child(1) {
    opacity: 0;
    transform: translateY(-20px);
}

body.hero-anime h1 span:nth-child(2) {
    opacity: 0;
    transform: translateY(-30px);
}

body.hero-anime h1 span:nth-child(3) {
    opacity: 0;
    transform: translateY(-50px);
}

body.hero-anime h1 span:nth-child(4) {
    opacity: 0;
    transform: translateY(-10px);
}

body.hero-anime h1 span:nth-child(5) {
    opacity: 0;
    transform: translateY(-50px);
}

body.hero-anime h1 span:nth-child(6) {
    opacity: 0;
    transform: translateY(-20px);
}

body.hero-anime h1 span:nth-child(7) {
    opacity: 0;
    transform: translateY(-40px);
}

body.hero-anime h1 span:nth-child(8) {
    opacity: 0;
    transform: translateY(-10px);
}

body.hero-anime h1 span:nth-child(9) {
    opacity: 0;
    transform: translateY(-30px);
}

body.hero-anime h1 span:nth-child(10) {
    opacity: 0;
    transform: translateY(-20px);
}

h1 span:nth-child(1) {
    transition-delay: 1000ms;
}

h1 span:nth-child(2) {
    transition-delay: 700ms;
}

h1 span:nth-child(3) {
    transition-delay: 900ms;
}

h1 span:nth-child(4) {
    transition-delay: 800ms;
}

h1 span:nth-child(5) {
    transition-delay: 1000ms;
}

h1 span:nth-child(6) {
    transition-delay: 700ms;
}

h1 span:nth-child(7) {
    transition-delay: 900ms;
}

h1 span:nth-child(8) {
    transition-delay: 800ms;
}

h1 span:nth-child(9) {
    transition-delay: 600ms;
}

h1 span:nth-child(10) {
    transition-delay: 700ms;
}

body.hero-anime h1 span:nth-child(11) {
    opacity: 0;
    transform: translateY(30px);
}

body.hero-anime h1 span:nth-child(12) {
    opacity: 0;
    transform: translateY(50px);
}

body.hero-anime h1 span:nth-child(13) {
    opacity: 0;
    transform: translateY(20px);
}

body.hero-anime h1 span:nth-child(14) {
    opacity: 0;
    transform: translateY(30px);
}

body.hero-anime h1 span:nth-child(15) {
    opacity: 0;
    transform: translateY(50px);
}

h1 span:nth-child(11) {
    transition-delay: 1300ms;
}

h1 span:nth-child(12) {
    transition-delay: 1500ms;
}

h1 span:nth-child(13) {
    transition-delay: 1400ms;
}

h1 span:nth-child(14) {
    transition-delay: 1200ms;
}

h1 span:nth-child(15) {
    transition-delay: 1450ms;
}

#switch,
#circle {
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

#switch {
    width: 60px;
    height: 8px;
    border: 2px solid #8167a9;
    border-radius: 27px;
    background: #000;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
    transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}

body.hero-anime #switch {
    opacity: 0;
    transform: translateY(40px);
    transition-delay: 1900ms;
}

#circle {
    position: absolute;
    top: -11px;
    left: -13px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #000;
}

.switched {
    border-color: #000 !important;
    background: #8167a9 !important;
}

.switched #circle {
    left: 43px;
    box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
    background: #fff;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
}

.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}

.dropdown-menu {
    /*padding: 10px !important;*/
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #212121;
    background-color: #fcfaff;
    /*border: none;*/
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    padding: 3px 15px;
    color: #212121;
    border-radius: 2px;
    transition: all 200ms linear;
}

.dropdown-item a {
    font-weight: 500;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    background-color: rgb(94, 94, 94);
}

/* #Media
================================================== */

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

    .nav-item:after {
        display: none;
    }



    .nav-item::before {
        /* position: absolute; */
        /* display: block;
        top: 15px;
        float: right;
		/* left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0; */
    }

    .dropdown-toggle::after {
        /* position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear; */
    }







    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
        opacity: 0;
    }

    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }

    .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }

    body.dark .nav-item::before {
        background-color: #fff;
    }

    body.dark .dropdown-toggle::after {
        background-color: #fff;
    }

    body.dark .dropdown-menu {
        background-color: transparent;
        box-shadow: none;
    }



}

/* #Link to page
================================================== */

.link-to-portfolio {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 200;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    background-position: center center;
    background-size: cover;
    background-image: url('https://ivang-design.com/ig-logo.jpg');
    box-shadow: 0 0 0 2px rgba(12, 12, 12, .1);
    transition: opacity .2s, border-radius .2s, box-shadow .2s;
    transition-timing-function: ease-out;
}

.link-to-portfolio:hover {
    opacity: 0.8;
    border-radius: 50%;
    box-shadow: 0 0 0 20px rgba(12, 12, 12, .1);
}

.nopaddingforcol {
    padding: 0px;
}

.removelimargin ul li {
    margin: 0px !important;
    padding: 0px !important;
    background: #f58300;

    border-bottom: 1px solid gainsboro;
}

.paddingleftmenu {
    padding-left: 21px !important;
    padding-bottom: 16px !important;

    padding-top: 16px !important;
}

.ddmenubackground {
    background: whitesmoke;
}

.ddmenubackground a {

    font-weight: 400;
    font-size: 18px;
    padding-top: 9px;
    padding-bottom: 9px;
}


.paddingforlogo {
    padding-left: 21px !important;
}

.paddingforbtn {
    padding-right: 21px !important;
}


/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-new footer=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */


.footer1 {
    background: #f58300;
    display: inline-block;
    width: 100%;
}

.footer1 a {
    color: white !important;
    font-weight: 200;
    line-height: 2;
}

.menu-title {
    color: #000066  !important ;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 400 !important;
    padding-top: 12px;

}
footer .mn_right {
    border-left: 1px solid rgba(204, 204, 204, 0.4);
}

.social-footer {
    display: inline-flex;
    padding: 10px 0px 10px 0px !important;

}


.social-footer li {
    border: 1px solid #fff;
    border-radius: 30px !important;
    font-size: 16px;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 0 2px;
    cursor: pointer;
}
.social-footer ul li {
    display: inline-block;
    vertical-align: top;
}
.img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.app-icons {
    display: inline-flex;

}


.footer1 .footer-links-wrapper {
    padding: 20px;
}

@media only screen and (max-width: 781px) {

    .maxfooterlogo {
        display: none !important;

    }
}

.footer1 .footer-links-wrapper {
    background: #f57712;
    color: white;

}



.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after {
    content: " ";
    display: table;
}

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

.footer1 .footer-links-wrapper .footer-links li {
    text-align: center;
    margin-bottom: 0;
}

.ceom {
    font-weight: 700;
    color: #c25700;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after {
    clear: both;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.footer1 .social-links-wrapper {

    color: #fff;

}

.ceop {
    color: #1f1b1a;
    font-weight: 500 !important;
}

.footer1 .additional-links {
    float: left;

    margin-bottom: 0;
}

.footer1 .additional-links {
    text-align: center;

}

@media (min-width: 992px) {
    .footer .social-links {
        float: right;
    }
}


.footer .social-links {
    text-align: center;

}

.bg-transparent {
    padding-bottom: 48px;
}

.promo-orange {
    margin-bottom: 0;
    padding-left: 1.15384615em;
    padding-right: 1.15384615em;
    padding-top: 2.30769231em;
    padding-bottom: 2.30769231em;
    background: #f58300;
    color: white;
}

.promo-orange .h3-3d,
.promo-orange h3 {
    color: white;
    -webkit-text-shadow: 12px 9px 0 rgba(0, 0, 0, 0.1);
    -moz-textshadow: 12px 9px 0 rgba(0, 0, 0, 0.1);
    text-shadow: 12px 9px 0 rgba(0, 0, 0, 0.1);
}

.iconsize {
    font-size: 30px;
}

.h3-3d {
    font-size: 57px;
    font-weight: 700;
    font-style: italic;
}

.mkwhite {
    background: white !important;
    color: black;
    width: fit-content;
}

.footerback {

    padding-bottom: 11px;

}

.capital ul li a {
    text-transform: uppercase;
}

.promo-para {
    padding-top: 9px;
    color: white;
    font-size: 14px;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.imginpos {
    padding-top: 68px;
    padding-bottom: 90px;
    text-align: center;
}

.img_height {
    height: 202px;
}

.h2headingofimg {
    font-weight: 700;
    font-size: 50px;
    font-family: RBRegular, Arial, sans-serif;
    color: #000066;
    text-transform: uppercase;
}

.footerul ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;

}

.imgbottomtxt {
    font-weight: 700 !important;
    font-size: 22px !important;
    padding-top: 17px;

}


.footerul {
    padding-top: 28px;
    padding-bottom: 28px;
}

.footerul li {
    float: left;

}


.footerul li a {
    display: block;
    color: #f58300;
    text-align: center;
    padding: 16px;
    text-decoration: none;
    font-size: small;
    text-transform: uppercase;
}

.footpadding {
    padding-top: 28px;
    padding-bottom: 28px;
}

.headerinput {
    padding-bottom: 79px !important;
    padding: 9px;
    background: #061019;
    padding-top: 80px;
    border: 0px !important;
}

.busf {
    font-size: 48px;

    font-weight: 700;
    color: #c25700;
}

.busp {
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 17px;
    color: #1f1b1a;
    padding-top: 17px;

    font-weight: 500 !important;
}

.sectionbus {
    padding-top: 5%;
    /* display: block;
    */
}


/* ==-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-busSlider=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.hideimg {
    display: none;
}

.showimg {
    display: block;
}



[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    width: 26%;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}




[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 20px;
    height: 20px;
    background: #f57712;
    position: absolute;
    top: 5px;
    left: 4px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.commonclass1 img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.dtop {
    padding-top: 4%;
    padding-bottom: 8%;
}

.radioline {
    border-bottom: 1px solid #f57712;
    padding-top: 14px;

}

.nopaddingatfour {
    width: 0px !important;
}

.mkitcenter {
    text-align: center;
    font-weight: 500;
    color: #c25700;
    font-size: 25px;
    line-height: 1;
}

.selectinput {
    padding-top: 80px;
}

.selectinput1 {
    padding-bottom: 19px;
}

.busspan {
    font-size: 13px;
}

.imginpos1 {
    padding-bottom: 50px;
}


.fade-in-img {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.title-masthead {
    font-size: 6vw;
    font-weight: 700;

    color: white;
    font-style: italic;
}

.intro {
    color: #fff;
    margin-top: 0;
    margin-bottom: 1.36363636em;
    font-size: 1.69230769em;
    line-height: 2.15384615em;
    letter-spacing: -0.05em;
    text-transform: none;
    font-family: GHBold, Arial, sans-serif;
    font-weight: 700;
}

.intro2 {
    color: white;
    font-weight: 100;
    letter-spacing: normal;
}

.slider_banner {
    padding-top: 157px;
    padding-bottom: 239px;
}

.h2headingofimg1 {
    color: #f58300;
    font-weight: 700;
    font-size: 50px;
    font-family: RBRegular, Arial, sans-serif;
    padding-top: 100px;

    text-transform: uppercase;
}

.notop {
    padding-top: 0px !important;
}

.R_E {

    font-weight: 700;
    font-size: 1.69230769em;
    font-family: GHBold, Arial, sans-serif;
}

.promo-paragraph {
    color: black;
}

.ft {
    width: fit-content;
}

.paddingb {
    padding-top: 25px;
    padding-bottom: 25px;
}


.hrcolor {
    background: #f58300;

}

.htw {
    font-weight: 600;
    color: #f58300;
    font-family: GHBold, Arial, sans-serif;
    font-size: 37px;
    padding-bottom: 17px;

}

.htc {
    font-weight: 700;
}


.htcp {
    font-family: GHBold, Arial, sans-serif;

    font-size: 14px;
    padding-top: 23px;
    color: #544f46;
    padding-bottom: 24px;

}

.htcp2 {
    font-size: small;
    padding-top: 10px;
}


[class="radio_class"]:checked+label,
[class="radio_class"]:not(:checked)+label {
    position: relative;
    width: 26%;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}


label.radio.radioline2 {
    width: 36%;

}

.radioline2 {
    border-bottom: 1px solid #f57712;
    padding-top: 14px;

}

.no_padd_top {
    margin-top: 10px !important;
}


.overlay1 {


    background: #f2f2f2;
    height: 623px !important;

}

.mktc {
    text-align: center;
    padding-top: 30px;
}

.padvertise {
    padding-top: 27px;
    text-align: center;
}

.faqp {
    padding-top: 12px;
    color: #1f1b1a;
    font-weight: 500 !important;
}

.toppadding {
    padding-top: 59px;
    font-size: 54px;
}

.faqbyt {
    font-weight: 600;
    font-size: 30px;
    /* font-size: 2.30769231em; */
    line-height: 1.2em;
    letter-spacing: .2em;
    color: #787878;
    text-transform: uppercase;
    font-family: GHMedium, Arial, sans-serif;

    padding-top: 43px;
}


.paddingforacc {
    padding-bottom: 42px;
}


/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=accordian-=-=-=-=-=-=-=-=-=-=-=-= */



.myaccordion {
    max-width: 100%;
    margin-bottom: 37px;
    margin-top: 10px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
    border: none;
}

.myaccordion .card-header {
    border-bottom: 1px solid #f58300 !important;
    background: transparent;
}

.myaccordion .fa-stack {
    font-size: 18px;
}

.myaccordion .btn {
    width: 100%;
    font-weight: 500;
    color: #f58300;
    font-size: inherit;
    padding: 0;
    font-family: GHBold, Arial, sans-serif;
    padding-top: 13px;
    padding-bottom: 13px;
}

@media screen and (max-width: 539px) {
    .myaccordion .btn {
        width: 100%;
        font-weight: 500;
        color: #f58300;
        font-size: 4vw;
        padding: 0;
        font-family: GHBold, Arial, sans-serif;
        padding-top: 13px;
    }

}

@media screen and (max-width:526px) {
    .faqbyt {
        font-weight: 600;
        font-size: 6vw;
        /* font-size: 2.30769231em; */
        line-height: 1.2em;
        letter-spacing: .2em;
        color: #787878;
        text-transform: uppercase;
        font-family: GHMedium, Arial, sans-serif;

        padding-top: 43px;

    }

}



@media screen and (max-width:792px) {
    .mkitcenter {
        text-align: center;
        font-weight: 500;
        color: #c25700;
        /* font-size: 25px; */
        font-size: 2vw;
        line-height: 1;
    }

}






@media screen and (max-width:682px) {
    .h2headingofimg {
        font-weight: 700;
        font-size: 7vw;
        font-family: RBRegular, Arial, sans-serif;
        color: #626262;
        text-transform: uppercase;
    }

}




.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
    text-decoration: none;
}

.myaccordion li+li {
    margin-top: 10px;
}

.mybtnforacc {
    background: white;
}


.mybtnforacc:hover {
    color: #f58300 !important;
    background: white !important;
}

.ti {

    font-weight: 800
}


.ti li {
    font-size: smaller;
}

.a li {
    font-size: 13px;
    padding-top: 2px;
    /* font-weight: 800 !IMPORTANT; */
}

.a ul li a {
    font-weight: 500;
}

.ulpadding {
    padding-bottom: 37px;
    padding-top: 23px;

}

.robo {
    font-family: 'Roboto', sans-serif !important;

}

.beloo {
    font-family: 'Baloo Chettan 2', cursive !important;

}

.opensans {
    font-family: 'Open Sans', sans-serif !important;

}

.fontpadding h2 {
    font-size: 78px;
}

.fontpadding p {
    font-size: large;
}


.fontpadding {
    padding-top: 30px;
    padding-bottom: 30px;
}


.popines {
    font-family: 'Poppins', sans-serif !important;

}

@media (min-width: 1240px) {
    .figure-row.figure-overflowed {
        margin-top: 6.92307692em;
        padding-top: 0;
        margin-bottom: 1.53846154em;
    }
}

.figure-row.figure-overflowed {}

@media (min-width: 1240px) {
    .figure-row {

        padding-bottom: 1.53846154em;
    }
}

.figure-row {
    padding: 0;
    position: relative;
}


@media (min-width: 1240px) {

    .figure-row.figure-overflowed .bg-orange,
    .figure-row.figure-overflowed .bg-blue {
        padding-top: 3.07692308em;
    }
}

.figure-row.figure-overflowed .bg-orange,
.figure-row.figure-overflowed .bg-blue {
    margin-bottom: 1.53846154em;
}

.bg-orange {
    background-color: #c25700;
    color: #fff;
}

.bg-orange * {
    color: #fff;
}

figure {
    margin: 0;
}

@media (min-width: 1240px) {
    .figure-row.figure-overflowed .figure-image {
        margin-bottom: -1.53846154em;
        margin-top: -6.92307692em;
    }

}

.figure-row.figure-overflowed .figure-image {


    padding-left: 0;
}

.figure-row .figure-image {
    margin-bottom: 0;
}

.bg-orange * {
    color: #fff;
}

@media (min-width: 1240px) {
    .figure-row.figure-overflowed .figure-caption {
        float: left;
        text-align: right;
        width: 58.33333333%;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.figure-row.figure-overflowed .figure-caption {
    float: none;
    width: auto;

    padding-bottom: 1.53846154em;
}

@media (min-width: 1240px) {
    .figure-row.figure-overflowed .figure-title {
        margin-top: 0;
    }
}

.figure-row .figure-title {
    position: relative;
    z-index: 0;
    padding-top: 0;
    margin-top: 1em;
    font-size: 45px;
    font-weight: 500;

}

@media (max-width: 768px) {
    .figure-image {
        display: none;
    }
}




@media (min-width: 1240px) {
    .figure-row.figure-overflowed .figure-caption {
        float: left;
        text-align: right;
        width: 58.33333333%;
        padding-top: 0;
        padding-bottom: 0;
    }
}


.sectionstudent {
    font-family: GHMedium, Arial, sans-serif;
    color: #787878;
    font-weight: 500;
    font-size: 31px;
    letter-spacing: .2em;
}

.paragraphstudent {
    line-height: inherit;
    font-size: small;
    color: #757575;
    font-weight: 500;
}

.student-row {
    padding-top: 50px;
    ;
    padding-bottom: 50px;

}
.discount-margintop{
margin-top:50px;
}

.menuimg{
    padding-top: 89px;
}

.no_padding_a{
    padding: 0px !important;
}

.no_padding_a :hover{
    background: none;
}

.mobilepaddingtop{
    padding-top: 26px;
    
}
.mobilepaddingbottom{
    padding-bottom: 26px;
    
}


.mobilepaddingtop ul li {
    background: white;
    font-size: xx-large;
}







