@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}
ul, ol {
    list-style: none;
    margin: 0;
}
img {
    max-width: 100%;
}
a:hover, a:focus, input, button {
    outline: none;
    border: none;
    text-decoration: none;
}
p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
a,div, ul, img, button {
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.page.page-id-13 section.bannerSection {
    display: none;
}

/*==================================14-June-2018 start============================================*/
.bg-black {
    background: #fff none repeat scroll 0 0;
    padding-bottom: 10px;
}
.bg-black .thumbs {
    height: auto;
}
.vidtxt {
    height: 140px;
    overflow: hidden;
}
.bg-white {
    background: #fff;
}
.box-text {
    clear: both;
}
.list-items li {
    margin-bottom: 10px;
}
.nospace {
    margin: 0px;
    padding: 5px;
}
.lat_vid li .header-title p {
    height: 20px;
    overflow: hidden;
    padding: 4px;
    color: #616161;
}
.lat_vid li div p {
    color: #fff;
    font-size: 11px;
    margin: 0;
    padding: 3px;
}
a.launch:hover {
    color: #fff;
    text-decoration: none;
}
a.launch {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 5px;
}
.bg-dark {
    background: rgb(12, 12, 12) none repeat scroll 0 0;
    border-radius: 4px;
    clear: both;
    float: none;
    margin: 0px auto;
    width: 90%;
}
.lat_vid li .box-text p {
    color: #616161;
}
.lat_vid li {
    height: auto;
    overflow: visible;                                                                      
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pager li {
    display: inline;
}
.pagination li a {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #fff;
    outline: 0 none;
    padding: 3px 6px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.navbar-brand{
    padding: 0px; 
    
}

/*section.video-sec.feeds-div img {
    width: auto;
}*/
.video-sec.feeds-div .gray-area img {
    width: 100% !important;
}
.video-sec.feeds-div figure.feature-image img {
    width: 100% !important;
    min-height: 351px;
}
section.video-sec.feeds-div h3 {
   width: 100%;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-top: 5px;
    margin-bottom: 12px;
    min-height: 35px;
}

section.video-sec.feeds-div h3 a{
  color: #fff;
  line-height: 30px;
}

/*==================================14-June-2018 end============================================*/

/************/
.topHeader {
    padding: 12px 0;
    display: inline-block;
    width: 100%;
    background: #393939;
    color: #fff;
    font-size: 15px;
}
/*.headerSection{
    background-image: url(../images/header-shep.png);
    background-repeat: no-repeat;
}*/
.naviGation .navbar {
    background: transparent;
    border: none;
    min-height: unset;
    margin: 0px; 
}
.bottomHeader  .navbar-right {
    margin-right: 0px !important;
}
.naviGation .navbar.navbar-default .navbar-nav li a{
    font-size: 18px;
    color: #15232d;
    font-weight: normal;
    padding: 10px 15px;
} 
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    color: #d00806 !important;
}

.naviGation .navbar.navbar-default .navbar-nav li a i {
    display: inline-block;
    padding-right: 8px;
}
.headerSection .navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin: 0px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    color: #15232d;
    font-size: 13px;
    text-transform: uppercase;
}
.nav>li {
    margin: 0 -10px 0 0;
}
.bottomHeader .navbar-brand  {
    position: absolute;
    height: 102px;
    background-color: #d00806 !important;
    z-index: 9;
    top: -50px;
    left: 0;
    margin-left: -1px !important;
}
.bottomHeader .navbar-brand::after {
    content: "";
    width: calc(100% + 100px);
    height: 100%;
    left: 0;
    position: absolute;
    background-color: #d00806;
    transform: skewX(30deg);
    top: 0;
    z-index: -1;
}
.bottomHeader .navbar-brand>img {
   display: block;
   max-width: 108px;
    margin: 14px 0 0 60px;
}
.banner-sec{
    width: 100%;
    float: left;
    position: relative;
    overflow-x: hidden;
}
.bannerSection .carousel-control {
    height: 50px;
    width: 50px;
    background: transparent;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.banner-sec img {
    float: left;
    width: 100%;
    height: 400px;
    /*object-fit: cover;*/
}
.banner-left-con {
    position: absolute;
    float: left;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 10%;
}
.banner-left-con h1 {
    color: #d00806;
    font-size: 55px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.banner-left-con h1 span{
    color: #fff;
}
.banner-left-con .see-more-btn {
    text-align: left;
}
.banner-right-con {
    position: absolute;
    /* float: right; */
    top: 430px;
    right: 150px;
}
.banner-right-con h1 {
    color: #d00806;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.banner-right-con h1 span{
    color: #fff;
}
.video-sec{
    width: 100%;
    float: left;
    padding: 50px 0;
    background-color: #121111;
}
.video-sec h1{
    color: #fff;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: medium;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.video-sec span{
    color: #d00806;
}
.video-sec img {
    width: 30px;
}
.video-images-inner img{
    width: 100%;
}
/*.see-more-btn{
    width: 100%;
    float: left;
    text-align: center;
}*/
.see-more-btn {
    /* width: 100%; */
    /* float: left; */
    /* text-align: center; */
    /* background-color: red; */
    /* padding: 8px 40px; */
    /* border-radius: 35px; */
    width: 100%;
    text-align: center;
    margin-top: 50px;
    text-transform: uppercase;
}
.see-more-btn a {
    color: #fff;
    font-size: 14px;
    background-color: #d00806;
    padding: 10px 40px;
    border-radius: 35px;
}
.videoSec {
    position: relative;
    width: 100%;
    /*border: 1px solid #fff;*/
    float: left;
    margin-top: 30px;
}
.videoContent {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px 0;
    background-color: rgba(127, 169, 41, 0.7);
}

.video-images-inner h2 {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.get-one-full-sec{
    width: 100%;
    float: left;
    position: relative;
}
.get-one-full-sec .unlimited-time-only {
    /*position: absolute;*/
    float: left;
    /*top: 125px;*/
    /*left: 56px;*/
    width: 100%;
    text-align: center;
    padding: 100px 0;
    background-image: url(/images/get-one-img.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.get-one-full-sec .unlimited-time-only h1 {
    color: #fff;
    font-size: 60px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 40px;
}
.get-one-full-sec .unlimited-time-only h2{
    color: #6cab14;
    font-size: 80px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.get-one-full-sec .unlimited-time-only p {
    color: #6cab14;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.get-one-full-sec .unlimited-time-only p span{
    color: #fff;
}
.video-images-inner h2 span{
    color: #fff;
    font-size: 14px;
}
/*********footerSection**************/
.footerSection {
    background: #1e1e1c;
    padding: 50px 0 0;
}

.topFooter {
    padding: 30px 0;
    display: inline-block;
    width: 100%;s 
}
.footerLogo {
    padding-top: 40px;
}
.footerLink ul {
    display: inline-block;
    width: 100%;
}
.footerLink ul li {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 5px 0 0 20px;
}
.footerLink p{
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    line-height: 30px;
}
.footerLink ul li a {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
}
.footerLink ul li::after {
    content: "";
    top: 10px;
    left: 0;
    position: absolute;
    width: 0; 
    height: 0; 
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent; 
    border-left: 5px solid #fff;
}
.footerSection label {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    margin-bottom: 15px;
}
.footerSocialLink ul {
    display: inline-block;
    width: 100%;
    padding-top: 5px;
}
.footerSocialLink ul li {
    display: inline-block;
}
.footerSocialLink ul li a {
    display: inline-block;
    padding: 3px;
    width: 30px;
    margin-right:3px; 
    color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    height: 30px;
    text-align: center; 
}
.footerSocialLink ul li a:hover {
    background: #fff;
    color: #252525; 
}
.bottomFooter {
    background: #060606;
    padding: 10px 0;
}


/****12-june-2018******/

.navbar-nav ul#menu-tour-top {
    font-weight: bold;
}


/****12-june-2018-end******/

/****13-june-2018******/

h2.site_name {
    background-color: rgba(127, 169, 41, 0.7);
}

/****13-june-2018-end******/

/****20-june-2018-start******/

.full-screen .container-fluid.main-container {
    color: #fff;
}

.full-screen p {
    padding-top: 10px;
    line-height: 30px;
}
.full-screen a {
    color: #fff;
}

.full-screen a:hover {
    color: #fff;
}

.footerLink p.about-us-section {
    text-align: justify;
}
.single_tour_section p.latest-title {
    color: #fff;
}
.single_tour_section img.img-section-tour {
    width: 100%;
}
.single_tour_section p.latest-title {
    padding-top: 15px;
    padding-bottom: 15px;
}
.single_video_content {
    padding-bottom: 15px;
    color: #fff;
}
.footer-compliance a {
    color: #fff;
}
.footer-compliance a:hover {
    color: #fff;
}

/****20-june-2018-end******/

/****21-june-2018-start******/

p {
    font-size: 14px !important;
}

/****21-june-2018-end******/

/****26-june-2018-start******/
.single_tour_section .intro-video p {
    color: #fff;
}
.col-sm-12.col-md-12.gallery {
    padding-top: 20px;
}
.single_tour_section span.v-name.video_date_main {
    padding-left: 5px;
}
.single_tour_section span.video_title {
    font-size: 28px;
    font-weight: 900;
}
.feed_update .col-lg-12.feeds {
    padding-bottom: 30px;
}
p.content_des {
    text-align: justify;
}
/****26-june-2018-end******/

/****29-june-2018-start******/

.content-holder.c-notice p, .c-notice address {
    color: #fff;
}

/****29-june-2018-end******/

/*******forgot___password*********/

  .forgot___password .login-members-txt.css1 {
    font: 15px Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", sans-serif;
    color: #000;
    text-align: left;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #c20102;
}

.forgot___password .not-members-txt {
    font: 25px Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", sans-serif;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}
.forgot___password .not-members-txt p {
    padding-top: 15px;
}
.forgot___password .see-more-btn {
    margin-top: 15px;
    
}
.forgot___password input.txtbox-right {
    width: 50%;
    height: auto;
    margin-bottom: 10px;
}
.forgot___password button#rcorners1 {
    width: 100%;
    height: 40px;
}
.forgot___password input.txtbox-right {
    color: #000;
}
.forgot___password input.txtbox-right {
    float: right;
}

 

/***********19-july-2019-start**************/

    .banner-sec img {
    height: auto !important;
}


/***********19-july-2019-end*************/

ul#menu-tour-top li#menu-item-10103, ul#menu-tour-top li#menu-item-1827 {
    display: none;
}
p.company_info_footer {
    font-size: 12px !important;
}
.home.page-template section.video-sec .video-images-inner ::marker {
    color: transparent;
}
.bannerSection.single-video .banner-sec img {
     width: 100%;padding-top: 40px;}
     .video_page_custom h2 a {
    color: #fff;
}
 .video_page_custom h2 a:hover {
    color: #fff;
}

.video_page_custom .pager {
  clear: both;
}
.video_page_custom .v-name.vedio_dat {   
    color: #fff;    
    font-weight: bold;    
  }   
  .video_page_custom .title-time .image_title .v-name a {    
    color: #fff;    
    float: none;    
    height: auto;   
    overflow: visible;    
    width: auto;    
  }   
  .video_page_custom .image_title {    
    max-height: 17px;   
    overflow: hidden;   
  }
  .video-sec.bonus_page img {
    width: 100% !important;
}
.bonus_page .lg-box h3 {
    text-align: center;
    /* color: #fff !important; */
}
.bonus_page h2.title {
    color: #fff;
}
.bonus_page .row .col-sm-12 p {
    display: none;
}
.bonus_page a {
    color: #fff;
    font-size: 18px;
}
.bonus_page a:hover {
    color: #fff;
}
.bonus_page h2.title {
    display: none;
}

.studiopartners .feature-image img.rotate {
  height: 200px;
}
    .studiopartners .title-time.text-center {
  margin-bottom: 30px;
}

.studiopartners .pager {
  clear: both;
}
.studiopartners .v-name.vedio_dat {   
    color: #fff;    
    font-weight: bold;    
  }   
  .studiopartners .title-time .image_title .v-name a {    
    color: #fff;    
    float: none;    
    height: auto;   
    overflow: visible;    
    width: auto;    
  }   
  .studiopartners .image_title {    
    max-height: 17px;   
    overflow: hidden;   
  }

 .studiopartners h2 a {
    color: #fff;
}
 .studiopartners h2 a:hover {
    color: #fff;
}
.studiopartners .video-images-inner img {
    height: 256px;
}
  
.studiopartners .pager {
  clear: both;
}
.studiopartners .v-name.vedio_dat {   
    color: #fff;    
    font-weight: bold;    
  }   
  .studiopartners .title-time .image_title .v-name a {    
    color: #fff;    
    float: none;    
    height: auto;   
    overflow: visible;    
    width: auto;    
  }   
  .studiopartners .image_title {    
    max-height: 17px;   
    overflow: hidden;   
  }
  
.studiopartners a.select , .studiopartners a.select:hover {
    background: #333 none repeat scroll 0 0;
  color: #fff;
}
.video_page_custom .video-images-inner h2 {
    font-size: 15px !important;
}
.video_page_custom .video-images-inner img {
    min-height: 250px;
}


/*--------------------------------Media start-----------------------------------------------*/
@media only screen and (min-width:768px) and (max-width: 868px){
  .bonus_page a {
     font-size: 15px;
}
}

@media only screen and (min-width:768px) and (max-width: 1024px){
    .navbar-default .navbar-nav>li>a {
    font-size: 10px;
}
.bottomHeader .navbar-brand>img {
    margin: -10px -35px 0 10px;
}
}
@media only screen and (min-width:768px) and (max-width: 991px){
    section.video-sec.feeds-div h3 {
   
    font-size: 15px;
   
}

    .video-sec.feeds-div figure.feature-image img {
    width: auto !important;
    min-height: 212px;
}
    .navbar-default .navbar-nav>li>a {
    font-size: 10px;
}
.bottomHeader .navbar-brand>img {
    margin: -10px -35px 0 10px;
}
.navbar-brand {
    padding: 15px 0px 0 12px;
}
.nav>li {
    margin: 0;
}
.get-one-full-sec .unlimited-time-only {
    top: 60px;
}
.see-more-btn {
    margin-top: 40px;
}
    .topHeader{
        font-size: 10px;
    }
    .navbar-default .navbar-nav>li>a {
    font-size: 9px;
}
.get-one-full-sec .unlimited-time-only {
    top: 32px;
}
.get-one-full-sec .unlimited-time-only h1 {
    font-size: 35px;
}
.get-one-full-sec .unlimited-time-only h2 {
    font-size: 60px;
}
}
@media (max-width: 991px) {
 .bottomHeader .navbar-header { 
      float: none; 
    }
    .bottomHeader .navbar-left,
    .bottomHeader .navbar-right { 
      float: none !important;
    }
    .bottomHeader .navbar-toggle { 
      display: block; 
    }
    .bottomHeader .navbar-fixed-top { 
      top: 0; 
      border-width: 0 0 1px; 
    }
    .bottomHeader .navbar-collapse.collapse { 
      display: none!important; 
    }
    .bottomHeader .navbar-nav { 
      float: none!important; 
    }
    .bottomHeader .navbar-nav > li { 
      float: none;
    }
    .bottomHeader .collapsing, 
    .bottomHeader .collapse.in { 
      display:block !important;
      position: absolute;
      top: 51px;
      background-color: #fff;
      left: 0px;
      width: 100%;
      z-index: 999;
    }



/*********19-july-2019-start***************/

div#myCarousel span.glyphicon img {
    height: 35px;
}

/**********19-july-2019-end***********/

    
}

@media only screen and (max-width: 767px){
    .banner-left-con h1 {
    font-size: 40px;
}
.bottomHeader .navbar-nav {
    margin: 0px;
}
.bottomHeader .navbar-brand {
    top: -31px;
}
.bottomHeader .navbar-brand>img {
    max-width: 110px;
}
.bottomHeader .navbar-brand {
    height: 81px;
}
.bottomHeader .collapsing, .bottomHeader .collapse.in {
    top: 49px;
}
.banner-left-con{
    top: 55%;
}
.see-more-btn{
    margin-top: 
}
.topHeader {
        background-color: #fff;
    }
    .bottomHeader .navbar-toggle {
        display: block;
        margin-top: -10px;
    }
    .topHeader p{
        display: none;
    }
    .get-one-full-sec .unlimited-time-only h1 {
        font-size: 25px;
    }
    .get-one-full-sec .unlimited-time-only h2 {
        font-size: 50px;
    }
    .get-one-full-sec .unlimited-time-only p {
        font-size: 30px;
    }
}

@media only screen and (max-width: 600px){

    .get-one-full-sec .unlimited-time-only h1 {
    font-size: 25px;
}
.get-one-full-sec .unlimited-time-only h2 {
    font-size: 45px;
}
.get-one-full-sec .unlimited-time-only p {
    font-size: 30px;
    line-height: 35px;
}
.see-more-btn.click-btn {
    margin-top: 35px;
}

}
@media only screen and (max-width: 480px){
.bottomHeader .navbar-brand>img {
    margin: -5px -73px 0 8px;
    max-width: 95px;
}
.banner-sec img {
    height: 200px;
}
.bannerSection .carousel-control img {
    max-width: 20px;
}
.topHeader {
    font-size: 10px;
}
.banner-left-con h1 {
    font-size: 30px;
}
.banner-left-con{
    top: 55%;
    left: 15%;
}
.video-sec h1{
    font-size: 22px;
}
.get-one-full-sec .unlimited-time-only h1 {
    font-size: 25px;
}
.get-one-full-sec .unlimited-time-only h2 {
    font-size: 40px;
}
.get-one-full-sec .unlimited-time-only p{
    font-size: 19px;
    line-height: 24px;
}
.see-more-btn{
    margin-top: 25px;
}
.video-sec {
    padding: 30px 0;
    }
.video-images-inner {
    margin-top: -20px;
}
.see-more-btn a {
    font-size: 11px;
    padding: 10px 10px;
}
}
@media only screen and (max-width: 360px){
    .banner-left-con h1 {
    font-size: 20px;
}
.see-more-btn a{
    font-size: 11px;
}
.video-sec h1 {
    font-size: 15px;
}
.video-sec h1 img{
    width: 20px;
}
.get-one-full-sec .unlimited-time-only h1 {
    font-size: 15px;
}
.get-one-full-sec .unlimited-time-only h2 {
    font-size: 20px;
}
.get-one-full-sec .unlimited-time-only p {
    font-size: 14px;
    line-height: 18px;
}
.get-one-full-sec .unlimited-time-only {
    left: 25px;
}
.see-more-btn {
    margin-top: 20px;
}
.see-more-btn a {
    font-size: 9px;
    padding: 10px 10px;
}



    /***********22-july-2019-start**************/

    .banner-sec img {
    height: 120px !important;
}


/***********22-july-2019-end*************/

}
@media only screen and (max-width: 320px){
.banner-left-con h1 {
    font-size: 18px;
}
.get-one-full-sec .unlimited-time-only {
    top: 15px;
}
}



@media only screen and (max-width: 480px) {
    
    .video-images-inner .col-xs-6 {
        width: 100%;
    }

}



@media only screen and (min-width:361px) and (max-width: 480px){

    /***********22-july-2019-start**************/

    .banner-sec img {
    height: 146px !important;
}


/***********22-july-2019-end*************/

}