/*
Theme Name: STO

*/



/* roboto slab font */
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Roboto+Slab:100,300,700');

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');


@font-face {
    font-family: 'machineregular';
    src: url('fonts/machine_regular.woff2') format('woff2'),
        url('fonts/machine_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*====================================== style.css is here ========================================*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: bold;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

.clear_0 {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    display: block;
}

.last {
    margin: 0 !important;
}

.pad_last {
    padding: 0 !important;
}

.no_bg {
    background: none !important;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.padd-0 {
    padding: 0px;
}

.nomargin {
    margin: 0;
}

.nopadding {
    padding: 0;
}

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

button:focus {
    outline: none;
}

/*
img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
*/
.img-responsive {
    max-width: 100%;
    height: auto;
}

input[type="submit"],
input[type="button"] {
    appearnce: none;
    -webkit-appearance: none;
}

/**********************************************/
a {
    color: #000;
    text-decoration: none;
    outline: 0 none;
}

a:hover {
    color: #131a1c;
    text-decoration: none;
}



/* custom style */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #5f5d5d;
    line-height: normal;
}

#wrapper {
    width: 100%;
}

/*
.container{
    width: 1787px;
}
*/
.container {
    max-width: 1440px;
    margin: 0 auto !important;
    /*    padding: 0 20px;*/
}

/* header */

.home .header {
    /*    background: #b4b6b4;*/
    position: absolute;
    /*    height: 230px;*/
    z-index: 50;
    top: -220px;
    left: 0;
    width: 100%;
    margin-top: 35px;
    /*    border: 2px solid #fff;*/
    transition: all 700ms ease 0s;
}

.fp-viewing-firstPage .header {
    top: 0;
    display:block;
}

.stobody .header{
    top: 0;
    display:block;
    }
.header {
    background: #000000;
    position: absolute;
    /*    height: 230px;*/
    z-index: 50;
    top: 0px;
    left: 0;
    width: 100%;
    margin-top: 0px !important;
    /*    border: 2px solid #fff;*/
    transition: all 700ms ease 0s;
    display:block;
}

.header > img {
    width: 100%;
    height: 160px;
    position: relative;
    z-index: 9;
    display: none;
}

.header .nav-brand img {
    width: auto;
    height: 80px !important;
    margin-left: 57px !important;
    margin-top: 10px;
    margin-bottom: 10px;
    z-index: 999999;
    position: relative;
}

.fixed-header {
    position:fixed;
    top: 0;
    z-index: 99;
    /*    height: auto;*/
    width: 100%;
    /*    background: rgb(6, 18, 26);*/
    /* padding: 10px 0px; */
    /*    animation: smoothScroll 1s forwards;*/
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

/*.nav-brand {
    text-align: center;
    display: table;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    z-index: 100;
}*/


.button_container {
    position: absolute;
    top: 50%;
    right: 20px !important;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
    transform: translateY(-50%);
}

.button_container:hover {
    opacity: .7;
}

.button_container.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #000;
}

.button_container.active .middle {
    opacity: 0;
    background: #000;
}

.button_container.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #000;
}

.button_container span {
    background: #ffffff;
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 11px;
}

.button_container span:nth-of-type(3) {
    top: 22px;
}

.overlay {
    position: fixed;
    background: #ccc;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
}

.overlay.open {
    opacity: .9;
    visibility: visible;
    height: 100%;
}

.overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}

.overlay nav {
    position: relative;
    height: 100%;
    top: 75%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'Vollkorn', serif;
    font-weight: 400;
    text-align: center;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}

.overlay ul li {
    display: block;
    margin: 5px 0;
    position: relative;
    opacity: 0;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #000;
    text-decoration: none;
    overflow: hidden;
    font-size: 50px;
    font-family: 'Roboto Slab', serif;
	font-weight:bold

}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
    width: 100%;
}

.overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    background: #FFF;
    transition: .35s;
}

.item img {
    width: 100%;
    object-fit: cover;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}


/*second section*/
.texa_Style {
    width: 100%;
    margin: 15px 0;


}

.texa_Style img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.hunting_style {
    height: 827px;

}

.col_60 {
    width: 70%;
    float: left;
}

.col_40 {
    width: 30%;
    float: right;
    padding: 0 0 0px 15px;
}

.custom_Style {
    margin-bottom: 15px;
}

.texa_Style img {
    object-fit: cover;

}

.header_heading {
    position: absolute;
    top: 50%;
    /* display: flex; */
    /* justify-content: space-between; */
    width: 100%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index:99;
}

.south_texas {
    width: 100%;
    text-align: center;
}

.outfitters {
    width: 100%;
    text-align: center;
}

.header_heading h3 {
    font-size: 55px;
    color: #ffffff;
    font-family: 'machineregular', sans-serif;
    letter-spacing: 4.8px;
}

.footer {
    display: block;
    clear: both;
}

.footer_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;

}

.footer_logo {
    /*    margin: 0 auto;*/
    text-align: center;
    margin-bottom: 60px;
    /*
    display: flex;
    flex-wrap: wrap;
*/
}

.footer_contact {
    margin-bottom: 60px;
}

.footer_contact .mobile {
    font-size: 31px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    display: block;
}

.footer_contact a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 15px;
}

.footer_address_1 {
    margin-bottom: 60px;
}

.footer_address {
    width: 35%;
	background: url('/wp-content/uploads/2020/04/footer-bknd.jpg') repeat-x;
    padding: 80px 150px;
}

.footer_hrs h6 {
    color: #ffffff;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 15px;
    font-family: 'Roboto Condensed', sans-serif;
}

.footer_address p {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
}

.footer_map {
    width: 65%;
}

.footer_map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer_logo h4 {
    font-size: 42px;
    font-family: 'machineregular', sans-serif;
    color: #ffffff;
    text-align: center;
    line-height: 1.2;
    font-weight: normal;
}

.open {
    overflow-y: hidden;
}

.service {
    background-repeat: no-repeat;
    background-color: #e7e8e8;
    /* background-size: cover !important;*/
    background-size: 100%;
    padding: 2px 0 0;
    width: 100% !important;
}

.service .service-right {
    padding-left: 30px;
}

.service-img img {
    box-shadow: 5px 4px 4px #636363;
}

.service-img img {
    width: 100%;
}

.service h2 {
    font-size: 55px !important;
    font-family: 'Roboto Slab', serif !important;
    color: #002856 !important;
    font-weight: bold !important;
    margin-bottom: 30px !important;
    line-height: 1;
}

.service p {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 22px !important;
    color: #000000;
    line-height: 1.9;
    text-align: left;
    max-width: 550px;
}

.social_list {
    width: auto !important;
    float: right !important;
}

.social_list .fb,
.social_list .youtube,
.social_list .insta {
    float: left !important;
    margin-left: 5px;
}

.social_list .fb img,
.social_list .youtube img,
.social_list .insta img {
    width: 34px;
    height: 34px;
}

.fb,
.youtube {
    display: inline-flex;
    float: left;
    /*    order: 1;*/
    margin: 0 8px 0 0;
}

.insta {
    display: inline-flex;
    float: left;
    /*    order: 3;*/
}

.fb img,
.youtube img,
.insta img {
    width: 34px;
    height: 34px;
}

.service_Shop {
    padding-left: 20px !important;
}

.hunting_left {
    position: relative;
}

.hunting_left img {
    width: 100%;
}

.hunting {
    position: absolute;
    left: 16%;
    right: 0;
    top: 87%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-family: 'Roboto Slab', serif !important;
    font-size: 50px;
    letter-spacing: 1.9px;
    font-weight: bold !important;
    display: table;
}

.hunting:after {
    content: "";
    position: absolute;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 10px;
    /* left: 50%; */
    top: 40%;
    margin-left: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.custom_right {
    position: relative;
    padding-left: 20px !important;
    padding-right: 0 !important;
    padding-bottom: 20px;
}

.custom {
    position: absolute;
    left: 50%;
    right: 0;
    top:88%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-family: 'Roboto Slab', serif !important;
    font-size: 50px;
    letter-spacing: 1.9px;
    font-weight: bold !important;
    display: table;
}

.custom:after {
    content: "";
    position: absolute;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 10px;
    /* left: 50%; */
    top: 40%;
    margin-left: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.fleets_right {
    position: relative;
    padding-left: 20px !important;
    padding-right: 0 !important;
}

.fleets {
    position: absolute;
    left: 22%;
    right: 0;
    top: 73%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-family: 'Roboto Slab', serif !important;
    font-size: 50px;
    letter-spacing: 1.9px;
    font-weight: bold !important;
    display: table;
}

.fleets:after {
    content: "";
    position: absolute;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 10px;
    /* left: 50%; */
    top: 40%;
    margin-left: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.work-sec {
    /*    padding: 40px 0;*/
    margin-top: 20px;
}

.work-sec h1 {
    font-size: 55px !important;
    font-family: 'Roboto Slab', serif !important;
    color: #002856 !important;
    font-weight: bold !important;
    margin-bottom: 30px;
}

.hunting_left .wpb_content_element {
    margin-bottom: 0;
}

.nextend-thumbnail-inner {
    /*height: 190px !important;*/
    overflow: inherit !important;
}

.nextend-thumbnail-scroller {
    background: transparent !important;
}

.nextend-thumbnail-scroller-group .n2-ow {
    width: 200px !important;
    height: 200px !important;
}

.logo-sec {
    padding: 40px 0;
}

.logo-sec h2 {
    font-size: 55px !important;
    font-family: 'Roboto Slab', serif !important;
    color: #002856 !important;
    font-weight: bold !important;
    margin-bottom: 7px;
}

.brand-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.brand-icon img {
    width: auto;
    height: auto;
    max-height: 130px;
}

.work-right img {
    width: auto;
    height: auto;
    max-height: 80px;
}

.footer_map iframe {
    width: 100%;
    height: 100%;
}

div#n2-ss-3 .n2-style-6397b5794000870fe7628b1ec595ca2c-dot {
    opacity: 1 !important;
}

.sto-content strong {
    color: #002856 !important;
    font-size: 36px !important;
    font-family: 'Roboto Slab', serif !important;
}

.sto-content p {
    font-size: 24px;
    line-height: 1.6;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 30px;
    text-align: left;
}

.rig li {
    font-size: 22px;
    color: #000000;
    text-align: left;
    margin-bottom: 10px;
    position: relative;
    padding-left: 12px;
    font-family: 'Roboto Condensed', sans-serif;
}

.rig li:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 6px;
    background: #d12b43;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.custom_right img,
.fleets_right img {
    width: 100%;
}


/*custom page*/

.custom-page {
    height: 470px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.custom-page-testimonials {
    height: 170px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.custom_headingtop {
    position: absolute !important;
    bottom: 0;
}

.custom_headingtop h2 {
    font-size: 55px !important;
    font-family: 'Roboto Slab', serif !important;
    color: #000 !important;
    font-weight: bold !important;
    margin-bottom: 30px !important;
    line-height: 1;
}

.sto-page {
    position: relative;
    background-size: cover;
    height: 120px;
    background-position: bottom center;
    overflow: inherit !important;
}

.sto-page h2 {
    font-size: 55px !important;
    font-family: 'Roboto Slab', serif !important;
    color: #002856 !important;
    font-weight: bold !important;
    margin-bottom: 30px !important;
    line-height: 1;
    padding: 25px 0;
}

.custom-img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;

}

/*
.custom-img .custom_imglist{
    margin-bottom: 0;
}*/

.usa {
    position: absolute;
    right: 20%;
    top: -20px;
    margin-bottom: 0px !important;
}

.gallery-btn {
    float: left;
    margin-left: 45%;
}

.gallery-btn button {
    background: #e2211c !important;
    width: 185px;
    line-height: 42px !important;
    padding: 0 !important;
    height: 46px;
    color: #ffffff;
    font-family: 'Roboto Slab', serif !important;
    font-size: 24px !important;
}

.sto_black {
    position: absolute;
    left: -24%;
    width: auto;
    height: auto;
}

.sto_black img {
    width: 100%;
    max-width: 81% !important;
}

.sto-content {
    padding-top: 30px;
    padding-bottom: 70px;
}

.box_height img {
    width: 100%;
    height: 374px !important;
    object-fit: cover;
}

.box_height .box_style {
    padding: 0 4px;
}

.box_height .box_style:nth-child(1) {
    padding-left: 0;
}


.box_height .box_style:last-child {
    padding-right: 0;
}

.custom_rig {
    position: relative;
    background-size: cover;
    height: 120px;
    background-position: bottom center;
}

.custom_rig h2 {
    font-size: 55px !important;
    font-family: 'Roboto Slab', serif !important;
    color: #002856 !important;
    font-weight: bold !important;
    margin-bottom: 30px !important;
    line-height: 1;
    padding: 25px 0;
}

.rig-block {
    padding: 0 200px 30px;
}


.jeeps-slider {
    padding: 0 80px 90px 80px;
}

.hunting-heading {
    position: relative;
    background-size: cover;
    height: 120px;
    background-position: bottom center;
}

.hunting-heading h2 {
    font-size: 55px !important;
    font-family: 'Roboto Slab', serif !important;
    color: #002856 !important;
    font-weight: bold !important;
    margin-bottom: 0px !important;
    line-height: 1;
    padding: 25px 0;
}

.hunting-content {
    padding: 50px 100px 0;
}

.hunting-content .hunting_wrapper span {
    display: block;
    margin-bottom: 10px;
}

.hunting-content .hunting_wrapper span strong {
    /*    font-family: 'Roboto Slab', serif !important;*/
    font-size: 24px;
    color: #002856 !important;

}

.hunting-content p {
    font-size: 18px !important;
}

.hunting-content .hunting_wrapper {
    margin-bottom: 50px !important;
    text-align: left;
}

.hunting-content .hunting_wrapper p {
    font-size: 16px !important;
}

.testimonial-sec img {
    width: 100%;
}

.testimonial-sec {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;


}

.quote {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;

    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 90px;
}

.quote p {
    font-family: 'Roboto Condensed', sans-serif;
    color: #000000;
    font-weight: 900;
    font-size: 34px;
    line-height: 1.4;
    max-width: 450px;
    text-align: left;
}

.quote_written {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    max-width: 70%;
}

.quote_written p {
    font-size: 24px;
    color: #000;
    font-style: italic;
    font-weight: 500;
}

.box_testi .vc_column-inner {
    padding-top: 0 !important;
}

.box_testi .wpb_content_element {
    margin-bottom: 0;
}

.testi_right {
    background: url('images/comman_bg.jpg') no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}

.box_testi {
    height: 100%;
}

.box_testi .vc_column-inner {
    height: 100%;
}

.box_testi .wpb_wrapper {
    height: 100%;
}

.box_testi .wpb_content_element {
    height: 100%;
}

.box_testi .wpb_wrapper {
    height: 100%;
}

.box_testi .vc_single_image-wrapper {
    height: 100%;
}

.testimonial-sec img {
    height: 100% !important;
}

/*car bullet*/

.car_point {
    padding-top: 0px;
    padding-bottom: 0px;
}

.car_img {
    position: relative;

}

.car_point {
    clear: both;
}

.car_point1 {
    position: absolute;
    top: 12%;
    left: 27%;
}

.section {
    width: 100% ;
}

.expand_car {
    width: 400px;
    height: auto;
    border: 1px solid red;
    background: #fff;
    border-radius: 10px;
    opacity: 0;
    position: absolute;
    top: -32px;
    right: -64px;
    transition: 0.25s;
    padding-top: 20px;
    padding-bottom: 10px;
    /*    padding-right: 70px;*/
    z-index: -1;
}

.expand_car.open_square {
    transition: 0.25s;
    transition-timing-function: ease-out;
    transform: translateY(-2%);
    opacity: 1;
}

.plus_minus a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;

}

.plus_minus a:after {
    content: '';
    position: absolute;
    /* top: 0; */
    /* font-size: 48px; */
    font-weight: normal;
    background: url('images/plus_icon.png') no-repeat;
    background-size: 80%;
    background-position: center;
    width: 39px;
    height: 65px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
}

.plus_minus.minus_added a:after {
    background: url('images/minus_icon.png') no-repeat;
    background-size: 80%;
    width: 62px;
    height: 65px;
    background-position: center;
}

.expand_car h5 {
    font-size: 22px;
    font-family: 'Roboto Slab', serif !important;
    color: #002856 !important;
    text-align: center;
    font-weight: bold !important;
    line-height: 1;
    margin-bottom: 15px;
    padding: 0 55px 0 15px;
}

.expand_car ul {
    display: table;
    margin: 0 auto;
    text-align: left;
    padding: 0 25px;
}

.expand_car ul li {
    font-size: 22px;
    position: relative;
    padding-left: 12px;
    color: #54565a;
    margin-bottom: 8px;
}

.expand_car ul li:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 6px;
    background: #54565a;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.car_point2 {
    position: absolute;
    left: 109px;
    top: 46%;
}

.car_point2 .expand_car {
    right: auto;
    left: 0;
}

.car_point3 {
    position: absolute;
    right: 79%;
    top: 28%;
}

.car_point4 {
    position: absolute;
    left: 12%;
    top: 60%;
}

.car_point4 .expand_car {
    right: auto;
    left: 0;
}

.car_point5 {
    position: absolute;
    right: 10%;
    top: 57%;
}

.car_point6 {
    position: absolute;
    left: 36%;
    top: 61%;
}

.car_point7 {
    position: absolute;
    right: 20%;
    top: 54%;
}

.car_point7 {
    position: absolute;
    right: 24%;
    top: 68%;
}

.car_point8 {
    position: absolute;
    left: 65%;
    bottom: 24%;
}



.main-three-section {
    margin: 50px 0;
}

.tel_no {
    display: none;
}

.postdefault {
    margin-top: 300px;
    padding-bottom: 50px;
    text-align: left;
}

.postdefault h3 {
    font-size: 52px;
}

.postdefault h4 {
    font-size: 48px;
}

.postdefault .media-body .media-heading {
    font-size: 32px;
}

.postdefault .media-body .media-heading a {
    font-size: 18px;
}

.postdefault .media-body {
    margin-bottom: 30px;
    padding: 0 15px;
}

.postdefault .media-body1 {
    padding: 0 15px;
}

.postdefault h5 {
    font-size: 38px;
}

.postdefault h6 {
    font-size: 32px;
}

.postdefault p {
    font-size: 18px;
}

.postdefault ul {
    margin-bottom: 30px;
}

.postdefault ul li {
    padding-left: 20px;
    position: relative;
}

.postdefault ul li:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 6px;
    background: #d12b43;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.postdefault ol {
    margin-bottom: 30px;
    margin-left: 20px;
    position: relative;
}

.postdefault ol li {
    position: relative;
    padding-left: 20px;
}

.postdefault ol li:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 6px;
    background: #d12b43;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hunting-sec span {
    font-size: 32px;
    color: #979797 !important;
}

.hunting-sec span a {
    padding: 0 20px;
    font-family: 'Roboto Slab', serif;
    color: #002856 !important;
    font-size: 32px;
}

div#n2-ss-4 .nextend-thumbnail-default {
    margin-top: 30px !important;
}

.work-sec {
    background-size: 100%;
}

.work-sec.vc_row,
.main-three-section.vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

.fleets_right .wpb_content_element {
    margin-bottom: 0;
}

.custom_right .wpb_content_element {
    margin-bottom: 0px;
}

.map_it {
    display: none;
}

.work_textresp {
    display: none;
}

.footer_contact ul {
    display: none;
}

.sto-content p {
    font-size: 24px;
    line-height: 1.6;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 30px;
    max-width: 660px;
}

.home .button_container span {
    background: #000;
}


.nextend-thumbnail-scroller {
    justify-content: space-around;
    padding: 0 !important;
}

.nextend-thumbnail-scroller-group {
    justify-content: space-between !important;
}

.tabs_space {
    display: none;
}

.tabs_Style {
    width: 100% !important;
    margin: 0 auto;
}

.wrap_social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;

    width: 100%;
    /* height: auto; */
    /* clear: both; */
    /* float: right; */
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.logo_slider {
    display: none;
}

.gallery {
    margin-bottom: 3px !important;
}

.gallery ul {
    display: flex;
    justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -webkit-justify-content: space-around;
    align-items: center;
}

.gallery li {
    display: inline-block !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    float: none !important;
    padding: 0 22px !important;
    margin-bottom: 12px !important;
}

.postdefault .wpb_wrapper {
    padding: 0 30px;
}

.error-404.not-found {
    margin-top: 300px;
}



/*default*/
.search-form label {
    display: none;
}

.search-form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    padding: 40px 0;
}

.page-header .page-title {
    font-size: 32px;
}

.page-title {
    padding: 0 15px;
}

.search-form input.search-field {
    width: 25%;
    height: 42px;
    border-radius: 0;
    font-family: 'Avenir-Roman', sans-serif;
    font-size: 16px;
    text-align: left;
    color: #000000;
    font-weight: bold;
    padding-left: 15px;
}

.search-form button.search-submit {
    width: 12%;
    height: 42px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #8f6f36;
    color: #ffffff;
    font-family: 'Avenir-Roman', sans-serif;
    font-size: 18px;
    border-radius: 0;
    box-shadow: none;
    border: none;
}

button.search-submit svg {
    display: none;
}


.page-header {
    padding: 0 30px;
}

.error-404.not-found .page-content {
    padding: 0 30px;
}

.entry-title {
    font-size: 32px;
    margin-bottom: 15px;
}

.postdefault article {
    padding: 0 15px;
}

/*

#home-sec2 img{
    left: 130%;
    position:relative;
transition: all 600ms ease;
		}
#home-sec2 p{
    opacity: 0;
transition: all 600ms ease;
}
*/
/**
    * Here we fire the animation for section 3.
    * As the fp-viewing class in the body changes on each section and slide.
    */
body.fp-viewing-3rdPage #section3 .intro {
    left: 0%;
}


.main-three-section.vc_row.vc_column-gap-15 > .vc_column_container {
    padding: 0 !important;
}

/*
.fp-viewing-secondPage .main-three-section .bounceInLeft{
        -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
.fp-viewing-secondPage .main-three-section .bounceInDown{
        -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
.fp-viewing-secondPage .main-three-section .bounceInUp{
        -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
.fp-viewing-3rdPage .service .bounceInLeft{
      -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft; 
}
.fp-viewing-3rdPage .service .bounceInRight{
      -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight; 
}
.fp-viewing-6 .work-sec .bounceInRight{
     -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight; 
}

.fp-viewing-6 .work-sec .bounceInLeft{
     -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft; 
}
*/

.banner_text p {
    font-family: 'Roboto Slab', serif !important;
    color: #ffffff;
    font-size: 72px !important;
    line-height: 1.09;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 600 !important;
    text-shadow: 0px 3px 2px #404040 !important;
    letter-spacing: 1px !important;
}

/*
.top_page {
    position: fixed;
    right: 50px;
    bottom: 125px;

    z-index: 9;
}

.js .fp-viewing-firstPage .cd-top{
       visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s, background-color .3s
}
.js .cd-top {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s, visibility .3s, background-color .3s
}

.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1
}

.js .cd-top--fade-out {
    opacity: 1;
}

.js .cd-top:hover {
    background-color: hsl(5, 76%, 62%);
    background-color: var(--cd-color-3);
    opacity: 1;
}
*/

/*
.fp-viewing-10 .footer .top_page,
.fp-viewing-firstPage .footer .top_page,
.fp-viewing-secondPage .footer .top_page,
.fp-viewing-3rdPage .footer .top_page,
.fp-viewing-6 .footer .top_page,
.fp-viewing-8 .footer .top_page{
     position: fixed;
    right: 50px;
    bottom: 125px;
    z-index: 9;
}



.fp-viewing-firstPage .footer .top_page .js .cd-top, .fp-viewing-secondPage .footer .top_page .js .cd-top {
    visibility: hidden;
    opacity: 1;
    transition: opacity .3s, visibility .3s, background-color .3s
}

.fp-viewing-firstPage .footer .top_page .js .cd-top--is-visible, .fp-viewing-secondPage .footer .top_page .js .cd-top--is-visible {
    visibility: visible;
    opacity: 1
}

.fp-viewing-firstPage .footer .top_page .js .cd-top--fade-out, .fp-viewing-secondPage .footer .top_page .js .cd-top--fade-out {
    opacity: 1;
}

.fp-viewing-firstPage .footer .top_page .js .cd-top:hover,  .fp-viewing-secondPage .footer .top_page .js .cd-top:hover {
    background-color: hsl(5, 76%, 62%);
    background-color: var(--cd-color-3);
    opacity: 1;
}
*/



/*
.back .top_page {
    position: fixed;
    right: 50px;
    bottom: 125px;

    z-index: 9;
}

.back .js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s, background-color .3s
}

.back .js .cd-top--is-visible {
    visibility: visible;
    opacity: 1 !important;
}

.back .js .cd-top--fade-out {
    opacity: 1;
}

.back .js .cd-top:hover {
    background-color: hsl(5, 76%, 62%);
    background-color: var(--cd-color-3);
    opacity: 1;
}
*/


.main-three-section .vc_column_container {
    height: 100%;
}

.main-three-section .vc_column-inner {
    height: 100%;
}

.main-three-section .wpb_wrapper {
    height: 100%;
}

.main-three-section .hunting_left {
    height: 100vh;
}

.main-three-section .wpb_single_image {
    height: 100%;
}

.main-three-section .vc_single_image-wrapper {
    height: 100%;
}

.main-three-section .vc_single_image-wrapper img {
    height: 100%;
    object-fit: cover;
    width: max-content;
}

.main-three-section .custom_right {
    height: 50vh;
}

.main-three-section .fleets_right {
    height: 50vh;
}


#custom_Section1 {
    height: 450px !important;
}

#header_height {
    height: 315px !important;
}

#custom_section7 {
    /*height: 120px !important;*/
     height: auto;
    
}

.footer_Res {
    text-align: left;
}

#hunting_section4 {
    /*height: 120px !important;*/
    height: auto;
    /*display: table;*/
    /*opacity: 1;*/
}

.default_text p {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 22px !important;
    color: #000000;
    line-height: 1.4;
    text-align: left;
}

#custom_section4 {
    /*height: 120px !important;*/
    height: auto;
}

.footer_inner {
    width: 82%;
    margin: 0 auto;
}


.custom_gallery .slick-track .slick-slide {
    margin-right: 0;
}

.custom_gallery .slick-slider {
    padding: 0;
}

/*.slider-sec div#n2-ss-2{
   height: 100vh  !important; 
}*/
.n2-section-smartslider{
    margin-bottom: 50px;
}

.slider-sec .n2-ss-swipe-element{
 height: 100% !important;  

}

.hunting_tab{
 margin-bottom: 120px;   
}
.hunting_tab.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list{
    margin: 30px 0 50px 0;
}
.hunting_tab.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a{
     border-color: transparent !important;
    background-color: transparent !important;   
        color: #252424 !important;
}
.hunting_tab.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab{
 position: relative;   
}

.hunting_tab.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab:last-child:after{
 display: none;   
}
.hunting_tab.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab:after{
 content: "";
 position: absolute;
 right: 0;
 top: 0;
 width: 4px;
 height: 100%;
 background: #979797;
}

.hunting_tab.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a{
       border-color: transparent !important;
    background-color: transparent !important;  
    font-family: 'Roboto Slab', serif  !important;
    color: #002856 !important;
    font-size: 32px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    line-height: 1;
        padding: 0px 20px;
        
}


.hunting_tab.vc_tta.vc_general .vc_tta-panel-body{
   padding: 0px !important;
       border: none !important;
   border-radius: 0px !important; 
}

div#n2-ss-5 .nextend-thumbnail-default{
 margin-top: 30px !important;   
}



ul.sub-menu{
  display: none;
}


li.menu-item-has-children{position: relative;}
ul.sub-menu {
    position: relative;
    min-width: 120px;
    /* background: #fff; */
    top: 0;
}
ul.sub-menu > li {
    display: block !important;
    white-space: nowrap;
    margin: 15px 0;
}
ul.sub-menu > li a {
    overflow: visible;
    font-size: 26px;
}
p.pp_description{display:none!important}

.vc_grid.vc_row.vc_grid-gutter-5px .vc_grid-item {
    padding-right: 3px !important;
    padding-left: 3px !important;
}
.vc_grid.vc_row.vc_grid-gutter-5px .vc_pageable-slide-wrapper {
    margin-right: -3px !important;
    margin-left: -3px !important;
}
.box_height .box_style{overflow: hidden;}

.vc_row:before, .vc_row:after {display: none !important;}

.vc_row:before, .vc_row:after{
 display: inline-block !important;
}
.bumpsec{
    padding-top:170px !important;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.footer_hrs ul{display:flex;padding-top:6px;}
.footer_hrs ul li{list-style: none;padding: 0 6px;}
.footer_hrs ul li a i{font-size: 22px;}
.footer_hrs ul li a {background: #000;padding: 9px 10px;border-radius: 50%;font-size:22px;border: 1.3px solid #fff;color:#fff;}
.footer_hrs ul li:first-child{padding-left:0;}
.footer_hrs ul li:first-child a {padding: 9px 16px;}
.footer_hrs ul li:last-child a {padding: 9px 13px;}
.footer_hrs ul li a:hover{background: #fff;color:#000;border: 1.3px solid #000;}

    