@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

@font-face {
    font-family: Huntor;
    src: url(../fonts/huntor_light.eot);
    src: url(../fonts/huntor_light.eot) format('embedded-opentype'),url(../fonts/huntor_light.woff2) format('woff2'),url(../fonts/huntor_light.woff) format('woff'),url(../fonts/huntor_light.ttf) format('truetype'),url(../fonts/huntor_light.svg#huntor_light) format('svg');
    font-weight: 400
}

@font-face {
    font-family: Huntor;
    src: url(../fonts/huntor_bold.eot);
    src: url(../fonts/huntor_bold.eot) format('embedded-opentype'),url(../fonts/huntor_bold.woff2) format('woff2'),url(../fonts/huntor_bold.woff) format('woff'),url(../fonts/huntor_bold.ttf) format('truetype'),url(../fonts/huntor_bold.svg#huntor_bold) format('svg');
    font-weight: 600
}

@font-face {
    font-family: 'Huntor Heading';
    src: url(../fonts/huntor_heading.eot);
    src: url(../fonts/huntor_heading.eot) format('embedded-opentype'),url(../fonts/huntor_heading.woff2) format('woff2'),url(../fonts/huntor_heading.woff) format('woff'),url(../fonts/huntor_heading.ttf) format('truetype'),url(../fonts/huntor_heading.svg#huntor_heading) format('svg')
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
}

    a:hover {
        color: #d1a34b;
        text-decoration: underline
    }

body, button, input, select, textarea {
    color: #333333;
    font-size: 1rem;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 0
}

ol, ul {
    list-style: none
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    width: 100%;
    text-transform: uppercase;
    max-width: 100%;
    font-weight: bold;
}

h1 {
    font-size: 80px;
}

h2 {
    font-size: 55px;
}

h3 {
    font-size: 45px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}
.middle-part h4, .middle-part h2, .hunter-bg h2 {
    text-shadow: 2px 2px 14px #000;
}
.element-heading {
    color: #d1a34b;
    transition: all .2s ease;
    margin-bottom: 15px;
    padding-top: 0;
    text-align: center;
    line-height: 1;
    margin: 0 0 30px
}

.header-part {
    background: #000;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 0 15px;
    position: relative
}

.header-logo img {
    width: 132px;
    max-width: 100%
}

.top-right {
    text-align: right;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    margin: 0 -10px
}

    .top-right a i {
        padding-right: 10px
    }

.phone-number-part {
    vertical-align: middle;
    padding: 0 10px
}

.header-button {
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: unset;
    position: relative;
    font-weight: 600;
    font-size: 12px;
    font-size: .75rem;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.phone-number-part > a {
    white-space: nowrap;
    display: flex;
    align-items: center;
    position: relative;
    -ms-transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
    text-decoration: none;
    font-weight: 600;
    color: #d1a34b;
    font-size: 1rem
}

    .phone-number-part > a:hover {
        color: #e5b964
    }

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.phone-number-part svg {
    color: #d1a34b
}

.top-right {
    padding: 15px 0
}

.navbar {
    padding: 9px 0 15px;
    background: 0 0
}

.nav-link {
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
    padding: 13px 20px;
    font-size: 0.9rem
}

@media (max-width:1199px) {
    .container {
        max-width: 92%
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:1400px) and (max-width:2349px) {
    .container {
        max-width: 1400px
    }

    .price-item .col-md-7 {
        padding-right: 190px
    }
}

@media (min-width:1400px) {
    .container1 {
        max-width: 1410px;
        margin: auto
    }

    .flex-grow-1 {
        -ms-flex-positive: inherit !important;
        flex-grow: inherit !important
    }
}

.nav-item:not(:last-child) {
    margin-right: 30px
}

@media (min-width:992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }
}

.middle-part {
    margin: 30px 0
}

.widget-wrap {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    display: flex
}

.bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden
}

a.link-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4
}

.widget-wrap {
    background-color: #000;
    transition-duration: .5s
}

.elementor-bg {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    will-change: transform;
    transition-duration: .5s;
    opacity: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.bg-overlay, .elementor-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.elementor-content {
    min-height: 350px;
    text-align: left;
    padding: 60px 60px 50px
}

.elementor-content {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.elementor-content {
    z-index: 2;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 35px;
    width: 100%;
    position: relative;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    color: #fff
}

    .elementor-content h2 {
        color: #fff;
        transition: all .2s ease;
        margin-bottom: 1rem;
        padding-top: 0;
        z-index: 3
    }

    .elementor-content h3 {
        color: #fff;
        transition: all .2s ease;
        margin-bottom: 1rem;
        padding-top: 0;
        z-index: 3
    }

.elementor-element .elementor-button {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
    position: relative;
    fill: #fff;
    z-index: 3;
    border-color: transparent;
    text-align: center;
    -ms-transform: skewX(-10deg) skewY(0);
    -o-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -webkit-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    -ms-transition: color .4s ease,background-color .4s ease,border-color .4s ease,box-shadow .4s ease;
    -o-transition: color .4s ease,background-color .4s ease,border-color .4s ease,box-shadow .4s ease;
    -moz-transition: color .4s ease,background-color .4s ease,border-color .4s ease,box-shadow .4s ease;
    -webkit-transition: color .4s ease,background-color .4s ease,border-color .4s ease,box-shadow .4s ease;
    transition: color .4s ease,background-color .4s ease,border-color .4s ease,box-shadow .4s ease
}

    .elementor-element .elementor-button.elementor-size-sm {
        padding: .55rem 1.6rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 0
    }

.elementor-button {
    background-color: #d1a34b;
    border: solid 2px #938a56;
    color: #fff;
    cursor: pointer;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.elementor-element .elementor-button:before {
    content: "";
    top: -2px;
    bottom: -2px;
    left: -2px;
    position: absolute;
    width: 4px;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
    transition: all .25s;
    background-color: #663f0c
}

.elementor-button:hover {
    background-color: #663f0c;
    color: #fff;
    text-decoration: none;
}

.elementor-button1:hover {
    background-color: #d1a34b;
    color: #fff;
    text-decoration: none;
}

.elementor-button:focus {
    outline: 0;
    box-shadow: none
}

.m-t-30 {
    margin-top: 30px
}

.hunt-team-details {
    line-height: 1.9
}

.video-bg {
    background: url(../images/home1_bg4.jpg) no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    will-change: transform;
    padding: 30px 0
}

.service-style h5 {
    margin-bottom: 12px;
}

.about-us-bg {
    background: url(../images/bg_about.jpg) no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    will-change: transform;
    padding: 30px 0;
    position: relative
}

    .about-us-bg .abt-overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0);
        z-index: 1
    }

.hunter-bg {
    height: auto;
    padding: 140px 0px 45px 0;
    background-size: cover !important;
    background-position: bottom !important;
    background-repeat: no-repeat;
    background: url(../images/hunter.jpg) no-repeat
}

.gallery-bg {
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
    background: url(../images/gallery_bg.jpg) no-repeat
}

.contact-bg {
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
    background: url(../images/contact_bg.jpg) no-repeat
}

.trip-bg {
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
    background: url(../images/trip_bg.jpg) no-repeat
}

.pricing-bg {
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
    background: url(../images/pricing_bg.jpg) no-repeat
}

.hunter-bg h2 {
    color: #fff;
    transition: all .2s ease;
    padding-top: 0;
    text-align: left;
    line-height: inherit;
    margin: 0;
    position: relative;
    z-index: 99;
    text-transform: inherit;
}

.hunter-bg .abt-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    z-index: 1
}

.abt-content {
    z-index: 2;
    position: relative;
    padding: 50px 0
}

    .abt-content h4 {
        display: block;
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 25px;
        letter-spacing: 3.2px;
        color: #fff;
        font-weight: 400;
    }

    .abt-content h3 {
        color: #fff;
        text-transform: inherit;
        margin-bottom: 20px
    }

    .abt-content p {
        color: #fff
    }

.video-container-iframe {
    border: solid 5px #fff;
    height: 0;
    padding: 0 0 40.25%;
    overflow: hidden;
    position: relative;
    background: #fff
}

    .video-container-iframe video {
        width: 100%
    }

    .video-container-iframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.testimonials {
    padding: 30px 0;
    background: #f8f8f8;
}

.cd-testimonials-wrapper {
    position: relative;
    width: 90%;
    max-width: 805px;
    background-color: transparent;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 1
}

@media only screen and (min-width:768px) {
    .cd-testimonials-wrapper {
        padding: 30px 30px 40px 30px
    }
}

.cd-testimonials {
    color: #333;
    text-align: center
}

    .cd-testimonials::after {
        clear: both;
        content: "";
        display: table
    }

    .cd-testimonials > li {
        position: absolute;
        opacity: 0
    }

        .cd-testimonials > li:first-child {
            position: relative;
            opacity: 1
        }

    .cd-testimonials p {
        line-height: 1.5;
        margin-bottom: 1em;
        padding: 0 14px
    }

@media only screen and (min-width:768px) {
    .cd-testimonials p {
        font-size: 20px
    }
}

@media only screen and (min-width:1170px) {
    .cd-testimonials p {
        font-size: 20px;
        line-height: 1.5;
        padding: 0 100px
    }
}

.cd-author .cd-author-info, .cd-author img {
    display: inline-block;
    vertical-align: middle
}

.cd-author img {
    width: 72px;
    height: 72px;
    margin-right: 5px;
    box-shadow: 0 0 6px rgba(0,0,0,.3);
    -ms-transform: skewX(-13deg) skewY(0);
    -o-transform: skewX(-13deg) skewY(0);
    -moz-transform: skewX(-13deg) skewY(0);
    -webkit-transform: skewX(-13deg) skewY(0);
    transform: skewX(-13deg) skewY(0);
    display: inline-block;
    position: revert;
    overflow: hidden;
    width: 75px;
    height: 75px
}

.cd-author .cd-author-info {
    text-align: left;
    line-height: 1.2
}

    .cd-author .cd-author-info li:first-child {
        font-size: 14px;
        font-size: .875rem
    }

    .cd-author .cd-author-info li:last-child {
        font-size: 12px;
        font-size: .75rem;
        color: #6b6b70
    }

@media only screen and (min-width:768px) {
    .cd-author img {
        width: 50px;
        height: 50px
    }

    .cd-author .cd-author-info {
        line-height: 1.4
    }

        .cd-author .cd-author-info li:first-child {
            font-size: 16px;
            font-size: 1rem
        }

        .cd-author .cd-author-info li:last-child {
            font-size: 14px;
            font-size: .875rem
        }
}

.flex-direction-nav li {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0
}

    .flex-direction-nav li:first-child {
        left: 0
    }

    .flex-direction-nav li:last-child {
        right: 0
    }

    .flex-direction-nav li a {
        display: block;
        height: 100%;
        width: 100%;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        -webkit-transition: background-color .2s;
        -moz-transition: background-color .2s;
        transition: background-color .2s
    }

.no-touch .flex-direction-nav li a:hover {
    background-color: transparent
}

.flex-direction-nav li a::after, .flex-direction-nav li a::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 13px;
    background-color: #d1a34b
}

.flex-direction-nav li a::before {
    -webkit-transform: translateY(-35px) rotate(45deg);
    -moz-transform: translateY(-35px) rotate(45deg);
    -ms-transform: translateY(-35px) rotate(45deg);
    -o-transform: translateY(-35px) rotate(45deg);
    transform: translateY(-35px) rotate(45deg)
}

.flex-direction-nav li a::after {
    -webkit-transform: translateY(-27px) rotate(-45deg);
    -moz-transform: translateY(-27px) rotate(-45deg);
    -ms-transform: translateY(-27px) rotate(-45deg);
    -o-transform: translateY(-27px) rotate(-45deg);
    transform: translateY(-27px) rotate(-45deg)
}

.flex-direction-nav li:last-child a::before {
    -webkit-transform: translateY(-35px) rotate(-45deg);
    -moz-transform: translateY(-35px) rotate(-45deg);
    -ms-transform: translateY(-35px) rotate(-45deg);
    -o-transform: translateY(-35px) rotate(-45deg);
    transform: translateY(-35px) rotate(-45deg)
}

.flex-direction-nav li:last-child a::after {
    -webkit-transform: translateY(-27px) rotate(45deg);
    -moz-transform: translateY(-27px) rotate(45deg);
    -ms-transform: translateY(-27px) rotate(45deg);
    -o-transform: translateY(-27px) rotate(45deg);
    transform: translateY(-27px) rotate(45deg)
}

@media only screen and (min-width:768px) {
    .flex-direction-nav li {
        width: 50px
    }
}

@media only screen and (min-width:1170px) {
    .flex-direction-nav li a::after, .flex-direction-nav li a::before {
        background-color: #5e5e63;
        -webkit-transition: background-color .2s;
        -moz-transition: background-color .2s;
        transition: background-color .2s
    }

    .flex-direction-nav li a:hover::after, .flex-direction-nav li a:hover::before {
        background-color: #d1a34b
    }
}

.footer {
    background: url(../images/bg_footer.jpg) no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    will-change: transform
}

.footer-column h3 {
    font-family: Huntor,Sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    margin: 0 0 15px;
    text-transform: uppercase
}

.footer-top {
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #fffFFF14;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 30px 0
}

.elementor-icon-list-item .elementor-icon-list-icon {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.elementor-icon-list-item .elementor-icon-list-text {
    color: #fff
}

.elementor-icon-list-item {
    font-family: Huntor,Sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1em;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-20 .elementor-element.elementor-element-1a9cfcc .elementor-heading-title {
    font-family: Huntor,Sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px
}

.elementor-icon-list-item .elementor-icon-list-icon svg {
    color: #d1a34b;
    margin-right: 10px
}

.elementor-social-icon {
    display: inline-block;
    text-align: center;
    padding-right: 1em;
    margin-right: 5px
}

    .elementor-social-icon i {
        color: #fff;
        width: 1em;
        height: 1em;
        position: relative;
        display: block
    }

.footer-wrp {
    display: flex
}

.footer-wrp-icon {
    margin-right: 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.footer-wrp-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.footer-wrp-icon i {
    font-size: 40px;
    color: #d1a34b;
    padding-top: 4px
}

.footer-wrp-content h4 {
    font-family: Huntor,Sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #aaa;
    margin-bottom: 13px
}

.footer-wrp-content p {
    color: #fff;
    font-size: 1rem
}

.footer-card-img img {
    padding-top: 20px;
    max-width: 100%
}

.footer-copy {
    padding: 30px 0;
    text-align: center
}

    .footer-copy p {
        color: #aaa;
        font-family: Huntor,Sans-serif;
        font-size: 16px
    }

.hero-image-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    min-height: 450px;
    width: 100%;
    margin: 0;
    position: relative;
    font-family: "Nunito Sans",Helvetica,sans-serif
}

.o-video-bg .video-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    z-index: 1
}

.o-video-bg .video-container {
   
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center
}

.o-video-bg video {
    width: 100%;
    z-index: 0;
    object-fit: cover;
    position:absolute;
    right:0;
    bottom:0
}

.content-row {
    position: relative;
    overflow: hidden;
    background-color: #fff
}

.content-header h2 {
    color: #222
}

    .content-header h2 span {
        color: #ed5586
    }

.content-row-color h2 {
    color: #fff
}

.lg-pt-200 {
    padding-top: 109px !important
}

.pb-90 {
    padding-bottom: 214px
}

.hero-content-center {
    align-items: center;
    z-index: 5;
    position: relative
}

    .hero-content-center h1, .hero-content-center h4 {
        text-align: center;
        line-height: 90px;
        letter-spacing: 0;
        font-weight: bold;
        width: 100%;
        color: #fff
    }

    .hero-content-center h4 {
        letter-spacing: 3px;
        font-weight: 400;
        font-size: 16px;
        line-height: 46px;
        margin-top: 30px;
    }

    .hero-content-center h1 span {
        color: #d1a34b
    }

    .hero-content-center p {
        letter-spacing: 0;
        font-weight: 400;
        color: #fff;
        line-height: 46px;
        margin-bottom: 20px
    }

.banner-img {
    position: absolute;
    left: 724px;
    bottom: -280px
}

.bg-wrapper:hover {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.footer-card-img {
    text-align: right
}

.team-members {
    background: #fff;
    width: 100%;
    padding: 60px 0;
    position: relative
}

.hunt-team-image {
    position: relative;
    background: #fff;
    padding-bottom: 30px;
    text-align: center;
    border: solid 1px #ececec;
}

.team-image {
    margin-bottom: 20px
}

.hunt-team-details {
    padding: 0 20px
}

.button-position {
    position: relative;
    padding-bottom: 69px;
}

    .button-position .elementor-element {
        position: absolute;
        bottom: 30px;
    }

.hunt-team-name {
    margin-bottom: 0px !important;
    color: #000
}

.elementor-team-job {
    font-size: 1rem;
    color: #d1a34b;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.team-image img {
    width: 100%
}

.hunt-team-job {
    font-size: 12px;
    font-size: .75rem;
    text-transform: uppercase
}

.hunt-team-description {
    margin-top: 15px
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
    outline: 0
}

.education-item {
    background: #000;
}

.education-item__img {
    position: relative
}

    .education-item__img img {
        width: 100%;
        opacity: 1
    }

.education-item h4 {
    margin: 0;
    text-align: left;
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 30px;
    text-transform: inherit;
    width: calc(100% - 30px);
}

.education-item h5 span {
    font-size: 1.4rem;
    position: relative;
    top: -8px;
    color: #d1a34b;
}

.education-item h5 a {
    color: #000;
    text-decoration: none
}

.education-item-content {
    padding: 30px;
}

.price-item ul {
    margin-left: 20px;
}

.education-item ul {
    margin-left: 20px;
}

.education-item li {
    padding-bottom: 10px;
    list-style: disc;
    color: #fff
}

.price-item h4 {
    text-transform: inherit;
}

.price-item {
    padding: 30px 0;
    border-bottom: solid 1px #ececec;
}

.bootstrap-datetimepicker-widget table {
    width: 100%
}

.bootstrap-datetimepicker-widget tr {
    font-size: 12px
}

    .bootstrap-datetimepicker-widget tr:hover {
        background-color: #eee;
    }

.price-item-img img {
    width: 100%;
    padding: 2px;
    border-radius: 5px;
    border: solid 2px #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.price-item h6 {
    text-transform: inherit;
    color: #d1a34b;
    padding: 10px 0 7px 0;
}

.price-item span {
    font-weight: 600;
    padding-bottom: 10px;
    display: block;
}

.elementor-element span {
    padding-bottom: 0 !important;
}

.price-item li {
    padding-bottom: 7px;
    list-style: disc;
    color: #000
}

.navbar-nav .active a {
    color: #d1a34b
}

.modal-header {
    background: #000;
    color: #fff;
    border-radius: 0
}

.close {
    color: #fff
}
@media all and (max-width:1400px) and (min-width:991px) {
    .nav-link {
        font-size: 0.79rem;
    }
   
    .nav-item:not(:last-child) {
        margin-right: 20px !important;
    }
}
@media all and (max-width:1200px) and (min-width:991px) {

    .elementor-element .elementor-button.elementor-size-sm {
        font-size: 0.9rem;
        padding: .55rem 1.1rem;
    }

}
    @media only screen and (max-width:991px) {
        .hunter-bg {
            padding: 80px 0px 40px 0;
        }

        .hero-content-center h1, .hero-content-center h4 {
            text-align: center
        }

        .row-eq-height .col-md-6 {
            margin-top: 30px !important;
        }

        .team-members {
            padding: 30px 0;
        }

        .navbar-collapse {
            position: absolute;
            top: 45px;
            z-index: 999;
            background: #000;
            width: 223px;
            padding-left: 20px;
            right: 15px
        }

        .footer-column {
            margin-bottom: 30px
        }

        .banner-img {
            display: none
        }

        .hero-content-center {
            text-align: center
        }

            .hero-content-center p {
                line-height: 25px;
                margin-top: 20px
            }

            .hero-content-center h4 {
                text-align: center
            }

            .hero-content-center h2 {
                line-height: 48px;
                text-align: center;
                font-size: 48px
            }

        .pb-90 {
            padding-bottom: 50px
        }

        .lg-pt-200 {
            padding-top: 60px !important
        }
    }



    .video-container-iframe:hover .video-controller {
        position: absolute;
        z-index: 999;
        bottom: 20px;
        left: 20px
    }

    .video-controller .btn-dark {
        background: 0 0;
        border-color: transparent
    }

        .video-controller .btn-dark:hover {
            background: rgba(0,0,0,.4)
        }

        .video-controller .btn-dark.focus, .video-controller .btn-dark:focus {
            outline: 0;
            box-shadow: none
        }

    .form-control {
        width: 100%;
        display: block;
        font-size: 0.8rem;
        letter-spacing: 0;
        padding: .369rem;
        border-radius: 0;
        border: 1px solid #e7e7e7;
        background-color: #fff;
        -ms-transition: all ease .3s;
        -o-transition: all ease .3s;
        -moz-transition: all ease .3s;
        -webkit-transition: all ease .3s;
        transition: all ease .3s;
        height: auto
    }

    .form-group {
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 0;
    }

    .service-space {
        padding: 20px 0;
    }

    .contactus {
        background: #fcfcfc;
        padding: 25px;
        border: solid 1px #eee
    }

        .contactus form {
            padding: 0;
            margin: 30px -15px 0 -15px;
        }

        .contactus h5 {
            text-transform: inherit;
            text-align: left;
            padding: 4px 0;
        }

        .contactus label {
            font-size: 0.7rem;
            padding-bottom: 5px;
            font-style: italic;
        }

    .form-check-label {
        margin-bottom: 0;
        margin-left: 10px;
        padding-bottom: 0 !important;
        font-style: normal !important;
    }

    .rc-anchor-normal {
        width: 100% !important
    }

    .address-details {
        margin-left: 33px;
        position: relative;
        margin-top: 15px;
        margin-bottom: 44px;
    }

        .address-details i {
            font-size: 22px;
            color: #d1a34b;
            position: absolute;
            left: 0px;
            margin-top: 5px;
            left: -30px;
        }

        .address-details li {
            border-bottom: 1px solid #eee;
            padding-bottom: 10px;
            line-height: 26px;
            margin-bottom: 15px;
            word-break: break-all
        }

    .gallery img {
        width: 100%;
        border-radius: 2px;
    }

    .galley-out img {
        display: none
    }

    .gallery li {
        margin-bottom: 30px;
    }

    .galley-out {
        margin-bottom: 0 !important
    }

    .cta-1 .elementor-button.elementor-size-sm {
        padding: .55rem .75rem;
        font-size: 0.8rem;
        line-height: 1.5;
        border-radius: 0;
    }

    .dark-bg {
        background-color: #000;
        color: #ffffff;
    }

    .price-item-note {
        width: 100%;
        padding: 20px;
        margin: 20px auto 0 auto;
    }

    .service-style {
        margin: 40px 0 0px 0;
    }

        .service-style h5, .contactus h4, .contactus p {
            margin-bottom: 8px
        }

        .service-style .right-content h6 {
            margin-bottom: 10px
        }

        .service-style .right-content ul {
            margin-left: 20px
        }

            .service-style .right-content ul li {
                list-style: disc
            }

    .trip-panner-contact ul {
        padding: 15px;
    }

    .trip-panner-contact h6 {
        background: #d1a34b;
        padding: 10px;
        text-align: center
    }

    .trip-panner-contact ul li {
        padding-bottom: 10px
    }

        .trip-panner-contact ul li i {
            margin-right: 5px;
        }

    .slick-slide {
        border: solid 1px #ececec;
        padding: 0px 5px;
        max-width: 100%;
        height: 100%;
    }

        .slick-slide img {
            padding: 5px 10px;
        }

    .slick-slide {
        margin: 0 10px
    }

    .modal-content {
        min-height: 100vh;
        border: none;
        border-radius: 0;
    }

    .modal.right .modal-dialog {
        position: fixed;
        margin: auto;
        width: 500px;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }

    .modal.right .modal-content {
        height: 100%;
        overflow-y: auto;
    }

    .modal.right .modal-body {
        padding: 15px 15px 80px;
    }

    .modal.right.fade .modal-dialog {
        right: 0;
        -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
        -o-transition: opacity 0.3s linear, right 0.3s ease-out;
        transition: opacity 0.3s linear, right 0.3s ease-out;
    }

    @media (max-width: 575px) {
        .education-item-content {
            min-height: inherit;
        }

        .widget-wrap {
            margin-bottom: 30px
        }

        .middle-part .m-t-30 {
            margin-top: 0
        }

        .h-100 {
            height: inherit !important;
        }

        .education-item-content {
            padding: 20px;
        }

        .price-item-img {
            margin-top: 20px
        }

        .modal.right .modal-dialog {
            width: 100%
        }
    }

   
    @media only screen and (max-width:767px) {
        .elementor-element .elementor-button.elementor-size-sm {
            padding: .5rem 1rem;
            font-size: 0.9rem;
            line-height: 1.5;
            border-radius: 0;
        }

        .tripcon-right {
            margin-top: 30px
        }

        .navbar-toggler {
            padding: 0 8px 0 0;
        }

        h1 {
            font-size: 40px;
        }

        h2 {
            font-size: 35px;
        }

        h3 {
            font-size: 32px;
        }

        h4 {
            font-size: 24px;
        }

        h5 {
            font-size: 18px;
        }

        h6 {
            font-size: 16px;
        }

        .hero-content-center h1, .hero-content-center h4 {
            text-align: center;
            line-height: 46px;
        }

        .abt-content h3 {
            margin-bottom: 20px
        }

        .hunt-team-image {
            margin-bottom: 20px
        }

        .contactus {
            background: #fcfcfc;
            padding: 20px 20px;
            border: solid 1px #eee;
        }

            .contactus .form-group .col-sm-4 {
                margin-bottom: 15px;
            }

        .top-right {
            position: absolute;
            right: 69px;
            z-index: 999;
        }

        .navbar-collapse {
            position: absolute;
            top: 45px;
            z-index: 999;
            background: #000;
            width: 223px;
            padding-left: 20px;
            right: 15px
        }

        .container {
            width: 100%;
            max-width: 100%
        }

        .header-logo img {
            width: 76px
        }

        .header-part {
            padding: 0
        }

            .header-part .col-sm-10 {
                padding: 0
            }

        .footer-column {
            margin-bottom: 30px
        }



        .footer-card-img {
            text-align: left
        }
    }

    @media all and (max-width:1024px) and (min-width:768px) {
        .nav-item:not(:last-child) {
            margin-right: 28px
        }

        .abt-content h2 {
            font-size: 40px;
            margin-bottom: 20px
        }

        .header-part {
            padding: 0
        }

        .header-logo img {
            width: 129px
        }

        .hero-content-center h2 {
            line-height: 48px;
            font-size: 48px
        }

        .elementor-content h2 {
            font-size: 46px
        }
    }

    @media all and (max-width:1200px) and (min-width:992px) {
        .banner-img {
            left: 544px;
            width: 600px
        }

        .hero-content-center {
            padding-left: 99px
        }

        .nav-item:not(:last-child) {
            margin-right: 28px
        }
    }


    @media (min-width:2350px) {
        body, button, input, select, textarea {
            color: #333;
            font-size: 26px;
            line-height: 1.8;
        }

        .top-right {
            padding: 27px 0 27px;
        }

        .phone-number-part > a {
            font-size: 20px;
        }

        .elementor-team-job {
            font-size: 1.3rem;
        }

        .elementor-content {
            min-height: 450px;
        }

        .container {
            max-width: 2200px
        }

        .hunter-bg {
            height: auto;
            padding: 310px 0px 60px 0;
        }

        .banner-img {
            right: 0;
        }

        .banner-img {
            bottom: -147px;
        }

        .pb-90 {
            padding-bottom: 137px;
        }

        .service-space {
            padding: 40px 0;
        }

        input[type=checkbox], input[type=radio] {
            width: 25px;
            height: 25px;
        }

        .form-check-inline:not(:last-child) {
            margin-right: 81px
        }

        .team-members {
            padding: 120px 0;
        }

        .contactus {
            margin-right: 120px;
            padding: 50px 50px 70px 50px
        }

            .contactus h4 {
                padding-bottom: 8px;
            }

        .hero-content-center {
            padding-left: 0px;
        }

        .hunt-team-name {
            margin-bottom: 10px !important
        }

        .contact-right h4 {
            margin-bottom: 40px;
            margin-top: 90px
        }

        .nav-link {
            font-size: 1.6rem;
        }

        .linkleft {
            margin-left: 0 !important
        }

        .map iframe {
            height: 583px
        }

        .hero-content-center h4 {
            font-size: 24px;
        }

        h1 {
            font-size: 90px;
        }

        h2 {
            font-size: 85px;
        }

        h3 {
            font-size: 75px;
        }

        h4 {
            font-size: 45px;
        }

        h5 {
            font-size: 30px;
        }

        h6 {
            font-size: 24px;
        }

        .price-item h6 {
            padding: 14px 0 14px 0;
        }


        .element-heading {
            margin: 0 0 50px;
        }

        .service-style {
            margin: 80px 200px 0px 0;
        }

        .education-item h4 {
            bottom: 50px;
        }

        .service-style h5 {
            margin-bottom: 12px;
        }

        .testimonials {
            padding: 50px 0;
        }

        .contactus label {
            font-size: 14px;
        }

        .top-right a {
            font-size: 30px;
            margin-left: 62px
        }

        .price-item li {
            padding-bottom: 10px;
        }

        .trip-panner-contact ul {
            padding: 35px;
        }

        .abt-content h3 {
            margin-bottom: 30px
        }

        .form-control {
            font-size: 20px;
            letter-spacing: 0;
            padding: 0rem .769rem;
            height: 45px;
        }

        .form-group {
            margin-bottom: 30px;
        }

        .service-style .right-content ul, .education-item ul, .price-item ul {
            margin-left: 40px;
        }

        .address-details li {
            line-height: 36px;
        }

        .price-item .col-md-7 {
            padding-right: 254px
        }

        .modal-dialog, .modal.right .modal-dialog {
            width: 900px;
            max-width: 900px
        }

        .elementor-element .elementor-button.elementor-size-sm {
            padding: 15px 34px;
            font-size: 18px;
        }

        .address-details i {
            font-size: 30px;
            left: -60px;
            line-height: 50px;
        }

        .address-details {
            margin-left: 58px;
        }

        .price-item {
            padding: 120px 0;
        }

        .hero-content-center h1, .hero-content-center h4 {
            line-height: 110px;
        }

        .education-item-content {
            padding: 60px 40px;
        }

        .education-item li {
            padding-bottom: 30px;
        }

        .price-item-note {
            padding: 40px;
            margin: 40px auto 0 auto;
        }

        .button-position {
            padding-bottom: 62px;
        }

            .button-position .elementor-element {
                bottom: 62px;
            }
    }

    @media (max-width:400px) {
        .video-controller {
            display: none
        }
    }

    .lang-divider {
        border-right: solid 1px #d1a34a;
        line-height: 12px;
    }

    .phone-number-part > a.active {
        color: #fff
    }

    .footer-copy a {
        color: #d1a34b;
    }

    @media (max-width:575px) {
        .d-sm-none {
            display: none
        }
    }

    @media (min-width: 576px) {
        .d-sm-none {
            display: block !important;
        }
    }

    .gallery a h4 {
        color: #000
    }

    .gallery a:hover {
        text-decoration: none
    }

    .gallery h4 {
        margin-top: 10px
    }

    .gallery .col-xs-6 {
        margin-bottom: 30px
    }
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
