/*
================================
Import CSS and Google Fonts
================================
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700');

/*
================================
Global Styles
================================
*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.sep {
    width: 100%;
    height: 1px;
    background: #ddd;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

.slicknav_menu {
    display: none;
    background: #ff9f1c;
}

.slicknav_btn {
    background-color: #fff;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #333;
    box-shadow: none;
}

.slicknav_menu .slicknav_menutxt {
    text-indent: -9999px;
}

.slicknav_menu .slicknav_icon {
    margin-left: 0;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.180em;
}




a {
    font-family: 'Roboto', sans-serif;
    color: #333;
    transition: all 0.2s;
}

a:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    line-height: 1.4;
    margin-top: 0;
}

a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
    transition: all 0.2s;
}

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

img {
    max-width: 100%;
    /*height: auto;*/
    /*display: flex;*/
    margin: auto;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.bg-area {
    background: #F6F6F6;
}

.bg {
    position: absolute;
    background-color: #333;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
}

.form-group input[type='text'],
.form-group input[type='email'],
.form-group input[type='password'] {
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    transition: all 0.3s;
    margin-top: 6px;
}

.form-group textarea {
    border-radius: 0;
    border: 1px solid #ddd;
    box-shadow: none;
    transition: all 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
    border: 1px solid #ff9f1c;
    box-shadow: none;
}



/*********************************/
.frrr img {
    height: 200px !important;
}


.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        margin-left: 15.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 100%
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            margin-left: 74px;
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;   
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 80px;
            height: 80px;
            line-height: 80px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
           
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: left;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}







.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #ff9f1c;
    border-radius: 10px;
    text-align: center;
    color: #0e0e0e;
    height: 43px;
    width: 64px;
    margin: 0px 5px 4px;
    

}
.filter-button:hover
{
      font-size: 18px;
    border: 1px solid #ff9f1c;
    border-radius: 10px;
    text-align: center;
    color: #0e0e0e;
    height: 43px;
    width: 64px;
    margin: 0px 5px 4px;
    
    

}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.btn-default.focus, .btn-default:focus {
    color: #333;
    background-color: #ffb249 !important;
    border-color: #000000;
}

.btn-default:hover {
    color: #333;
    background-color: #ffb249 !important;
    border-color: #adadad;
}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    /*margin-bottom: 30px;*/
}






.customBtn2 {
    color: white;
    transition: 0.3s;
    padding: 10px 20px;
    margin: 20px 0px;
    display: inline-block;
    background-color: #76b94a;
}

.bank_details
{
    padding:50px 0px;
}


.packge_ul li {
    line-height: 30px;
}

.packge_ul {
    margin-bottom: 25px;
}

.pl-66 {
    padding-left: 66px;
}

.rs-about.style1 .services-part {
    display: inline-flex;
}

.rs-about.style1 .services-part .services-icon img {
    width: 60px;
    height: 60px;
    max-width: unset;
    transition: all 0.3s ease;
}

.rs-about.style1 .services-part .services-text {
    padding-left: 30px;
}

.rs-about.style1 .services-part .services-text .title {
    font-size: 20px;
    margin-bottom: 10px;
}

.rs-about.style1 .services-part {
    display: inline-flex;
}

.rs-about.style1 .services-part .services-icon img {
    width: 60px;
    height: 60px;
    max-width: unset;
    transition: all 0.3s ease;
}




.login_sec {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
}

.padding_left
{
    padding-left:0px;
}

.padding_right
{
    padding-right:0px;
}


.sign_sec {
    background: #fff;
    padding: 25px;
}

.gallery_s a {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    /* -webkit-transform: translate(-50%, -50%); */
    /* transform: translate(-50%, -50%); */
}



hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border: 0;
    border-top: 1px solid #eee;
}

.tr_sect
{
    background: #ff9f1c !important;
}

.view_btn {
    background: #ff9f1c;
    color: #fff;
    padding: 12px 22px;
    border-radius: 2px;
}

.view_btn:hover 
{
    background: #000;
    color: #fff;
    padding: 12px 22px;
    border-radius: 4px;
}

.amount_sec
{
   padding-right: 15px;
    font-size: 14px;
    color: #0b914c;
}

.view_details {
    background: #ff9f1c;
    font-size: 12px !important;
    font-weight: 300;
    width: 129px;
    text-align: center;
    margin: 0px 10px;
    border-radius: 3px;
    color: #fff !important;
    padding: 7px 0px;
}

.view_details:hover {
    background: #000;
    font-size: 12px !important;
    font-weight: 300;
    width: 129px;
    text-align: center;
    margin: 0px 10px;
    border-radius: 3px;
    color: #fff !important;
    padding: 7px 0px;
}


.view_details_en {
    background: #76b94a;
    font-size: 12px !important;
    font-weight: 300;
    width: 129px;
    text-align: center;
    margin: 0px 10px;
    border-radius: 3px;
    color: #fff !important;
    padding: 7px 0px;
}

.view_details_en:hover {
    background: #ff9f1c;
    font-size: 12px !important;
    font-weight: 300;
    width: 129px;
    text-align: center;
    margin: 0px 10px;
    border-radius: 3px;
    color: #fff !important;
    padding: 7px 0px;
}

.left_sec {
    background: #fff;
    padding: 13px;
    margin-top: 30px;
}

.left_sec h3 {
    padding: 10px 0px 0px;
}

.left_sec p {
    font-size: 12px;
}

.gh {
    
    width: 32px;
    height: 28px;
    font-size: 17px;
    text-align: center;
    padding: 5px 7px;
    border-radius: 2px;
    margin: 0px 2px;
    color:#fff;
}

.gh:hover {
    
    width: 32px;
    height: 28px;
    font-size: 17px;
    text-align: center;
    padding: 5px 7px;
    border-radius: 2px;
    margin: 0px 2px;
    color: #fff;
}
.message
{
         background-color: #f4bc02;
}
.mails
{
    background-color: #01cfbc;
}
.whatsapp
{
    background-color: #25d366;
}

.share

{
    background-color: #95D03A;
}

.featuress.checkk > li {
    display: block;
    float: left;
    width: 46%;
}

.featuress.checkk > li a {
    color: #fff;
    font-size: 14px;
        line-height: 24px;
}


.features.check > li {
    display: block;
    float: left;
    width: 50%;
}

.location_sec {
    font-size: 12px;
    margin: 25px 0px;
}

.location_sec li i {
    color: #98d835;
    font-size: 11px;
    padding-right: 5px;
}

.features li {
    line-height: 24px;
}

.checkk {
    text-align: left;
    padding: 5px 6px;
}

.brochure-dowm {
    text-align: center;
}

.packages_day {
    position: absolute;
    top: 0px;
    background: #ff9f1c;
    padding: 2px 13px;
    font-size: 13px;
    color: #fff;
}


.btn-extra {
    font-size: 1em;
    height: 70px;
    padding: 0;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    line-height: 1.5em;
    border: 1px solid #fcaf46;
    border-left: none;
    position: relative;
    overflow: hidden;
    letter-spacing: 0;
    display: inline-table;
    table-layout: fixed;
    margin-right: 10px;
    margin-bottom: 10px;
}

.brochure-dowm .btn-extra {
    color: #333!important;
    margin-bottom: 3px!important;
}

.brochure-dowm a {
    margin: auto!important;
}

.btn-extra > i {
    width: 55px;
    vertical-align: middle;
    background: #fcaf46;
    color: #fff;
    font-size: 36px;
    display: table-cell;
    height: 70px;
    text-align: right;
    padding-right: 8px;
}

.btn-extra > i:after {
    display: block;
    content: "";
    position: absolute;
    left: 46px;
    border-bottom: 70px solid #fcaf46;
    border-right: 16px solid transparent;
    top: 0;
    bottom: 0;
}

.btn-extra > span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 7px 0px 14px;
    text-align: left;
}

.btn-extra > span em {
    color: #fcaf46;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 28px;
}

.iteday {
    clear: both;
    margin-bottom: 5px;
    overflow: hidden;
}

.arrow_box {
    background: #ff9f1c none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    float: left;
    font-weight: bolder;
    margin-right: 15px;
    padding: 10px;
    position: relative;
    text-align: center;
}

.featured-detail {
    margin-top: -7.3%;
}

.long-description {
    float: left;
    width: 90%;
    padding: 0 5px;
}

.box_shadwo {
    box-shadow: 0px 0px 12px 3px #f3f3f3;
}

.gmmm
{
    background: #ffebcf;
    padding: 21px;
    font-size: 19px;
    line-height: 30px;
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 0px !important;
}


.auth {
    position: relative;
    top: -15px; 
    left: 5px;
}



























/* Owl Carousel Fix Start */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

/* Headline */

.main-headline {
    text-align: center;
}

.headline {
    position: relative;
    margin-bottom: 30px;
}

.headline:before {
    position: absolute;
    content: '';
    width: 80px;
    height: 1px;
    background: #ff9f1c;
    bottom: -5px;
    left: 50%;
    margin-left: -40px;
}

.headline:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 1px;
    background: #ff9f1c;
    bottom: -15px;
    left: 50%;
    margin-left: -40px;
}

.headline h2 {
    font-weight: 700;
    padding-bottom: 6px;
    margin-top: 0;
}

.headline h2:before {
    position: absolute;
    content: '';
    width: 120px;
    height: 1px;
    background: #ff9f1c;
    bottom: -10px;
    left: 50%;
    margin-left: -60px;
}

.main-headline p {
    font-size: 14px;
    margin-bottom: 15px;
}

.main-headline.white {
    color: #fff;
}

.main-headline.white .headline:after,
.main-headline.white .headline:before,
.main-headline.white .headline h2:before {
    background: #fff;
}

.clear-two:nth-child(2n + 1) {
    clear: both;
}

.clear-three:nth-child(3n + 1) {
    clear: both;
}

.clear-four:nth-child(4n + 1) {
    clear: both;
}


/*Preloader*/

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

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

/*
-------------------------------
Top Header
-------------------------------
*/

.top-header {
    background: #ff9f1c;
    line-height: 40px;
}

.top-header-left p,
.top-header-right a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    margin-right: 15px;
}

.top-header-left i,
.top-header-right i {
    margin-right: 5px;
}

.top-header-right {
    float: right;
}

.top-header-right a {
    margin-right: 0;
    margin-left: 15px;
}

.website_len {
    background: #ff9f1c;
    border: none;
    color: #fff;
}

.form-control:focus {
    box-shadow: none !important;
}

/*
-------------------------------
Menu-Area
-------------------------------
*/

.logo img {
    width: auto;
    height: 85px;
}

.sf-menu {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sf-menu li {
    height: auto;
    margin-top: 0;
    line-height: 75px;
    background: transparent;
    position: relative;
}

.sf-menu > li > a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border: 0;
    color: #333;
    padding: 5px 25px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sf-menu li:first-child > a {
    border-top: 0;
}

.sf-menu > li > a:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 4px;
    bottom: 0;
    left: 0;
    background: #ff9f1c;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sf-arrows .sf-with-ul:after {
    border-top-color: #333;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: #333;
}

.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > li.current_page_item > .sf-with-ul:after {
    border-top-color: #ff9f1c;
}

.sf-menu li:hover > a,
.sf-menu li.current_page_item a {
    background: #f5f5f5;
    color: #ff9f1c;
}

.sf-menu li:hover a:before,
.sf-menu li.current_page_item a:before {
    width: 100%;
}

.sf-menu ul {
    box-shadow: none;
    border-top: 0;
}

.sf-menu li:hover > ul {
    display: block;
    -moz-animation: zoomIn 0.4s ease 0s;
    -webkit-animation: zoomIn 0.4s ease 0s;
    animation: zoomIn 0.4s ease 0s;

}

.sf-menu li ul > li {
    min-width: 165px;
    height: auto;
    line-height: 34px;
    background: #ff9f1c;
    color: #fff;
    margin-right: 0;
    -webkit-transition: height 200ms ease-in;
    -moz-transition: height 200ms ease-in;
    -o-transition: height 200ms ease-in;
    transition: height 200ms ease-in;
}

.sf-menu li:hover li > a {
    color: #fff;
}

.sf-menu li li:hover > a {
    background: #444;
    color: #fff;
}

.sf-menu li li > a {
    font-size: 13px;
    font-weight: 400;
    border-left: 0;
    padding: 0;
    padding-left: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sf-menu li li:hover > ul {
    -moz-animation: slideInRight 0.3s ease;
    -webkit-animation: slideInRight 0.3s ease;
    animation: slideInRight 0.3s ease;
}

.sf-menu li li ul > li {
    border-left: 1px solid #aeaeae;
    margin-left: -1px;
}

.sf-menu li li:hover > a {
    padding-left: 25px;
}

/*
-------------------------------
Slider
-------------------------------
*/

.slider-item {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.slider-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #333;
    opacity: 0;
}

.slider-table {
    overflow: hidden;
    display: table;
    width: 100%;
    height: 550px;
}

.slider-text {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.text-animated h1 {
    font-size: 50px;
    font-weight: 500;
    color: #fff;
   
    margin: 0;
    margin-bottom: 15px;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.text-animated p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.text-animated li {
    display: inline-block;
    margin-top: 22px;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.text-animated li a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    background-color: None;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 11px 40px;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.text-animated li a:hover {
    background-color: #000;
    color: #fff;
    border: 2px solid #fff;
}

/*Nav*/

.slide-carousel {
    overflow: hidden;
}

.slide-carousel .owl-nav .owl-prev,
.slide-carousel .owl-nav .owl-next {
    text-align: center;
    font-size: 18px;
    position: absolute;
    width: 38px;
    height: 54px;
    line-height: 52px;
    top: 50%;
    margin-top: -25px;
    background: rgba(51, 103, 193, 0.62);
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.slide-carousel .owl-nav .owl-prev {
    left: 0;
    margin-left: 0px;
}

.slide-carousel .owl-nav .owl-next {
    right: 0;
    margin-right: 0px;
}

.slide-carousel .owl-nav .owl-prev:hover,
.slide-carousel .owl-nav .owl-next:hover {
    background: #ff9f1c;
}

/*Slide-Dots*/

.slide-carousel .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 35px;
    left: 50%;
    margin-left: -21px;
}

.slide-carousel .owl-dots .owl-dot {
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #fff;
    display: inline-block;
    margin: 0 4px;
}

.slide-carousel .owl-dots .owl-dot.active {
    background: #fff;
}

/*
-------------------------------
Service
-------------------------------
*/

.service-item {
    text-align: center;
    border-radius: 5px;
    position: relative;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.service-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ff9f1c;
    opacity: 0.75;
}

.service-item a {
    display: block;
    padding: 30px 15px;
    position: relative;
    z-index: 99;
}

.service-item i {
    font-size: 44px;
    color: #fff;
    margin-bottom: 15px;
}

.service-item h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-top: 0;
    margin-bottom: 15px;
}

.service-item p {
    margin: 0;
    color: #fff;
}

/*
-------------------------------
Single-Service
-------------------------------
*/

.service-info ul li {
    padding: 14px;
}

.service-info ul li:nth-child(odd) {
    background: #f5f5f5;
}

.service-info ul li span {
    font-weight: 600;
    margin-right: 5px;
}

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

.service-widget {
    margin-top: 30px;
}

.service-widget:first-child {
    margin-top: 0;
}

.service-list ul li:nth-child(odd) {
    background: #f5f5f5;
}

.service-list ul li a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 14px;
    padding-left: 28px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.service-list ul li a:before {
    position: absolute;
    content: '\f0da';
    font-family: fontawesome;
    top: 50%;
    left: 14px;
    margin-top: -11.5px;
}

.service-list ul li.active a {
    background: #444;
    background: #444;
    color: #fff;
}

.service-list ul li a:hover {
    background: #ff9f1c;
    color: #fff;
}

.service-sidebar-item h3 {
    font-size: 26px;
    font-weight: 500;
}

.service-contact ul li {
    padding: 14px;
    border-radius: 3px;
}

.service-contact ul li i {
    margin-right: 5px;
}

.service-contact ul li:nth-child(odd) {
    background: #f5f5f5;
}


/*
-------------------------------
Featured Package
-------------------------------
*/

.featured-item {
    overflow: hidden;
    width: 100%;
    background: #fff;
}

.featured-photo {
    overflow: hidden;
    position: relative;
}

.featured-photo img {
    transform: scale(1);
    transition: all 0.3s;
}

.featured-item:hover .featured-photo img {
    transform: scale(1.1);
}

.featured-photo .price {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #444;
    padding: 8px;
    text-align: center;
}

.featured-start-date {
    margin-bottom: 10px!important;
    color: #ff9f1c;
    background: #f2f3f3;
    padding: 7px;
}

.featured-text {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding: 15px;
}

.featured-text h4 {
    margin-bottom: 10px;
}

.featured-text h4 a {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #ff9f1c;
    transition: all 0.3s;
}

.featured-text h4 a:hover {
    color: #444;
}

.featured-text p {
    margin: 0;
}

.feature-join {
    overflow: hidden;
    margin-top: 10px;
}

.feature-join .date {
    /*float: left;*/
    margin-top: 4px;
    background: #555;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
}

/*Nav*/

.featured-carousel .owl-nav .owl-prev,
.featured-carousel .owl-nav .owl-next {
    position: absolute;
    top: -50px;
    right: 0;
    font-size: 20px;
    background: #ff9f1c;
    color: #fff;
    padding: 3px 15px;
    border-radius: 3px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.featured-carousel .owl-nav .owl-prev {
    margin-right: 50px;
}

.featured-carousel .owl-nav .owl-prev:hover,
.featured-carousel .owl-nav .owl-next:hover {
    background: #444;
    color: #fff;
}

/*Dots*/

.featured-carousel .owl-dots {
    text-align: center;
    margin-top: 35px;
}

.featured-carousel .owl-dots .owl-dot {
    height: 5px;
    width: 25px;
    background: #b9b9b9;
    display: inline-block;
    margin: 0 5px;
}

.featured-carousel .owl-dots .owl-dot.active {
    background: #ff9f1c;
}



/*
-------------------------------
Featured Detail
-------------------------------
*/

.featured-sidebar {
    background: #f9f9f9;
    border: 2px solid #e6e6e6;
    padding: 15px;
}

.featured-widget {
    margin-top: 30px;
}

.featured-widget:first-child {
    margin-top: 0px;
}

.headstyle-two h4 {
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.custom-select {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
}

.custom-select:focus,
.custom-select:active {
    box-shadow: none;
}

label {
    font-weight: 600;
}

.featured-widget textarea {
    width: 100%;
    height: 120px;
}

.featured-widget .btn {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #ff9f1c;
    border-radius: 0;
    padding: 10px 20px;
    transition: all 0.3s;
}

.featured-widget .btn:hover {
    background: #444;
}

.featured-detail-photo {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 370px;
    position: relative;
}

.featured-lightbox a {
    text-align: center;
    position: absolute;
    width: 34px;
    height: 34px;
    line-height: 34px;
    top: 15px;
    right: 15px;
    border: 1px solid #fff;
    background: #fff;
    color: #ff9f1c;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.single-feat-carousel:hover .featured-lightbox a {
    visibility: visible;
    opacity: 1;
}

/*Nav*/

.single-feat-carousel .owl-nav .owl-prev,
.single-feat-carousel .owl-nav .owl-next {
    position: absolute;
    text-align: center;
    width: 34px;
    height: 50px;
    line-height: 50px;
    top: 50%;
    margin-top: -25px;
    right: 0;
    font-size: 14px;
    background: #ff9f1c;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.single-feat-carousel .owl-nav .owl-prev {
    left: 0;
}

.single-feat-carousel:hover .owl-nav .owl-prev,
.single-feat-carousel:hover .owl-nav .owl-next {
    opacity: 1;
}

.single-feat-carousel .owl-nav .owl-prev:hover,
.single-feat-carousel .owl-nav .owl-next:hover {
    background: #444;
    color: #fff;
}

.featured-detail-mainbar {
    background: #f9f9f9;
    border: 2px solid #e6e6e6;
    padding: 15px;
}

.feat-detail-table .table {
    border: 1px solid #ddd;
    margin-bottom: 0;
}

.feat-detail-table .table tr td {
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #ddd;
    padding: 10px;
}

.feat-detail-table .table tr td.fea-name {
    font-weight: 600;
    width: 200px;
    color: #444;
}

.feat-detail-table .table iframe {
    width: 100%;
    height: 320px;
}

/*
-------------------------------
Counterup-Area
-------------------------------
*/

.counterup-area {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.bg-counterup {
    position: absolute;
    background-color: #333;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
}

.counter-item {
    overflow: hidden;
    display: table;
    width: 100%;
    position: relative;
}

.counter-icon {
    float: left;
    display: table-cell;
    text-align: center;
    font-size: 40px;
    width: 72px;
    height: 72px;
    line-height: 62px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-right: 15px;
}

.counter-icon img {
    width: 38px;
    height: 38px;
}

.counter-text {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}

.counter-text h2.counter {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin: 0;
}

.counter-text h4 {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

/*
-------------------------------
Portfolio-Page
-------------------------------
*/

.portpage-menu {
    text-align: center;
}

.portpage-menu li {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #ff9f1c;
    border: 2px solid #ff9f1c;
    border-radius: 50px;
    padding: 4px 15px;
    margin: 0 8px;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.portpage-menu li:hover,
.portpage-menu li.filtr-active {
    background: #444;
    border: 2px solid #444;
    color: #fff;
}

.portfolio-item {
    position: relative;
}

.portfolio-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #444;
    opacity: 0.8;
    opacity: 0;
    transform: scale(0.2);
    -webkit-transform: scale(0.2);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.photo-title {

   
   background: #ffffff;
    padding-bottom: 10px;
    padding-top: 10px;
}

.photo-title p {
    font-size: 14px!important;
    font-weight: 200;
    color: #000;
    margin: 0;
    padding: 3px 16px;
    font-family: 'Roboto', sans-serif;
}

.photo-title a {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    padding: 7px 18px;
    border-bottom: solid 1px #f0f0f0;
    transition: all 0.3s;
    margin-bottom: 7px;
}

.photo-title a:hover {
    
}

.portfolio-text {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.portfolio-text a {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*-webkit-transform: translate(-50%, -50%);*/
    /*transform: translate(-50%, -50%);*/
}

.portfolio-text i {
    font-size: 22px;
    color: #fff;
}

.portfolio-item:hover .portfolio-bg {
    transform: scale(1);
    opacity: 0.7;
}

.portfolio-item:hover .portfolio-text {
    opacity: 1;
}

.portfolio-item iframe {
    width: 100%;
    height: 300px;
}

/*
-------------------------------
Team-Area
-------------------------------
*/

.team-item {
    border: 1px solid #ddd;
}

.team-photo {
    overflow: hidden;
    position: relative;
}

.team-photo img {
    width: 100%;
}

.team-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #444;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    transform: scale(0.2);
    -webkit-transform: scale(0.2);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team-social {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 20%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.team-social li {
    display: inline-block;
}

.team-social li a {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    text-decoration: none;
    margin: 0 4px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

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

.team-item:hover .team-social {
    bottom: 10%;
    visibility: visible;
    opacity: 1;
}

.team-item:hover .team-bg {
    transform: scale(1);
    -webkit-transform: scale(1);
    visibility: visible;
    opacity: 0.8;
}

.team-text {
    text-align: center;
    color: #333;
    background: #ddd;
    padding: 15px;
}

.team-text a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-bottom: 2px;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.team-text a:hover {
    color: #444;
}

.team-text p {
    margin: 0;
}

/* Team-carousel Nav */

.team-carousel {
    overflow: hidden;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    text-align: center;
    font-size: 18px;
    position: absolute;
    width: 34px;
    height: 50px;
    line-height: 48px;
    top: 50%;
    margin-top: -25px;
    background: rgba(108, 92, 231, 0.66);
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.team-carousel .owl-nav .owl-prev {
    left: 0;
    margin-left: 0px;
}

.team-carousel .owl-nav .owl-next {
    right: 0;
    margin-right: 0px;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: #ff9f1c;
}

/*team-Dots*/

.team-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.team-carousel .owl-dots .owl-dot {
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background: #b9b9b9;
    display: inline-block;
    margin: 0 4px;
}

.team-carousel .owl-dots .owl-dot.active {
    background: #ff9f1c;
}

/*
-------------------------------
Team-Details
-------------------------------
*/

.team-detail-photo {
    text-align: center;
    max-width: 300px;
    background-color: #f5f5f5;
    padding: 30px;
}

.team-detail-photo h4 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0px;
}

.team-detail-photo ul {
    list-style: none;
    margin: 0;
    margin-top: 10px;
    padding: 0;
}

.team-detail-photo ul li {
    text-align: center;
    display: inline-block;
    margin-right: 7px;
    margin-top: 5px;
}

.team-detail-photo ul li:last-child {
    margin-right: 0;
}

.team-detail-photo ul li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #ff9f1c;
    color: #fff;
    transition: all 0.3s;
}

.team-detail-photo ul li a:hover {
    background: #444;
    color: #fff;
}

.team-detail-text .headstyle h4 {
    font-size: 26px;
}

.team-detail-text li {
    font-weight: 600;
    margin-bottom: 7px;
}

.team-detail-text li:last-child {
    margin-bottom: 0;
}

.team-detail-text li i {
    color: #ff9f1c;
    margin-right: 7px;
}

/*
-------------------------------
Testiomonial
-------------------------------
*/

.testimonial-area {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.bg-testimonial {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #333;
    opacity: 0.5;
}

.testimonial-item {
   text-align: center;
   background: #00000061;
    border-radius: 10px;
    padding: 36px 0px;
    min-height: 370px;
}

.testimonial-photo {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 95px;
    height: 95px;
      border: 3px solid #f5f5f5;
    margin: 0 auto;
    border-radius: 50px;
}

.testimonial-text {
    color: #fff;
}

.testimonial-text h2 {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 5px;
}

.testimonial-text h3 {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}

.testimonial-pra {
    width: 70%;
    line-height: 1.7;
    padding: 0 10px;
    margin: 0 auto;
    margin-top: 15px;
}

.testimonial-pra p {
    margin: 0;
}

/*Testimonial-owl*/

.testimonial-gallery .owl-dots {
    text-align: center;
    margin-top: 35px;
}

.testimonial-gallery .owl-dots .owl-dot {
    height: 5px;
    width: 25px;
    background: #fff;
    display: inline-block;
    margin: 0 5px;
}

.testimonial-gallery .owl-dots .owl-dot.active {
    background: #ff9f1c;
}

/*
-------------------------------
Testiomonial-Page
-------------------------------
*/

.testimonial-page .testimonial-item {
    border: 1px solid #ddd;
    background: #f5f5f5;
    padding: 15px;
}

.testimonial-page .testimonial-text {
    color: #333;
}

.testimonial-page .testimonial-pra {
    padding: 0;
}

/* Testimonial-Page Dots */

.testi-page-carousel .owl-dots {
    text-align: center;
    margin-top: 35px;
}

.testi-page-carousel .owl-dots .owl-dot {
    height: 5px;
    width: 25px;
    background: #444;
    display: inline-block;
    margin: 0 5px;
}

.testi-page-carousel .owl-dots .owl-dot.active {
    background: #ff9f1c;
}

/* Testimonial-Page Nav */

.testi-page-carousel {
    overflow: hidden;
}

.testi-page-carousel .owl-nav .owl-prev,
.testi-page-carousel .owl-nav .owl-next {
    text-align: center;
    font-size: 18px;
    position: absolute;
    width: 34px;
    height: 50px;
    line-height: 48px;
    top: 50%;
    margin-top: -25px;
    background: rgba(108, 92, 231, 0.66);
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.testi-page-carousel .owl-nav .owl-prev {
    left: 0;
    margin-left: 0px;
}

.testi-page-carousel .owl-nav .owl-next {
    right: 0;
    margin-right: 0px;
}

.testi-page-carousel .owl-nav .owl-prev:hover,
.testi-page-carousel .owl-nav .owl-next:hover {
    background: #ff9f1c;
}

/*
-------------------------------
Blog-Area
-------------------------------
*/

.blog-item {
    border: 1px solid #f5f5f5;
}

.blog-image {
    overflow: hidden;
    position: relative;
}

.blog-image img {
    width: 100%;
    transform: scale(1);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.blog-item:hover .blog-image img {
    transform: scale(1.1);
}

.blog-image .date {
    text-align: center;
    position: absolute;
    bottom: -26px;
    right: 12px;
    padding: 10px 16px;
    color: #fff;
    background: #ff9f1c;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.blog-image .date h3 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 6px;
    line-height: 1.1;
}

.blog-image .date h4 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 1.1;
}

.blog-item:hover .date {
    bottom: 0;
}

.blog-text {
    background: #f5f5f5;
    padding: 20px;
}

.blog-item a.b-head {
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.blog-item a.b-head:hover {
    color: #444;
}

.blog-text ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-text ul li {
    display: inline-block;
    margin-right: 10px;
}

.blog-text ul li:last-child {
    margin-right: 0;
}

.blog-text ul li a {
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.blog-text ul li i {
    color: #444;
    margin-right: 5px;
}

.blog-item p {
    line-height: 1.6;
    margin-top: 15px;
    margin-bottom: 0px;
}

.blog-author {
    overflow: hidden;
    background: #e6e6e6;
}

.blog-author ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 5px;
}

.blog-author li {
    display: inline-block;
}

.blog-author li a {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 15px 10px;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.blog-author li a i {
    margin-right: 5px;
    color: #ff9f1c;
}

.blog-author li a:hover {
    color: #ff9f1c;
}

.blog-author li.blog-button {
    background: #ff9f1c;
    float: right;
}

.blog-author li.blog-button a {
    background: #ff9f1c;
    padding: 15px 30px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.blog-author li.blog-button i {
    color: #fff;
    margin: 0;
}

.blog-author li.blog-button a:hover {
    background: #ff9f1c;
}

.button a {
    display: inline-block;
    font-weight: 500;
    color: #fff;
    background: #ff9f1c;
    border-radius: 50px;
    padding: 11px 26px;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.button a i {
    margin-left: 5px;
}

.button a:hover {
    background: #444;
    border-color: #444;
    color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

/* Blog-carousel Nav */

.blog-carousel .owl-nav .owl-prev,
.blog-carousel .owl-nav .owl-next {
    position: absolute;
    top: -50px;
    right: 0;
    font-size: 20px;
    background: #ff9f1c;
    color: #fff;
    padding: 3px 15px;
    border-radius: 3px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.blog-carousel .owl-nav .owl-prev {
    margin-right: 50px;
}

.blog-carousel .owl-nav .owl-prev:hover,
.blog-carousel .owl-nav .owl-next:hover {
    background: #444;
    color: #fff;
}

/*
-------------------------------
Single-Blog
-------------------------------
*/

.headstyle h4 {
    display: inline-block;
    position: relative;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 9px;
    margin-bottom: 30px;
}

.headstyle h4:before {
    position: absolute;
    content: '';
    width: 70%;
    height: 1px;
    background: #ff9f1c;
    left: 0;
    bottom: 0;
}

.headstyle h4:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #ff9f1c;
    left: 0;
    bottom: -5px;
}

.single-blog .blog-image .date {
    bottom: 0;
}

.single-blog h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 8px;
}

.single-blog ul li {
    display: inline-block;
    margin-top: 2px;
    margin-right: 15px;
}

.single-blog ul li i {
    color: #444;
    margin-right: 5px;
}

.single-blog ul li a {
    text-decoration: none;
    color: #ff9f1c;
}

.single-blog p {
    margin: 0;
    margin-top: 15px;
}

/* Comment */

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

.comment-list ul li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.comment-list ul li:last-child {
    border: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.comment-list .comment-item {
    overflow: hidden;
    display: table;
    width: 100%;
}

.comment-list .thumb {
    display: table-cell;
    vertical-align: top;
    width: 80px;
}

.comment-list .com-text {
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
}

.comment-list .com-text h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 7px;
}

.comment-list .com-text span.date {
    margin-right: 30px;
}

.comment-list .com-text span.date i {
    color: #444;
    margin-right: 3px;
}

.comment-list .com-text span a {
    display: inline-block;
    padding: 5px 10px;
    background: #ff9f1c;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.comment-list .com-text span a:hover {
    background: #444;
    color: #fff;
}

.comment-list .com-text p {
    margin-top: 12px;
    margin-bottom: 0;
}

.comment-list ul ul.children {
    margin-top: 20px;
    margin-left: 40px;
}

.comment-list ul ul.children li {
    border: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.comment-form textarea {
    height: 220px;
}

.comment-form .btn {
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    padding: 14px 30px;
    border: 1px solid #ff9f1c;
    border-radius: 0;
    background: #ff9f1c;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.comment-form .btn:hover {
    color: #fff;
    background: #444;
    border: 1px solid #444;
}



/* Sidebar */

.sidebar {
    margin-top: 30px;
}

.sidebar-item {
    margin-top: 30px;
}

.sidebar-item:first-child {
    margin-top: 0;
}

.sidebar-item input {
    font-size: 14px;
    height: 40px;
    border: 1px solid #e1e1e1;
    border-right: 0;
    border-radius: 0;
}

.sidebar-item input:focus {
    border: 1px solid #ff9f1c;
    box-shadow: none;
}

.sidebar-item button {
    height: 40px;
    background: #ff9f1c;
    color: #fff;
    border: 1px solid #ff9f1c;
    border-radius: 0;
}

.sidebar-item button:hover {
    cursor: pointer;
    color: #fff;
    background: #444;
    border: 1px solid #444;
}

.sidebar-item h3 {
    display: inline-block;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 12px;
    margin-bottom: 30px;
}

.sidebar-item h3:before {
    position: absolute;
    content: '';
    width: 70%;
    height: 1px;
    background: #ff9f1c;
    left: 0;
    bottom: 0;
}

.sidebar-item h3:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #ff9f1c;
    left: 0;
    bottom: -5px;
}

.sidebar-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-item ul li {
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
}

.sidebar-item ul li:first-child {
    padding-top: 0;
}

.sidebar-item ul li a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding-left: 10px;
    transition: all 0.3s;
}

.sidebar-item ul li a:before {
    position: absolute;
    content: '\f0da';
    font-family: fontawesome;
    top: 0;
    left: 0;
    color: #333;
}

.sidebar-item ul li a:hover {
    color: #444;
}

.tagcloud a {
    font-size: 14px;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 7px 12px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.tagcloud a:hover {
    color: #444;
}

/*
-------------------------------
Newsletter
-------------------------------
*/

.newsletter-area {
    text-align: center;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
    position: relative;
}

.newsletter-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff9f1c;
    opacity: 0.4;
}

.newsletter-headline {
    margin-bottom: 30px;
}

.newsletter-headline h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 6px;
}

.newsletter-headline p {
    line-height: 1.7;
}

.newsletter-submit {
    width: 70%;
    margin: 0 auto;
}

.newsletter-submit input[type='text'] {
    width: 60%;
    height: 51px;
    text-indent: 20px;
    padding-right: 10px;
    color: #333;
}

.newsletter-submit input[type='submit'] {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    width: 20%;
    height: 52px;
    background: #444;
    color: #fff;
    margin-left: -5px;
    transition: all 0.4s;
}

.newsletter-submit input[type='submit']:hover {
    background: #444;
}


/*
-------------------------------
Footer-Area
-------------------------------
*/

.footer-area {
    position: relative;
    background: #222222;
    color: #c7c7c7;
}

.footer-item {
    color: #c7c7c7;
}

.footer-item p {
    line-height: 1.8;
}

.footer-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-item ul li {
    display: block;
    margin-bottom: 10px;
}

.footer-item ul li:last-child {
    margin-bottom: 0;
}

.footer-item ul li a {
    position: relative;
    display: inline-block;
    color: #c7c7c7;
    padding-left: 12px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.footer-item ul li a:before {
    position: absolute;
    content: '\f0da';
    font-family: fontawesome;
    top: 0;
    left: 0;
}

.footer-item ul li a:hover {
    color: #ff9f1c;
}

.footer-item p,
.footer-item a {
    text-decoration: none;
    color: #c7c7c7;
}

.footer-item h3 {
    display: inline-block;
    position: relative;
    font-size: 22px;
    color: #ff9f1c;
    padding-bottom: 12px;
    margin-bottom: 36px;
}

.footer-item h3:before {
    position: absolute;
    content: '';
    width: 70%;
    height: 1px;
    background: #ff9f1c;
    left: 0;
    bottom: 0;
}

.footer-item h3:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #ff9f1c;
    left: 0;
    bottom: -5px;
}

.footer-item ul.f-link li {
    width: 50%;
    float: left;
}

.footer-address-item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
}

.footer-address-item .icon {
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 17px;
}

.footer-address-item .text {
    font-size: 14px;
}

.footer-item ul.footer-social {
    margin-top: 15px;
}

.footer-item ul.footer-social li {
    display: inline-block;
    margin-top: 5px;
    margin-right: 5px;
    padding: 0;
}

.footer-item ul.footer-social li a:before {
    display: none;
}

.footer-item ul.footer-social li a {
    text-align: center;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #ff9f1c;
    border: 1px solid #ff9f1c;
    padding: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.footer-item ul.footer-social li a:hover {
    color: #fff;
    background: #444;
    border: 1px solid #ff9f1c;
}

.footer-item .input-group .btn {
    font-size: 16px !important;
}

/* Footer-Bottom */

.footer-bottom {
    text-align: center;
     background: #1f1f1f;
    padding: 10px 0;
    border-top: solid 1px #636363;
}

.copy-text p {
    color: #c7c7c7;
    margin: 0;
}

/*
-------------------------------
Scroll-Top
-------------------------------
*/

.scroll-top {
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 46px;
    bottom: 15px;
    right: 15px;
    background: rgb(255 159 28);
    color: #fff;
    opacity: 0.8;
    z-index: 9999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.scroll-top:hover {
    opacity: 1;
    color: #fff;
    background: #ff9f1c;
}


/*Banner*/

.banner-slider {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;
}

.banner-slider.high-banner {
    height: 275px;
}

.bannder-table {
    display: table;
    width: 100%;
    height: 100%;
}

.banner-text {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.banner-text h1 {
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

/*
-------------------------------
About Us
-------------------------------
*/

.about-text h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
}

.about-text p {
    line-height: 1.8;
    margin: 0;
}

/*
-------------------------------
Country Package
-------------------------------
*/
.country-text {
    text-align: center;
}

.country-text h2 {
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 6px;
    margin-top: 0;
}

.country-text p {
    font-size: 15px;
    margin-bottom: 0px;
}

.country-social h3 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 6px;
    margin-top: 0;
}

.country-social ul li {
    display: inline-block;
    margin: 0 4px;
}

.country-social ul li a {
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    background: #ff9f1c;
    color: #fff;
    transition: all 0.3s;
}

.country-social ul li a:hover {
    background: #333;
}

.package-tab {
    border-top: 1px solid #ddd;
}

.package-tab .lg_pl_0 {
    padding-left: 0;
}

.package-tab-menu ul li {
    margin-bottom: 15px;
}

.package-tab-menu ul li a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 10px;
    transition: all 0.3s;
}

.package-tab-menu ul li a:hover {
    color: #ff9f1c;
}

.package-tab-menu ul li.active a {
    color: #ff9f1c;
}

.sub-headline h4 {
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.package-content p {
    font-size: 15px;
    margin-bottom: 5px;
}

.package-content img {
    margin-bottom: 15px;
}

.package-content ul {
    margin-left: 20px;
}

.package-content ul li {
    margin-bottom: 15px;
}

/*
-------------------------------
Country Package Detail
-------------------------------
*/
.package-tab-det-menu ul li {
    display: inline-block;
    margin-left: -4px;
}

.package-tab-det-menu ul li:first-child {
    margin-left: 0px;
}

.package-tab-det-menu ul li a {
    font-size: 14px;
    font-weight: 300;
    display: block;
    color: #fff;
    background: #ff9f1c;
    padding: 10px 15px;
    transition: all 0.3s;
}

.package-tab-det-menu ul li a:hover {
    background: #fff;
    color: #222;
   
}

.package-tab-det-menu ul li.active a {
    background: #fff;
   color: #ff9f1c;
   
}

.package-content.package-detail-content {
       background: #fff;
}

.package-detail-content .portfolio-item img {
    margin: 0;
}

.package-detail-content .photo-title p {
    margin: 0;
}

/*
-------------------------------
Pagination
-------------------------------
*/
.paginations {
    text-align: center;
    padding-top: 30px;
}

ul.page-numbers {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

ul.page-left {
    margin: 0 !important;
}

ul.page-numbers li {
    display: inline-block;
    margin-right: 5px;
}

ul.page-numbers li:last-child {
    margin-right: 0;
}

ul.page-numbers li a {
    display: block;
    font-weight: 600;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #333;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

ul.page-numbers li a:hover {
    background: #ff9f1c;
    color: #fff;
}

ul.page-numbers li span {
    display: block;
    font-weight: 600;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #ff9f1c;
    color: #fff;
}

/*
-------------------------------
Dashboard-Area
-------------------------------
*/

.option-board {
    background: #fff;
    border: 1px solid #ddd;
}

.option-board ul li {
    border-bottom: 1px solid #ddd;
}

.option-board ul li:last-child {
    border-bottom: 0px;
}

.option-board ul li.active {
    background: #ff9f1c;

}

.option-board ul li.active a {
    color: #fff;
}

.option-board ul li a {
    display: block;
    font-size: 14px;
    color: #2a2a2a;
    padding: 7px 15px;
    transition: all 0.4s;
}

.option-board ul li a:hover {
    background: #ff9f1c;
    color: #fff;
}

.option-board ul li span {
    font-size: 18px;
    margin-right: 15px;
}

/*Detail-Dashboard*/
.detail-dashboard .table {
    border: 1px solid #ddd;
}

.detail-dashboard .table tr th,
.detail-dashboard .table tr td {
    border: 1px solid #ddd;
    padding: 10px;
}

/*
-------------------------------
Order
-------------------------------
*/

.btn-primary {
    color: #fff;
    border: 1px solid #ff9f1c;
    background: #ff9f1c;
    border-radius: 0;
    padding: 10px 20px;
    transition: all 0.4s;
}

.btn-primary:hover {
    color: #fff;
    border: 1px solid #444;
    background: #444;
}

/*
-------------------------------
Faq
-------------------------------
*/

.faq-title h1 {
    font-size: 21px;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin: 0;
}

.faq-page .panel {
    box-shadow: none !important;
    border-radius: 0 !important;
}

.faq-page .panel-group {
    margin-bottom: 0px;
}

.faq-page .panel-group .panel-heading a:after {
    content: '\f068';
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 14px;
    right: 0;
    top: 50%;
    padding: 18px 15px;
    color: #ff9f1c;
    margin-top: -25.5px;
}

.faq-page .panel-group .panel-heading a.collapsed:after {
    content: '\f067';
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 14px;
    right: 0;
    top: 50%;
    padding: 18px 15px;
    color: #ff9f1c;
    margin-top: -25.5px;
}

.faq-page .panel-default > .panel-heading {
    background: #f5f5f5;
    color: #333;
    padding: 0;
    border-radius: 0;
    position: relative;
    font-size: 14px;
}

.faq-page h4.panel-title a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1.6;
    padding: 15px 15px;
    text-decoration: none;
    padding-right: 50px;
}

.faq-page .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
    font-size: 14px;
    line-height: 26px;
}

/*
-------------------------------
Contact-Area
-------------------------------
*/

.contact-item {
    display: table;
    width: 100%;
    height: 100px;
    background: #ff9f1c;
    border: 1px solid #ddd;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.contact-item:hover {
    background: #333333;
}

.contact-text {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.contact-text i {
    color: #fff;
    font-size: 24px;
}

.contact-text h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 7px;
}

.contact-text p {
    margin: 0;
    color: #fff;
}

.contact-form textarea {
    width: 100%;
    height: 180px;
    border-radius: 0;
}

.map-area iframe {
    width: 100%;
    height: 450px;
}

/*
-------------------------------
404-Page
-------------------------------
*/

.error-page {
    text-align: center;
}

.error-head {
    display: inline-block;
    background: #ff9f1c;
    border: 1px solid #ff9f1c;
    border-radius: 50px;
    padding: 30px 50px;
}

.error-head h1 {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
}

.error-head h3 {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

.error-body {
    margin-top: 30px;
}

.error-body h4 {
    font-size: 22px;
    margin-bottom: 5px;
}

.error-body p {
    margin: 0;
}

.btn-primary.btn-xs {
    padding: 2px 20px !important;
    border-radius: 3px !important;
}


a.forget-password-link {
    margin-left: 20px;
    color: #0062d4;
       font-size: 12px;
}

.p-highlight .item {
    background: #ff9f1c;
    color: #fff;
    padding: 15px;
    text-align: center;
    margin-bottom: 25px;
}

.p-highlight h2 {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.p-highlight h3 {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.p-highlight p {
    font-size: 40px;
}

#st-1 {
    text-align: center!important;
}

.single-blog #st-1 {
    text-align: left!important;
}

.error-class {
    background: #ca6464;
    color: #fff;
    padding-top: 10px;
    padding: 15px;
    margin-bottom: 15px;
    text-align: left;
}

.success-class {
    background: #68a554;
    color: #fff;
    padding-top: 10px;
    padding: 15px;
    margin-bottom: 15px;
    text-align: left;
}
/*
customCodes
*/
.smallTitle {
    font-size: 14px;
    font-weight: 600;
    margin: 7px 0;
}
.customText {
    font-size: 12px;
    font-weight: 600;
    width: 100%;
    margin: 5px 0 0;
}
.customSelectRow {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.customCol {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 5px;
    cursor: pointer;
}
.customCol input{
    -webkit-appearance: none;
    appearance: none;
    height: 100%;
    width: 100%;
    z-index: 4;
    margin: 0;
    outline: none;
    transition: 0.3s;
    position: absolute;
    border-radius: 3px;
    border: 1px solid #ff9f1c;
}
.customCol input:checked{
    outline: none;
    background-color: #ff9f1c;
}
.customSelectText {
    position: relative;
    z-index: 5;
}
.calculator {
    font-size: 12px;
}
.tableHeading
{
    font-weight: 600;
    color: #fd9b30;
}
.col-12
{
    width: 100%;
    padding: 0 5px;
}
.col-7 {
    float: left;
    padding: 0 5px 7px;
    width: 58.33333333%;
}
.col-5 {
    float: left;
    padding: 0 5px;
    width: 41.66666667%;
}
.calculator input {
    width: 36px;
    text-align: center;
    margin-right: 5px;
    border: 1px solid #ccc;
}
.calculator input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
}
.calculator input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}
a.customBtn
{
    color: white;
    transition: 0.3s;
       padding: 10px 20px;
    margin: 20px 0px;
    display: inline-block;
    background-color: black;
}
.customBtn:hover
{
    background-color: #fd9b30;
}
a.customBtn2
{
    color: white;
    transition: 0.3s;
    padding: 7px 12px;
    margin: 5px;
    display: inline-block;
    background-color: #fd9b30;
}
.customBtn2:hover
{
    background-color: black;
}
.customRow
{
    display: flex;
    flex-wrap: wrap;
}

.galleryImg {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

@media only screen and (max-width: 750px)
{
    .galleryImg {
        height: 220px;
    }
}







